/*-----------------------------------------------------------------------------
Brunos Den Screen Stylesheet

version:   2.0
date:      07/19/08
author:    Andrew McCarthy
email:     jrucifer@gmail.com
-----------------------------------------------------------------------------*/


/* Default Styles
-----------------------------------------------------------------------------*/

* 
    {
    margin: 0;
    padding: 0;
    border: 0;
}

.clear
    {
    display:block;
    clear:both;
    font-size:0px;
    line-height:0px;
    height:0px;
}

.right
    {
    float: right;
}

.left
    {
    float: left;
}

body
    {
    font-family: Georgia, Times, Times New Roman, serif;
    font-size:62.5%;
    background: #7a7a7a;
    color: #473c34;
    text-align:center;
}

a {
	color:#7e160c;
	text-decoration:none;
}

a:hover {
	color:#3d0b06;
	text-decoration:underline;
}

a img {
	border:0;
}

.container {
	width:800px;
	margin:0 auto;
	text-align:left;
}

h1,h2,h3 {
	color:#726154;
    font-family: Garamond, Times, Times New Roman, Georgia, serif;
}

h3 {
	font-size:2em;
	font-weight:normal;
	letter-spacing:2px;
}


p {
	font-size:1.3em;
}

/* Structure Styles
-----------------------------------------------------------------------------*/

#top {
	height:51px;
	background:url(../_images/wood_top2.jpg) center no-repeat;
}

#nav {
	font-family: Garamond, Times, Times New Roman, Georgia, serif;
	background:url(../_images/wood_nav_bg2.jpg) center repeat-y;
	color:#fff;
	height:43px;
}

#nav .container {
}

#nav ul {
	margin-left:60px;
}

#nav ul li {
	float:left;
	list-style:none;
}

#nav a {
	text-indent:-9999px;
	display:block;
	height:27px;
	margin-right:19px;
	margin-top:11px;
	background-image:url(../_images/wood_nav.jpg);
	background-repeat: no-repeat;
}

#nav a#work {
	width:75px;
	background-position:0px 0px;
}

#nav a#work:hover, #over a#work {
	background-position:0px -27px;
}

#nav a#fun {
	width:63px;
	background-position:-94px 0px;
}

#nav a#fun:hover, #over a#fun {
	background-position:-94px -27px;
}

#nav a#journal {
	width:111px;
	background-position:-176px 0px;
}

#nav a#journal:hover, #over a#journal {
	background-position:-176px -27px;
}

#nav a#contact {
	width:111px;
	background-position:-306px 0px;
}

#nav a#contact:hover, #over a#contact {
	background-position:-306px -27px;
}

#header {
	background:#103d4e url(../_images/header_bg2.jpg) center bottom;
}

#header div {
	background:url(../_images/header_bg.jpg) center bottom repeat-y;
	display:block;
	width:800px;
	margin:0 auto;
	height:100%;
}

#header .container {
	padding-top:5px;
	padding-bottom:0px;
}

#header h1 {
	font-weight:normal;
	color:#ffffff;
	letter-spacing:.1em;
	padding-left:10px;
	padding-bottom:0px;
}

#header h1 a {
	display:block;
	color:#ffffff;
	text-decoration:none;

}

#header h4 {
	font-size:1.5em;
	font-weight:normal;
	letter-spacing:.2em;
	color:#ffffff;
	padding-left:50px;
}

#content {
	background:url(../_images/content_bg.gif) center repeat-y;
	position:relative;
}

#content .container {
	background:url(../_images/wood_bg.jpg) top left;
	padding:40px 0px 120px 0px;
}

#content .end {
	height:106px;
	width:100%;
	min-width:800px;
	position:absolute;
	bottom:0px;
	left:0px;
	clear:both;
	background:url(../_images/wood_footer.gif) bottom center no-repeat;
}

#footer {
	padding-top:0px;
	background:url(../_images/brunosden_bg.jpg) bottom center repeat-x;
}

