/*
Theme Name: postcards
Theme URI: http://www.postcardsfromyomomma.com
Description: A theme for postcardsfromyomomma.com
Version: 1.0
Author: Eric Rachlin
Author URI: http://www.overheardinprovidence.com
*/

/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	font: 12px/165% Verdana, sans-serif;
	color: #333;
	margin: 0; padding: 0 0 50px 0; 
	background: #E3DAD5 url(images/grad.jpg) repeat-x;
	text-align: center;
}

/* Links */
a {
	text-decoration: none;
	color: #111;
}

a:hover {
	color: #B9402D; 
}

/* Headers */
h1, h2, h3 {
	font: bold 1em/1.1em
	font-family: Georgia, "Times New Roman", Times, serif;	
	color: #111;
	padding: 15px 10px 0px 10px;
	margin: 0;
}
h1 {
	font-size: 245%;	
	font-weight: normal;
	letter-spacing: -2px;	
}
h2 {
	font-size: 190%;
	font-weight: normal;	
}
h3 {
	font-size: 180%;	
	font-weight: normal;	
}

h4 {
	font-size: 120%;	
	font-weight: normal;	
}

h5 {
	font-size: 120%;	
	font-weight: normal;	
}

h6 {
	font-size: 100%;	
	font-weight: normal;	
}

p, dl { padding: 10px; margin: 0; }

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: none; }

dt {
  font-weight: bold;
  color: #895F30;
}
dd {
  padding-left: 25px; 
}

/* Images */
.col-one img {
	background: #fafafa;
	border: 1px solid #dcdcdc;
	margin: 3px;
	padding: 2px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	border: 1px solid #EBEBEB;
	background: #F0F0F0;  
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 15px 10px;
 	padding: 10px 10px 10px 35px;  
   border: 1px solid #F0F0F0;
	background: #F0F0F0 url(images/quote.jpg) no-repeat 10px 10px;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;	
	color: #555;	
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 15px 10px;	
}
th {
	color: #555;
	background: #E6E6E6;
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: left;	
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;	
}
tr {
	background: #fff;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border: 1px solid #ECECEC;	
}	
/* end - table */

/* form elements */
form {
	margin: 15px 0; padding: 5px 10px 20px 10px;
	border: 1px solid #f1f1f1; 
	background: #fdfdfd; 	
}
label {
	display: block;
	font-weight: bold;
	margin: 8px 0 5px 0;
	color: #b9402d;
}
input, select {
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	color: #666666;
	background: #fff;
}
textarea {
	width: 350px;
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	height: 100px;
	color: #666666;
}
input, textarea, select {
	background: #fff;
  	border-width: 1px;
  	border-style: solid;
  	border-color: #D4D4D4 #ebebeb #ebebeb #d4d4d4; 
}

input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #555;

	background: #E6E6E6;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 12px 0 15px 8px;	
	width: 240px;	
}
.searchform p { margin: 0; padding: 0 0 10px 0; }
.searchform input.textbox { 
	width: 115px;
	color: #666666; 
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

#content div.postmeta_div {
	text-align: right;
	margin: 2px 0 0 0;
	width: 480px;
}

#content div.sociable {
	height: auto;
    float: left;
    margin: 0 0 0 1px;
}

#content div.sociable.medium {
	float: left;
    margin: 0 0 25px 78px;
	height: auto;
}


#header-wrap {
	position: relative;
	background: #E3DAD5 url(images/fullheader5.jpg) no-repeat;
	padding-top: 21px;
	margin: 110px auto 0;
	width: 989px;
	text-align: left;	
}
#header-photo {
	margin: 0px 32px;
	width: 931px;
	clear: both;
	/* border: 1px solid #CA774D; */
	background: none;
}
#header-photo img {
	border: none;
	margin: 0; padding: 0;
} 

#header-photo table, tr, td {
	background: none;
	padding:0px;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
	border:none;
}

#header_ad_div {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 110px;
}

.adbox1 {
	width: 970px;
	margin: 10px auto 10px auto;
}

/*  Navigation  */
#nav {
	padding-right: 5px;
	padding-left: 5px;
	/* border-top: 1px solid #CA774D; */
	/* border-bottom: 1px solid #CA774D; */
	padding: 0px 0px 0px 5px;
	margin: 20px 0 0 0;
	width: 640px;
	height: 40px;
	/* background: #FCFCFA; */
	color: #333;
}

