/*
Based on the Theme: ProSense
Theme URI: http://www.doshdosh.com/wordpress-themes/Prosense-Adsense-Ready-SEO-Theme

/*-----------Block Level Elements--------------*/

*{
margin:0;
padding:0;
}

body {
font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif;
background: #CCCCCC;
background: #FFF url('images/rcc_bg.gif') top left repeat;
margin: 0px;
padding: 0px;
}

body a, body a:visited {
color: #9900CC;
text-decoration: none;
}

body a:hover {
text-decoration: underline;
}

body p {
padding: 5px 0px;
margin: 5px 0px;
}

#page {
width: 950px;
margin: 0px auto;
/* background: #FFF url('images/page_background.jpg') top center repeat-y;
padding: 0 10px 0 10px; */
background: #FFF url('images/rcc_body.png') top center repeat-y;
padding: 0;
}

#header {
width: 100%;
background: #000;
height: 150px;
/* background: #FFF url('images/header_footer_img.jpg') top center repeat-y; */
background: #FFF url('images/rcc_header.jpg') top center repeat-y;
}

#header h1 {
font-size: 3.0em;
padding: 0;
margin: 0;
color: #fff;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;

}

#header h1 a {
color: #fff;
display:block;
width:930px;
height:130px;
}

.description {
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
}

#header #header_right {
float:right;
width: 390px;
text-align: right;
font-size: 1.2em;
color: #fff;
padding: 0px 0px 0px 0px;
}

#header #header_left {
float:left;
width: 480px;
text-align: left;
text-indent:-10000px;
font-size: 1.2em;
color: #fff;
padding: 0px 0px 0px 0px;
}

#subscribe {
text-align: right;
}

#wrapper {
width: 100%;
}

#content {
float: left;
width: 540px;
line-height: 1.6em;
padding-left: 0px;
padding-top: 20px;
background:#FFFFFF;
}

#sidebar {
	float: right;
	width: 410px;
	margin-left: 0px;
}

#footer {
	color: #333;
	width: 100%;
clear: both;
background: #c4ff91;
}

#footer a, #footer a:hover, #footer a:visited {
color: #666;
text-decoration: none;
}

#footer_left {
padding: 10px 0 10px 20px;
text-align: left;
float: left;
width: 480px;
line-height: 1.6em;
}

#footer_right {
padding: 10px 20px 10px 0;
text-align: right;
float: right;
width: 390px;
margin-left: 0px;
}



/*-------------Headings-------------*/

h1, h2, h3, h4 {
font-family: Helvetica, Arial, Sans-Serif;
}

h1 {
font-size: 3.0em;
line-height: 1.0em;
}

h2 {
font-size: 2.0em;
}

h3 {
font-size: 1.5em;
}

h4 {
font-size: 1.0em;
}

/*-------------The Post-------------*/

.timestamp {

padding-left: 20px;

background-color:#FFFF66;

font-size: .8em;
}

.post h2, .post h2 a:hover, .post h2 a:visited, .post h2 a {
font-size: 1.8em;
text-decoration: none;
color: #333333;
/*background-color:#C4FF91;*/
background-color:#ff0198;
margin-bottom: 10px;
padding-top: 5px;
padding-left: 10px;
padding-right: 10px;
line-height: 1.0em;
text-align:left;
display:block;
}

.post h3 {
font-size: 1.7em;
text-decoration: none;
color: #333333;
padding-left: 10px;
padding-right: 10px;
line-height: 1.0em;
text-align:left;
display:block;
}

.post {
font-size: 1.2em;
margin-bottom: 30px;
text-align: justify;
}

.post p {
padding: 5px 0px;
margin: 5px 0px;
padding-left: 20px;
padding-right: 20px;
}

.post img {
padding-left: 0px;
padding-right: 20px;
}

.post ul, .post ol {
margin: 10px 0 10px 0;
padding-left: 40px;
}

.post li {
padding: 2px 0 2px 0;
}

.entry {
margin-bottom: 10px;
text-align: justify;
}

.entrytext .postmetadata {
margin-top: 20px;
text-align: justify;
}

.postmetadata {
border-top: 1px dashed #ccc;
padding-top: 2px;
margin-bottom: 40px;
text-align: right;
}

.postmetadata alt {
border-top: 1px dashed #ccc;
padding-top: 2px;
margin-bottom: 40px;
text-align: left;
}

p.postmetadata alt{

margin-right: 40px; }

.navigation {
display:block;
margin-bottom: 20px;
margin-left: 20px;
}

#nav {
list-style-type : none;
text-align : center;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 3.15em;
height : 40px;
}

#nav a {
margin: 0px;
width : 94px;
height : 20px;
font-weight : bold;
font-style : normal;
display : block;
padding: 0 0 10px 0;
}

#nav a:hover {
background: #000;
}

#nav li {
float: right; 
list-style-type: none;
margin: 0px;
border-right: solid 1px #fff;
}

.alignleft {
float:left;
text-align:left;
}

.alignright {
float:right;
text-align:right;
margin-right:20px;
}

.pagetitle {
font-size: 1.6em;
margin-bottom: 10px;
margin-left: 20px;
}

blockquote {
margin: 10px 0 10px 0;
padding: 5px 10px 5px 10px;
background: #FBF5DF;
border-top: solid 1px #EDE0B3;
border-bottom: solid 1px #EDE0B3;
}

code{
font:1.2em 'Courier New',Courier,Fixed;
display:block;
overflow:auto;
text-align:left;
margin: 10px 0 10px 0;
padding: 5px 10px 5px 10px;
background: #FBF5DF;
border-top: solid 1px #EDE0B3;
border-bottom: solid 1px #EDE0B3;
}

a img {
border: 0;
}

/*--------------Sidebar------------*/

