/*
Theme Name: Jane
Theme URI: http://www.janecerdenola.com/
Author: RevoVision Designs
Description: Jane's Portfolio & Blog Site
*/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	font-size: 14px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #e9e5de;
	color: #50473b;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
	//text-transform: uppercase;

}

h3 {
	font-size: 17px;
}

h1, h2, h3 {
	font-weight: normal;
}
h2.pagetitle {
	font-size: 24px;
	margin-bottom: 10px;
	text-transform: none;
	text-align: center;
}

a:link, a:visited {
	text-decoration: none;
	color: #cc6666;
}

a:hover {
	text-decoration: underline;
	color: #cc6666;
}

p {
	padding: 5px 0;
}

small {
	font-size: 12px;
}

acronym, abbr, span.caps {
	cursor: help;
	font-size: 0.9em;
	letter-spacing: .07em;
}

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;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

textarea, input, select {
	background: #f4f4f4;
	border: 1px solid #b2b2b2;
	color: #50473b;
	font: 14px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 1px;
	padding: 3px;
}



#wrapper {
	margin: 0 auto;
	width: 906px;
	padding: 0 51px;
	background: url(images/body_bg.jpg) repeat-y top center;
}

#header {
	height: 111px;
	text-align: center;
}
#header h1 {
	padding-top: 19px;
}
#header h1 a {
	width: 618px;
	height: 88px;
	display: block;
	background: url(images/logo.png) no-repeat;
	margin: 0 auto;
	text-indent: -9999px;
}
#rotating-images {
	padding: 14px;
	background: url(images/rotating-images_bg.jpg) no-repeat;
}
#rotating-images .inner {
	background: #50473b;
	height: 316px;
}
#nav {
	list-style: none;
	font-size: 24px;
	text-align: left;
	padding: 18px 0;
}
#nav li {
	display: inline;
	padding: 0 5px;
}
#nav li a, #nav li a:visited {
	color: #50473b;
}
#nav li a:hover, #nav li.current_page_item a {
	border-bottom: 3px solid #cc6666;
	text-decoration: none;
}

#content {
	width: 580px;
	float: left;
}

/* -----------------------Old sidebar stuff DO NOT EDIT------------------------------
#sidebar {
	width: 400px;
	float: right;
}

#sidebar h2 {
	border-bottom: 3px solid #cc6666;
	font-size: 20px;
	margin-bottom: 5px;
}

#sidebar ul, #sidebar ul ol {
}

#sidebar ul li {
	list-style: none;
	margin-bottom: 15px;
	overflow: hidden;
}

#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;
}

#sidebar ul ol li, ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0 0 0 18px;
	background: url(images/sidebar_li.jpg) no-repeat center left;
	width: 45%;
	float: left;
}
----------------Old sidebar stuff DO NOT EDIT ABOVE--------------------------- */

#sidebar {
	width: 300px;
	float: right;
        font-size:11px;
}

#sidebar h2 {
	border-bottom: 3px solid #cc6666;
	font-size: 16px;
	margin-bottom: 5px;
}

#sidebar ul, #sidebar ul ol {
}

#sidebar ul li {
	list-style: none;
	margin-bottom: 15px;
	overflow: hidden;
}

#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;
}

#sidebar ul ol li, ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0 0 0 18px;
	background: url(images/sidebar_li.jpg) no-repeat center left;
	width: 45%;
	float: left;
}
.widget_flickrRSS img {
	border: 3px solid #50473b;
	margin: 3px;
}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

#footer {
	height: 80px;
	padding-top: 20px;
	font-size: 12px;
	color: #fff;
	background: #50473b;
}
#footer .inner {
	width: 980px;
	margin: 0 auto;
}



.post {
	margin: 0 0 40px;
}
.post h2 {
	border-bottom: 1px dashed #cc6666;
	margin-bottom: 5px;
}
.post h2 a, .post h2 a:visited {
	color: #50473b;
}
.postmetadata {
	padding-top: 5px;
	clear: both;
}
.more-link {
	padding-left: 25px;
	height: 23px;
	line-height: 23px;
	display: block;
	float: left;
	background: url(images/more-link.jpg) no-repeat;
	margin-right: 15px;
}
.comments {
	padding-left: 30px;
	height: 23px;
	line-height: 23px;
	display: block;
	float: left;
	background: url(images/comments_bg.jpg) no-repeat;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style: none;
}

.attachment {
	text-align: center;
	margin: 5px 0px;
}

.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.clear {
	clear: both;
}

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
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

.navigation {
	text-align: center;
	margin-top: 10px;
}

.aligncenter {
	margin: 0 auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


#commentform input, #commentform textarea {
	border: 1px solid #50473b;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
 float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.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;
}

.commentlist {
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}



#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	padding: 2px;
}

#commentform #submit {
}

#commentform p {
	margin: 5px 0;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}


#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 100%;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}
#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 {
	background: #ffffff;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}