#nav a {
	color: #111;
}



#nav .navbaritem {
	text-align: center;
	float: left;
	display: inline;
	height: 40px;
	width: 95px;
	margin: 0 9px;
	color: #663333;
	text-decoration: none;	
}

#nav .navbaritem a:hover, 
#nav .navbaritem a:active {
	background: transparent;
	color: #b9402d;
	border: none;
}
#nav .navbaritem.current_page_item a {	
	color: #111;
}

#nav #navbararchives {
	text-align: left;
	float: right;
	display: inline;
	height: 28px;
	width: 240px;
	margin: 14px 20px 0 0px;
	color: #666;
	text-decoration: none;	
	padding: 0px;
}

#nav #navbararchives select {
	background: none;
	color: #666;
	border: none;
	height: 22px;
	font-size: 12px;
}
#nav #navbarsearch {
	text-align: left;
	float: right;
	display: inline;
	height: 28px;
	width: 340px;
	margin: 14px 0px 0 10px;
	color: #666;
	text-decoration: none;	
	padding: 0px;
}

#nav p {
	padding: 14px 0 6px 0; margin: 0;
}


#menu ul li.current_page_item a, #menu ul li.current_page_item a:hover { 
	color: #000;	
	background: #d5d3d6 url(images/nav-current.jpg) repeat-x;
	border-bottom: 1px solid #CECECE;
} 


#nav span.feed
{ 
padding: 0px 18px 0px 0px; background: url(images/feed.gif) no-repeat right center; 
}


#header-wrap h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 62px Georgia, 'Times New Roman', Times, serif;
	letter-spacing: -1.5px;
	color: #070000;
	text-decoration: none;
		
	/* change the values of top and left to adjust the position of the logo*/
	top: 135px; left: 48px;	
}
#header-wrap h1#logo-text a:hover {
	background: none;	border: none;
}
#header-wrap p#intro {
	margin: 0 0 0 14px; padding: 0;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.8em;
	font-style: italic;
	text-transform: none;
	color: #333;
	width: 520px;
	
	/* change the values of top and left to adjust the position */
	top: 205px; left: 60px;		
}

/* header quick search */
#header-wrap form#quick-search {
	padding: 0; margin: 0;
	width: 260px;
	height: 26px;
	display: inline;
	background: none;
	border: none;
}
#header-wrap form#quick-search p {
	margin: 0; padding: 0;		
}
#header-wrap form#quick-search .tbox {
	margin: 3px 0 7px 0; 
	font-size: 12px;
	color: #666;
}
#header-wrap form#quick-search label,
#header-wrap form#quick-search .btn {
}

#content-outer {
	width: 930px;
	margin: 0 29px 0 31px;
}
#content-wrapper {
	width: 930px;
	text-align: left;
}
#content {
	float: left;
	width: 930px;
	background: #ffffff;
}

.paginate {
	margin: 20px 15px 10px 15px;
}


.col-one {
	padding: 0px;
	width: 558px;
	float:left;
	display: inline;
}
.col-mid {
	background:#DEF8F7;
	display: inline;
	float: right;
	width: 335px;
	padding: 15px 0 0 15px;
}


.col-two {
	float: left;
	width: 320px;
	margin-top: 0px;
}
.col-three {
	float: right;
	width: 110px;
	margin-top: 12px;
}
.col-one, .col-two, .col-three {
	padding-bottom: 20px;
}

.col-one h3 {
	font: normal 1.8em 'Lucida Grande', Helvetica, sans-serif;
	color: #000;
	text-transform: none;
	padding: 7px 10px 6px 10px;
}

.col-one div.aligncenter, .col-one object.aligncenter {
	display:block;
	margin-left: auto;
	margin-right: auto;
}

.col-one img.aligncenter {
	display:block;
	margin-left: auto;
	margin-right: auto;
}

.col-one img.alignleft {
	float:left;
}

.col-one img.alignright {
	float:right;
}

#content .col-one .post.lighted h3 {
}

#content .col-one .post.highlighted h3 {
}

#content .col-one .post.veryhighlighted h3 {
}

