/*  
Theme Name: RockinPaper 3Col
Author URI: http://www.corymiller.com
Version: 1
Author: Cory Miller
Description: RockinPaper 3 Column is a blue and grey, clean and simple theme designed with a newspaper flair for reading and customization.
The CSS, XHTML and design is released under GPL: 
http://www.opensource.org/licenses/gpl-license.php
*/
/*custom styles*/
#menu { 
	background: #A5B6DC;
	color: #fff;
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	padding: 6px 15px 6px 15px;
	text-align: left;
	margin-bottom: 8px;
	}
	
body {
	background: #A5B6DC url(images/backgroundpixel.gif) repeat;
	color: #000000;
	font-size: 13px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	margin: 0px;
	}
a, a:visited{
	color: #006699;
	text-decoration: none;
	}
	
a:hover{
	color: #000;
	background: #CDAED3;
	text-decoration: none;
	}

#container { 
	width: 900px; 
	background: #fff;
	text-align: left; 
	margin: 20px auto;
	border: 10px solid #FFFFFF;
	}

#header { 
	background: #fff url(images/matt_banner.jpg) top no-repeat;
	/*padding: 15px 0px 26px 25px;*/
	margin-bottom: 8px; 
	height: 176px;
	}
	
#header h2 {
	color: #fff;
	font-size: 35px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	font-variant: small-caps;
	margin: 0px;
	}

#header h2 a {
	color: #fff;
	text-decoration: none;
	}

#header h2 a:hover {
	color: #000;
	background: #CDAED3;
	text-decoration: none;
	}

#header h3 {
	color: #cccccc;
	font-size: 16px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	font-weight: bold;
	margin: 0px;
	}

/*#menu { 
	background: #444444;
	color: #fff;
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	padding: 12px 25px 12px 25px;
	text-align: center;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	}*/
#menu h2 {
	color: #fff;
	font-size: 14px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	margin: 0px;
	padding: 10px 25px 12px 25px;
	}
		
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
#menu ul {
	margin: 0px;
	padding: 0px;
	}
	
#menu ul li a {
	font-family: Georgia, Times New Roman, Sans-Serif;
	font-size: 13px;
	color: #ffffff;
	padding: 6px 25px 6px 25px;
	margin: none;
	text-decoration: none;
	}

#menu ul li a:hover {
	color: #fff;
	background: #CDAED3;
	text-decoration: none;
	}

#menu2 { 
	background: #444444;
	color: #000;
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	padding: 10px 25px 12px 25px;
	text-align: center;
	margin-bottom: 5px;
	border-top: 3px solid #000000;
	border-bottom: 3px solid #000000;
	}
#menu2 h2 {
	color: #cccccc;
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	margin: 0px;
	padding: 10px 25px 12px 25px;
	}
		
#menu2 li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
#menu2 ul {
	margin: 0px;
	padding: 0px;
	}
	
#menu2 ul li a {
	font-family: Georgia, Times New Roman, Sans-Serif;
	font-size: 13px;
	color: #ffffff;
	padding: 10px 25px 12px 25px;
	margin: 0px;
	text-decoration: none;
	}

#menu2 ul li a:hover {
	color: #000;
	background: #CDAED3;
	text-decoration: none;
	}

#content { 
	width: 480px; 
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 200px;
	margin-right: 10px;
	position:relative;
	padding: 10px;
	background: white;
	}

#content p{
	line-height: 18px;
	padding: 0px 0px 10px 0px;
	}
	
#content p img{
	border: none;
	margin-right: 15px;
	margin-bottom: 10px;
	padding: 0px 5px 15px 0px;
	}

#content h1 {
	color: #333;
	font-size: 28px;
	font-family: Verdana, Arial Bold, Verdana, Sans-Serif;;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
	line-height: 150%;
	margin: 0px;
	}
	
#content h1 a  {
	color: #cccccc;
	text-decoration: underline;
	}

#content h1 a:hover {
	color: #000;
	text-decoration: none;
	}

