/*
Theme Name: WordPress Classic
Theme URI: http://wordpress.org/
Description: The original WordPress theme that graced versions 1.2.x and prior.
Version: 1.5
Author: Dave Shea
Tags: mantle color, variable width, two columns, widgets

Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net
This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own. :)
*/

/*---------------------------------------------------------------------*/
/*-------------------------------
	Main Nav
------------------------------------*/

/* CSS Document */

body {
	margin: 0px;
	padding: 49px 0px 37px 0px;
	background-color: #e8e5e5;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color: #000000;
}
a {
	color: #bd9739;
	outline: none;
}
h1, h2, h3, h4, h5, h6, ul, ol, li, form, input, img  {
	margin: 0px;
	padding: 0px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 100%;
}
p, li {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
}
h1 {
	font-size: 30px;
	font-weight: normal;
	color: #3b476e;
}

.left {
	float: left;
}
.right {
	float: right;
}

#container {
	margin: 0 auto;
	padding-bottom: 13px;
	width: 918px;
	background-color: #FFFFFF;
	position: relative;
	overflow: hidden;
	background-image: url(images/curve_footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/*-------------------------------
	Header
------------------------------------*/

#header {
	width: 100%;
	height: 74px;
	background-image: url(images/curve_header.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#header .logo {
	width: 161px;
	float: left;
	padding: 11px 0px 0px 13px;

}
.phone_no{
	position:absolute;
	z-index:99;
	top:5px;
	right:50px;
	font-weight:bold;
	/*font-size: 16px;
	color: #000000;*/
}
/*-------------------------------
	Main Nav
------------------------------------*/

#main_nav {
	list-style: none;
	width: 470px;
	float: right;
	padding-right: 10px;
	margin-top: 26px;
}
#main_nav li {
	float: left;
	display: inline;
	margin: 0px 12px;
	font-size: 12px;
	color: #000000;
}
#main_nav li a {
	color: #000000;
	text-decoration: none;
	padding-top: 18px;
	display: inline-block;
}
#main_nav li a:hover {
	color: #bd9739;
	background-image: url(images/circle.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

/*-------------------------------
	Banner
------------------------------------*/

#banner {
	width: 100%;
	height: auto;
}
#banner .photo {
	width: 918px;
	float: left;
}
#banner .sideban {
	/*width: 307px;*/
	float: left;
}

/*-------------------------------
	Middle Button
------------------------------------*/

#midbutton {
	width: 918px;
	list-style: none;
	
}
#midbutton li {
	width: 304px;
	height: 33px;
	float: left;
	font-size: 15px;
	font-weight: bold;
	color: #2d415c;
	text-align: center;
	text-transform: uppercase;
	line-height: 33px;
	background-image: url(images/button.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#midbutton li a {
	color: #2d415c;
	text-decoration: none;
	display: block;
}
#midbutton li.spce {
	margin: 0px 3px; 
}
	
/*-------------------------------
	Sidebar
------------------------------------*/

