/*  
Theme Name: WordPress Nancy
Theme URI: http://jcbd.com/wpth/nancy.
Description: Some sort of attempt to create a theme for nn.c on wordpress.
Version: 1.2 revised Mar 2010
Author: J.C.Burns
Author URI: http://jcbd.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
	font-size: 69%; /* Resets 1em to 10px */
	font-family: Georgia, Times, serif;
	background-color: #112c57;
	background: -webkit-gradient(linear, right center, left center, from(#456ba9), to(#112c57));
	background: -moz-linear-gradient(left, #112c57, #456ba9);
	color: #080e1d;
	text-align: left;
	text-rendering: optimizeLegibility; /* added 29 jun 2010 */
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

#page {
	text-align: left;
	background-color: #f8f9fb;
	margin: 20px auto;
	padding: 0;
	width: 840px;
	border: 1px solid #fff;
	}

#header {
	padding: 0;
	margin: 0 auto;
	height: 150px;
	width: 100%;
	}

#headerimg {
	margin: 0;
	height: 150px;
	width: 100%;
	background-image: url(images/nancyheader2009.jpg);
}

.narrowcolumn, .widecolumn {
	font-size: 1.45em;
	line-height: 1.45em;
	clear: left;
}
	
.narrowcolumn
{
	float: left;
	padding: 0 0 20px 30px;
	margin: 0px;
	width: 540px;
}

.widecolumn {
	padding: 0 0 20px;
	margin: 0 0 0 80px;
	width: 650px;
	}

.post {
	text-align: left;
	background: url(images/nancerainbowrule.jpg) no-repeat 0 bottom;
	padding-bottom: 5px;
	margin: 0;
	padding-top: 0;
}

