/*
Theme Name: The Tomato Theme
Theme URI: http://www.myfolsom.com/
Description: Custom WP Theme for the "My" sites.
Version: 1.0
Author: John Gladding & BKB Design Group
*/

* {border:0; margin:0; padding:0}

.clear {clear:both; height:0}

p {padding-bottom:15px;}

body {
	background-color: #d4d4d4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
	
a:link, a:active, a:visited, a:hover {
	color:#ff0000; 
	text-decoration:none
	}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000;
}

maincontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;

}

h1 a:link, h1 a:active, h1 a:hover, h1 a:visited {
	color:#000;
	}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
        padding: 15px 0px 15px 0px;
	font-weight: bold;
	color: #000;
}

h2 a:link, h2 a:active, h2 a:hover, h2 a:visited {
	color:#000;
	}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
        padding: 15px 0px 15px 0px;
	font-weight: normal;
	color: #000;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
        padding: 10px 0px 10px 0px;
	font-weight: normal;
	color: #000;
}

#outer-wrapper {
	width:940px; 
	margin:0 auto; 
	overflow:hidden
	}

#main-wrapper {
	width:750px; 
	background-image:url(images/shadow.png); 
	padding: 0 14px 0 14px;
	float:left;
	height:100%;
}

#center {
	width:750px;
	background-color:#fff;
}

#crumbs {
	width:700px;
	padding:5px 10px 0 5px;
}

#left {float:left}

.ad-bar-top {
	height:110px;
	margin-bottom:5px;
}

.ad-bar-bottom {
	height:110px;
	margin-top:5px;	
}

#side-column {float:right; width:160px;}


/*------HEADER--------*/

#header {
	width:750px;
	height:130px;
	background-image: url(http://www.myfolsom.com/wp-content/uploads/2014/04/header-4d.jpg);
    text-align: left;
	border:5px;
	padding-top:5px;
	background-repeat:no-repeat;
	}

.header2 {
	position: 77;
	width:745px;
	height:115px;
	text-align: left;
	border:5px;
	color:#F00;
	margin-top: -125px;
}

.header-lilbar {
	background-color:#F00;
	width:750px;
	height:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#twitter_div {
	align:left;
	color:#000000;
	text-decoration:none;
	font-family:Arial;
	font-size:7pt;
	link:#0000ff;
}

.twitterbox-background {
	color:#fff;
	background-color:#333333;
	border-radius: 3px;
	padding:5px;
	float:right;
	vertical-align:top;
	height:77px;
	width:300px;
	border:4px;
	top: 5px;
  /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;
  }
  
.twitterbox-background a:link {
	color:#fff;
	}

.twitterbox-speech {
	background-color:#000000;
	border-radius: 6px;
	color:#00ff00;
	padding:3px;
	float:left;
	height:55px;
	width:209px;
}

.twitterbox-name {
	text-align:left;
	padding:3px;
	font-weight: bold;
	color: #000;
	}
	
#searchbar {
	padding: 0px 0 0 0;
}

#searchbar1 {
padding: 30px 0px 0 570px;
width: 170px;
color: #ffffff;
}

#searchform {
	
	padding: 5px 1px;
	text-align: center;
	float:right;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#searchsubmit {
	background-color:#ff0000;
	color:#fff;
}

#s {border:2px solid #333333;}


/*-----MAIN MENU--------*/

#menu {
	background-color:#000000;
	width:750px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	margin-top: -5px;
	}

#menu a:link,#menu a:active, #menu a:hover, #menu a:visited {color:#fff}

#menu ul{list-style-type:none;
	padding-left:5px;
	padding-top:7px;
	}

#menu li{
	position:relative;
	display: inline;
	text-align:center;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 12px;
	padding-bottom: 8px;
	margin: 0 0px 0 0px;
	}

#menu ul li.current_page_item {
	width:90px;
	background-image: url(images/menu_hover.png);
}