#content h2 {
	color: #999999;
	font-size: 22px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	margin: 0px;
	line-height: 120%;
	font-variant: small-caps;
	}




#content h2 a  {
	color: #666666;
	text-decoration: none;
	}

#content h2 a:hover {
	color: #000000;
	background: #CDAED3;
	text-decoration: none;
	}

#content h3 {
	color: #666666;
	font-size: 14px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 120%;
	font-variant: small-caps;
	border-bottom: 0px solid #666666;
	}
#content h3 a  {
	color: #666666;
	text-decoration: none;
	}

#content h3 a:hover {
	color: #000;
	background: #CDAED3;
	text-decoration: none;
	}

#content h3 {
	color: #666666;
	font-size: 16px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	margin: 0px;
	line-height: 120%;
	font-variant: small-caps;
	}
#content h3 a  {
	color: #666666;
	text-decoration: none;
	}

#content h3 a:hover {
	color: #000;
	background: #CDAED3;
	text-decoration: none;
	}

#content ol {
	list-style: decimal;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 10px 30px;
	}
#content ul {
	list-style: none;
	margin: 5px;
	padding-left: 30px;
	text-indent: 0px;
	}
	
#content li {
	margin: 0px;
	padding: 0px;
	}
	
#content ul li {
	list-style: disc;
	list-position: inside;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 0px 0px;
	}

#content ul li ul {
	margin:8px;
	padding-left:30px;
}
#content li ul li {
	list-style: circle;
	margin:0px;
	padding:0px;
	/*background:url(images/bullet4.png) no-repeat center;
	background-position:0 2px;*/
}
	
#content ul li a {
	color: #006699;
	text-decoration: none;
	}

#content ul li a:hover {
	color: #000000;
	text-decoration: underline;
	}

blockquote{
	margin: 0px 0px 0px 25px;
	padding: 0px 25px 0px 10px;
	font-style: italic;
	color: #666666;
	border-left: 1px solid #cccccc;
	}
	
#content blockquote p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}

.postspace {
	background: #FFFFFF;
	width: 450px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	}
.postspace2 {
	background: #FFFFFF;
	width: 440px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	}
.postspace3 {
	background: #FFFFFF;
	width: 440px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	}

#l_sidebar { 
	background: #ECE9DB;
	color: #000000;
	width: 185px;
	float: left; 
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 10px 15px 15px 0;
 	font-family: Georgia, Times New Roman, Sans-Serif;
	}

#l_sidebar p{
	margin: 0px;
	line-height: 16px;
	padding: 5px 5px 10px 5px;
	}
#l_sidebar h2 {
	color: #fff;
	background: #A5B6DC;
	font-size: 13px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	font-weight: bold;
	list-style: none;
	padding: 5px 5px 0px 5px;
	margin: 0px;
	/*border-bottom: 1px solid #000000;*/
	}

#l_sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}

#l_sidebar ul.children {
	margin-left: 20px;
	}

#l_sidebar li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#l_sidebar ul li {
	list-style: none;
	margin: 0px;
	/*border-bottom: 1px dotted #CDAED3;*/
	padding: 0px;
	background:#FFFFFF none repeat scroll 0%;
	}
	
#l_sidebar ul li a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 5px 0px 5px 5px;
	}

#l_sidebar ul li a:hover, #r_sidebar ul li a:hover {
	color: #000;
	background: #CDAED3;
	}


#r_sidebar { 
	background: #ECE9DB;
	color: #000;
	width: 185px;
	float: right; 
	position:relative;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 10px 15px 15px 0; 
	font-family: Georgia, Times New Roman, Sans-Serif;
	}
#r_sidebar p{
	margin: 0px;
	line-height: 16px;
	padding: 5px 5px 10px 5px;
	}
#r_sidebar h2 {
	color: #fff;
	background: #A5B6DC;
	font-size: 13px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	font-weight: bold;
	list-style: none;
	padding: 5px 5px 5px 5px;
	margin: 0px;
	/*border-bottom: 1px solid #000000;*/
	}

