/*
THEME NAME: Sandbox
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
VERSION: 1.6.1
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
TAGS: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/

/* Two-column with sidebar on left from the /examples/ folder  */
/* Just some example content */


body  {
	font: 14px/140% Georgia, Georgia, "Times New Roman", Times, serif, Helvetica, Arial, Verdana, sans-serif;
	background: url(images/bg.png);
	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 */
	color: #222222;
}

#wrapper { 
	width: 900px;  /* 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 */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header { 
	margin: 0;
	background: url(images/bg_header.png);
	height: 70px;
} 

.sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 210px; /* 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 */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	margin-bottom:10px;
	padding-left:30px;
	padding-bottom:30px;
}

.sidebar ul {
	margin-left:0px;
	padding-left:0px;
}

.sidebar li {
	list-style:none;
	line-height: 150%;
}

.sidebar H3 {
	font-size:14px;
	font-weight: bold;
	color: #d03939;
	background: url(images/bullet.png) no-repeat right;
	text-indent: -20px;
	margin-top:20px;
}

.sidebar a {
	color: #333333;
}
.sidebar  a:hover {
	color: #d03939;
	text-decoration:none;
}

#side-page {
	padding-top:10px;
}


#container {
	background: #FFFFFF;
	margin: 0 250px 10px 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#footer {
	background:#FFFFFF;
	margin-bottom: 20px;
	height: 50px;
	clear:both;
} 

#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 */
	font-size:11px;
	line-height: 140%;
	color:#666666;
	padding: 8px 0 5px 30px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer a {
	color: #333333;
}
#footer  a:hover {
	color: #d03939;
	text-decoration:none;
}


a {
	color: #3281b7;
	text-decoration:underline;
}

a:hover {
	color: #d03939;
	text-decoration:none;
}

H2 {
	margin: 0;
}

.page-title {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	background: #d03939;
	padding: 0px 20px 0px 0px;
	margin-bottom:20px;
}

.navigation a {
	font-size:12px;
	color: #666666;
	text-decoration:none;
}

.navigation a:hover {
	color: #3281b7;
}

.nav-previous {
	margin-top:4px;
}

.nav-cat a {
	font-size:12px;
	background: #3281b7;
	color: #FFFFFF;
	padding: 2px;
	text-decoration:none;
	background: #d03939;
	font-weight:bold;
}

.entry-title {
	margin-top: 20px;
	background:url(images/bg.png);
}

.entry-title a {
	font-size:16px;
	color: #333333;
	background:url(images/bg.png);
	margin-bottom:20px;
	text-decoration:none;
	padding-right:20px;
}

.entry-title a:hover {
	color: #d03939;
}
		
.entry-content {
	margin-top:0px;
}

.entry-meta {
	font-size: 12px;
	color: #666666;
	background:#EFEFEF;
	padding-left:3px;
	margin-bottom:40px;
}

.entry-meta a {
	color: #333333;
	text-decoration:none;
}

.entry-meta-picture {
	font-size: 12px;
	color: #666666;
	padding-left:3px;
	margin-bottom:20px;
}
.entry-meta a {
	color: #333333;
	text-decoration:none;
}
	
.comments {
	font-size: 12px;
	color: #666666;
	background:#EFEFEF;
	padding:10px;
	margin-top: 20px;
	margin-bottom:20px;
}
.comments a {
	color: #333333;
	text-decoration:none;
}
	
#respond {
	font-size: 12px;
	background:#EFEFEF;
	padding:5px 10px 10px;
	margin-top: 10px;
}

.gallery{ border: 1px solid #CCCCCC; }
