/*  
Theme Name: eyego
Theme URI: 
Description: WordPress theme for eyegodesign
Version: 1
Author: Jeff Walsh
Author URI: http://eyegodesign.com/
Last Update: 2008-8-30
WP: 2.61
*/

 
/* http://meyerweb.com/eric/tools/css/reset/  v1.0 | 20080212
---------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Structure
---------------------------------------------------------------------------- */

body {
	margin: 0 0 20px 0;
	padding: 0;
	background: #ccc url('images/bg-body.jpg') repeat-x top left;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Myriad', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #999;
	text-align: center;
	}

#topb {background: transparent url('images/bg-body.jpg') repeat-x top left;
background: #ccc url('images/bg-bodyB.gif') repeat top left;}

#page {
	margin: 0 auto 20px auto;
	padding: 0;
	width: 800px;
	background: #fff url('images/bg-page.jpg') repeat-y top left;
	text-align: left;
	}

#header {
	margin: 0;
	padding: 0;
	height: 220px;
	width: 800px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: top left;
	background-color:#036; 
	}

.home #header {background-image: url('images/bg-header-home.jpg');}
.web #header {background-image: url('images/bg-header-web.jpg');}
.print #header {background-image: url('images/bg-header-print.jpg');}



#footer {
	padding: 0;
	margin: 0 auto;
	width: 800px;
	height: 132px;
	clear: both;
	background: #fff url('images/bg-footer.jpg') no-repeat top left;
	border: none;
	}

.narrowcolumn {
	float: left;
	margin-left: 55px;
	width: 492px;
	}

#sidebar {
	padding: 0px 0 20px 0;
	margin-left: 580px;
	width: 170px;
	}






/* Header
---------------------------------------------------------------------------- */

#header #header-content {
	padding: 10px 0 0 55px;
	}

#header .description {
	font-size: 1.2em;
	text-decoration: none;
	color: white;
	}

.preloadhdr1 {
    display: block;
    position: absolute;
    top: -10000px;
    left: -10000px;
    font-size: 1px;	
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url('images/bg-header-print.jpg');
	}
.preloadhdr2 {
    display: block;
    position: absolute;
    top: -10000px;
    left: -10000px;
    font-size: 1px;	
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url('images/bg-header-web.jpg');
	}	

/* Home
---------------------------------------------------------------------------- */	

.catftr {
	width: 246px;
	height: 360px;
	background: #ffffff url('images/bg-catftr.jpg') top left no-repeat;
	float: left;
	}
	
.catftrpad {
	padding: 15px 35px 0 35px;
	}
	
.catftr h2 a:link, .catftr h2 a:visited {
	color: #06c;
	text-decoration: none;
	}

.catftr h2 a:hover, .hovercatftr .catftrpad h2 a {
	color: #147;
	text-decoration: underline;

	}
	
.catftr	h2 {margin: 0 0 10px 0;}

.catftr p {margin: 10px 0 0 0;}

.catftr p {	
	font-size: 1.2em;
	line-height: 1.4em;}


.hovercatftr .catftrpad p {color: #555;}
	
a.catftrex {
	display: block;
	width: 188px;
	height: 124px;
	background-image: url('images/bg-catftrex.jpg');
	background-repeat: no-repeat;
	position: relative;
	left: -4px;
	}	

a.catftrex, a.catftrex:visited {	background-position: 0 0;	}
a.catftrex:hover, .hovercatftr a.catftrex {	background-position: -186px 0;	}	


a.catftrex img {
	position: relative;
	top: 7px;
	left: 8px;
	}

	
	

/* Content
---------------------------------------------------------------------------- */

.hdr-cat {
	border-bottom: 1px solid #036;
	text-align: right;
	}
	
.hdr-cat h2 {
	display:inline;
	padding-left: 5px;
	background-color: #fff;
	color: #036;
	font-size: 24px;
	font-weight: normal;
	line-height: 1;
	position: relative;
	top: 4px;
	}

.section-cat .posttitle {
	color: #999;
	padding-left: 3px;
	font-weight: bold;
	}
	
.section-cat .posttitle-alt {
	color: #666;
	}
	
#content {
	font-size: 1.2em;
	line-height: 1.4em;
	}

.post {
	margin: 20px 0 5px 0;
	}

.post hr {
	display: block;
	}


/* Content thumbnail image
---------------------------------------------------------------------------- */

a.img-t-link {
	display: block;
	width: 492px;
	height: 126px;
	position: relative;
	margin-top: 3px;
	}	

a:link.img-t-link,
a:visited.img-t-link { 	
	background: #fff url('images/portfolio/bg-img-t1.gif') no-repeat top left;
	}

a:hover.img-t-link {	
	background-image: url('images/portfolio/bg-img-t2.gif');
	/*background-position: bottom left;*/
	}

.img-t {
	position: relative;
	top: 8px;
	left: 8px;
	}

/* slides
---------------------------------------------------------------------------- */
.closeentry {
	border-bottom: 1px solid #666;
	padding-bottom: 7px;
	text-align: right;
	position: relative;
	top: -15px;
	}