#current {
	width:90px;
	background-image: url(images/menu_hover.png);
}


/*------TABBED SUB MENU------*/


.tabbar a:link, .tabbar a:active, .tabbar a:hover, .tabbar a:visited { font-weight:bold; color:#000;}
/* style the tabs in IE (the trailing comma prevents other browsers from reading this) */
.tabbar li, .tabbar ul li, {
	
	/* make them horizontal in IE*/
	display: inline;
	
	/* space them a little in IE*/
	margin: 0 8px;
}

/* style the tabs */
.tab, .tabselected {
	/* make them horizontal in Firefox 2*/
	display: -moz-inline-box;
	/* make them horizontal in all other browsers*/
	display: inline-block;
	/* space them a little */
	padding: 5px;
	/* set a grey background for non-selected tabs (which we will overide for selected tabs later) */
	background-color: #d4d4d4;
	/* set a border, make it rounded at the top */
	border: 1px solid #d4d4d4;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-top-left: 5px;
	-khtml-border-radius-top-right: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

/* make changes to the selected tab */
.tabselected {
	
	/* set a white background */
	background-color: white;
	
	/* make the border along the bottom blend into the white background */
	border-bottom-color: white;
}

/* style the drop down menus */
.dmenu {
	/* left align the text */
	text-align: left;
	
	/* REQUIRED */
	position: absolute;
	
	/* js fade method should display them 23px below the top of the tabs */
	margin: 23px 0 0 0;
	
	/* put some space around the contents */
	padding: 5px 15px;
	
	/* set a grey background */
	background-color: rgb(240,240,240);
	
	/* set a border, round all the corners except the top left */
	border: 1px solid rgb(150,150,150);
	-moz-border-radius: 5px;
	-moz-border-radius-topleft: 0;
	-khtml-border-radius: 5px;
	-khtml-border-radius-top-left: 0;
	-webkit-border-radius: 5px;
	-webkit-border-top-left-radius: 0;
}
.tabbar .dmenu ul {
	
	/* put space at the top and bottom of top-level menus */
	padding: 5px 0 0 10px;
	
	/* stop ie going crazy */
	margin: 0;
	
}
.tabbar .dmenu ul li {
	
	/* stop ie from displaying list items inline */
	display: list-item;
	
}

/* REQUIRED: hide menus off screen by default */
.dmenu {
	left: -999em;
}

/* STYLING JUST FOR CSS MENUS */
.tabbar .fademenu .dmenu {
	
	/* position menus correctly */
	margin: 5px 0 0 -6px;
}
/* REQUIRED: show menus on hovering */
.tabbar .fademenu:hover .dmenu {
	left: auto;
}

/*-----MAIN BLOG STYLES-----*/

#content-box{
	width:730px;
	margin:0 10px 0 10px;
	padding: 10px 0 10px 0;
	}
	
.post-content-box {
	width:710px; 
	margin-left:0px;
	}
	
.excerpt {
	width:390px;
	margin-bottom:20px;
	border-top: 1px solid;
	border-right: 1px solid;
	border-left: 1px solid;
	border-color:#CCC;
	padding: 10px;
	}
	
.thumb {float:right; margin-left:15px; margin-bottom:12px;}

.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	padding-bottom: 15px;
}

.categories {
	padding-top:15px; 
	font-size:12px; 
	font-weight:normal; 
	float:right;
	}
	
.tags {
	padding-top:15px; 
	font-size:12px; 
	font-weight:normal; 
	float:left;
	}

#nav {
	text-transform:uppercase; 
	padding-right:10px; 
	padding-top:10px;
	}

#previous {
	float:left
	}

#next {
	float:right
	}

.more {
	text-align:right; 
	text-transform:uppercase; 
	padding-bottom:6px;
	}

.rule {
	width:100%;
	height:100px; 
	background-image: url(images/squiggly.png); 
	background-position:center;
	background-repeat:no-repeat;
} 