#content .col-one h2 a {
	color: #000;
	text-decoration: none;	
	background: none; 
	border: none;
}
#content .col-one h2 a:hover {
	color: #B9402D;
}
#content .col-one ul li {
	list-style-image: none;
}
#content .col-one ul li .label{
	font-weight: bold;
}

#content .col-one ul li p{
	padding: 0;
}

#content-wrapper .col-mid h2, 
#content-wrapper .col-two h2, 
#content-wrapper .col-three h2 {
	color: #111;
	font: normal 1.8em 'Lucida Grande', Helvetica, sans-serif;
	text-transform: none;
	padding: 5px 10px;
	margin: 0 0 5px 0;
}

#content .outer_post {
	margin-left:24px;
	background: #fff url(images/square-orange-top.gif) no-repeat;
	width:480px;
	padding: 4px;
	padding: 15px 25px 0 25px;
}

#content .outer_post_bottom {
	margin-left:24px;
	background: #fff url(images/square-orange-bottom.gif) no-repeat;
	width:480px;
	padding: 10px 25px 0 25px;
	margin-bottom: 12px;
}

#content .wp-smiley {
	background: none;
	border: none;
	padding: 0;
	margin: 0 2px;
}

#content .outer_post.cat-chats {
	margin-left:24px;
	background: #fff url(images/rounded-blue-top.gif) no-repeat;
}

#content .outer_post_bottom.cat-chats {
	margin-left: 24px;
	background: #fff url(images/rounded-blue-bottom.gif) no-repeat;
	padding: 10px 25px 0 25px;
}

#content .outer_post_bottom.cat-news {
	margin-left:24px;
	width: 480px;
	padding: 10px 25px 0 25px;
	margin-bottom: 12px;
	background: #ffffff url(images/news-bottom.gif) no-repeat;
}

#content .outer_post_bottom.cat-featuredpost {
	margin-left:24px;
	width: 480px;
	padding: 10px 25px 0 25px;
	margin-bottom: 12px;
	background: #ffffff url(images/news-bottom.gif) no-repeat;
}

#content .outer_post_bottom.cat-image {
	width: 480px;
	padding: 0 10px 0px 13px;
	margin-left:24px;
	background: none;
}

#content .outer_post_bottom.cat-image .postmeta_div {
	display: none;
}

#content .outer_pagepost {
	width: 556px;
	padding: 0 10px 10px 13px;
	border-bottom: 1px dashed #B9402D;
	margin-bottom: 8px;
}

#content .outer_post.cat-news {
	margin-left:24px;
	background: #ffffff url(images/news-top.gif) no-repeat;
	width:480px;
	padding: 15px 25px 0 25px;
}

#content .outer_post.cat-featuredpost {
	margin-left:24px;
	background: #ffffff url(images/news-top.gif) no-repeat;
	width:480px;
	padding: 15px 25px 0 25px;
}

#content .outer_post.cat-image {
	background: none;
	width: 510px;
	padding: 0 10px 10px 13px;
}

#content .outer_post.cat-image h3 {
	display: none;
}

.col-one .cat-featuredpost .post p {
	padding: 6px 12px;
}

.col-one .cat-news .post p {
	padding: 6px 12px;
}


.pagepost p {
	padding: 6px 12px;
}

.pagepost a {
	text-decoration: underline;
}

.pagepost a:hover {
	text-decoration: underline;
	color: #b9402d;
}

.post {
	background: none;
	width:480px;
}

.post p {
	padding: 5px 8px;
}

.col-one .cat-news .post h3 {
	font: normal 1.5em 'Lucida Grande', Helvetica, sans-serif;
	color: #000;
	margin-left: 50px;
	margin-top: 5px;
	background: none;
}

.col-one .cat-news .post h2 {
	font: normal 1.8em 'Lucida Grande', Helvetica, sans-serif;
	color: #000;
	margin-left: 50px;
	margin-top: 5px;
	background: none; 
}


.col-one .cat-news .post a {
        text-decoration: underline;
}

.col-one .cat-featuredpost .post a {
        text-decoration: underline;
}

.col-one .cat-news .pagepost a {
        text-decoration: underline;
}

.col-one .cat-featuredpost .pagepost a {
        text-decoration: underline;
}

.col-one .cat-news .post h3 a {
	font: normal 1.3em 'Lucida Grande', Helvetica, sans-serif;
	color: #583164;
	background: none;
        text-decoration: none;
}

