/*
Theme Name:		SmartFare Media SmarterWeddings
Theme URI:		http://www.captainhops.com
Description:		A versatile theme for WordPress designed and coded by <a href="http://www.captainhops.com">Captain Hops</a>.
Version:		1.00
Author:			Captain Hops
Author URI:		http://www.captainhops.com/
*/

* { padding: 0; margin: 0; }

body {
	background: #eee url(images/bg.gif) top left repeat-x;
	background-attachment: fixed;
	font-size: 62.5%;
	font-family: Arial, Sans-Serif;
	color: #f00;
	text-align: center;
}

#traverse {
	background-color: #000;
	height: 15px;
	color: #fff;
	width: 100%;
}
#structure {
	margin: 10px auto 10px;
	background-color: #fff;
	border-width: 2px;
	border-style: solid;
	border-color: #005;
	border-bottom: 4px solid #103;
	color: #000;
	width: 770px;
	text-align: left;
}
.themeimage {
	border:0; 
	vertical-align:text-bottom;
}
/*  ----Universal Formatting---- */
a {

}
a:hover {
	background-color: #006; /* -change color scheme- */
	color: #fff;
}
blockquote {
	padding: 10px 10px 10px 40px;
	font-style: italic;
	background: #fff url(images/blockquote.gif) top left no-repeat;
}



/*  ----Universal Formatting End---- */

/*  ----Navigation---- */
#navbar {
	background: #004 url(images/nav.gif) top left repeat-x; /* -change color scheme- */
	border-bottom: 2px solid #000;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	height: 37px;
}
#navleft {
	float: left;
	padding: 10px 0px;
}
#navright {
	float: right;
	padding: 10px 0px;
}

#navbar ul {
	list-style: none;
}
#navbar li  {
	display: inline;
}
#navbar li a, #navbar li a:hover {
	padding: 9px 15px 10px;
	color: #fff;
	border: 1px solid #004; /* -change color scheme- */
	text-decoration: none;
}
#navbar li a:hover  {
	color: #ff0;
	background: #007 url(images/navhover.gif) top left repeat-x; /* -change color scheme- */
}
.navigation {
	width: 500px;
	font-size: 1.3em;
	padding: 0 0 30px;
}
.navigationleft {
	float: left;
	margin: 0 40px 0 0;
}
.navigationright {
	float: right;
}

/*  ----Navigation End---- */

/*  ----Header---- */
#header {
	height: 140px;
	background: #000 url(images/header.jpg) top right no-repeat;
	color: #fff; /* -change color scheme for header background- */
}
#header a {
	color: #fff; /* -change color scheme for header background- */
	text-decoration: none;
}
#header a:hover {
	color: #009; /* -change color scheme- */
	background-color: transparent;
}

#header h1  {
	font-size: 4.0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 30px 250px 0 15px;
	}
#header h3  {
	font-size: 1.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 10px 250px 0 30px;
	}




/*  ----Header End---- */
/*  ----Linkbar---- */
.linkbar {
	background-color: #005; /* -change color scheme- */
	border-bottom: 1px solid #005; /* -change color scheme- */
	color: #fff;
	text-align: center;
	clear:both;
	font-size: 1.1em;
}
.linkbar a, .linkbar a {
	color: #fff;
	background-color: transparent;
}
/*  ----Linkbar End---- */
/*  ----Trunk---- */
#trunk {
	text-align: left;
	width: 730px;
	padding: 20px;
	float: left;
	clear: both;
}

/*  ----Main Content---- */
#maincontent {
	width:500px;
	float: left;
}
#maincontent h1 a, #maincontent h2 a, #maincontent h1 a:active, #maincontent h2 a:active, #maincontent h1 a:visited, #maincontent h2 a:visited, #maincontent h1, #maincontent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 29px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding: 5px 0 5px;
}
#maincontent h1 a:hover, #maincontent h2 a:hover {
	color: #008; /* -change color scheme- */
	background-color: transparent;
	text-decoration: underline;
}
.unit {
	border-top: 2px solid #ddd;
}
.byline  {
	color: #999;
	font-size: 1.2em;
	font-family: "times new roman", georgia, times, serif;
	clear:both;
	padding: 0 0 15px;
}
.byline a, .byline a:active, .byline a:visited  {
	color: #666;
	text-decoration: none;
	}
