/*  
Theme Name: Basic1Column-by-ContentRobot
Theme URI: http://www.contentrobot.com/
Description: This one column WordPress theme was created as a basic starting point when developing new themes by <a href="http://www.contentrobot.com/">ContentRobot.</a>
Version: 1.0
Author: Dana Rockel
Author URI: http://www.contentrobot.com/
*/

/*
Colors Used In This Theme
brown - 5a3d1c
pink - ec008c
lt pink - f86cbf
tan - f2decb
lt blue - d2beff
*/

/* Common */
body {
	background-color: #f86cbf;
	color: #000;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	/*font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Sans-Serif;*/
	text-align: center;
	margin: 0px;
	padding: 0px; 
	}
ol, ul, li, h1, h2, h3, h4, h5, h6, p, form, input, object, embed {
	margin: 0px;
	padding: 0px;
}
input#s, textarea#comment, input#log, input#pwd {
	width: 97%;
}
hr {
	display: none;
	clear:both;
	visibility:hidden;
	margin:0;
	display: block;
}

/* Clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
*html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/*Shadows*/
#shadowwrapper {
	width: 535px;
	margin: 0px auto;
	padding: 0px;
}
#shadowtop {
	width: 535px;
	height: 20px;
	background-image: url(images/drop-shadow-top-ie-narrow.png);
	font-size:0px;
}
html>body #shadowtop {
	width: 535px;
	height: 20px;
	background-image: url(images/drop-shadow-top-narrow.png);
	font-size:0px;
}
#shadowmiddle {
	width: 535px;
	background-image: url(images/drop-shadow-middle-ie-narrow.png);
	background-repeat: repeat-y;
}
html>body #shadowmiddle {
	width: 535px;
	background-image: url(images/drop-shadow-middle-narrow.png);
	background-repeat: repeat-y;
}
#shadowbottom {
	width: 535px;
	height: 20px;
	background-image: url(images/drop-shadow-bottom-ie-narrow.png);
	font-size:0px;
}
html>body #shadowbottom {
	width: 535px;
	height: 20px;
	background-image: url(images/drop-shadow-bottom-narrow.png);
	font-size:0px;
}
	
/* Structure */
#pagewrapper {
	text-align: left;
	font-size: 12px;
	background-color: #fff;
	margin: 10px auto;
	margin: 0px 20px;
	/*margin: 10px auto;*/
	padding:0px 20px;
	width: 455px;
	/*border: 1px solid #666;*/
	}
#headerwrapper {
	padding: 0;
	background-color: #5a3d1c;
	}
#headerimg h1 a {
	float: left;
	/*border: 1px solid #f00;*/
	text-indent: -9000px;
	display: block;
	width: 435px;
	height: 110px;
	margin-left: 0px;
	margin-top: 0px;
}
#headerimg h1 a span {
	display: none;
}
#headerimg {
	height: 136px;
	padding: 10px;
	background-image: url(images/header-bg.png);
	background-repeat: no-repeat;
}
#mainwrapper {
	/*background-image: url(images/main-bg.png);
	background-repeat: repeat-y;*/
	padding: 0px;
	}
#leftsidebar {
	background-color: #eee;
	float: left;
	padding: 10px 0px;
	width: 180px;
	}
#maincontent {
	background-color: #fff;
	float: left;
	/*padding: 15px 10px;
	margin: 0px 10px 0;*/
	width: 455px;
	font-size: 14px;
	}
#rightsidebar {	
	background-color: #fff;
	/*float: left;*/
	padding: 0px 0px 5px;
	width: 455px;
	text-align: center;
	}
#footer {
	background-color: #5a3d1c;
	padding: 15px;
	font-size: 10px;
	clear: both;
	}
#footer p {
	color: #fff;
	padding: 0px;
	margin: 0px;
	text-align: right;
	}
#footer a {
	color: #fff;
	margin: 0px 2px;
	}
#footer a:hover, #footer a:active {
	color: #000;
	}


