/*  
Theme Name: Workprint Studios
Theme URI: 
Description:
Version: 1
Author: Dan Ferro, Dferrodesign.com
*/

/*

Category Id's
-------------
about	 -	3
services -	4
contact	 - 	5

*/

/* Globals / Resets
=================================== */

body {
	font-size: 12px;
	font-family: Arial,Helvetica, san-serif;
	color:#818181;
	line-height: 13pt;
	height:100%; 
}

#wrapper {
	margin: 0 auto 0 auto;
	min-height: 100%;
	margin-bottom: -30px;
	position: relative;
}

img { 
	margin: 0 0 0 0;
	border-style: none;
	border-width: 0px;
}

.clear{
	clear: both;	
}

p {
	margin:0;
	width:547px;
	font-size: 12px;
	font-family: "Arial","Helvetica", san-serif;
	color:#818181;
	line-height: 13pt;
}

ul {
	padding:0;
	margin: 5px 0 0 0;
}

a:link {text-decoration: none; color:#999999;}
a:visited {text-decoration: none; color:#000000;}
a:active {text-decoration: none; color:#999999;}
a:hover {text-decoration: none; color:#000000; }

h3 {
	margin: 15px 0 0 0;
}



/* Header
=================================== */

#container {
	width: 560;
	margin: -10px auto 0 auto;
	background-color:#ffffff;
}

#header {
	width:560px;
	margin:-8px auto 0 auto;
	z-index:1;
	position: relative;
}

#top-navlist {
	float:right;
	margin:0;
}

#top-navlist li {
	display: inline;
	list-style-type: none;
	font-size: 8pt;	
	line-height: 9pt;
}

#top-navlist a:link {text-decoration: none; color:#999999;}
#top-navlist a:visited {text-decoration: none; color:#999999;}
#top-navlist a:active {text-decoration: none; color:#999999;}

#gallery-link a:hover {text-decoration: none; color:#40CCF4;}
#gallery-link a:active {text-decoration: none; color:#40CCF4;}

#about-link a:hover {text-decoration: none; color:#EB008B;}
#about-link a:active {text-decoration: none; color:#EB008B;}

#services-link a:hover {text-decoration: none; color:#FFF100;}
#services-link a:active {text-decoration: none; color:#FFF100;}

#contact-link a:hover {text-decoration: none; color:#000000;}
#contact-link a:active {text-decoration: none; color:#000000;}

#logo {
	margin:5px auto 10px 12px;
}

#navlist {
	width:560px;
	float:left;
	margin:9px auto 0 auto;
}

#navlist li {
	display: inline;
	list-style-type: none;
	font-size: 10pt;
	padding: 0 0 0 10px;
}

.left {
	float:left;
}

#thelablink {
	float: right;
	color: #808080;
	margin: 0 5px 0 0;
}

#mainmenu {
	width:560px;
	margin:0 auto 0;
}


/* Gallery
=================================== */

#gallery_container {
	margin:0 auto;
	width:547px;
}

.galleryPost img {
	height:auto;
	position:relative;
	width:160px;
	z-index:-1;
}

.galleryPost p {
	width: 160px;
}

.galleryPost:hover {
	font-weight: bold;
}

.galleryPost span {
	font-size:10px;
	line-height:10px;
}

.galleryPost {
	border:1px solid #BFBFBF;
	margin:5px;
	padding:5px;
	width:160px;
	text-align:center;
	height; 250px;
	float:left;
	cursor:pointer;
}


.singleLeft {
	float:left;
	width:350px;
}

.singleLeft img {
	width: 350px;
	height: auto;

}

.singleRight {
	float:right;
	width: 180px;
}

.singleRight h2 {
	margin: 0;
}

.singleRight h4 {
	font-weight:normal;
	margin:2px 0 20px;
}

.singleRight p {
	width: 180px;
}

.singleRight ul {
	margin: 13px 0;
}


.singleRight li {
	list-style-type:none;
}

.googlebutton {
	margin: 8px 0 0 0;
}


/* Posts
=================================== */

.post {
	margin:10px auto 0;
	padding:0 0 0 5px;
	width:550px;
}

#dottedline_bottom {
	float:right;
	margin:8px 0 0 0;
}

.drop {
	float:right;
	margin:0 16px;
}

/* Footer
=================================== */

.clearfooter {
	height: 90px;
	clear: both;
}

#footer {
	width: 560px; 
	height: 30px;
}

#footer_container {
	margin: 0 auto 0 auto;
	width: 560px; 
}

#copywrite {
	font-size: 8pt;	
	float:left;
}



/* Side Dotted Lines
=================================== */

.dot_wrapper {
	height:auto;
	margin: 0 auto 0 auto;
	width:100%;
}

#whitetop{
	width: 50%;
	height:13px;
	float:left;
	background-color: #ffffff;
	z-index:1;
	position: relative;
}

#tiletop{
	width:50%;
	height:12px;
	float:right;
	background-image:url('http://workprintstudios.com/images/dot_tile.jpg');
	z-index:1;
	position: relative;
}

#whitebottom{
	width: 50%;
	height:13px;
	float:right;
	background-color: #ffffff;
	z-index:1;
	position: relative;
}

#tilebottom{
	width:50%;
	height:12px;
	float:left;
	background-image:url('http://workprintstudios.com/images/dot_tile.jpg');
	z-index:1;
	position: relative;
}

.dottedline_container {
	width: 300px;
	height:auto;
	margin: 0 auto 0 auto;
	padding: 0;
	z-index:10;
	position: relative;
}

.dottedline {
	z-index: 10;
	position: absolute;
	margin:0 0 0 -280px;
}