.col-one .cat-featuredpost .post h3 {
	font: normal 1.3em 'Lucida Grande', Helvetica, sans-serif;
	color: #000;
	margin-left: 50px;
	margin-top: 5px;
	background: none;
        text-decoration: none;
}

.col-one .cat-featuredpost .post h2 {
	font: normal 1.8em 'Lucida Grande', Helvetica, sans-serif;
	color: 000;
	margin-left: 50px;
	margin-top: 5px;
	background: none;
}

.col-one .cat-featuredpost .post h3 a {
	font: normal 1.5em 'Lucida Grande', Helvetica, sans-serif;
	color: #583164;
	background: none;
	text-decoration: none;
}

.col-one .pagepost h2 {
	font: normal 1.8em 'Lucida Grande', Helvetica, sans-serif;
	color: #000;
	padding: 0px 5px;
	margin-bottom: 8px;
	background: none;
}

.col-one .post h3 {
	font: normal 1.5em 'Lucida Grande', Helvetica, sans-serif;
	color: #512512;
	margin-left: 50px;
	margin-top: 10px;
	background: none;
}

.col-one .post h3 a {
	color: #512512;
}

.col-one .post .textwindow {
	background: #FFF0A0;
	margin: 8px 7px 0 5px;
	padding: 5px 5px;
}

.col-one .post h3 a:hover {
	color: #B9402D;
}

#content .cat-chats .post {
	background: none;
	font: 12px/165% 'Arial', sans-serif;
	width:478px;
}


.col-one .cat-chats .post h3 {
	font: normal 1.4em 'Arial', sans-serif;
	/* font: normal 1.3em 'Lucida Grande', Helvetica, sans-serif; */
	text-align: center;
	color: #213B5E;
	background: none;
	margin:0px;
	padding: 10px 10px 6px 10px;
}

.col-one .cat-chats .post h3 a {
	color: #213B5E;
}

.col-one .cat-chats .post h3 a:hover {
	color: #B9402D;
}

.col-one .cat-chats .post .textwindow {
	background: #def;
	margin: 0 5px 0 5px;
	padding: 5px 5px;
}

.col-one .cat-news .post .textwindow {
	background: #F5C5FF;
	margin: 8px 7px 0 5px;
	padding: 5px 5px;
}

.col-one .cat-featuredpost .post .textwindow {
	background: #F5C5FF;
	margin: 8px 7px 0 5px;
	padding: 5px 5px;
}

.col-one .cat-chats .post .textwindow {
	background: #def;
	margin: 0 5px 0 5px;
	padding: 5px 5px;
}

.col-one .cat-chats .post .chat_input_area {
	margin: 10px 16px 0 16px;
}

.col-one .cat-chats .post .chat_input_field {
	float: left;
	background: #fff;
	width: 362px;
	margin-top: 2px;
}

.col-one .cat-chats .post .chat_send_button {
	font: normal 1.4em 'Arial', sans-serif;
	color: #FCDA7D;
	font-weight: bold;
	float: right;
	text-align: center;
	padding: 2px;
	width: 64px;
	background: #fff;
}
	
.col-one .cat-chats .post p {
	padding: 2px 5px;
}

.col-one .cat-chats .post .mom_text {
	font-weight: bold;
	color: #0060F0;
}

.col-one .cat-chats .post .me_text {
	font-weight: bold;
	color: #FF4000;
}

/*
.outer_post.veryveryhighlighted {
    border: 1px solid #99CCEE;
    background: #99CCEE;
}

.outer_post.veryhighlighted {
    border: 1px solid #99CCEE;
    background: #D0E9F5;
}

.outer_post.highlighted {
    border: 1px solid #99CCEE;
    background: #EEF3F9;
}

.outer_post.lighted {
    border: 1px solid #99CCEE;
    background: #F9FCFE;
}
*/

.post a, .post a:hover {
	color: #B9402D;
}

.post h3 a{
	color: #111;
}

.post h3 a:hover {
	color: #B9402D;
}

#pagecontent .post {
	border: none;
	background: none;
}


/* sidebar menu */
ul.sidemenu {
	text-align: left;
	margin: 3px 0px 3px 0px; padding: 0;
	text-decoration: none;
}
ul.sidemenu li {
	list-style: none;
	padding: 2px 10px;
	margin: 0;		
}

