/*  
Theme Name: Street Smart VAR 3.0
Theme URI: http://streetsmartvar.com/
Description: Custom template for Ramon Vela's Steet Smart VAR blog
Version: 
Author: Nichole Betterley
Author URI: http://npoweredsites.com/

*/

body {
	font-size: 12px;
	font-family: tahoma, verdana, 'sans serif';
	background: #ffffff;
	color: #000000;
	text-align: center;
	padding: 0;
	margin: 10px 0 10px 0;
}

a {
	color:#c60014;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:visited {
	color:#c60014;
}

a:active{
	outline: none;
}

a:focus{
	-moz-outline-style: none;
}
	
/* div containers */

#header {
  width: 1000px;
  margin: 0 auto; 
  padding: 0;
  text-align: center;
}  

#headerImage {
  background: url('images/header.jpg') no-repeat;
  border: 1px solid #808080;
  height: 175px;
  text-align: center;
  margin: 0 auto;
}

#container {
  width: 1000px;
  background: url('images/containerbg.gif') repeat-y;
  margin: 0 auto;
  padding-top: 0;
  text-align: left;
  font-size:12px;
}

#colleft {
  width: 200px;
  float: left;
  margin: 0;
}

#colcenter {
  width: 600px;
  float: left;
  margin-top: 5px;
}

* #colcenter {
  overflow: hidden;
}

#colright {
  width: 200px;
  float: right;
  margin: 0;
}

#page_sublist ul li {
	list-style-image:none;
	font-size:16px;
	font-weight:bold;
	line-height: 20px;
	margin-bottom:12px;
	margin-right:20px;
}

.sidebar {
  margin: 0;
  padding: 0;
  text-align: left;
}

#footer {
  width: 1000px;
  height: 26px;
  margin: 0 auto;
  text-align: center;
  font-size: 10px;
  border-top:1px solid #999999;
  color:#666666;
  line-height:20px;
}

.navigation {
   margin: 10px 10px;
   text-align:right;
}

#breadcrumb {
	margin:5px;
}


/* text, fonts, and images */
img {
  border: none;
  margin: 0;
  padding: 0;
}

hr {
  margin-left: 10px;
}

* hr {
  width: 90%;
  text-align: center;
}

/*h1 {
	font-weight:bold;
	font-size: 26px;
	color: #c60017;
	line-height: 32px;
}*/
h1 {
	font-weight: bold; 
	font-size: 22px;
	margin: 10px 0 -10px 0;
	color: #000000;
	line-height: 26px;
}

h1 a {
	color:#000000;
}

h1 a:visited {
	color:#000000;
}

h1 a:hover {
	color:#c60017;
	text-decoration:none;
}

h2 {
	font-weight: bold; 
	font-size: 22px;
	margin: 10px 0 -10px 0;
	color: #000000;
	line-height: 26px;
}

h2 a {
	color:#000000;
}

h2 a:visited {
	color:#000000;
}

h2 a:hover {
	color:#c60017;
	text-decoration:none;
}

h3 {
	font-weight: bold; 
	font-size: 22px;
	margin: 10px 0 -10px 0;
	color: #000000;
	line-height: 26px;
}

h3 a {
	color:#000000;
}

h3 a:visited {
	color:#000000;
}

h3 a:hover {
	color:#c60017;
	text-decoration:none;
}


h4 {
	font-weight:bold;
	font-size: 20px;
	color: #c60017;
	margin:0;
	line-height: 26px;
}

h5 {
	font-weight:bold;
	font-size: 16px;
	color: #333333;
	margin:0;
	line-height: 20px;
}

h6 {
	font-weight:bold;
	font-size: 16px;
	color: #c60017;
	margin:0;
	line-height: 20px;
}

.post {
  margin: 0 20px;
  padding: 0 0 5px 0;
  border-bottom: 1px dotted #808080;
  font-size: 12px;
  line-height: 16px;
}

.page {
  margin: 10px 20px;
  padding: 0;
  font-size: 14px;
  line-height: 16px;
}

.page ul {
	list-style-type:square;
}

.entry {
  margin: 0;
  padding: 0;
  font-size: 12px;
}

.entry h5 {
	margin-top:8px;
}

.entry h6 {
	margin-top:10px;
}

