/*  
Theme Name: RCA Theme
Theme URI: http://wordpress.org/
Description: Custom theme for RCA.
Version: 1.0
Author: Synchrosina
Author URI: http://www.synchrosina.net/index.htm
*/


body  {
  	font-family: sans-serif;
	margin: 0; 
	padding: 0;
	text-align: left; 
	
}

h1, h2, h3 {
	font-family: Sans-Serif;
	font-weight: bold;
        color: #FFFFFF; /* I am white. Change me to change the headers. */
	}

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: Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

a {
	text-decoration: none;
	font-family: "Times New Roman", Times, sans-serif;
	font-size: 18px;
}

.twoColElsLtHdr #container {
	width: 868px;
	background-image: url(images/rcabg_middle.jpg);
margin: 0 auto;
	text-align: left;
	margin-top: 10px;
color: #FFFFFF;
} 
.twoColElsLtHdr #header {
        padding: 0 10px;  
	height: 315px;
	padding-top: 20px;
	background-image: url(images/rcabg_top.jpg);
} 
.twoColElsLtHdr #header h1 {
	margin: 0; 
	padding: 10px 0;
}

.twoColElsLtHdr #sidebar1 {
	float: left;
	width: 150px; 
	height: 455px;
margin-left: 50px;
	margin-bottom: 10px;
        font-family: 'Times New Roman', Serif;
	font-size: 14px;
text-align; left;
position: absolute;
top: 280px;
}
.twoColElsLtHdr #sidebar1 h3, .twoColElsLtHdr #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
	margin-bottom: 30px;
text-align: left;
}

.twoColElsLtHdr #mainContent {
	margin: 0 0 0 25;
	width: 713;
	margin-left: 230px;
	margin-right: 35px;
} 
.twoColElsLtHdr #footer {
	padding: 0 0px;
height: 93px;
	background-image: url(images/rcabg_bottom.jpg);
} 
.twoColElsLtHdr #footer p {
	margin: 0; 
	padding: 0px 0;
        color: #008000;
        font-family: Sans-Serif;
	font-size: 12px;
        text-align: center; 
}


.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* 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: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#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 */

a:link {COLOR: DarkGreen;}
a:visited {COLOR: darkgreen;}
a:active {COLOR: green;}
a:hover {text-decoration: underline;}

#content a:link {COLOR: LightBlue;}
#content a:visited {COLOR: LightBlue;}
#content a:active {COLOR: LightBlue;}
#content a:hover {text-decoration: underline;}

#entry a:link {COLOR: DarkGreen;}
#entry a:visited {COLOR: darkgreen;}
#entry a:active {COLOR: green;}
#entry a:hover {text-decoration: underline;}

#footer a {color: #008000; font-family: Sans-Serif; font-size: 12px;}
#footer a:link {COLOR: #008000;}
#footer a:visited {COLOR: #008000;}
#footer a:active {COLOR: #008000;}
#footer a:hover {text-decoration: underline;}