ul.sidemenu li.widget {
	color: #444;
	list-style: none;
	background-color: #DEF8F7;
	border-top: 1px solid #B9402D;
	border-top: 1px solid #bbbbbb;
	padding: 42px 10px 10px 10px;
	margin-bottom: 2px;
}

ul.sidemenu #tag_cloud {
	padding: 10px;
}

ul.sidemenu #tag_cloud a {
	color: #666;
}

ul.sidemenu #word-of-the-day {
	background: #DEF8F7 url(images/commentoftheday.jpg) no-repeat;
}

ul.sidemenu #email-signup {
	background: #DEF8F7 url(images/letsbefriends.jpg) no-repeat;
}

ul.sidemenu #email-signup .textwidget a {
	font-weight: bold;
}

ul.sidemenu #text-3 {
	padding-top: 10px;
}

ul.sidemenu #archive-and-search {
	background: #DEF8F7 url(images/archivesandsearch.jpg) no-repeat;
}

ul.sidemenu #archive-and-search label {
	color: #333;
	margin-right: 3px;
	display: inline;
}

ul.sidemenu #archive-and-search .tbox {
	width: 225px;
}

ul.sidemenu #archive-and-search select {
	margin: 10px 0 0 5px;
}

ul.sidemenu #get-recent-comments {
	background: #DEF8F7 url(images/recentcomments.jpg) no-repeat;
}

ul.sidemenu #text-330928701 {
        background: #DEF8F7 url(images/recommendedreading.jpg) no-repeat;
        font-size: 90%;
}

ul.sidemenu #get-recent-comments {
        background: #DEF8F7 url(images/recentcomments.jpg) no-repeat;
}

ul.sidemenu #most-commented .ratingtext {
        font-size: 75%;
        color: #666;
}

ul.sidemenu #highest-rated-posts {
        background: #DEF8F7 url(images/highestrated.jpg) no-repeat;
        padding-top: 0;
}

ul.sidemenu #highest-rated-posts .ratingtext {
        font-size: 75%;
        color: #666;
}

ul.sidemenu #highest-rated-posts .fullpage_listings_link {
        text-align:center;
        font-weight: bold;
}

#highest-rated-posts-title-div {
        width: 160px;
        height: 52px;
        margin: 5px 0;
        cursor: pointer;
        cursor: hand;
}

ul.sidemenu #most-commented {
	background: #DEF8F7 url(images/mostcommented.jpg) no-repeat;
	padding-top: 54px;
}

ul.sidemenu #custom-blogroll {
	background: #DEF8F7 url(images/blogroll.jpg) no-repeat;
}

ul.sidemenu #linkcat-2 {
	background: #DEF8F7 url(images/blogroll.jpg) no-repeat;
}

ul.sidemenu li.widget .textwidget {
	background-color: none;
}

#archive-and-search #widgetsearchform {
	padding: 0;
	border: none;
	background: none;
	width: 280px;
}

#archive-and-search #widgetsearchform .submit_button {
	background: #EEEEEE;
	width: 56px;
}

#archive-and-search select {
	width: 280px;
}

#email-signup #emailsubmitform {
	padding: 0;
	border: none;
	background: none;
	margin: 10px 3px 10px 3px;
}

#email-signup #emailsubmitform .name_submit_field {
	width: 266px;
}

#email-signup #emailsubmitform label {
    margin-right: 3px;
    color: #333;
    display: inline;
}

#email-signup #emailsubmitform .email_submit_field {
	width: 220px;
}

#email-signup #emailsubmitform .submit_button {
	color: #B9402D;
	background: #EEEEEE;
	width: 56px;
    margin-left: 10px;
	padding: 0px 5px;
}

#email-signup select {
	width: 280px;
}


ul.sidemenu li.widget a {
	color: #333;
}

ul.sidemenu li.widget a:hover {
}
	color: #B9402D;
}

#content-wrapper .col-two ul.sidemenu li.widget h2 {
	padding: 5px 0 10px 0;
	margin: 0;
}

ul.sidemenu li.widget ul {
	margin: 0; padding: 0;
}

ul.sidemenu li.widget li {
	padding: 2px 0;
}

#get-recent-comments ul li ul {
	padding: 0 0 0 10px;
	margin: 0;
}

#get-recent-comments ul li ul li {
	padding: 1px;
	line-height: 130%;
}

