/*
Theme Name: Starkers
Theme URI: http://elliotjaystocks.com
Description: The totally nude Wordpress theme. Phwoar! (Based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a> by <a href="http://binarybonsai.com/">Michael Heilemann</a>)
Version: 2 (WP2.6.2)
Author: Elliot Jay Stocks
Author URI: http://elliotjaystocks.com
Tags: starkers, naked, clean, basic
*/

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

/* Begin Structure */
body  {
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font: .9em Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	background: #0B1838 url(../../../../../index/images/top-repeat_02.jpg);
}
#container { 
	width: 1050px;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	background: url(../../../../../index/images/container_bg.jpg) no-repeat;
} 
#header { 
	margin: 0;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 0;
	padding: 0;
	background: url(../../../../../index/images/left-repeat.jpg) repeat-y;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 181px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0; /* padding keeps the content of the div away from the edges */
}
#mainContent {
	margin: 0px 190px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 0 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#footer { 
	margin: 0;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

img {
	border: 0;
}

p {
	padding: 10px;
}

/* BEGIN FONT STYLES */


.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCCCCC;
	font-weight: normal;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}

.italic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	color: #CCCCCC;
}

.headline {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	color: #8ECBFA;
	font-weight: normal;
	font-style: italic;
	text-align: center;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFCC;
	text-decoration: underline;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFCC;
	text-decoration: underline;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFCC;
	text-decoration: none;
}
.subtitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: lighter;
	color: #FF9900;
}
.subtitle2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #95D1FF;
}
.headline2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FF9900;
}
.headline3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-style: italic;
	color: #99FF33;
}

#footer a, #footer a:visited {
	font-size: .85em;
}

/* BEGIN BLOG STYLES */

#blogNav {
	float: right; /* since this element is floated, a width must be given */
	width: 181px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0; /* padding keeps the content of the div away from the edges */
}

#blogNav h2, #blogNav h2 a, #blogNav h2 a:visited, #blogNav h3, #blogNav h3 a, #blogNav h3 a:visited {
	padding: 10px 0 0 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	color: #8ECBFA;
	font-weight: normal;
	font-style: italic;
	text-align: left;
}

#blogNav ul ul, #blogNav ul ol {
	margin: 0 0 0 10px;
}

#blogNav ul a, #blogNav ul a:visited {
	font-size: .85em;
}

.narrowcolumn {
	margin: 0;
	padding: 0px 0px 0px 30px;
	}

.widecolumn {
	margin: 0;
	padding: 0px 0px 0px 30px;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	color: #8ECBFA;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	padding: 5px;
}

/* 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 */


