/*  
Theme Name: Carolyn Ross Template
Theme URI: http://wordpress.org/
Description: The Carolyn Ross WordPress theme.
Version: 1
Author: MonkeyCMedia
Author URI: http://monkeycmedia.com
*/
a, img {
		border:0;
		}


/* Begin Typography & Colors */

.widecolumn .entry p {
	/* font-size: 1.05em; */
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	/* font-size: 0.9em; */
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	/* font-size: 4em; */
	text-align: center;
	}

#headerimg .description {
	/* font-size: 1.2em; */
	text-align: center;
	}

h2 {
	/* font-size: 1.6em; */
	}

h2.pagetitle {
	/* font-size: 1.6em; */
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	/* font-size: 1.2em; */
	}

h3 {
	/* font-size: 1.3em; */
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #000000;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

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

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	/* font-size: 1.1em; */
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#sidebar ul ul li, #sidebar ul ol li, .nocomments, blockquote, strike {
	color: #000000;
	}
	
small, .postmetadata {
 	color: #000000;
 	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	/* font-size: 0.9em; */
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #996666;
	text-decoration: none;
	}

a:hover {
	color: #CC0066;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	/* font-size: 9pt; */
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
.narrowcolumn {
	float: left;
	width: 460px;
	padding-top: 28px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:15px;
	margin: 0px 0 0;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 650px;
	}

.post {
	margin: 0 0 40px;
	/* text-align: justify; */
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

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

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#clear {
	clear: both;
	}

#footer {
	padding: 0;
	margin: 0 auto;
	clear: both;
	width:800px;
	background-color:#89B2B9;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
	
.contact-form {
	margin: 0 0 0 60px;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 0px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding-left: 25px;
	text-indent: 5px;
	/* font-size:12px; */
	} 

html>body .entry li {
	margin: 3px 0 3px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {

	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;

	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

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

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

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	
	}

#sidebar #searchform #s {
	width: 100px;
	padding: 2px;
	background-color: #f8f8f8;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	background-color: #f8f8f8;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



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



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 8px;
	/* margin-left: 545px;
	width: 210px; */
	}

#sidebar form {
	margin: 0;
	}
	
#sidebar h2 {
	color: #000000;
	}
	
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	padding-bottom: 30px;
	}
/* End Various Tags & Classes*/


/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #99CC00;
	/* min-width:940px; */
	background-image:url('/images/C.Ross_Grass_Bkg.gif');
	background-position:center -250px;
	background-repeat:no-repeat;
	background-attachment:fixed;
}

#wrapper {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 940px;
	background-color: #FFFFFF;
	border-right:1px solid #9c0;
	border-left:1px solid #9c0;
}

#wrapper2 {
	margin:0px 20px 0px 20px;
	width:900px;
	background-image:url('/images/C.Ross_Green_Bkg.gif');
	background-repeat:repeat;
	background-color:#E1F0B4;
}





/* Header Style */
#header {
	position:relative;
	width: 900px;
	height: 168px;
	background-color:#fff;
	border-bottom:8px solid white;
}
#header-right {
		position:absolute;
		top:12px;
		right:0px;
		width:375px;
		}
#header-vital-life {
	clear:left;
	/* font-size:10pt !important; */
	margin-top:16px;
	}
#header-vital-life img {
	float:left;
	margin:-2px 12px 0 0;
	}
#header-vital-life ul {
	margin-left:160px;
	}





#www {
	float:right;
	width:350px;
	/* font-size:1.3em; */
	text-align:right;
}

#www a {
	color:#99CC00;
	text-decoration:none;
}

#www a:hover {
	color:#9c6;
	text-decoration:underline;
}

#topnav {
	background-color:#fff;
	/* font-size:1.3em; */
	line-height:24px;
	border-top:#9e0 2px dotted;
	color:#c06;
	padding:0 200px 10px 10px;
}

#topnav ul {
		/*
padding:10px 0 10px 0;
*/
		}

#topnav li {
	display:inline;
	margin:0 24px 0 0;
	white-space:nowrap;
}

#topnav a {
	color:#966;
	text-decoration:none;
}

#topnav a:hover {
	color: #c06;
	text-decoration:underline;
}

#topnav li.current_page_item a {
	color: #CC0066;
}

#topnav2-wrap {
		background:#fff url('images/bar-green.jpg') no-repeat top right;
		}
#topnav2 {
	height:37px;
	background:#fff url('images/bar-green.jpg') no-repeat top left;
	/* font-size:1.3em; */
	color:#fff;
	text-align:right;
	padding:6px 0 0 0;
	margin-right:20px;
	font-weight:bold;
}

#topnav2 a {
	color:#fff;
	text-decoration:none;
}

#topnav2 a:hover {
	color: #000;
}
/* End Header Style */