ul.sidemenu .pk_more_posts a, #word-of-the-day a {
	text-decoration: underline;
}

ul.sidemenu .pk_more_posts a, #word-of-the-day a {
	text-decoration: underline;
}

#word-of-the-day p {
	text-align: right;
	padding: 0;
	margin: 3px 0 0 0;
}

#word-of-the-day p.word_post {
	text-align: right;
	font-size: 10px;
	margin: 0;
}

#highest-rated-posts {
	background-color: #DEF8F7;
	padding: 7px 0 0 0;
}

#highest-rated-posts #highest-rated-content {
	background-color: #F3FFFF;
	padding: 5px 10px;
	margin-bottom: 8px;
}

#highest-rated-posts .highestrated_tab {
	background-color: #E8F9FB;
	border-bottom: 1px solid #dee;
	color: #888;
}

#highest-rated-posts .highestrated_tab.selected{
	background-color: #F3FFFF;
	border-bottom: none;
	color: #333;
}

#most-commented {
	background-color: #DEF8F7;
	padding: 7px 0 0 0;
}

#most-commented #most-commented-content {
	background-color: #F3FFFF;
	padding: 5px 10px;
	margin-bottom: 8px;
}

#most-commented .mostcommented_tab {
	background-color: #E8F9FB;
	border-bottom: 1px solid #dee;
	color: #888;
}

#most-commented .mostcommented_tab.selected{
	background-color: #F3FFFF;
	border-bottom: none;
	color: #333;
}

#recent-hits hr {
	color: #A0EAEB;
	background-color: #A0EAEB;
	border: 1px dotted #000000;
	border-style: none none dashed;
}

.widget_tag_cloud h2 {
	display: none;
}

* html body ul.sidemenu li {
	height: 1%;
}
ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	background-color: transparent;
	border: none;
	color: #333;
}
ul.sidemenu li a span {
	color: #989898;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;	
	font-size: 1em;
}
ul.sidemenu li a:hover {
        color: #B9402D;
	background: none;
	border: none;
}
ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
ul.sidemenu ul li { background: none; }

.col-mid #blogherads { color: #444; margin-left: 10px; line-height: 130%; font-size}
.col-mid #blogherads a { color: #444; margin-left: 10px; line-height: 130%; font-size}
.col-mid #blogherads .bhaheader { background-color: #E3F8F9; }
.col-mid #blogherads .bhaheadlines { margin-top: 3px; }
.col-mid #blogherads ul { margin: 0 0 0; }
.col-mid #blogherads li { padding: 0 0 0 6px; font-size: 10px; }
.col-mid #blogherads li a { color: #444; }
.col-mid #blogherads .headlines { text-decoration: none; color: #444; }
.col-mid #blogherads .privacy { text-decoration: none; }


/* footer */

#footer-bottom .bottom_sidemenu {
	margin: 0px;
	padding: 0px 15px 0px 15px;
        clear: both;
	background-color: #DEF8F7;
}

#footer-bottom .better_blogroll_column {
	display: inline;
	float: left;
	width: 216px;
}

#footer-bottom .link_category_list {
	display: block;
	width: 216px;
	padding: 0px;
	margin: 10px 4px;
}

#footer-bottom #bottombar {
	clear: both;
}

#footer-bottom #bottombar a {
	font-weight: normal;
	text-decoration: none;
}

#footer-bottom #bottombar h3 {
	padding: 0;
	margin: 0 0 12px 0;
}   

#footer-bottom #bottombar li {
	margin: 0 0 0 1px;
}   

#footer-bottom #bottombar .link_category_title {
	margin: 0 0 0 0px;
}   

#footer-bottom #bottombar .widgettitle {
	display: none;
}

#footer-bottom #better-blogroll {
	padding: 50px 0 0 0;
	background-image: url(images/blogroll_wide.png);
	background-repeat: none;
	background-position: top left;
	overflow: auto;
}

#footer-bottom #bloginfo {
	margin-top: 20px;
	padding-bottom: 10px;
        clear: both;
}


#footer-wrapper {
	clear: both;
	width: 940px;
	margin: 0 auto;
	text-align: left;
	font: normal 1em/1.6em 'Trebuchet MS', Tahoma, Sans-serif;			
}
#footer-wrapper h3, #footer-wrapper p {
	padding-left: 0;
}
#footer-wrapper h3 {
	font: normal 1.6em/1.6em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	color: #ABABAB;	
}


