/*
Theme Name: Studiodog Custom Theme
Theme URI: http://studiodog.com
Description: A custom theme! (Based on Starkers by <a href="http://elliotjaystocks.com">Elliot Jay Stocks</a>)
Version: 2 (WP2.6.2)
Author: Studiodog, LLC
Author URI: http://studiodog.com
Tags: starkers, naked, clean, basic
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

body  {
	background: url(images/bkg_dot.gif);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	overflow-y: scroll; 
	*overflow-y:hidden; /* targets IE6 and 7 */
}

#container { 
	width: 937px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 10px;
	background: url(images/container_bg.gif) repeat-y;
	/*text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	height: 38px; 
	padding: 0 0 0 30px;
} 
#header h1 {
	margin: 0;
	padding: 10px 0;
}
#sidebar1 {
	float: left;
	width: 201px;
	margin: 0;
	padding: 0px;
}
#sidebar1 img {
	display: block;
	border: 0px;
}
#sidebar {
	float: right;
	width: 120px;
	padding: 0 5px 0 0;
	text-align: left;
}
#mainContent { 
	margin: 30px 144px 20px 201px;
	padding: 0 10px 0 0;
	text-align: left;
	min-height: 400px;
} 
#footer { 
	margin: 0 auto;
	padding: 0;
	width: 940px;
	height: 36px;
} 
#footer p {
	margin: 0;
	padding: 0;
}
#footer img {
	margin: 0;
	padding: 0;
	border: 0;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

table img {
	border-style: none;
}
.centered {
	text-align: center;
}
.middle {
	vertical-align: text-top;
}

/*  ********** BEGIN TEXT STYLES *********** */

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a:link {
	color: #006699;
	text-decoration: underline;
}
a:visited {
	color: #330033;
	text-decoration: underline;
}
a:hover {
	color: #CC6600;
	text-decoration: none;
}
.textheadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

/* begin imported styles from fresh */

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #CC0000;
	text-transform: none;
	text-decoration: none;
}

h2 {
	font-family: Times New Roman, Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #1178AC;
	text-transform: none;
	text-decoration: none;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #CC3300;
	text-transform: none;
	text-decoration: none;
}

.bodybold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.headerRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ED5F00;
	text-transform: none;
	text-decoration: none;
}

.bodyitalic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	text-decoration: none;
}

.header {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
	text-transform: none;
	text-decoration: none;
	font-variant: normal;
}

.copyright {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-transform: none;
	text-decoration: none;
	font-variant: normal;
}
.indent {
	padding: 0px 50px 0px 50px;
}
.portfolioTable {
	border: solid 1px #ccc;
	margin: 0 auto; 
	padding: 5px;
	text-align: center;
}

.portfolioTable td {
	padding: 5px;
}
.portfolioTable img {
	border: solid 1px #000;
}

.detail {
	margin: 0 auto;
	padding: 10px;
	border: #ccc solid 1px;
	
}

img.detail {
	border: solid 1px #ccc;
}

/*  ****************  BEGIN WP STYLES  ****************  */


.alt {
	background: #fef8e6;
	margin: 0 0 10px 0;
}
.tags {
	margin: 10px 0 0 0;
	padding: 20px 20px 20px 20px;
	background: #fef8e6;
	text-align: center;
	/* border: solid 1px #CC6600; */
}
.post {
	padding: 0 0 20px 0;
}
#mainContent p {
	padding: 5px 0;
}

h2 a:link, h2 a:visited {
	color: #1178AC;
	text-decoration: none;
}
h2 a:hover {
	color: #CC6600;
	text-decoration: underline;
}
#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}
	
#sidebar h2 a:link {
	color: #1178AC;
	text-decoration: none;
}
#sidebar h2 a:visited {
	color: #1178AC;
	text-decoration: none;
}
#sidebar h2 a:hover {
	color: #CC6600;
	text-decoration: underline;
}

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 0;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0;
	}

ol li, #sidebar ul ol li {
	list-style: decimal inside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0;
	padding: 0;
	}
/* End Entry Lists */


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: left;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 0;
	}

#sidebar #searchsubmit {
	/* padding: 1px; */
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