#sidebar {
   	padding: 0 0 10px 10px;
	width:240px;
	/*background: url(images/nancesidebar.jpg) repeat-y;*/
	background: #dce5f1;
	background: -webkit-gradient(linear, right center, left center, from(#BCCEE5), to(#dce5f1), color-stop(.85,#F8F9FB),color-stop(.15,#F8F9FB));
	background: -moz-linear-gradient(right, #f8f9fb, #BCCEE5);
	font: 1.2em/1.5em "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	float: right;
}

#footer {
	font-family: Courier, sans-serif;
	font-weight: bold;
	text-transform: lowercase;
	padding: 0;
	margin: 0;
	background-image: url(images/nancyfooter.jpg);
	clear: both;
	width: 800px;
	height: 52px;
}

#footer p
{
	margin: 0;
	padding: 10px 40px;
	text-align: left;
}

.welcome
{
	font-size: 1em;
	color: #5f697c;
	padding-left: 15px;
	padding-right: 25px;
}

#linkcat-14 ul li a img
{
	max-width: 190px;
}

small {
	font-size: 0.9em;
	line-height: 1.3em;
	}

.gad
{
	padding-top: 15px;
	padding-bottom: 0;
}

.gad_sidebar
{
	padding-left: 15px;
}
	
.entrydate {
		font-family: Courier, sans-serif;
		font-weight: bold;
		font-size: 1.5 em;
		color: #132b53;
		text-shadow: #fff 1px 1px 2px;
        margin: 10px 0 0;
	text-indent: 5px;
	text-transform: lowercase;
	letter-spacing: 1.4px;
	background: -webkit-gradient(linear, center top, center bottom, from(#e6eaf3), to(#f8f9fb));
	background: -moz-linear-gradient(top,  #e6eaf3, #f8f9fb);
	-webkit-border-top-right-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
	padding-bottom: 0;
	padding-top: 5px;
}

h1, h2, h3 {
	font-family: Georgia, Times, serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: left;
	padding-top: 70px;
	margin: 0;
	color: #1f5080;
	}

.description {
	font-size: 1.2em;
	text-align: left;
	}

h2 {
	font-size: 1.9em;
	text-shadow: rgba(6,20,42,0.3) 1px 1px 2px;
	margin: 10px 0 0;
}

h3 {
	font-size: 1.3em;
	text-shadow: rgba(6,20,42,0.3) 1px 1px 2px;
	margin: 20px 0 0;
	border-bottom: 2px solid #fff;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
	color: #1f5080;
}
	
a {
	text-decoration: none;
    font-weight: bold;
}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, .alignleft a, .alignright a, A {
	color: #222d3e;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, cite {
	text-decoration: none;
	}

a:hover, h2 a:hover, h3 a:hover, p a:hover {
	color: #3f7ab5;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0 0 10px;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 4px;
	margin-top:  4px;
	padding-left: 12px;
	padding-right: 20px;
	line-height: 1.25em;
}


ol li, #sidebar ul ol li {
	list-style: decimal outside;
	
	}



#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

#sidebar h2 {
		font-size: 1.2em;
		font-family: Courier, sans-serif;
		font-weight: bold;
		color: #4c6a82;
		letter-spacing: 1.2px;
		text-shadow: #fff 1px 1px 2px;
  		text-transform: lowercase;
	background-color: #e9eef4;
	background: -webkit-gradient(linear, center top, center bottom, from(#e6eaf3), to(#f8f9fb));
	background: -moz-linear-gradient(top,  #e6eaf3, #f8f9fb);
	-webkit-border-top-right-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 2px;
}

.entry, .entry a
{
	color: #3d4a5d;
}

cite, cite a
{
	color: #213242;
	font: normal bold 1.3em Courier, sans-serif;
}


.entry p a:visited {
	color: #b85b5a;
	}

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

html #left {
  left: 240px;           /* RC width */
}

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

.postmetadata
{
	font: 0.9em Courier, sans-serif;
	text-transform: lowercase;
	color: #6b84a9;
}

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


	
#commentform textarea {
	font-size: 1.1em;
	line-height: 1.3em;
	}

.commentauthor, .commentauthor a, a.url
{
	color: #213242;
	font-weight: bold;
}

.editcomment, .editcomment a{
	color: #688bad;
	font: bold 1.0em Courier, sans-serif;
}

.commentbody, .commentbody a{color: #3f5069;
	
}	
.commentlist li {
		background-color: #fffcef;
		border-right: 4px solid #fff7d6;
		border-left: 1px solid #fff;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 8px;
	color: #cad4df;
	background: -webkit-gradient(linear, right center, left center, from(#fff), to(#fffcef));
	background: -moz-linear-gradient(right, #fff, #fffcef);
	-webkit-border-top-left-radius: 14px;
    -webkit-border-bottom-left-radius: 14px;
    -moz-border-radius-topleft: 14px;
    -moz-border-radius-bottomleft: 14px;
}

.commentwhen
{
	color: #788fa5;
	font: 14px Georgia, Times, serif;
}

.bracket
{
	color: #aabbe5}

.commentlist li.alt{
	background-color: #e6eaf3;
	border-right: 4px solid #d1dbf3;
	border-left: 1px solid #fff;
	color: #cad4df;
	background: -webkit-gradient(linear, right center, left center, from(#fff), to(#e6eaf3));
	background: -moz-linear-gradient(right, #fff, #e6eaf3);
}

.alt {
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		border-left: 1px solid #ddd;
		border-right: 4px solid #73a0c5;
	}
	
.postmetadata_single{
	background-color: #fff;
	font: 0.8em/1.1em Courier, sans-serif;
	color: #7681af;
	padding: 8px;
	-webkit-border-top-right-radius: 12px;
    -webkit-border-top-left-radius: 12px;
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-topright: 12px;
}	

.postmetadata_single a{
	color: #7681af;
}

li.nancecomment
{
	background-color: #fff;
	color: #091b42;
	border: 1px solid #9a2b10;
	border-right: 4px solid #9a2b10;
	background: -webkit-gradient(linear, right center, left center, from(#fff), to(#FFF0ED));
	background: -moz-linear-gradient(right, #fff, #FFF0ED);
	line-height: 1.3em;
	font-size: 1.0em;
}
	
	
blockquote{
	color: #676e88;
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}


blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}


.description {
	text-align: left;
	}

p img {
	padding: 0;
	max-width: 100%;
	}
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}

img.scaled { max-height: 200; }

#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

.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 {
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}


#sidebar form {
	margin: 0;
	}
	

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

	
.navigation, .navigationbottom
{
	font: bold 0.95em Courier, sans-serif;
	text-align: center;
	width:  100%;
	background-color: #e6eaf3;
	background: -webkit-gradient(linear, center top, center bottom, from(#e6eaf3), to(#f8f9fb));
	background: -moz-linear-gradient(top,  #e6eaf3, #f8f9fb);
	display: inline-block;
	float: none;
	margin-top: 0;
	margin-bottom: 0;
	-webkit-border-radius: 14px;
    -moz-border-radius: 14px;
	padding: 5px;
}

.avatar-50, .commentlist li .photo
{
	float:  right;
	padding-right:  0px;
	border-width: 10px;
	border-color: white;
}

.commentlist li .photo
{
	width:  50px;
	height:  50px;
}


.recipe, .recipe li{

	list-style-type: none;
	color: #234793;
}

.sharesb{
	clear:both;
	position:relative;
	border:1px solid #ddd;
	margin: 0;
	-webkit-text-size-adjust:none;
	padding: 0 10px 10px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.sharesb p {
	padding:0;
	margin:0;
}
.sharesb p a{
	position:absolute;
	top:0px;
	right:0px;
	padding:10px;
	font-size:12px;
}
.sharesb h5{
	padding:0 3px 0 0;
	margin:0;
	margin:0 5px 0 3px;
	font-weight:normal;
}
.sharesb ul{
	text-align:left;
	list-style:none;
	margin:15px 0 0px 15px;
	padding:0;
}
.sharesb ul li{
	text-align:center;
	display:inline;
	padding:0 4px 6px 0 ;
}
.sharesb ul li.delicious{background:url(images/delicious.gif) no-repeat 0 0;}
.sharesb ul li.digg{background:url(images/digg.gif) no-repeat 0 0;}
.sharesb ul li.reddit{
	padding:0 0 0 2px;
	background:url(images/reddit.gif) no-repeat 0 0;
}
.sharesb ul li.facebook{background:url(images/facebook.gif) no-repeat 0 0;}
.sharesb ul li.stumbleupon{background:url(images/stumbleupon.gif) no-repeat 0 0;}
.sharesb ul li a{
	padding:0 0 0 18px;
	margin:0 3px 0 0px;
}

.storeatbtm
{
	text-align:left;
	list-style:none;
	margin: 5px 40px 20px 30px;
	padding:5px;
	color: #4e5872;
	border: 1px solid #b7bbc2;
	-webkit-border-top-right-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
    -moz-border-radius-topright: 12px;
    -moz-border-radius-bottomright: 12px
}

.storeatbtm a{
	color: #4e5872;
}

.storeatbtm img
{
	padding-right: 15px;
}