#blip {
background-color:#333333;
}

#sidebar ul {
margin-bottom:20px;
}

#sidebar .sidebar_left ul h2 {
padding-bottom: 5px;
/* border-bottom: dashed 1px #EDE0B3; */
font-size: 1.5em;
}

#sidebar .sidebar_right ul h2 {
padding-bottom: 5px;
/* border-bottom: dashed 1px #D3C69B; */
font-size: 1.5em;
}

#sidebar ul li {
list-style:none;
line-height:1.6em;
font-size: 1.1em;
margin-bottom:15px;
}

#sidebar ul ul {
}

#sidebar .sidebar_left ul ul li {
border-bottom: dashed 1px #000000;
margin: 5px 0px;
}

#sidebar .sidebar_right ul ul li {
border-bottom: dashed 1px #000000;
margin: 5px 0px;
}

#sidebar a:hover {
text-decoration: underline;
}

#sidebar .sidebar_left {
/*width: 185px;*/
width: 250px;
float: left;
padding: 20px 0px 0px 0px;
background-color:#FFFD79;
}

#sidebar .sidebar_right {
/*width: 185px;*/
width: 120px;
float: right;
padding: 20px 10px 0 10px;
background-color:#CCCCCC;
height:100%;
}

#sidebar .sidebar_left ul{
padding:0px 0px 0px 10px; 
}

.textwidget{
padding:0px 0px 0px 0px;
}

#sidebar .sidebar_left ul ul li ul{
padding-left:20px;
margin-bottom:0; 
}

#sidebar .sidebar_left ul ul li ul li{
list-style:none;
line-height:1.6em;
font-size: 1.1em;
border-bottom:0;
} 

#sidebar .sidebar_right ul ul li ul{
padding-left:20px;
margin-bottom:0; 
}

#sidebar .sidebar_right ul ul li ul li{
list-style:none;
line-height:1.6em;
font-size: 1.1em;
border-bottom:0; 
}

#sidebar .widgettitle a {
color:#000000;
}

#sidebar ul li ul li {font-size: 1em}

/*--------------Comments--------------*/

#comments {
font-size: 1.6em;
margin-bottom: 20px;
border-bottom: 1px dashed #ccc;
padding-bottom:20px;
padding-left: 20px;
}

#respond {
font-size: 1.6em;
margin-bottom: 5px;
padding-left: 20px;
}

ol.commentlist {
list-style-type : none;
font-size: 1.2em;
}

ol.commentlist li {
margin-bottom: 20px;
padding-bottom: 20px;
padding-left:20px;
border-bottom: 1px dashed #ccc;
}

ol.commentlist li.alt {
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px dashed #ccc;
}

#comment_title {
margin-bottom: 5px;
}

#commentform {
margin-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
}

#commentform p {
margin-bottom: 10px;
}

#commentform textarea {
width:99%;
padding:2px;
font-size: 12px;
background-color: #fff;
border: 1px solid #ccc;
}


/*--------------Search Form-------------*/

#search {
margin-bottom: 20px;
text-align: right;
}

#searchform {
margin-bottom: 20px;
}

#searchform input {
width: 200px;
background: #fff;
}

/*-------------Calendar-----------------*/

#wp-calendar {
width: 200px;
text-align: left;
margin-top: 5px;
}

#wp-calendar th {
margin-top: 5px;
}

#wp-calendar caption {
font-size: 1.2em;
margin-top: 5px;
}

/*-------------Other------------------*/

hr {
display: none;
}

#adsense_singlepost_top_square {
float: left;
margin-right: 10px;
padding-left: 20px;
}

#adsense_singlepost_bottom_square {
margin-bottom: 30px;
padding-left:20px;
}

#adsense_singlepost_top_banner {
margin-bottom: 5px;
padding-left: 20px;
}

#adsense_singlepost_bottom_banner {
margin-bottom: 30px;
padding-left: 20px;
}

#adsense_homepage_linkunit {
margin-bottom: 30px;
padding-left: 20px;
}

#adsense_homepage_banner {
margin-bottom: 30px;
padding-left: 20px;
}

ul.twitter /*the main ul (if list is activated)*/

 {}

 * li.twitter-item /*the ul items (if list is activated)*/

 { padding-bottom:5px;
 padding-top:5px;}

 * p.twitter-message /*each one of the paragraphs (if msgs > 1)*/

 {}

 * .twitter-timestamp /*the timestamp span class*/

 {}

 * a.twitter-link /*the tweet link class*/

 {}

 * a.twitter-user /*the @username reply link class*/
{}


.post-pingfm {
background: url('images/tweet.jpg') no-repeat;
height: 141px;
position:relative;
}

.post-pingfm p {
padding: 11px 0px 0px 0px;
margin: 5px 0px;
padding-left: 170px;
padding-right: 20px;
font-size: 1.7em;
line-height: 1.2em;
text-align:left;
}

.post-pingfm h2 {
display:none;
}

.post-pingfm .postmetadata {

color:#FFFFFF;
border:none;
text-align:right;
font-size:1.2em;
padding-left:10px;
padding-right: 10px;
position:absolute;
bottom:0;
right:0;}

.post-pingfm .postmetadata a {
color:#FFFF66;}

.post-blipfm {
background-color:#333333;
}

.post-blipfm h2 {
display:none;
}

.post-delicious {
background-color:#66CCFF;
}

.post-delicious p {
color:#FFFFFF;
}

.post-delicious h2, .post-delicious h2 a:hover, .post-delicious h2 a:visited, .post-delicious h2 a {
font-size: 1.4em;
text-decoration: none;
color: #ffffff;
background-color:#3274D0;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 10px;
padding-right: 10px;
line-height: 1.0em;
text-align:left;
display:block;
}

.sociable {
padding-left: 20px;
}
