/*
Theme Name: blankSlate
Theme URI: http://shawncope.com
Description: A theme completely stripped of all styling. Functionality is based on the kubrick theme.
Version: 1.0
Author: Shawn Cope
Author URI: http://shawncope.com
Tags: blankSlate, no style, clean, empty

This theme was designed and built by Shawn Cope,
whose blog you will find at http://shawncope.com/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

@import "style/reset.css";

/*Utility Styles************************/
.alignright {
	float:right;
}
.alignleft {
	float:left;
}
.aligncenter {
	display:block;
	margin:0 auto;
}


/********************** southernlight ***/

body {
background:#8f671b url(/Images/bkgdFade.jpg) top left repeat-x;
color:#333333;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
margin:0px;
padding:0px;
}

/* global text */
	h1 {
		font-size:30px;
		color:#000;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-weight:normal;
	}
	
	h1 span {
		font-size:13px;
		letter-spacing:5px;
		color:#8e6c20;
		padding-left:20px;
	}
	
	
		p.intro {
			margin:14px 0px 20px 20px;
			line-height:22px;
			font-family:Georgia, "Times New Roman", Times, serif;
		}
		.highlight {
			color:#8e6c20;
			font-style:italic;
		}
  .crumb {
			font-size:10px;
			font-family:Verdana, Geneva, sans-serif;
			color:#8e6c20;
			margin:10px 0;
		}
		p.text {
			margin:20px 20px 0px 20px;
			line-height:22px;
		}

.mediumBrown {color:#8e6c20}
.darkBrown {color:#653d0e}

a {
color:#b6861a;
text-decoration:none; 
border:0 none;
border-collapse:separate;
border-spacing:0;
}
a:hover {color:#8e6c20; text-decoration:underline;}



	
	
IMG.png {
	behavior: url(/includes/iepngfix.htc);
}
#container {
	text-align:left;
	position:relative;
	background: url(/Images/bkgdSwirls.jpg) top center no-repeat;
}
#contentContainer {
	background: url(/Images/bkgdContent.png) top left repeat-y;
	behavior: url(/includes/iepngfix.htc);
	width:1000px;
	margin:0;
	padding:0;
}
#content {
	width:960px;
	margin:0;
	padding:0px;
	text-align:left;
}
#main {
	width:940px;
	margin:0 0 0 10px;
	padding:0px;
	text-align:left;
	min-height:400px;
}

.col-2-left {
	width:690px;
	float:left;
}
.col-2-right {
	width:200px;
	float:right;
}
.col-3 {
	width:300px;
	float:left;
}
.col-4 {
	width:220px;
	float:left;
}
.col-5 {
	width:172px;
	float:left;
}
.col-3-spacer, .col-4-spacer, .col-5-spacer {
	width:20px;
	float:left;
}

.rightPromoHome {
	background:url(/Images/bkgdRightGraySwirl.gif) top right no-repeat;
}
.rightPromoHome p {
	padding:80px 25px 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:24px;
	color:#8e6c20;
	font-style:italic;
	text-align:right;
}
.rightPromoHome p span {
	font-size:22px;
}

/*blog */
	h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#8e6c20;
	font-weight:normal;
	margin:10px 0px 5px 0px;
	border-bottom:1px dotted #aaa;
	padding:0 0 5px 0;
	}
	
.date { font-size:14px; font-weight:bold; color:#888; margin:0 0 15px 0;}
.entry {margin:0 10px 10px 20px;}
.entry p { font-size:13px; line-height:19px; margin:10px 0 15px 0; }
.entry IMG.alignright {margin-left:20px;}
.entry IMG.alignleft {margin-right:20px;}
.postmetadata {margin:0 0 0 20px; font-style:italic;color:#888;}
.navigation {}
#sidebar ul {margin:5px 0 20px 0px;}
#sidebar li {margin-top:5px}

/* header stuff */

#header {
	background: #fff url(/Images/headerSwirl.jpg) top left no-repeat;
	height:117px;
	width:960px;
	position:relative;
}
#header h1 {
	text-indent:-10000px;
 width:10px;
	height:10px;
	overflow:hidden;
	position:absolute;
	top:0px;
	right:0px;
	border:0px;
}
#header .logo {
	width:390px;
	height:117px;
	position:absolute;
	top:0px;
	left:0px;
 overflow:hidden;
}
#social {
	width:300px;
	height:116px;
	position:absolute;
	top:0px;
	right:0px;
	overflow:hidden;
}
#social a {
	width:300px;
	height:58px;
	overflow:hidden;
	display:block;
	background-image:url(/Images/icons_social.png);
	background-repeat:no-repeat;
	behavior: url(/includes/iepngfix.htc);
}
	#social a.facebook {background-position:0px 0px;}
	#social a:hover.facebook {background-position: -300px 0px;}
	#social a.twitter {background-position:0px -58px;}
	#social a:hover.twitter {background-position: -300px -58px;}

