/* --------------------------------------------------------------------------------------
	SCREEN CSS
-----------------------------------------------------------------------------------------
	Project:	Levi's Photo Booth
	Date:		07/24/2009
	Modified:	07/29/2009
	
	Hold Fast Creative
	Denver, Colorado USA
	http://theholdfast.com
-------------------------------------------------------------------------------------- */
@import url(reset.css);

/* @group Common */
* {margin:0;padding:0;}

h2, h3, h4, dt {text-shadow:#fff 0px 1px 1px;}
/* @end */

/* @group Layout */
#masthead {width:100%;height:110px;margin:0 auto;padding:0;text-align:center;display:block;overflow:hidden;background:url(../themes/mastheadBG.png) 0 0 repeat-x;}
#wrapper {width:1044px;margin:0 auto;padding:20px 0;text-align:center;background:#fff;background:rgba(255,255,255,0.8);}
#content {width:960px;margin:0 auto;text-align:left;}

/* @end */

/* @group Masthead */
#masthead ul {width:1008px;height:100px;margin:0 auto;padding:0;display:block;}
#masthead ul li {float:left;display:inline;width:120px;height:57px;margin:20px 0 0 0;}
#masthead ul li.banner {float:left;display:inline;width:728px;height:90px;margin:5px 20px 0 20px;}

/* @end */

/* @group Primary */
.pagination {
	margin:0 auto 20px auto;padding:10px;text-align:center;font-size:14px;font-weight:bolder;color:#fff;text-transform:uppercase;
	text-shadow:1px 1px 1px #000;background:#181818;background:rgba(37,37,37,0.8);
}
.pagination a {margin:0 2px;padding:2px 4px;background:#181818;color:#3cf;}
.pagination a:hover {margin:0 2px;background:#fff;color:#09f;text-shadow:none;}

ul#photo-list {width:960px;margin:0 auto 10px auto;padding:0;}
ul#photo-list li {float:left;display:inline;width:220px;height:185px;margin:0 10px 30px 10px;padding:0;overflow:hidden;text-align:center;background:#181818;background:rgba(37,37,37,0.8);}
ul#photo-list li:hover {background:#000;}
ul#photo-list li img {width:200px;height:145px;margin:8px 8px 3px 8px;display:block;border:1px solid #000;}
ul#photo-list li p {margin:0;color:#fff;text-shadow:1px 1px 1px #000;}

#wallpaper {margin:0 auto 20px auto;}
#wallpaper img{padding:10px;background:#181818;background:rgba(37,37,37,0.8);}
/* @end */