#r_sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}

#r_sidebar ul.children {
	margin-right: 20px;
	}

#r_sidebar li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#r_sidebar ul li {
	list-style: none;
	margin: 0px;
	/*border-bottom: 1px dotted #CDAED3;*/
	background:#fff;
	padding: 0px;
	}
	
#r_sidebar ul li a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 5px 0px 5px 5px;
	}

#footer { 
	background: #A5B6DC;
	padding: 0px 0px 0px 0px;
	text-align: center;
	clear: both;
	}
	
/*  Custom style for wrappers */

#wrapper1 {
	background: url(images/content.gif) repeat-y center top;
}

#wrapper {
	/*margin: 20px auto;
	width: 920px;
	background: #fff; */
}

/* custom style for right-side text widgets */

#r_sidebar .widget_text h2 {
        color: #646464;
	background: #FFFFCC;
	font-size: 12px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	font-weight: bold;
	list-style: none;
	padding: 5px 5px 5px 5px;
        text-align: center;
	margin: none;
        border-top: 5px solid #A5B6DC;
	border-right: 5px solid #A5B6DC;
	border-left: 5px solid #A5B6DC;
	/*width: 90%;*/
	/*border-bottom: 1px solid #000000;*/
	}

#r_sidebar .widget_text ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}

#r_sidebar .widget_text ul.children {
	margin-left: 20px;
	}

#r_sidebar .widget_text li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#r_sidebar .widget_text ul li {
	list-style: none;
	margin: 0px;
	/*border-bottom: 1px dotted #CDAED3;*/
	padding: 0px;
	background:#FFFFFF none repeat scroll 0%;
	}
	
#r_sidebar .widget_text ul li a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 5px 0px 5px 5px;
	}

#r_sidebar .widget_text ul li a:hover, #r_sidebar.widget_text ul li a:hover {
	color: #000;
	background: #CDAED3;
	}
	
.textwidget {
	display: block;
	background: #FFFFCC;
	font-size: 11px;
        padding: 3px;
        color: #333333;
	border-bottom: 5px solid #A5B6DC;
	border-left: 5px solid #A5B6DC;
	border-right: 5px solid #A5B6DC;
	/* width: 90%; */
        margin-bottom: 20px;
}

#r_sidebar .textwidget p {
	margin: 0px;
	padding: 3px 3px 3px 3px;
}

#r_sidebar  li.widget_text {
	margin-left: 15px;
        //width: 85%;
}

/* custom style for left-side text widgets */

#l_sidebar .widget_text h2 {
	color: #646464;
	background: #FFFFCC;
	font-size: 12px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	font-weight: bold;
	list-style: none;
	padding: 5px 5px 5px 5px;
        text-align: center;
	margin: 0px;
        border-top: 5px solid #A5B6DC;
	border-right: 5px solid #A5B6DC;
	border-left: 5px solid #A5B6DC;
        
	/*width: 85%;*/
	/*border-bottom: 1px solid #000000;*/
	}

#l_sidebar .widget_text ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}

#l_sidebar .widget_text ul.children {
	margin-left: 20px;
	}

#l_sidebar .widget_text li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#l_sidebar .widget_text ul li {
	list-style: none;
	margin: 0px;
	/*border-bottom: 1px dotted #CDAED3;*/
	padding: 0px;
	background:#ece9db none repeat scroll 0%;
	}
	
#l_sidebar .widget_text ul li a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 5px 0px 5px 5px;
	}

#l_sidebar .widget_text ul li a:hover, #l_sidebar.widget_text ul li a:hover {
	color: #000;
	background: ##CDAED3;
	}

#l_sidebar .textwidget p {
	margin: 0px;
	padding: 3px 3px 3px 3px;
}

#l_sidebar  li.widget_text {
	margin-left: 15px;
        //width: 85%;
}
	