.section-label {
	height: 25px;
	font-size: 12px;
	font-weight:bold;
	color:#000;
	padding: 0 0 10px 10px;
}

/*--------Right Column------*/

.right-bar {
	float:right;
 	width:300px;
	padding-left:10px;
}

.right-bar h2 {padding-bottom:8px;}

.right-bar ul {
	list-style-type: none;
	}

.right-bar li{
	padding-bottom:5px;
	}

.widget-box {
	margin:19px 0 31px 0
	}
	
.rsswidget img {float:right;}

/*------RIGHT SIDE NAV & ADS---------*/

.rightnav-top {
	background-color: #fff;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	width:160px;
	height:30x;
	border: 1px #333 solid;
}
.rightnav-top2 {

	background-color: #d4d4d4;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	width:180px;
	height:30x;
	float:right;
}

.rightnav-main {
	background-color:#d4d4d4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	width:160px;
	
}
.rightnav-dropdown {
	background-color:#d4d4d4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	width:160px;
	
	float:right;
}

.rightnav {
	width:160px;
	
}

.rightnav-top {border:1px #000 solid}

.rightnav-top .content #form {
 color: #903;
}

/*----------FOOTER ---------*/

#footer {
	background-color: #6A6A6A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-transform: none;
	color: #FFF;
    width:750px;
	padding:15px 0 0 0;
	text-align:left;
}

#footer a:link, #footer a:active, #footer a:hover, #footer a:visited  {color:#fff;}

#footer ul {
	list-style-type:none;
}

.footer-box-left img {
	float:left;
	padding-right: 5px;
}

.footer-box-right img {
	float:left;
	padding-right: 5px;
}

.footer-box-left {
	width:220px;
	margin: 0 0 0 15px;
	float:left;
}

.footer-box-middle {
	width:230px;
	margin: 0 10px 0 10px;
	float:left
}

.footer-box-right {
	width:230px;
	margin: 0 10px 10px 0;
	float:right;
}

.footer-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-transform: none;
	font-weight: bold;
	color: #FFFFFF;
}

.footer a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-transform: none;
	color: #FFFFFF;
}
.footer-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}

.copy {
	text-align:center;
	padding-top:15px;
}

/* ------------Captions ------------- */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #3b1a14;
	text-align: center;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}


.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 4px 4px 5px;
	margin: 0;
}


/*---------IMAGES-------------*/

p img {
	padding: 0;
	max-width: 100%;
	}
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding-right: 5px;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding-left: 5px;
	padding-top: 10px;
	padding-right: 20px;

	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.ngg-album {
	border-color:#536318;
	}


/*-------Comments------------ */

.comments-template h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	padding:10px 0 10px 0;
}


#comments {
	clear: both;
	font-size:18px;
}
#commentform textarea{
	width: 550px;
	height: 250px;
	background-color:#fff;
	border: 1px #000 solid;
	padding:.2em;
}
#commentform #submit {margin-top:10px; width:117px; height:28px; background-color:#000; color:#fff; cursor:pointer;}
#comments .navigation {
	padding: 0 0 18px 0;
}
ol#comments li p {
	font-size: 100%;
}

#commentform #author, #commentform #email, #commentform #url {
	background-color: #FFF;
	border: 1px solid #333;
	padding: 0.2em;
}

ol#commentlist {
	padding-left:20px;
	}

#commentlist li ul {
	border-bottom: 1px solid #e7e7e7;
	border-bottom-color:#000;
	font-size: 110%;
	list-style-type: none;
}

#commentlist li .avatar {
	float: right;
	margin-right: 25px;
	border: 1px dotted #ccc;
	padding: 2px;
	border: 1px solid #000;
	margin-left:10px;
	margin-bottom: 7px;
}

#commentlist li.comment {
	border-bottom: 1px solid #536318;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 10px 0 10px;
	position: relative;
}

#Insert_logo{
padding-top: 5px;
}

table.wp_wunderground{
color:#ffffff !important;
}