/* @override 
	http://joshgaines3d.com/wp-content/themes/shimmer/style.css
	http://localhost/joshua_gaines/wp-content/themes/shimmer/style.css
*/
/*
Theme Name: Shimmer
Theme URI: http://www.xyzillusions.com/
Description: A custom design for Joshua Gaines.
Version: 2.7
Author: Oscar Cortez
Author URI: http://www.getillustrative.com/
Tags: custom, single colum, dark
*/
/* ---- Resetting the Defaults ---- */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td{
	margin: 0;
	padding: 0;
}
img{
	border: none;
}
/* @group ---- Structure ---- */
body{
	font: .75em/1.5em "Helvetica Neue", Helvetica, sans-serif;
	background: #000 url(img/bg_wrapper.jpg) no-repeat center top;
	color: #fff;
}
#wrapper{
	width: 900px;
	margin: 0 auto;
}
#header{
	width: 900px;
	height: 185px;
}
#content{
	width: 660px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.post{
	padding-bottom: 22px;
}
#postnav{
	padding-top: 10px;
	padding-bottom: 20px;
}
#footer{
	clear: both;
	margin: 0 auto;
	width: 660px;
}

/* @end */
/* @group ---- Navigation ---- */
.menu{
	width: 900px;
	height: 30px;
	background: url(img/bg_nav.png) repeat-x center top;
	
}
.menu ul{
	width: 660px;
	height: 30px;
	margin: 0 auto;
}
.menu ul li{
	list-style-type: none;
	text-transform: uppercase;
	float: left;
	border-right: 1px solid #464646;
}
.menu ul li a{
	color: #cecec6;
	display: block;
	padding: 6px 20px 4px;
}
.menu ul li a:hover, .menu .current_page_item a{
	color: #33a1ba;
	text-decoration: none;
}
.menu ul li:first-child a{
	padding-left: 0;
}
.menu ul li:last-child a{
	padding-right: 0;
}
.menu ul li:last-child{
	border: none;
}

/* @end */
/* @group ---- Typography ---- */
#header h1, #header p{
	display: none;
}
#content h2{
	font-size: 1.75em;
	font-weight: normal;
	line-height: 2em;
	color: #eee57e;
}
#content h2 a:link{
	color: #eee57e;
	text-decoration: underline;
}
#content h2 a:visited{
	color: #eea862;
	text-decoration: underline;
}
#content h2 a:hover{
	text-decoration: none;
}
#content .contenttext p{
	padding-bottom: 18px;
}
#content p.timestamp{
	font-size: .95em;
	color: #17414d;
}
#content p.postmeta{
	color: #5e502a;
	font-size: .95em;
	margin-top: 2px;
}
#content p.postmeta a{
	color: #927c41;
}
#content h3{
	font-size: 1.25em;
	line-height: 1.5em;
}
#wrapper p{
	font-size: 1.05em;
	line-height: 1.75em;
	color: #fff;
	text-align: justify;
}
#content ul{
	list-style-position: inside;
	list-style-type: square;
	font-size: 1.15em;
	line-height: 1.75em;
	margin-left: 10px;
}
/* Remember that the hover psuedo class needs to come after visited to be effective */
a:link{
	color: #81a9c2;
	text-decoration: none;
}
a:visited{
	color: #5992bf;
	text-decoration: none;
}
a:hover{
	color: #a6cce9;
	text-decoration: underline;
}
#content strong{
	color: #ce5050;
}
p#footer{
	color: #222;
}
#footer a{
	color: #444;
}
#footer a:hover{
	color: #444;
	text-decoration: underline;
}
#footer a:visited{
	color: #0c2731;
}

/* @end */
/* @group ---- Miscellaneous ---- */
.clear{
	height: 0;
	clear: both;
}
#links .contenttext ul{
	list-style-type: none;
	margin-bottom: 1em;
	padding-left: .25px;
}
#links .contenttext ul li{
	list-style-type: none;
}
#links .contenttext ul li a{
	background: url(favicons/fav-default.png) no-repeat left center;
	padding-left: 25px;
}
#links .contenttext ul li a[href*="autodesk.com"]{
	background-image: url(favicons/fav-the_area.png);
}
#links .contenttext ul li a[href*="cgsociety.org"]{
	background-image: url(favicons/fav-cg_society.png);
}
#links .contenttext ul li a[href*="11secondclub.com"]{
	background-image: url(favicons/fav-11_second.png);
}
#links .contenttext ul li a[href*="tech-artists.org"]{
	background-image: url(favicons/fav-tech_artists.png);
}
#links .contenttext ul li a[href*="chrisoatley.com"]{
	background-image: url(favicons/fav-chris_oatley.png);
}
#links .contenttext ul li a[href*="animationpodcast.com"]{
	background-image: url(favicons/fav-animation_podcast.png);
}
#links .contenttext ul li a[href*="cartoonbrew.com"]{
	background-image: url(favicons/fav-cartoon_brew.png);
}
#links .contenttext ul li a[href*="pastebin.com"]{
	background-image: url(favicons/fav-pastebin.png);
}

/* @end */