.closeentry a, .closeentry a:visited {
	color: #666;
	font-size: .9em;
	font-weight: bold;
	text-decoration: none;
	}

.closeentry a:hover {
	color: #069;
	}

.controls {
	text-align: center;
	margin-left: 219px;
	width: 100px;
	}
	
.photos {
	clear: left;
	}

.controls a {
	width: 14px;
	height: 14px;
	margin: 0 2px;
	display: block;
	float: left;
	background-image: url('images/portfolio/control-icons.gif');
	background-repeat: no-repeat;
	}

a.prev-ex, a.prev-ex:visited {	background-position: 0 -14px;	}
a.prev-ex:hover {	background-position: 0 0;	}

a.next-ex, a.next-ex:visited {	background-position: -42px -14px;	}
a.next-ex:hover {	background-position: -42px 0;	}

a.pause-ex, a.pause-ex:visited {	background-position: -28px -14px;	}
a.pause-ex:hover {	background-position: -28px 0;	}

a.play-ex, a.play-ex:visited {	background-position: -14px -14px;	}
a.play-ex:hover {	background-position: -14px 0;	}
	
.prev-ex span,
.next-ex span,
.pause-ex span,
.play-ex span {
    display: block;
    position: absolute;
    top: -10000px;
    left: -10000px;
    font-size: 1px;
	}

table.meta-ex {
	width: 350px;
	color: #999;
	margin: 0 auto 5px auto;
	font-weight: bold;
	font-size: .9em;
	}
	
table.meta-ex td {
	padding: 3px;
	}

table.meta-ex td.meta-ex-hdr {
	text-align: right;
	font-weight: normal;
	color: #bbb;
	}
		
table.meta-ex span.client-desc {
	font-weight: normal;
	}


/* samples
---------------------------------------------------------------------------- */
.samples {
	width: 492px;
	margin-bottom: 20px;
	}

.samples img { 
	display: block;
	margin: 10px auto;
	}

/* Sidebar
---------------------------------------------------------------------------- */

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#sidebar .hdr-sidebar {
	border-bottom: 1px solid #999;
	text-align: right;
	margin-bottom: 15px;
	}
	
#sidebar .hdr-sidebar h2 {
	display:inline;
	padding-left: 5px;
	color: #999;
	background-color: #F2F2F2;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	position: relative;
	top: 2px;
	}
	
#sidebar h2 {
	margin: 5px 0 5px 0;
	padding: 0;
	}

#sidebar h2 {
	text-decoration: none;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

#sidebar p {
	margin: 0 0 10px 0;
	color: #666;
	font-size: 12px;
	line-height: 1.5;
	}

#nav {
	position: relative;
	left: -5px;
	top: -2px;
	}

#sidebar #nav li {margin: 0;}

#nav a {
	width: 173px;
	height: 36px;
	margin: 0;
	display: block;
	background-repeat: no-repeat;
	}

#nav a, #nav a:visited {background-position: 0 -36px;}
#nav a:hover {background-position: 0 0; }

.home #nav-home a, .print #nav-print a, .web #nav-web a {background-position: 0 0; }

#nav-home a {background-image: url('images/nav-home.jpg'); }
#nav-print a {background-image: url('images/nav-print.jpg'); }
#nav-web a {background-image: url('images/nav-web.jpg'); margin-bottom: 20px;}

#nav a span {
    display: block;
    position: absolute;
    top: -10000px;
    left: -10000px;
    font-size: 1px;
	}

#sidebar p.rights { 
	color: #ccc;
	}

#sidebar a {
	color: #111;
	text-decoration: none;
	}

#sidebar a:hover {
	color: #000;
	text-decoration: underline;
	}
	
#sidebar p.more a {
	color: #666;
	text-decoration: none;
	}
	
#sidebar p.more a:hover {
	color: #333;
	text-decoration: none;
	}
		
/* Footer
---------------------------------------------------------------------------- */
#footer {
	text-align: center;
	}

#footerpad {
	padding-top: 35px;
	}
	
#footer p.rights { 
	color: #ccc;
	margin: 0 210px 0 0;
	padding-top: 40px;
	}

/* Typography & Colors
---------------------------------------------------------------------------- */
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	}

h2 {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}



h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
	{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}





/* Lists 
---------------------------------------------------------------------------- */







/* General
---------------------------------------------------------------------------- */
em { font-style: italic; }	
strong { font-weight: bold; }
.hidden { display: none; }
.clear { clear: both; }
.quotes { font-style: italic; }

.fl { float: left; }
.fr { float: right; }

.center {text-align: center;}

acronym, abbr, span.caps {cursor: help;}

acronym, abbr {border-bottom: 1px dashed #999;}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

hr {display: none;}

a img {border: none;}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

.ntm {margin-top:0;}

.hide {
	position: absolute;
	display: block;
	top: -10000px;
	left: -10000px;
	font-size: 1px;
	}