#sidebar {
	width: 150px;
	float: left;
	margin-top: 13px;
	padding: 0px 24px 15px 19px;
}
#sidebar h1 {
	font-size: 19px;
	font-weight: normal;
	padding: 10px 0px 0px 10px;
	line-height: 20px;
	color: #FFFFFF;
}
.getfree {
	width: 150px;
	height: 229px;
	background-image: url(images/grey.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
}
.getfree p {
	font-size: 13px;
	font-weight: bold;
	margin: 5px 0px;
	padding: 0px 10px;
	line-height: normal;
}
.field {
	width: 78px;
	height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	float: left;
	margin: 0px 2px 0px 8px;
}

.workshop {
	width: 150px;
	height: 116px;
	background-image: url(images/grey2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	margin-top: 10px;
}
.workshop p {
	font-size: 11px;
	margin: 5px 0px;
	padding: 0px 10px;
	line-height: normal;
}

.success {
	width: 150px;
	height: 207px;
	background-image: url(images/green.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	margin-top: 10px;
}
.success p {
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0px;
	padding: 0px 10px;
	line-height: 14px;
}

.taster {
	width: 150px;
	height: 143px;
	background-image: url(images/meron.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	margin-top: 10px;
}
.taster p {
	font-size: 13px;
	font-weight: bold;
	margin: 5px 0px;
	padding: 0px 10px;
	line-height: normal;
}

.download {
	width: 150px;
	height: 95px;
	background-image: url(images/green.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	margin-top: 10px;
}
.download p {
	font-size: 13px;
	font-weight: bold;
	margin: 5px 0px;
	padding: 0px 10px;
	line-height: 14px;
}

	
/*-------------------------------
	Main Content
------------------------------------*/

#main_content {
	width: 696px;
	height: auto;
	float: left;
	margin-top: 13px;
}
#main_content p {
	margin: 12px 0px;
}

.highlite_area {
	width: 100%;
	float: left;
	list-style: none;
	margin-top: 10px;
	padding-bottom: 15px;
}
.highlite_area li {
	float: left;
	width: 216px;
	height: 138px;
	background-image: url(images/highlite_box_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #2d415c;
	font-weight: bold;
}
.highlite_area li.space {
	margin: 0px 24px;
}
.highlite_area li h1 {
	margin: 20px 22px 0px;
	padding: 0px;
	font-size: 21px;
	font-weight: bold;
	line-height: 21px;
}
.highlite_area li p {
	margin: 0px 22px !important;
	font-size: 13px;
	margin-top: 5px;
}
.highlite_area li p a {
	color: #2d415c;
}

.head {
	font-size: 15px;
	font-weight: bold;
	color: #2d415c;
}
.crown {
	font-size: 18px;
	font-weight: bold;
	color: #e5af28;
	float: left;
}
.stop {
	font-size: 16px;
	font-weight: bold;
	color: #e5af28;
	float: left;
}


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

#footer {
	width: 892px;
	height: 33px;
	margin: 0 auto;
	clear: both;
	background-color: #e8e5e5;
	text-align: center;
	font-size: 13px;
	color: #000000;
	line-height: 33px;
}
#footer a {
	color: #000000;
	text-decoration: none;
	margin: 0px 5px;
}
#footer .left a {
	margin-left: 3px;
}
.associ {
	width: 53px;
	width: 51px;
	position: absolute;
	right: 18px;
	margin-top: -16px;
	z-index: 1;
}
.btmspce {
	padding: 5px 0px 0px 3px;
}

/*-------------------------------
	Sub Pages
------------------------------------*/

.sidecaps {
	width: 307px;
	height: 196px;
	background-image: url(images/side_ban2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	padding-top: 20px;
}
.sidecaps p {
	width: 195px;
	margin: 0px;
	padding-left: 32px;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 16px;
}

.subnav {
	width: 150px;
	list-style: none;
	padding-bottom: 10px;
}
.subnav li {
	font-size: 15px;
	font-weight: bold;
	color: #2d415c;
	background-image: url(images/line.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	text-align: right;
	padding: 12px 0px 5px 0px;
}
.subnav li a {
	color: #2d415c;
	text-decoration: none;
}
.subnav li a:hover {
	color: #bd9739;
}
.children li{
	list-style:none;
	/*background-image: url(images/bullet_blue.gif)!important;*/
	background-image:none;
	background-repeat: no-repeat;
	background-position: right 19px;
	padding-right:10px;
}
.children li a{
	font-size:12px!important;
}
.topspc {
	margin-top: 10px;
}

.breadcrumb {
	width: 100%;
	font-size: 11px;
	font-weight: bold;
	color: #2d415c;
}
.breadcrumb a {
	color: #2d415c;
	text-decoration: none;
}
.breadcrumb a:hover {
	color: #2e90ac;
}
.breadcrumb .current {
	color: #2e90ac;
}
#main_nav .current_page_item {
	color: #bd9739;
	background-image: url(images/circle.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#main_nav .current_page_item a {
	color: #bd9739;	
}
.recentposts li{
list-style:none;
padding-bottom:5px;
}
.post-container
{
	float:left; 
	width:500px; 	
	margin:0px;
}
#search_sidebar {
	width:196px;
	margin-top:30px;
	float:right;	
}
#content {
padding:0px;
clear:both;
}

