/*
Theme Name: RedDesigns
Theme URI: 
Description: 
Version: 3.1
Author: Erica Quessenberry
Author URI: http://www.studioRedDesigns.com
Tags: 

*/

/* COLORS
****************************************
#510d04 - Red | links | span
#747071 - Grey | bg nav | bg footer | H2
#a6a1a3 - light grey for nav links
#464444 - dark grey for nav subhead | H1
#323131 - p | default
#d7d0d1 - footer links
****************************************/




/* Common Styles
****************************************/
body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 9pt;
	color: #323131;
	text-align: center;
}
#page {
	margin: 0 auto;
	width: 960px;
	text-align: left;
}
a, a:visited {
	color: #510d04;
	text-decoration: underline;
}
a:hover,
a:active {
	color:#323131;	
}
span {
	color: #510d04;
}
h1 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 20pt;
	font-weight: normal;
	color: #464444;
	margin: 15px 0 35px 0;
}
h2 {
	font-size: 16px;
	color: #747071;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	border-top: 1px solid #d7d0d1;
	text-transform: uppercase;
	padding-top: 2px;
	padding-bottom: 25px;
	padding-left: 0;
	margin-right: 10px;
}
h3 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 10.5pt;
	margin-bottom: 3px;
}
h4
{
	line-height	: 140%;
	margin-bottom	: 5px;
}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}
ul {
	margin-right: 13px;
}
li {
	padding: 3px 0 0 0;
	line-height: 1.25em;
}
p {
	line-height: 1.5em;
	margin-bottom: 40px;
	margin-right: 10px;
}
ul#nav, #footer {
	background-color: #747071;	
}
hr {
	border-top: 1px solid #ccc;
}

/* Header
**********************************/
#header p { /*for email*/
	margin-left: 730px;
	margin-top: -36px;
	font-size: 9pt;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
/* Navigation
*********************************/
ul#nav {
	overflow: hidden;
	width: 960px;
	height: 50px;
	margin-bottom: 20px;
}
ul#nav li {
	float: left;
	padding-top: 15px;
	padding-left: 10px;
	width: 228px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12pt;
	border-right: 1px solid #514f4f;
	border-left: 1px solid #858182;
	line-height: 0.7em;
	height: 50px;
}
ul#nav li a , ul#nav li a:visited{
	color: #a6a1a3;
	text-decoration: none;
}
ul#nav li a:hover,
ul#nav li.current_page_item a{
	color: #323131;
}
ul#nav li a span,
ul#nav li .current_page_item span {
	color: #464444;
	font-size: 8pt;
}

/* Main Content
***********************************/
#content {
	width: 709px;
	margin-left: 10px;
	float: left;
	margin-bottom: 80px;
	border-right: 1px solid #d7d0d1;
	display:inline;
}
#wide {
	float: left;
	width: 470px;
	display:inline;
}
#narrow {
	width: 220px;
	margin-left: 480px;
}
.medium {
	width: 700px;
}
#wide h2, #narrow h2, .medium h2 {
	margin-right:0;
}

/* Sidebar
******************************/
#sidebar {
	width: 220px;
	margin-left: 730px;
	margin-bottom	: 30px;
}
#sidebar p {
	margin-bottom: 20px;
}
#sidebar h2 {
	margin-top: 20px;
}
#sidebar .note {
	padding: 17px 15px 15px 25px;
	background: url(images/sticky.png) no-repeat left top;
	display: inline-block;
}
#sidebar .note {
	display: block;
	}
#sidebar .note p {
	font-size: 8.5pt;
}
/*#sidebar .widgettitle {
	margin-top: 30px;
	margin-bottom: 0px;
	padding-bottom:5px;
}*/
#sidebar ul {
	margin-bottom: 50px;
}
#sidebar ul li {
	border-bottom: 1px dotted #d7d0d1;
	padding: 10px 0 10px 0;
}
#sidebar ul li a,
#sidebar ul li a:hover {
	color: #323131;
	font-size: 10pt;
	text-decoration: none;
}

