/*  
Theme Name: Architects In Residence
Theme URI: http://www.architectsinresidence.co.ul/
Description: AIR theme, designed by Bjorn and implemented by Jonny Perl at Traffic Digital.
Version: 2.0
Author: Jonathan Perl
Author URI: http://www.trafficdigital.com/

*/



/* Begin Typography & Colors */
body {
	margin:0 0 0 0;
	padding:0;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Arial, Helvetica, Verdana, Sans-Serif;
	background: #fff url(/images/squ6.gif);
	color: #333;
	}


img {
	border:0;
}

a {
	color:#B51E22;
}

h1 {
	margin:19px 0 0 0;
	padding:0 0 0 0;
	width:726px;
	float:left;	
}

#header_right {
	float:left;
	margin:44px 0 0 0;
}
	
#navbar {
	clear:both;
	background:#B51E22;
	height:86px;
	height:7.8em;
	padding-left:41px;
}

#navbar ul {
	list-style:none;
	margin:0;
	padding:0.5em 0 0 0;
	width:100%;
	position:relative;
	}

#navbar ul li {
	margin: 0;
		float: left;
		display: block;
	}
#navbar ul li a {
	font-size:1.7em;
	text-decoration:none;
	padding-right:1em;
	color:#fff;
}

#navbar ul li a:hover {
	text-decoration:underline;
}


 

#navbar ul li ul {
	display:none;
	margin:0;
	padding:0;
	background:url(images/listbg.gif) bottom left repeat-x;
}

	#nav li.off ul, #nav li.on ul { /*put the subnav below*/
		position: absolute;
		top: 33px;
		*top: 44px;
		top:2.2em;
		left: 0px;
		padding-top: 10px;
		height: 28px;
		width: 640px;
	}

#nav li.on ul a, #nav li.off ul a {
		float: left; /*ie doesn't inherit the float*/
		border: 0;
		color: #efefef;
		width: auto;
		margin-right: 5px;
	}

#nav li.on a {
	text-decoration:underline;
}

#nav li.on ul li a {
	text-decoration:none;
}

#nav li.on ul li.on a {
	text-decoration:underline;
}


#nav li.on ul {
		display: block;
	}

	#nav li.off:hover ul {
		display: block;
		z-index: 6000;
				}

	#nav li.off a:hover, #nav li:hover a {
	}

  #nav li.off:hover ul, #nav li.over ul { 
  display: block;
  z-index: 6000;
}

#nav li.off a:hover,
#nav li:hover a,
#nav li.over a {
}
#navbar ul li:hover ul {
	display:block;
}


#navbar ul li ul li a{
	font-size:1.3em !important;
	white-space: nowrap;
	color:#efefef;
}


#home {
	width:420px;
	float:left;
	padding-left:170px;
}

#home ul {
	list-style:none;
	margin:3em 0;
	padding:0;
}

#home ul li {
	display:inline;
	margin:0;
	padding:0;

}

#home ul li a:hover img {
	-moz-opacity:.75;opacity:.75 !important;
}

#sketchbook {
	position:absolute;
	top:0px;
	right:0px;
}

body.sketchbook #sketchbook {
	margin-top:10px !important;
}

#sketchbook ul {
	list-style:none;
	margin:0;
	padding:0;
}

#sketchbook ul li{
	display:inline;
}


#content {
	position:relative;
	padding:0 0 0 43px;
	font-size:1.2em;
	}

#footer {
	clear:both;
	padding:80px 0 0 43px;
	color:#808080;
	position:relative;
}

* html #footer {
	padding:40px 0 0 43px;
}

#footer a {
	text-decoration:none;
	color:#B51E22;
}

#footer a:hover {
	text-decoration:underline;
}


h2 a {
	text-decoration:none;
	font-size:.9em;
	font-family:eurostyle,arial, helvetica, sans-serif;
	color:#949699;
}

h3 a {
	text-decoration:none;
	font-size:.9em;
}


h2 a:hover,h3 a:hover {
	text-decoration:underline;
	}


p.postmetadata, p.nocomments, div.navigation {
	display:none;
}


div#thumbs a {
	display:block;
	float:left;
	width:96px;
	height:96px;
	border:1px solid #ccc;
	margin-right:6px;
	margin-bottom:6px;
}

div#thumbs a:hover {
	border:1px solid #000;
}

h3 {
	clear:both;

}

div.post h3 {
	margin-bottom:5px;
	padding-bottom:0;
}

.entry {
	font-size:.9em;
}


#post_content {
	width:350px;
	float:left;
	height:450px;
	overflow:auto;
}

#post_content p {
	padding:0;
	margin:5px 0 5px 0;
	text-align:justify;
}

#post_content p em {
	font-size:.8em;
}

.entry {
	padding-top:28px;
}

div#image_content {
	width:470px;
	height:480px;
	float:left;
}

div#thumbs {
	clear:both;
	padding:0px 10px 10px 0;
}

div.pagestyle {
	width:550px;
}

div.pagestyle p{
	text-align:justify;
}

.pagestyle img {
	display:block;
	border:1px solid #000;
	margin-bottom:6px;
}