/* nav */

ul#topnav {
	font-size:12px;
	margin: 0; padding: 0;
	float: left;
	width: 960px;
	list-style: none;
	position: relative;
	font-size: 1.2em;
	background: url(/Images/topnav_stretch_ulbkgd.gif) top right no-repeat;
	border-top:1px solid #fff;
}
ul#topnav li {
	font-size:12px;
	float: left;
	margin: 0; padding: 0;
	border-right: 1px solid #555;
	background: url(/Images/topnav_stretch.gif) repeat-x;
}
ul#topnav li a {
	font-size:12px;
	padding: 10px 15px;
	display: block;
	color: #f0f0f0;
	text-decoration: none;
}
ul#topnav li:hover { background: #653d0e url(/Images/topnav_active.gif) top left repeat-x; }
ul#topnav li span {
	font-size:12px;
	float: left;
	padding: 15px 0;
	position: absolute;
	left: 0; 
	top:32px;
	display: none;
	width: 960px;
	background: #653d0e url(/Images/topnav_active_bottom.gif) bottom left repeat-x; ;
	color:#896732;
	-moz-border-radius-bottomright: 8px;
	-khtml-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-khtml-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
}
ul#topnav li:hover span { display: block; }
ul#topnav li span a { display: inline; }
ul#topnav li span a:hover {text-decoration: underline;}



/* footer */

#footer {
	background: #121212 url(/Images/footerBkgd_Charlotte_Photography.gif) top left repeat-x;
	padding:0;
	margin:10px 0 0 0;
}

#footer ul {
		font-size:11px;
		float:left;
		width:930px;
		padding-left:30px;
		margin-top:20px;
	}
	#footer li {
		list-style:none;
		display:inline;
		padding:7px 25px 7px 0;
		margin:0px;
		float:left;
		color:#ccc;
		}
	#footer li a {
		font-weight:normal;
		display:block;
		color:#ccc;
	}
		#footer li a:hover {
		color:#fff;
		text-decoration:underline;
	}
	#footer p.links, #footer p.notice {
		padding:0 0 0 30px;
		margin:10px 0;
		line-height:normal;
		color:#fff;
		font-size:10px;
	}
	#footer p.links a {
		font-size:10px;
		color:#888;
		text-decoration:none;
		padding-right:10px;
	}
	#footer p.links a:hover {
		color:#aaa;
	}
	#footer p.notice {
		width:700px;
		float:left;
		text-align:left;
	}
	#footer p.notice a {
		font-size:10px;
		color:#ccc;
		text-decoration:none;
		padding-left:10px;
		text-decoration:underline;
	}
	#footer p.notice a:hover {
		color:#fff;
	}
#footer p.design {
	width:200px;
	float:right;
	font-size:11px;
	font-weight:normal;
	color:#fff;
	text-align:right;
	margin-right:10px;
}
#footer p.design a {
	font-weight:bold;
	color:#fff;
}

#bottomShadow {
	background: url(/Images/footer_bottom_shadow.png) top left no-repeat;
	min-height:30px;
	margin:0;
	width:1000px;
	behavior: url(/includes/iepngfix.htc);
}

/* end footer stuff */

.clear0 {	clear:both;	height:0px;	overflow:hidden;}
.clear5 {	clear:both;	height:5px;	overflow:hidden;}
.clear10 {	clear:both;	height:10px;	overflow:hidden;}
.clear20 {	clear:both;	height:20px;	overflow:hidden;}
.rule10 {	border-top:1px dotted #aaa;	height:0;	overflow:hidden;	margin:10px 0;}
.divider {	height:30px;	overflow:hidden;	background:url(/Images/divider.gif) top left repeat-x;	margin:10px 15px; }
.error {	color:#cc0000;	font-size:11px; }

/********************/