/* -----------------------------------------------------------
	Theme Name: Grid
	Theme URI: http://www.tamararushlow.com/
	Description: The default WordPress theme for tamararushlow.com
	Version: 1.0
	Author: Simon Shull Foust
	Author URI: http://www.simonsportfolio.com

	Updated: 04.23.08
----------------------------------------------------------- */



/* -----------------------------------------------------------
		UNIVERALS
----------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	outline: none;
}

p, ul { padding: 5px 1px; }

body {
	background: #fff;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 1.2em;
	color: #000;
	text-align: center;
}

.nopadd { padding: 0; }
.nopaddTop { padding-top: 0; }
.nopaddBottom { padding-bottom: 0; }
.padding-top { padding-top: 25px; }
.padding-bottom { padding-bottom: 25px; }

#edit {
	position: fixed;
	top: 0;
	left: 0;
	margin: 5px;
	text-align: left;
}

/* -----------------------------------------------------------
		LINKS
----------------------------------------------------------- */

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img { border: 0; }

a.magnify {
	background: url('images/magnify.gif') 0 4px no-repeat;
	padding-left: 14px;
}

#edit a {
	color: #bbb;
	border-bottom: none;
	text-decoration: none;
}

#edit a:hover {
	color: #aaa;
}

/* -----------------------------------------------------------
		LISTS
----------------------------------------------------------- */

ul, ol {
	margin-left: 30px;
}

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

/* -----------------------------------------------------------
		MAIN NAVIGATION
----------------------------------------------------------- */

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 8px;
	text-transform: uppercase;
	font-size: 11px;
	width: 402px;
	line-height: 8px;
}

#nav li {
	float: left;
	height: 8px;
	text-align: center;
	text-indent: -74000px;
}

#nav li a {
	background: url('images/nav.gif') no-repeat;
	display: block;
	height: 8px;
	text-decoration: none;
	color: #000;
}

#nav a.objects, #nav a.objects-active { width: 62px; }

	#nav a.objects:hover { background-position: 0 -8px; }
	#nav a.objects-active { background-position: 0 -16px; }

#nav a.interiors, #nav a.interiors-active {
	width: 81px;
	background-position: -62px 0;
}

	#nav a.interiors:hover { background-position: -62px -8px; }
	#nav a.interiors-active { background-position: -62px -16px; }

#nav a.sets, #nav a.sets-active {
	width: 54px;
	background-position: -143px 0;
}

	#nav a.sets:hover { background-position: -143px -8px; }
	#nav a.sets-active { background-position: -143px -16px; }

#nav a.renderings, #nav a.renderings-active {
	width: 97px;
	background-position: -197px 0;
}

	#nav a.renderings:hover { background-position: -197px -8px; }
	#nav a.renderings-active { background-position: -197px -16px; }

#nav a.contact, #nav a.contact-active {
	width: 108px;
	background-position: -294px 0;
}

	#nav a.contact:hover { background-position: -294px -8px; }
	#nav a.contact-active { background-position: -294px -16px; }

#nav a:hover {
	cursor: pointer;
}

/* -----------------------------------------------------------
		STRUCTURE & TYPOGRAPHY
----------------------------------------------------------- */

.branding {
	margin: 10% auto 10px auto;
}

#grid {
    margin: 0 auto;
    width: 402px;
    _width: 404px; /* for ie6 */
    height: 402px;
}

#grid table {
	border-collapse: collapse;
	border: 0;
}

#grid table td {
	padding: 2px;
}

.box {
	float: left;
	width: 130px;
	height: 130px;
}

#nav {
	margin: 0 auto;
	width: 402px;
	height: 8px;
	margin-top: 17px;
}

#contentWrap {
    margin: 0 auto;
    width: 425px;
    height: 402px;
    padding-left: 23px;
    overflow: auto;
    text-align: left;
}

#contentWrap img {
	padding: 2px;
	float: left;
}

/* -----------------------------------------------------------
		HEADINGS
----------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	padding-top: 5px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}

h1 { font-size: 150%; }

h2 { font-size: 100%; }

h3 { font-size: 100%; }

h4 { font-size: 100%; }

h5 { font-size: 100%; }

h6 { font-size: 100%; }

/* -----------------------------------------------------------
		LIGHTBOX
----------------------------------------------------------- */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

/* -----------------------------------------------------------
		CLEARFIX
----------------------------------------------------------- */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
  
.clearfix { display: inline-table; }

/* Hides from IE-mac \*/

* html .clearfix { height: 1%; }
.clearfix { display: block; }

/* End hide from IE-mac */