#footer .bg {
	padding-bottom:120px;
	display:block;
	background:url(../_images/brunosden.jpg) bottom center no-repeat;
}

#footer ul {
	list-style:none;
	margin-bottom:12px;
	margin-top:8px;
}

#footer li {
	display:inline;
	font-size:1.4em;
}

#footer a {
	color:#ececec;
	margin-left:5px;
	margin-right:5px;
}

#footer p {
	color:#ececec;
	padding-bottom:1.2em;
}

/* Splash Page Styles
-----------------------------------------------------------------------------*/

.splash {
    font-family: Garamond, Times, Times New Roman, Georgia, serif;
}

.splash #top {
	height:107px;
	background:url(../_images/wood_top.jpg) center no-repeat;
}

.splash #nav {
	background:url(../_images/wood_nav_bg.jpg) center repeat-y;
}

.splash #header .container {
	padding:0;
	background:url(../_images/header_bg.jpg) center bottom repeat-y;
	min-height:315px;
}

.splash #header h1 {
	line-height:.6em;
	padding-top:20px;
	padding-left:8px;
	padding-bottom:0px;
}

.splash #header h2 {
	color:#fff;
	background: url(../_images/wood_bruno.jpg) right bottom no-repeat;
	line-height:1.6em;
	font-size:1.8em;
	padding-top:35px;
	padding-left:60px;
	padding-right:400px;
	padding-bottom:110px;
}

.splash #header h2 a {
	color:#fff;
	text-decoration:underline;
}

.splash #header h2 a:hover {
	text-decoration:none;
}

.splash hr {
	color:#d3d3d3;
	background:#d3d3d3;
	border:0;
	height:1px;
	margin:20px;
	margin-top:50px;
}

.splash #content {
	padding:0px;
}

.splash #content .container {
	padding-top:0px;
	background-position:0px -52px;
}

.splash span.brunobottom {
	display:block;
	background:url(../_images/wood_bottom.jpg) center top no-repeat;
	height:159px;
}

.splash span.splashdivider {
	display:block;
	background:url(../_images/wood_divider.jpg) center top no-repeat;
	height:50px;
	margin-bottom:20px;
}

.splash #content p {
	font-size:1.6em;
	line-height:1.2em;
	letter-spacing:1px;
	padding-bottom:2px;
}

.splash #content p em {
	font-size:.7em;
	font-style:normal;
}

.splash #content h2 big {
	display:block;
	font-size:1.4em;
}

.splash #content p small {
	display:block;
	color:#666;
	font-size:.9em;
	font-weight:normal;
	letter-spacing:1px;
	margin-bottom:20px;
	margin-top:3px;
}

.splash #content .column2 h2 {
	font-weight:normal;
	letter-spacing:1px;
	padding-left:0;
	margin-bottom:0;
}

.splash #content .column2 {
	padding-top:40px;
	margin-left:80px;
}
.splash #content .column2 p {
	margin:0;
	padding:0;
	margin-bottom:12px;
	padding-right:20px;
	text-align:right;
	font-size:1.4em;
}
.splash #content .column2 .sidebar {
	margin-bottom:5px;
}

.splash .topright {
	padding-right:0px;
}

/* Fluid Content Box Styles
-----------------------------------------------------------------------------*/

.box {
	width:90%;
	background:#efe6d2 url(../_images/box_lowerleft.jpg) no-repeat bottom left;
	margin:0 auto;
	margin-bottom:45px;
}

.outer {
	background:url(../_images/box_lowerright.jpg) no-repeat bottom right;
	padding-bottom:40px;
}

.inner {
	background:url(../_images/box_upperleft.jpg) no-repeat top left;
}

.topright {
	background:url(../_images/box_upperright.jpg) no-repeat top right;
	padding-right:10px;
}

.box h2 {
	width:80%;
	margin:0 auto;
	position:relative;
	font-size:2.4em;
	font-weight:normal;
	padding:35px 0px 15px 43px;
	letter-spacing:.2em;
}