#leftmain {
	width:190px;
	padding:8px 10px 20px 10px;
	float:left;
	text-align:center;
}

#leftmain img {
	margin:15px 0px;
}

#leftmain h2 {
	color:#663366;
}

#leftmain a {
	color:#CC0000;
	/* font-size:1.2em; */
}

#leftmain a:hover {
	color:#663366;
	text-decoration:none;
}

#rightmain {
	width:680px;
	float:right;
	background-color:#FFFFFF;
}

#rightmain-book {
	width:880px;
	margin-right:9px;
	float:right;
	background-color:#FFFFFF;
}


#rightstore {
	width:800px;
	margin-right:50px;
	float:right;
	background-color:#FFFFFF;
}

/* Content Styles */
#content {
	background-color:#FFFFFF;
	float:left;
	width:460px;
	padding:20px 10px 20px 10px;
	color:#000000;
}

#content-book {
	background-color:#FFFFFF;
	float:left;
	width:850px;
	padding:20px 10px 20px 10px;
	color:#000000;
	/* font-size: 12px; */
}

#gift 	{
	border:#99EE00 2px dotted;
	margin: 20px 0 0 100px;
	width: 650px;
	padding: 10px;
	
	}
	
#content-book p{
	padding:5px 0px 5px 0;
}

#contentstore {
	background-color:#FFFFFF;
	float:left;
	width:540px;
	padding:25px 25px 20px 25px;
	color:#000000;
}

#content p, #contentstore p #content-book p{
	padding-top:9px;
	padding-bottom:10px;
	/* font-size:1.15em; */
	line-height:1.1em;
}

#content ul, , #contentstore ul #content-book ul{
	margin:5px 10px 5px 15px;
}

#content a, #contentstore a #content-book a{
	color:#CC3300;
}

#content a:hover, #contentstore a:hover #content-book a:hover{
	color:#663366;
	text-decoration:none;
}

h2 {
	color:#FF0000;
	padding:1px;
	/* font-size:1.7em; */
	font-weight:normal;
}

h3 {
	padding:1px;
	/* font-size:1.7em; */
	font-weight:normal;
	color:#CC3300;
}

#pills {
	width:125px;
	height:300px;
	float:right;
	text-align:center;
}

#rightside {
	width:180px;
	margin-top:8px;
	padding:0px 10px 20px 10px;
	float:right;
	color:#663366;
	/* font-size:1.3em; */
}

#rightside p {
	/* font-size:9pt !important; */
	padding-top:9px;
	padding-bottom:10px;
	line-height:1.3em;
}

#rightside ul {
	color:#CC3300;
	margin:0px 0px 15px 15px;
	line-height:25px;
}

#rightside img {
	margin:5px 0px 15px 0px;
}

#bottom {
	background-color:#99CC00;
	width:100%;
	clear:both;
	height:12px;
}
/* End Content Styles */

/* Footer Styles */
#footernav {
	height:75px;
	background-color:#FFFFFF;
	clear:both;
	margin: 0px auto 0px auto;	
	padding:10px 20px 10px 20px;
	text-align:center;
	color:#666666;
}

#footernav li {
	display:inline;
	margin:0px 8px 0px 8px;
}

#footernav a {
	color:#222222;
	text-decoration:none;
}

#footernav a:hover {
	color:#666666;
	text-decoration:underline;
}
/* End Footer Styles */

/* Misc Styles */
#sidebar ul {
	line-height:1.2em;
}




#store-link {
		display:block;
		float:left;
		width:220px;
		/* font-size:11pt; */
		text-align:center;
		text-decoration:none;
		color:#fff;
		background-color:#a00;
		padding:4px 16px 4px 16px;
		}
#store-link:hover {
		background-color:#c22;
		}

#phone {
		float:right;
		font-family:'Arial Black',sans-serif;
		/* font-size:110%; */
		letter-spacing:2px;
		color:#150;
		padding:0 8px 0 0;
		}
/* upper nav */
.upper-nav {
		}
#menu-upper-nav li {
		float:left;
		list-style-type:none;
		border-left:2px solid #fff;
		}
		#menu-upper-nav li a {
				display:block;
				/* font-size:9pt !important; */
				text-transform:uppercase;
				text-decoration:none;
				color:#150;
				background-color:#efc;
				padding:2px 16px 4px 16px;
				}
				#menu-upper-nav li a:hover {
						background-color:#efe;
						}
/* main nav */
#menu-main-nav {
		margin-right:354px;
		}
#menu-main-nav li {
		float:left;
		list-style-type:none;
		margin:0 24px 8px 0;
		}
#menu-main-nav li a {
		/* font-size:10pt !important; */
		}

#topnav2 {
		text-align:left;
		padding-left:16px;
		}