/* Navigation */
#navwrapper {
	text-align: center;
	background-color: #ec008c;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
#nav { 
	padding: 10px; 
	margin: 0; 
	list-style: none;
	font-size: 12px;
}
#nav li { 
	display: inline;
}
#nav li a, #nav li a:visited { 
	color: #fff;
	padding: 10px;
	margin-right: 5px;
	background: #777;
	font-weight: bold;
	text-decoration: none;
	/*text-shadow: rgba(0,0,0,.6) 0px 2px 5px;*/
}
#nav li#current a { 
	background-color: #999;
	color: #000;
	text-decoration: none;
}
#nav li a:hover, #nav li#current a:hover, #nav li a:active, #nav li#current a:active { 
	background: #fff;
	color: #000;
	text-decoration: none;
	text-shadow: none;
}


/* Sidebars */
#leftsidebar h2, #rightsidebar h2 {
	background-color: #f2decb;
	font-size: 14px;
	line-height: 16px;
	margin: 5px 0px 5px;
	padding: 5px 10px;
}
#leftsidebar ul li, #rightsidebar ul li  {
	list-style-type: none;
	list-style-image: none;
}
#leftsidebar ul li ul, #rightsidebar ul li ul, #leftsidebar p, #rightsidebar p, #leftsidebar form, #rightsidebar form  {
	margin-bottom: 10px;
	padding: 0px 10px;
}
#rightsidebar .makeinline ul li {
	display: inline;
	padding: 0px 2px;
}

#leftsidebar a, #rightsidebar a {
	color: #ec008c;
	/*text-decoration: none;
	border-bottom: 1px dotted;*/
}
#leftsidebar a:hover, #rightsidebar a:hover {
	color: #000;
}
#leftsidebar form, #rightsidebar form {
	padding: 0px 10px;
}
#rightsidebar input#s {
	width: 97%;
}

/* Main Content */
.post { margin-bottom: 20px; }
#maincontent .postpage h2 {
	display: block;
	color: #532fa5;
	text-decoration: none;
	border-bottom: 1px solid #e5daff;
	margin-bottom: 5px;
}
#maincontent h2 a {
	display: block;
	color: #532fa5;
	text-decoration: none;
	border-bottom: 1px solid #e5daff;
	margin-top: 10px;
	margin-bottom: 5px;
}
#maincontent h2 a:hover, #maincontent h2 a:active {
	color: #532fa5;
	/*background-color: #fff;*/
	text-decoration: none;
	border-bottom: 1px solid #e5daff;
}
#maincontent a {
	color: #5a3d1c;
}
#maincontent a:hover, #maincontent a:active {
	color: #000;
	/*background-color: #ddd;*/
}
#maincontent p {
	margin-bottom: 10px;
}
#maincontent h1, #maincontent h2, #maincontent h3, #maincontent h4, #maincontent h5, #maincontent h6 {
	margin-bottom: 5px;
}
#maincontent ul {
	margin-left: 20px;
	margin-bottom: 10px;
}
#maincontent ol {
	margin-left: 25px;
	margin-bottom: 10px;
}
#maincontent .postinfo {
	color: #666;
	font-size: 10px;
	margin-bottom: 15px;
}
#maincontent .postmetadata {
	color: #532fa5;
	font-weight: bold;
	background-color: #efe9fe;
	font-size: 11px;
	/*border-top: 1px solid #d2beff;
	border-bottom: 1px solid #d2beff;*/
	padding: 5px 10px;
}
#maincontent .postmetadata a {
	text-decoration: none;
	font-weight: normal;
	color: #6c49bb;
}
#maincontent .postmetadata a:hover, #maincontent .postmetadata a:active {
	text-decoration: underline;
}
#maincontent .commentmetadata {
	color: #666;
	margin-bottom: 5px;
	font-size: 9px;
}
#maincontent ol.commentlist li.alt {
	background-color: #eee;
}
#maincontent blockquote {
	color: #666;
	font-style: italic;
}
#maincontent textarea#comment {
	width: 97%;
}
#maincontent .editthis, #maincontent .editthis a, #maincontent .editthis a:hover, #maincontent .editthis a:active {
	font-size: 9px;
	text-transform: uppercase;
	/*color: #666;*/
	margin: 0px 0px 5px;
	padding: 0px;
}