.postmetadata {
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 10px;
  color:#666666;
}
.postmetadata a {
  font-weight: normal;
  color: #666666;
  text-decoration: none;
}
.postmetadata a:hover {
  color: #333333;
  text-decoration:underline;
  font-weight: normal;
}

.widgettitle {
  font-weight: normal; 
  font-size: 14px; 
  width: 186px; 
  color: #ffffff; 
  font-family: verdana, arial, helvetica, sans-serif; 
  background-color: #000000; 
  text-align: left;
  padding: 0 7px;
  margin: 0;
}  

.widgetbox {
	margin: 5px 2px 5px 8px;
	color:#666666;
	line-height:14px;
}	

.widgettestimonial {
	color:#666666;
	font-size:10px;
	border: 1px solid #808080;
	padding: 3px 5px;
	background-color:#e3e5e2
}

.alignright {
	float: right;
	text-align: right;
	}

.alignleft {
	float: left;
	text-align: left;
	}

#colleft ul, #colright ul {
  margin: 0 0 0 8px;
  padding: 0 0 10px 0;
  text-align: left;
}

#colleft li, #colright li {
/*list-style-image: url('images/bullet.gif'); */
  list-style-type: square;
  list-style-position: inside;
/*margin: 0 15px; */
  padding: 3px 0;
}

#colleft li li, #colright li li {
	list-style: none;
	margin: 0 0 0 5px;
}

#colleft a, #colright a, #colleft a:visited, #colright a:visited {
  text-decoration: none;
  color: #666666;
}
#colleft a:hover, #colright a:hover {
  text-decoration: underline;
  color: #c60017;
}

#signup form {
	border: #808080 1px solid; 
	padding: 3px;
  width: 145px; 
  background-color: #ccccff;
  text-align: left;
}
.post_cal {
	border: 1px solid #808080;
	text-align: center;
	width: 50px;
	float: left;
	margin: 4px 10px 2px 20px;
}
* .post_cal {
	margin: 4px 10px 5px 15px;
}  
.post_cal .dayname {
	background-color: #C60014;
	border-bottom: 1px solid #808080;
	color: #FFFFFF;
	font-size: smaller;
	font-weight: bolder;
	width: 100%;
}

.post_cal .daynum {
	border-bottom: 1px solid #808080;
	font-size: 26px;
	font-weight: bold;
	width: 100%;
	line-height: 28px;
}

.post_cal .month, .post_cal .year {
	font-size: smaller;
	width: 100%;
}

.pagetitle {
  margin: 0 20px;
  padding: 0;
  color: #000000;
}

.comments-template {
  margin: 10px 20px;
}

.testimonial {
  width: 485px;
  margin: 35px auto;
  text-align: center;
}

.testimonialTop {
  background: url('images/testimonialbox_top.gif') no-repeat;
  height: 35px;
  margin: 0;
  padding: 0;
}

.testimonialMid {
  background: url('images/testimonialbox_mid.gif') repeat-y;
  padding: 0px 35px;
  text-align: left;
}

.testimonialMid p {
  margin: 0;
  padding: 0;
}

.testimonialBot {
  background: url('images/testimonialbox_bottom.gif') no-repeat;
  height: 35px;
  margin: 0;
  padding: 0;
}

.style1 {
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.1;
}
.style2 {
	font-size: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #C60014;
}
.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.15;
}
.style4 {
	color: #666666;
	font-weight: bold;
	line-height: 1.1;
}
.style5 {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.25;
}
.style6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style9 {font-size: 20px}


#menu {
	width: 1000px;
	height: 26px;
	margin: 0 auto;
	z-index:1000;
	background-color: #000000;
/*  border-bottom: #808080 1px solid; */ 
}

p {
	font-size: 12px;
}

.table_title {
	background-color:#000000;
	color:#ffffff;
	padding: 2px 10px;
	font-weight:bold;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
.table_even {
	background-color:#ffffe6;
	color:#000000;
	padding: 2px 10px;
}

.table_odd {
	background-color:#ffffff;
	color:#000000;
	padding: 2px 10px;
}

.table_footer {
	background-color:#ffffff;
	color:#000000;
	padding: 2px 10px;
	font-weight:bold;
	border-top: 2px solid #000000;
}

label {
	margin:0;
	padding:0;
}