/* Footer
******************************/
#footer {
	clear: both;
	color: #464444;
	font-size: 8.5pt;
	text-align: left;
	border-top: 2px solid #979395;
}
#footer h2 {
	color: #464444;
	border-top: 1px solid #464444;
	margin-top: 20px;
	font-size: 11pt;
}
#footer a , #footer a:visited {
	color: #d7d0d1;
	line-height: 1.5em;
	text-decoration: none;
}
#footer a:hover {
	color: #d7d0d1;
}
#footer .foot ul li {
	border-bottom: 1px dotted #ffffff;
	margin-right: 10px;
	height: 20px;
	margin-bottom: 5px;
}
#footer .foot {
	width: 220px;
	float: left;
	padding-left: 10px;
	margin-right: 10px;
	margin-bottom	: 10px;
}
.copyright {
	text-align: center;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin: 10px 15px;
	clear: both;
	/*width: 700px;*/
	font-size: 8pt;
	color: #d7d0d1;
	border-top: 1px solid #d7d0d1;
}
.alignLeft {
	text-align: left;
	padding-top: 225px;
	padding-left: 10px;
	width: 700px;
	font-size: 7pt;
	color: #d7d0d1;
}
.alignRight {
	text-align: right;
	margin-top: -25px;
	border-top: 1px solid #d7d0d1;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 8pt;
	color: #d7d0d1;
}

/* Weblog Posts
*********************************/
#content .medium p {
	margin-left: 155px;
	margin-right: 20px;
}
#content .medium h2 {
	margin-left: 155px;
}
#content .medium h2 a,
#content .medium h2 a:visited {
	color: #747071;
	text-decoration: none;
}
.entry p {
	margin-bottom: 15px;
}
.entry p img {
	border: 1px solid #d7d0d1;
	padding: 2px;
	margin-bottom: 5px;
}

.entry ol
{
	list-style-type: decimal;
	margin			: 0 20px 10px 160px;
}

.entry li
{
	margin-bottom	: 10px;
}

#content .medium .entry li p
{
	margin-left		: 0;
}

.entry  li li
{
	list-style-type	: circle;
	margin-left		: 30px;
}



/* Contact Tables & Lists
********************************/
table tr td.right {
	text-align:right;
	padding-right:5px;
}
table { /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
}
td {
	padding-top: 10px;
	padding-right: 50px;
}
ul#contact li {
	margin-bottom: 20px;
	font-size:10pt;
}

/* Images
*******************************/
/*	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 0;
	margin: 0 0px 2px 2px;
	display: inline;
	}

img.alignleft {
	/*padding: 4px;
	margin: 0 7px 2px 0; commented out because of me2.jpg pic*/
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

/* Classes
*******************************/
.post_thumb {
	float:left;
	width:120px;
	height:120px;
	margin:0;
	padding:2px;
	border:1px solid #ccc;
	/*background: url('images/defaultThumb.png') no-repeat top left;*/
	overflow: hidden;
}
.img {
	padding: 2px;
	border: 1px solid #d7d0d1;
	float: left;
	margin-right: 5px;
}
.more, a.more-link {
	background: url('images/arrow.png') no-repeat center left;
	padding-left: 20px;
}
.subscribe {
	background: url('images/rss.png') no-repeat center left;
	padding: 10px 0 10px 30px;
}
.navigation {
	margin-top: 10px;
	margin-bottom: 60px;
	margin-left: 155px;
	}
	
.block {
	display		: block;
	overflow	: hidden;
}


/* Twitter Badge
*********************************/
.twitter {
	background: url('images/twittering.png') no-repeat top right; 
	margin-bottom: 30px;
	display: inline-block; /*for IE*/
}
.twitter {
	display: block; /*for IE*/
}
ul#twitter_update_list li span {
	color: #323131;
}
ul#twitter_update_list li a,
ul#twitter_update_list li a:hover {
	font-size: 7.5pt;
	color: #510d04;
}
ul#twitter_update_list li a:hover {
	text-decoration: underline;
	}
ul#twitter_update_list li {
	margin-bottom: -40px;
	margin-top: 20px;
	border-bottom:none;
}

a#twitter-link {
	font-size:12px;
}

/* FLickr Badge
*********************************/

#flickr .flickr_badge_image
{
	width: 75px;
	float: left;
	margin	: 5px;
	border: 1px solid #464444/*d7d0d1*/;
	padding: 2px;
}


/* Comments
*********************************/
h3.comments { /*i used h3 because i couldn't seem to overwrite the margin for h2 in posts*/
	font-size: 16px;
	color: #747071;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	border-top: none;
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-left: 0;
	margin-right: 10px;
}
.comment_meta {
	width: 128px;
	float: left;
}
.comment_wrapper {
	border-top: 1px solid #ccc;
	padding-top: 15px;
	margin-right: 5px;
}
#commentform {
	width: 600px;
}
#commentform p {
	margin-bottom: 10px;
}
h4.comments {
	font-weight: normal;
	border-top: 1px solid #ccc;
	padding: 10px 0 30px;
}