/* Tables */
/*table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 0px;
	margin: 0px;
	background-color: #FFF;
	border-collapse: collapse;
}
tr {
	padding: 0px;
	margin: 0px;
}
td {
	padding: 5px;
	margin: 0px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	text-align: center;
}
th {
	font-size: 1.2em;
	padding: 5px 2px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: center;
	background-color: #ccc;
}
.rowTint {
	background-color: #eee;
}*/


/* Images */
.post img[align="left"] {
	margin: 0 10px 5px 0 !important;
	padding: 3px;
	border: 1px solid #ccc;
	float: left;
}
.leftimg {
	margin: 0 10px 5px 0 !important;
	padding: 3px;
	border: 1px solid #ccc;
	float: left;
	}
.rightimg {
	margin: 0 0 5px 10px !important;
	padding: 3px;
	border: 1px solid #ccc;
	float: right;
	}
.nowrapimg {
	margin: 10px 10px 10px 0px !important;
	padding: 3px;
	border: 1px solid #ccc;
	}	
.featuredimg {
	margin: 10px !important;
	padding: 3px;
	border: 1px solid #ccc;
	}		
.plainimg {
	margin: 0px !important;
	padding: 3px;
	border: 1px solid #ccc;
	}


.flickr {
	text-align: center;
}
/*
.flickr p {
	color: #fff;
	height: 0;
}
.flickr a {
	color: #fff!important;
	height: 0;
}
*/
.flickr img {
	margin: 0 auto !important;
	padding: 3px;
	border: 1px solid #ccc;
	height: auto;
}	
	

/*Design Elements*/
.divider {
	display: block;
	line-height: .1em;
	height: 2px;
	border-top: 1px solid #f7d8bf;
	border-bottom: 1px solid #f7d8bf;
	margin: 15px 0px 10px;
}
.singledivider {
	display: block;
	line-height: .1em;
	height: 1px;
	border-top: 1px solid #f7d8bf;
	margin: 10px 0px;
}
.rsschicklet {
	padding-left: 20px;
	padding-bottom: 2px;
	background-image: url(images/rss-chicklet.gif);
	background-repeat: no-repeat;
	background-position: left;
}


/* Cloud */
#cloud li {
	display: inline;
	list-style-type: none;	
	font-size: 10px;
	text-align: center;
}
#cloud li h2 {
	text-align: left	;
}
#cloud a {
	/*color: #AACCEE;*/
	text-decoration: none;
	text-transform: lowercase;
	padding-right: 2px;
	padding-left: 2px;
}
#cloud a:hover {
	/*color: #333366;
	background-color: #FFFFFF;*/
	text-decoration: underline;
}


/* spacers */
.twopixelspacer { width: 100%; height: 2px; font-size:0px; }
.fivepixelspacer { width: 100%; height: 5px; font-size:0px; }
.tenpixelspacer { width: 100%; height: 10px; font-size:0px; }
.twentypixelspacer { width: 100%; height: 20px; font-size:0px; }
.fiftypixelspacer { width: 100%; height: 50px; font-size:0px; }


/* ContentRobot */
#poweredbycr {
	width: 180px;
	height: 26px;
	position: relative;
	left: 7px;
	bottom: 7px;
	margin-top: -26px;
	clear: right;
}
#poweredbycr a {
	display:block;
	text-align: left;
	padding-left: 30px;
	color: #f2decb;
	background-image: url(images/cr-bot.gif);
	background-repeat: no-repeat;
	height: 26px;
	line-height: 12px;
	font-size: 10px;
	text-decoration: none;
}
#poweredbycr a:hover, #poweredbycr a:active {
	background-position: 0 -26px;
	color: #fff;
	text-decoration: none;
}