.column1 .box h2 {
	width:60%;
	letter-spacing:.1em;
	margin:0 auto;
}

.column2 .box h2 {
	font-size:1.8em;
	width:50%;
	letter-spacing:.1em;
}

.box h2.a {
	background:url(../_images/alphabet/a.gif) no-repeat 0px 1.2em;
	padding-left:53px;
}

.box h2.b {
	background:url(../_images/alphabet/b.gif) no-repeat 0px 1.1em;
	padding-left:48px;
}

.box h2.c {
	background:url(../_images/alphabet/c.gif) no-repeat 0px 1.1em;
	padding-left:33px;
}

.box h2.f {
	background:url(../_images/alphabet/f.gif) no-repeat 0px 1.1em;
}

.box h2.r {
	padding-left:53px;
	background:url(../_images/alphabet/r.gif) no-repeat 0px 1.1em;
}

.box h2.s {
	padding-left:53px;
	background:url(../_images/alphabet/s.gif) no-repeat 0px 1.1em;
}

.box h2.t {
	padding-left:53px;
	background:url(../_images/alphabet/t.gif) no-repeat 0px .9em;
}

.box h2 strong {
	position:absolute;
	left:-9999px;
}

.box p {
	padding-left:55px;
	padding-right:55px;
	line-height:1.6em;
}

.column2 .box p {
	font-size:1.2em;
	padding-right:40px;
	line-height:1.6em;
	margin-bottom:1.9em;
}

.box ul li {
	font-size:1.4em;
	list-style:disc;
	margin-left:60px;
	margin-bottom:.5em;
}

.box ul li ul li {
	font-size:.9em;
	margin-left:10px;
	list-style:circle;
}


/* Column 1
-----------------------------------------------------------------------------*/

.column1 {
	float:left;
	display:inline;
	width:400px;
	margin-left:42px;
}

.column1 h2 {
	font-size:2.4em;
	font-weight:normal;
	letter-spacing:.1em;
	margin-left:8px;
}

.intro {
	border-top:1px solid #130900;
	border-bottom:1px solid #130900;
	background:#ffffff url(../_images/intro_bg.jpg);
	padding:25px;
	margin-right:10px;
	margin-bottom:12px;
}

.intro p {
	line-height:1.7em;
	margin-bottom:1.2em;
}

.intro big {
	display:block;
	font-size:1.1em;
	text-indent:1em;
}

.column1 p.preview {
	background:url(../_images/loading.gif) center no-repeat;
	text-align:center;
	line-height:0;
	padding:0;
	margin:0;
}

.column1 p.preview h2 {
	color:#fff;
}

.column1 #caption {
	color:#fff;
	display:block;
	width:391px;
	line-height:1em;
	padding-top:8px;
	padding-bottom:10px;
	margin:0 auto;
	background:#175972 url(../_images/bigframe_caption.gif) center bottom no-repeat;
	margin-bottom:3px;
	text-align:center;
}

.column1 #imageSelect {
	float:left;
	list-style:none;
	font-size:1.8em;
	margin-left:10px;
}

.column1 #imageSelect li {
	display:inline;
}

.column1 #imageSelect a#on {
	color:#666;
}

.column1 .launch {
	float:right;
	margin-right:10px;
}


/* Column 2
-----------------------------------------------------------------------------*/

.column2 {
	float:left;
	display:inline;
	width:310px;
	margin-left:20px;
}

.column2 .sidebar {
	background:#ffffff url(../_images/column2_top.gif) no-repeat top;
	padding-top:16px;
	margin-bottom:25px;
}

.column2 .sidebar span {
	background: url(../_images/column2_bottom.gif) no-repeat bottom;
	display:block;
	height:8px;
}


.column2 .sidebar ul {
	margin-top:10px;
	margin-bottom:12px;
	margin-left:45px;
	font-size:1.6em;
	line-height:1.2em;
}


.column2 .sidebar ul li {
	margin-bottom:12px;
}

