/*
Theme Name: Ronsmapv2
Theme URI: 
Description: A custom Wordpress theme for ronsmap 
Author: Steven Aranaga for Citizen Group
Author URI: http://www.citizengroup.com/
version: 2.0
*/

/* basics */

*{margin:0; padding:0;}

body {
 /*background: #FFF url(images/bg.jpg) repeat-x; */
	font: normal 11pt Georgia, "Times New Roman", Times, serif;
	}
	
h1 {font-size: 18pt;}
h2 {font-size: 14pt; margin-top:10px;}
h3 {font-size: 10pt; font-weight: 300;}
h4 {font-size: 9pt;}


/* images and misc. */

img{ border: none;}
img a{border:none;}

img.left{ float: left; border: none; padding: 6px; }
img.right{ float: right; border: none; padding: 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}

/* links */

a{
	color:#666;
	text-decoration:none;
	border-bottom:none;
	}

a:hover{color:#666;text-decoration: none; border: none;}

/* container */

#container {
	width: 888px;
	margin: 0 auto;
	padding: 0;
	background:#fff;
	color:#000;
	overflow: hidden;
	}
	
/* header */

#header {
	background: #FFF (images/headerimg3.jpg);
	width: 888px; 
	height: 94px;
	color: #000; 
margin:0;
	}
	
#headerimg{
	background: #FFF url(images/headerimg3.jpg);
	width: 888px;
	height: 94px;
margin:0;
	}

#header h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 0;	
	padding: 0 0 0 0;	
	width: 100%;
	text-align: center;
	}
	
#header h1 a{color: #000; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}

#header h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: 300;
	color: #fff;
	letter-spacing: 1px;
	margin: 0;	
	padding: 0;	
	width: 100%;
	text-align: center;	
	}

/* main menu */

#menu {
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight:bold;
	width:600px; 
	height:25px;
}

#menu ul {
	margin: 0;
	padding: 14px 0 0 0;
	text-align: right;
}

#menu ul li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	margin: 0;
	padding:6px 4px 4px;
	text-decoration: none;
	color: #666;
	display: inline;
}

#menu ul li a:hover {
	color:#0c7fc6;
}

/* static pages */

#staticpage {
	float: right;
	width: 100%;
	overflow: hidden;
	}	

.data {
	margin: 0 10px;
	padding:10px 10px 10px 5px;
	line-height: 14pt;
	text-align: center;
	}
	
.data h2{
	font:normal 28pt Arial, Helvetica, sans-serif;
	color: #0c7fc6;
	padding:0 0 10px 0;
	}
	
.data h2 a{
	color: #666;
	text-decoration: none;
	background: #fff;
	padding: 0 6px 0 6px;
	border-bottom:none;
	}
	
.data h2 a:hover{
	color: #666;
	text-decoration: none;
	}
	
.data h3 {
	font:normal 22pt Arial, Helvetica, sans-serif;
	color: #666;
	}

.data h4 {
	font:normal 16pt Arial, Helvetica, sans-serif;
	color: #666;
	}

.data a{
	border-bottom: 1px dotted #666;
	}
	
.data ul {}

.data li {}

/* content */

#content {
	float: left;
	width: 590px;
	overflow: hidden;
	}	

.post {
	margin: 0 10px;
	padding:10px 10px 10px 5px;
	line-height: 14pt;
	text-align: center;
	border-bottom:1px #666 dotted;
	}
	
.post h2{
	font:normal 28pt Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	color: #0c7fc6;
	}
	
.post h2 a{
	color: #0c7fc6;
	text-decoration: none;
	background: #fff;
	padding: 0 6px 0 6px;
	border-bottom:none;
	}
	
.post h2 a:hover{
	color: #0c7fc6;
	text-decoration: none;
	}
	
.post h3 a {border-bottom: none;}

.post a{
	border-bottom: 1px dotted #666;
	}
	
.post ul {}

.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	margin-top: 16px;
	text-align: right;
	}
	
.postmetadata a{
	background: url(images/comments.png) top right no-repeat;
	padding: 0 10px 0 0;	
	border-bottom:none;
	}
	

.navigation {
	font-size:10pt;
	float:left;
	width:100%;
	background: #fff;
	letter-spacing: 1px;
	margin: 10px 0 0 0;
	}
	
.navigation a{
	color: #666;
	border-bottom: none;
	}
	
.alignleft {float:left; margin: 8px;}
.alignright {float:right; margin: 8px;}

.notfound{padding: 25px; font-size: 14pt; font-weight: 300;}

/* comments */

#commentssection{
	clear: both;
	padding: 2px 12px;
	margin: 0;
	}
	
#commentssection h3{
	font-family: Georgia, "Times New Roman", Times, serif
	font-size: 12pt;
	font-weight: 300;
	font-style: normal;
	color: #000;
	}

#commentform{
	background: #F0F0F0;
	margin: 12px 12px 20px 12px;
	padding:20px;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: Georgia, "Times New Roman", Times, serif
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	}
	
#commentbox{
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;
	}

#author, #email, #url, #commentbox, #submit{
	background: #fff;
	font-family: Georgia, "Times New Roman", Times, serif
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding: 6px;
	border: 1px solid #B2B2B2;
	}
	
#submit{margin:5px 5px 0 0;}

	
ol.commentlist {list-style-type: none;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	overflow: hidden;
	}

ol.commentlist li.alt {background: #E5E5E5;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}

/* Add to Any customization */

.addtoany_share_save_container {
	text-align:right;
	text-decoration:none;
	border:none;
	border-bottom:none;
	}

ul.addtoany_list li a {
	border-bottom:none;
	}

/* sidebar */

#sidebar {
	font-family: verdana, arial, tahoma;
	font-size:8pt;
	width: 200px;
	margin-left:600px;
	padding: 0;
	border-left:1px #666 dotted;
	}

#sidebar h2{
	font-family: georgia, verdana, times;
	font-weight: normal; 
	font-size: 10pt; 
	text-align: left;
	color: #0c7fc6;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding: 0 6px 0 12px;}

#sidebar img {padding: 10px 0 10px 0; margin: 0;}

#sidebar ul {
	margin:12px;
	padding:0;
	list-style-type: none;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar ul ul {
	margin: 6px 0 6px 12px;
	padding: 0;
}

#sidebar ul ul li {
	list-style-type: none;
	list-style-position: inside;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

/* facebook */

#facebook {
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	float:right;
	vertical-align:baseline;
	}
	
#facebook p{
	padding:0px;
	color:#666;
	text-align:center;
	}

#facebook a{
	color:#666;
	text-decoration:none;
	}

#facebook img{
	border:thick;
	padding:0px;
	}
/* icons */

#icon {

height:30px;
width:30px;
float:right;
vertical-align:baseline;
}

#fan {
	color:#666;
	float:right;
font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight:bold;
vertical-align:baseline;
}
/* footer */

#footer {
	background: #FFF;
	width: 800px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-variant: small-caps;
	}
	
#footer p{
	padding:10px;
	margin:0;
	color:#666;
	text-align:center;
	}

#footer a{
	color:#666;
	text-decoration:none;
	}

#footer a:hover{
	color:#666;
	text-decoration:underline;
	}