#footer-wrapper ul.footer-list {
	list-style: none;
	padding: 0;	
	margin: 0;	
}
#footer-wrapper ul.footer-list li{
	margin: 0;
	padding: 0;
	margin-left: 0;
	padding-left: 0;
}

#footer-wrapper ul.footer-list li li {
	border-bottom: 1px solid #111;
}


#footer-wrapper ul.footer-list li a, #footer-wrapper ul.footer-list li li a {
	display: block;
	width: 98%;
	line-height: normal;
	font-weight: bold;
	padding: 4px 0;
	border: none;
	margin-left: 0;
	padding-left: 0;
	color: #666666;
}
#footer-wrapper ul.footer-list li a span, #footer-wrapper ul.footer-list li li a span {
	color: #444;
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times, serif;
}

#footer-wrapper ul.footer-list li a:hover,
#footer-wrapper ul.footer-list li li a:hover,
#footer-wrapper ul.footer-list li a:hover span, 
#footer-wrapper ul.footer-list li li a:hover span {
	color: #fff;
	text-decoration: none;	
}

#footer {
	float: left;	
	width: 100%;	
	padding: 0;				
	margin-left: 5px;	
	margin-top: 5px;
}

#footer-bottom {
	clear: both;
	width: 930px;
	background: #A0EAEB;
	margin: 0 31px;	
	padding: 0px;
}

#footer-bottom .bottom-left a, #footer-bottom .bottom-right a {
	color: #999999;
	background: transparent;
}

#footer-bottom p {
	text-align: center;
	padding: 3px 0 0 0;
}

#footer-bottom a {
	color: #333;
	font-weight: bold;
	text-decoration: underline;
}


#footer-bottom .bottom-left {
	float: left;
	padding: 0 0 0 5px;
	font-size: 95%;		
}
#footer-bottom .bottom-right {
	text-align: right;
	padding: 0 5px 0 0;
	font-size: 95%;		
}

.bottom-col-one {width: 32%; float: left; }
.bottom-col-two {width: 32%; float: left; }
.bottom-col-three {width: 32%; float: left; }

/* postmeta */
.rightside_bottom {
	float: right;
	width: 275px;
	margin-bottom: 18px;
}

.postrating {
	clear: left;
	text-align: left;	
	margin: 0;
	padding: 0px;
	font-size: .9em;
	line-height: 1.3em;
	color: #666;
}

.postrating.cat-news {
	display:none;
}

.postrating.cat-featuredpost {
	display:none;
}

.postrating a {
	text-align: right;
	padding: 0px;
	font-size: .9em;
	line-height: 1.3em;
	color: #666;
}


.postrating.veryveryhighlighted .ratingtext {
	font-size: 1.2em;
	font-weight: bold;
	color: #3D88C1;
}

.postrating.veryhighlighted .ratingtext {
	font-size: 1.1em;
	font-weight: bold;
	color: #3D88C1;
}

.postrating.highlighted .ratingtext {
	font-weight: bold;
	color: #3D88C1;
}

.postrating.lighted .ratingtext {
	color: #3D88C1;
}


.postrating .pk_alert {
	font-weight: bold;
	color: #3D88C1;
}

.postmeta {
	text-align:left;
	clear: left;
	margin: 0 0 4px 0;
	padding: 0px;
	font-size: .9em;	
	line-height: 1.3em;
	color: #666;
}