.byline a:hover  {
	color: #fff;
	background-color: #666;
	}

.post {
	font-size: 1.2em;
	padding: 5px 0 15px;
	font-weight: normal;
	overflow: hidden;
}
.post h3 {
	font-size: 1.3em;
	font-weight: bold;
}
.post h4 {
	font-size: 1.2em;
	font-weight: bold;
}
.post p {
	padding: 0 0 1em;
}
.post ul, .commenttext ul {
	padding: 0 0 10px 40px;
	list-style-type: square;
}
.post ol, .commenttext ol {
	padding: 0 0 10px 40px;
}
.post ul li, .commenttext ul li {
	padding: 0 0 .3em;
	list-style-type: square;
}
.post ol li, .commenttext ol li {
	padding: 0 0 .4em;
}
.post code {
	font-size: 1em;
	color: #952; 
	background-color: #eee;
	padding: 0 5px 0;
	font-family: "Courier New", Courier, monospace;
}
.post img {
	border: none;
}
.post img.center { display: block; padding: 3px; margin: 0 auto 15px auto; float: none; clear: both; }
.post img.left { padding: 3px; margin: 5px 15px 5px 0; float: left; clear: left; }	

.posttools {
	background: #f4f4f4;
	padding: 5px 5px 0;
	border: 1px solid #ddd;
	font-size: 1.1em;
	text-align: center;
	clear: both;
}
.posttools p {
	padding: 0 0 10px;
}
.posttools h5 {
	font-family: "times new roman", times, serif;
	font-size: 1.2em;
	font-weight: bold;
	
}
.postfoot  {
	font-size: 1.2em;
	clear:both;
	padding: 10px 0 5px;
	/* border-bottom: 2px solid #eee; */
}
.postfoot h5 {
	font-family: "times new roman", times, serif;
	font-size: 1.2em;
	font-weight: bold;
	
}
.postfoot ul {
	padding:  0 0 10px 15px;
}
.postspace {
	padding:  15px 0;
}
.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px !important;
	font-weight: bold;
	color: #555 !important;
	text-decoration: none;
	padding: 5px 0 5px;
}
 .pagetitle a:hover, .pagetitle a, .pagetitle a:active, .pagetitle a:visited {
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 15px !important;
 	font-weight: bold;

 }
.wptags {
	text-transform: lowercase;
}
.wptags img {
	border: none;
	padding: 0 2px 0 0;
	vertical-align:text-bottom;

}
/*  ----Main Content End---- */
/*  ----Comments---- */
.commentheader {
	font-size: 1.7em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 0 0;
}
.comment {
	padding: 10px 0 0px;
	border-bottom: 1px solid #eee;
}

ul.commentlist {
	list-style: none;

}
.commentauthor {
	font-size: 1.3em;
	font-weight:bold;
	}
.commenttext {
	padding: 5px 0;
	font-size: 1.2em;
}
#commentform {
	width: 500px !important;
}
#commentform .commentinputarea {
	width: 400px !important;
}
.commenttextinput {

}
/*  ----Comments End---- */
#sidebar {
	width:200px;
	float: right;
	font-size: 1.2em;
}
#sidebar ul {
	list-style: none;
}
#sidebar ul li {
	padding: 0 0 20px;
}
#sidebar ul ul {
	padding: 0 0 1em 1.5em;
	list-style-type: square;
}

#sidebar ul ul li {
	padding: 0 0 .5em;
	
}
#sidebar ul ol {
	padding: 0 0 1em 2em;
}
#sidebar ul ol li {
	padding: 0 0 .2em;
}

#sidebar h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	border-top: 2px solid #ddd;
	padding: 5px 0 5px;
}
#sidebar p {
	padding: 0 0 5px;
}
.widget {

}
.widgettitle {

}
#wp-calendar {
	margin: 0 auto;
	width: 198px;
}
#wp-calendar th {
	text-align: center;
}
#wp-calendar td {
	text-align: center;
}
#wp-calendar caption {
	font-size: 1.2em;
	font-weight: bold;
}
#calendar_wrap {
}
/*  ----Trunk End---- */
/*  ----Footer---- */



/*  ----Footer End---- */