.column2 .sidebar ul li ul {
	font-size:.8em;
	color:#7ba3b0;
	list-style:circle;
	padding:0;
	padding-top:2px;
	margin:0px;
	margin-left:10px;
}

.column2 .sidebar ul li ul li {
	margin:0;
	padding-bottom:2px;
}

/* work
-----------------------------------------------------------------------------*/

.work .column2 .box ul li {
	padding-right:20px;
}

.portfolio .column2 {
	width:285px;
}

.portfolio .column1 {
	width:425px;
}

.portfolio .column1 .intro {
	padding:10px;
	margin-bottom:35px;
}

.portfolio .column1 .intro p {
	margin-bottom:0px;
}

/* journal
-----------------------------------------------------------------------------*/
.journal .column1 {
	background:none;
	padding-bottom:20px;
	width:450px;
}

.journal .column1 h2 {
	margin-left:8px;
	margin-bottom:12px;
}

.journal .column2 {
	width:250px;	
}

.journal .post {
	margin-bottom:15px;
}

/* Contact
-----------------------------------------------------------------------------*/
.contact .column2 {
	width:368px;
}

/* featured
-----------------------------------------------------------------------------*/

.featured {
	margin-left:25px;
    font-family: Garamond, Times, Times New Roman, Georgia, serif;
}

ul.featured li {
	font-size:1.9em;
	list-style:none;
	float:left;
	display:inline;
	width:212px;
	margin-left:0px;
	margin-right:5px;
	margin-bottom:12px;
}

ul.featured li ul li {
	font-size:.8em;
	color:#9f8775;
	margin-left:35px !important;
	margin-left:0px;
}

ul.featured a {
	display:block;
	padding-bottom:145px;
	padding-left:20px;
	margin-left:13px;
}

#finescellar {
	background:url(../work/_images/finescellar.jpg) 20px 1.2em no-repeat;
}

#skateillinois {
	background:url(../work/_images/skateillinois.jpg) 20px 1.2em no-repeat;
}

#azrestaurantweek {
	background:url(../work/_images/azrestaurantweek.jpg) 20px 1.2em no-repeat;
}

#tamarack {
	background:url(../work/_images/tamarack.jpg) 20px 1.2em no-repeat;
}

#addisonclark {
	background:url(../work/_images/addisonclark.jpg) 20px 1.2em no-repeat;
}

#marketingworx {
	background:url(../work/_images/marketingworx.jpg) 20px 1.2em no-repeat;
}

#medimin {
	background:url(../work/_images/medimin.jpg) 20px 1.2em no-repeat;
}

#sandboxcreative {
	background:url(../work/_images/sandboxcreative.jpg) 20px 1.2em no-repeat;
}

#starling {
	background:url(../work/_images/starling.jpg) 20px 1.2em no-repeat;
}

#cowtown {
	background:url(../work/_images/cowtown.jpg) 20px 1.2em no-repeat;
}

/* thumbs
-----------------------------------------------------------------------------*/
.thumbs {
	padding-left:17px;
	margin-bottom:10px;
}

.thumbs a {
	display:inline;
	float:left;
	background:url(../_images/thumb_bg.gif) top left no-repeat;
	padding:7px;
	margin-right:5px;
	margin-left:5px;
}

.thumbs a img {
	border:1px solid #726154;
}

.thumbs a:hover img {
	border:1px solid #4c4c4c;
}



/* Contact Form
-----------------------------------------------------------------------------*/
#contactForm {
	width:60%;
	margin:0 auto;
	margin-top:20px;
}

#contactForm label {
	display:block;
}

#contactForm input {
	font-family:Tahoma, "Trebuchet MS", Arial, sans-serif;
	width:98%;
	padding:.3em;
	border:1px solid #726154;
}

#contactForm #submit {
	width:auto;
	float:right;
}

#contactForm textarea {
	font-size:1em;
	font-family:Tahoma, "Trebuchet MS", Arial, sans-serif;
	width:98%;
	padding:.3em;
	border:1px solid #726154;
}

#contactForm p {
	margin-bottom:15px;
}