.postmeta a { background: transparent; 
			color: #b9402d ;}

.rightside_bottom .postmeta { text-align: right; }

.posttags {
	text-align: right;
	margin: 0 0 4px 0;
	padding: 0px;
	font-size: .9em;	
	line-height: 1.3em;
	color: #666;
}

.posttags a { background: transparent; 
			color: #b9402d ;}

.postcredit {
	text-align:right;	
	padding: 1px 2px 0px 2px;
	font-size: .9em;	
	color: #666;
}

.postcredit a { background: transparent; 
			color: #b9402d ;}

.postmeta .date{ margin: 0;	}
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}

.textwindow .postmeta {text-align: right;}

.post-info { font-size: .95em; padding-top: 3px; margin-left: 5px; color: #bababa; }
.post-info a { color: #000; }

.related_posts_div { margin: 1px 0 4px 0; line-height: 1.1em; font-size: .95em; }

/* thumbnails */
p.thumbs{ padding: 12px 0 0 10px; }

.thumbs img { 
	position: relative;
	padding: 4px;
	margin: 5px;
	background: #fafafa;
   border: 1px solid #dcdcdc;	
}
.thumbs img:hover	{
	border: 1px solid #8E8E8E;
	background: #8E8E8E;	
}
.thumbs a:hover { background-color: transparent; border: none }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* clearing */
.clearer { clear: both; }
.clear { display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}

.clearsmall { padding-bottom: 10px; }



/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clearer { clear: both; }

.col-mid .sponsors img.ml 
{
margin-bottom : 4px; padding: 1px;  margin-right : 4px; overflow : hidden;
}
img a 
{
border : none;
}
img 
{
border : 0;
}
.clearhigh 
{
clear : both; display : block; height : 10px; overflow : hidden; margin : 0; padding : 0;
}
.clear {
	display:inline-block;
}
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}


/* tabs */

.tab_container 
{ 
margin: 0px 10px; padding: 0px; border: 5px solid #cccccc; 
}
.tab_container_in 
{ 
margin: 0px; padding: 10px 0px; border-left: 1px solid #dddddd; border-top: 1px solid #dddddd; border-right: 1px solid #cccccc; border-bottom: 1px solid #cccccc;
}
.tab_menu_container 
{ 
margin: 0px 10px; padding: 0px 0px 0px 0px; height: 30px; background-color: #cccccc>;
}
#tab_menu li 
{
margin: 0px; padding: 5px 5px 2px 0px; font-size: 11px; line-height: normal; float: left; list-style: none; cursor: pointer; border-bottom: none;
}
#tab_menu .first 
{
padding: 5px 5px 2px 6px; 
}
#tab_menu li a, #tab_menu li a:visited 
{
margin: 0px; padding: 3px 6px 3px 6px; color: #FFFFFF; text-decoration: none; display: block;
}
#tab_menu li a:hover, #tab_menu li a.current 
{
background-color: #cccccc; color: #000000; text-decoration: none; 
}
.tab_content_list 
{ 
display: none;	 
}
#tab_content_tags a, #tab_content_tags a:visited 
{
color: #cccccc; text-decoration: none; 
}
#tab_content_tags a:hover 
{
color: #ffffff; text-decoration: none;
}
.tab_container ul 
{
list-style: none;
}

/* comment form */

#comments 
{
clear : both; background : #EEEEEE; padding : 15px;
margin: 5px 10px 0px 30px;
}
#comments a, #comments a:hover 
{
text-decoration : none;
}
#comments h2 
{
margin : 0;
}
#comments ul 
{
margin : 0; padding : 0;
}

#comments ul.children {
	margin-left: 20px;
	font-size: 95%;
}

#comments li
{
border-top : 1px dotted #99c;
padding : 8px 0 0 0;
}

#comments .children li
{
border-top : none;
}

#comments .reply
{
text-align: right;
font-size : .9em;
font-weight: bold;
color: #333;
}

#comments .reply_arrow
{
	border: none;
	background: none;
	margin: 0;
	padding: 0;
	height: 10px;
	width: 15px;
}

#comments .comment_name
{
font-size : 1.2em; font-weight: bold; color : #b9402d;
}
#comments .comment_name.highlighted 
{
padding : 8px; background : #fc0; border : 4px solid #fff; 
}
#comments .comment_text.highlighted 
{
background : #fff; padding : 2px 8px;
}
#comments .comment_date
{
text-align: right;
font-size : .8em;
}
#content #comments h3, #postComment h3 
{
padding : 0;
margin : 0 0 15px 0;
border: none;
border-bottom: none;
}
#postComment 
{
background : #CCCCCC; padding : 15px;
}
#postComment label 
{
width : 320px; display : block; float : left; clear : both; margin : 5px 0 0 0;
}
#postComment input, #postComment textarea 
{
margin : 5px 0 0 0; width : 445px;
}
#postComment textarea 
{
height : 160px;
}
#postComment .button 
{
padding : 5px; clear : both; width : 100px; margin : 10px 0 0 0;
}
#comments a 
{ 
background: none; 
}
		

