/*  
Theme Name: RobbinsvilleWeb
Theme URI: http://www.robbinsvilleweb.com/
Description: Custom theme for robbinsvilleweb.com.
Version: 1.0
Author: Me
Author URI: http://www.robbinsvilleweb.com/
*/



/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* HTML */
a:link {
	border-bottom: 1px dotted #AAA;
	text-decoration: none;
}

a:visited {
	border-bottom: 1px dotted;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px solid;
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

body {
	text-align:center;
	font: 62.5%/1.5  Verdana, 'Trebuchet MS', Tahoma, Arial, sans-serif; /* 1.5 sets the line height */
	color: #111;
/*	background:url(/images/bg_gradient.jpg) repeat-x 0px 100px; */
background:#333;
}

blockquote {
	margin: 15px; 
	padding: 5px 0 5px 20px;  	
  	background-color: #FAFAFA; 
	border: 1px solid #f2f2f2; 
	border-left: 3px solid #0A2B43;  
/*	font: bold 1.5em/1.2 "Trebuchet MS", Tahoma, sans-serif; */
	color: #666666;	
}

code {
	margin: 15px;
	padding: 10px;
	text-align: left;
	display: block;
	overflow: auto;  
	font: 1.1em/1.5 'Lucida Console', 'courier new', monospace;
	background: #FAFAFA;
	border: 1px solid #f2f2f2;  
	border-left: 3px solid #0A2B43;
}

form {
	margin: 10px 0;
	padding: 0 10px; 
	border: 1px solid #AAA; 
	background-color: #FAFAFA; 
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
    font-size: 2.4em;
	color: #003300;
	border-bottom: 1px solid #CCC;
}
    
h2 {
    font-size: 2.0em;
	color: #222;
}
    
h3 {
    font-size: 1.6em;
	color: #444;
}
    
img.right {
  margin: 5px 0px 5px 15px;  
}

img.left {
  margin: 5px 15px 5px 0px;
}

input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	color:#555;
}

input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	background: #FFF url(/images/buttongradientbg.jpg) repeat-x; 
	padding: 2px 3px; 
	color: #333;	
	border: 1px solid #DADADA;	
}

label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}

ul, ol {
	margin: 10px 30px;
	font-size: 1.1em;		
}

p {
    font-size: 1.2em;
} 

small {
	color: #777;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
	margin: 10px 15px;
}

td {
	text-align: left;
	font-weight: normal;
	padding: 0px 10px;
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #FFF;
}

textarea {
	width:100%;
	padding:2px;
	font: normal 1.2em "Trebuchet MS", Tahoma, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#333;
}

th {
	background: #74A846;
	padding: 6px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}

th strong {
	color: #fff;
}

tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}

/* IDS */
#advertisement {
	text-align: center;
	clear: both;
}

#author {
	margin-top: 10px;
}

#container {
	width: 980px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px; /* Adds 10px padding to the top of the content area */
/*	background-color: #FFFFFF;*/
background:#FFF;
border-left:2px solid #eeeecc;
border-right:2px solid #eeeecc;
margin-top:0;
margin-bottom:0;
padding:1em;
}

#content {
	float:left;
	width:75%;
	padding-right:15px; /* Right padding moves the content to the left a bit and allows space between the content and right border*/
	background: transparent url(/images/main-bg.gif) repeat-y scroll 100% 0; 
}

#content a.external {
	background: url(/wiki/skins/robbinsvilleweb/external.png) center right no-repeat;
	padding-right: 13px;
}
#content a[href ^="https://"], .link-https {
	background: url(/wiki/skins/robbinsvilleweb/lock_icon.gif) center right no-repeat;
	padding-right: 16px;
}
#content a[href ^="mailto:"], .link-mailto {
	background: url(/images/email.png) center left no-repeat;
	padding-left: 18px;
}

#container-background {
	background: #fff url(/images/tan-grad.gif) repeat-x 0 0;
}

#content p {
	margin-bottom:1em;
	font-size: 1.2em;
}

#footer {
	background: #333;
	padding: 10px;
	text-align:center;
	border-top: 2px solid #666;
}

#footer p {
	color:#DDD;
	font-size: 1.1em;
}

#footer a {
	text-decoration: none;
	color: #888;
	font-weight: bold;
}
#footer a:hover {
	color: #FFF;	
}

#grass {
	clear: left;
	background: url(/images/footer_grass.jpg) repeat-x 0 0;
	height:50px;
}

#header {
	background: #002A1C url(/images/g2.gif) repeat-x;
	border-bottom: 2px solid #62202F;
	padding: 30px 0;
	text-align:center;
	position: relative;
	overflow: hidden;
	height: 100%; /* IE6 fix - Without this the street sign image pops out of the div and the overflow is ignored */
}

#header-content {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
}

#logo {
	position: absolute;
	top: 0;
	right: 25px;
}

#navigation {
	background: url(/images/nav-3.jpg) repeat-x 0 0;
	border-bottom: 4px solid #640000;
}

#navigation ul
{
	margin: 0;
	padding: 0;
	height: 45px;
}

#navigation li
{
	display: inline;
	list-style-type: none;
}

#navigation a { 
	padding: 0 10px;
	display: block;
	float: left;
	font: bold 14px/45px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	border-right: 1px solid #640000;
	border-left: 1px solid #CC0000;
	border-bottom: none;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 1px;
	color: #FFF;
}

#navigation a:hover{
	color: #FFF;
	background-color: #369;
	text-decoration: none;
	background: url(/images/nav-4.jpg) repeat-x 0 0;
}

#navigation ul li#current a {	
	background: url(/images/nav-2.jpg) repeat-x;
}

#navigation-content {
	width:1004px; /* Ideally this width would be 980px like the others but because of padding added to the container we have to widen this*/
	margin-left: auto;
	margin-right: auto;
}

#sidebar {
/*	background: #DDD;*/
	margin-left:78%;
	padding: 10px;
}

#sidebar form {
	margin:10px 0;
	border: none; 
	background:none;
}

#sidebar p {
	font-size: 1.1em;
}

#site {
	font: bold 3em/1 'Trebuchet MS';
	color: #FFF;
}

#slogan {
	font: normal 1em Arial, Helvetica, sans-serif;
	margin-left: 6em;
	color: #F2F0DC;
}
/* CLASSES */
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px;
}

.clear {
    clear:both;
}

.commentlist {
	padding: 0;
	margin: 10px 0;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;

}

.commentlist p {
	margin: 10px 5px 10px 0;
}

.entry {
	font-size: 1.2em;
	margin: .5em 0;
}

.entry img {
	border: 1px solid #333;
	background: #EEE;
	padding: 6px;
}

.feed {
	margin-left: 3px;
	padding: 0 0 0 15px;
	background: url("/images/rss.png") no-repeat 0 50%;
}

.imgFrame {
	border: 1px solid #DADADA;
	padding: 5px;
	background: #FAFAFA;
}

.left {
    float: left;
}

.newoldnavigation {
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 30px;
}

.postmetadata {
	clear: both;
	text-align:center;
	padding-top: 5px;
	color: #777;
}

.right {
    float: right;
}

.sitewebcolor {
	color: #66cc00;
}

/*
	Positioniseverything clearfix hack
	----------------------------------
	This bascially allows a parent container div to
	expand to the full height of its children div.
	Apply the clearfix class to the parent div.
*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1
}
/* end clearfix hack */
