/*
Theme Name: Marketers Retreat
Theme URI: http://www.brockstardesign.com
Description: A dynamic website that the end-user can update simply by adding to a database. This design was created by <a href="http://www.brockstardesign.com">Brockstar Design</a>.
Version: 1.0
Author: Mark Brock
Author URI: http://www.brockstardesign.com
Tags: fixed width, one columns, clean, dynamic, database driven

	Marketers Retreat v1.0
	 http://www.brockstardesign.com

	This theme was designed and built by Mark Brock,
	whose site you will find at http://www.brockstardesign.com


*/


/* RESET */

body {
	background: url('images/Header.jpg') repeat-x #2e2e2e;
	height: 100%;
	font-family: Verdana, Geneva, sans-serif;
}

a, a:hover, a:visited, a:active {
	font-weight: bold;
	color: #eeff22;
}

img {
	padding: 5px 5px 5px 5px;
}

img.centered {
	display:block;
	margin-left:auto;
	margin-right:auto;
	}

img.alignright {
	padding:4px;
	margin:0 0 2px 7px;
	display:inline;
	}

img.alignleft {
	padding:4px;
	margin:0 7px 2px 0;
	display:inline;
	}

a img {
	border: none;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}


/* UTILITY */

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear {
	clear: both;
}


/* STRUCTURE */

#page-wrap {
	width: 960px;
	margin: 0 auto 0;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#content {
	width: 960px;
	background: #2e2e2e;
}

#sidebar {
	width: 300px;
	float: right;
	background: #2e2e2e;
}


/* HEADER */

#header {
	background: transparent;
	height: 90px;
	width: 960px;
	padding: 0;
	margin: 0 auto;
}

#header .name {
	background: #2e2e2e;
	float: left;
}

#header .search {
	float: right;
	width: 250px;
	height: 50px;
}

#header .search #S_Content {
	float: right;
	background: url('images/SearchBar.jpg') no-repeat;
	width: 200px;
	margin: 0 0 0 0;
	padding: 3px 5px 0 5px;
	height: 25px;
	color: #000000;
	font-size: 12px;
	border: none;
}

#header .search #Search {
	float: right;
	margin: 0 0 0 0;
	width: 25px;
	height: 25px;
	border: none;
}

#header .search #Search:hover {
	cursor: pointer;
}


/* MENU */

#menu {
	background: transparent;
	height: 60px;
	width: 960px;
}

#blog {
	padding-left: 0;
}

#blog #submit {
	background: url('images/Blog.jpg') no-repeat;
	width: 60px;
	height: 30px;
	border: none;
	float: right;
}

#blog #submit:hover {
	cursor: pointer;
}

#socialmedia {
	float: left;
	width: 550px;
	margin-top: 5px;
}

#socialmedia .contact {
	padding-left: 0;
}

#socialmedia .contact #submit {
	background: url('images/Contact.jpg') no-repeat;
	width: 44px;
	height: 40px;
	border: none;
	float: left;
}

#socialmedia .contact #submit:hover {
	cursor: pointer;
}

#socialmedia .twitter {
	padding-left: 0;
}

#socialmedia .twitter #submit {
	background: url('images/Twitter.jpg') no-repeat;
	width: 44px;
	height: 40px;
	border: none;
	float: left;
}

#socialmedia .twitter #submit:hover {
	cursor: pointer;
}

#socialmedia .youtube {
	padding-left: 0;
}

#socialmedia .youtube #submit {
	background: url('images/Youtube.jpg') no-repeat;
	width: 95px;
	height: 40px;
	border: none;
	float: left;
}

#socialmedia .youtube #submit:hover {
	cursor: pointer;
}

#socialmedia .facebook {
	padding-left: 0;
}

#socialmedia .facebook #submit {
	background: url('images/Facebook.jpg') no-repeat;
	width: 44px;
	height: 40px;
	border: none;
	float: left;
}

#socialmedia .facebook #submit:hover {
	cursor: pointer;
}


/* CONTENT */

#content {
	background: #2e2e2e;
	width: 960px;
	padding-bottom: 20px;
}

#content h1 {
	width: 960px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #eeff22;
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
	font-variant: small-caps;
	padding-left: 10px;
}

#content h1 a, #content h1 a:active, #content h1 a:visited, #content h1 a:hover {
	text-decoration: none;
}

#content h2 {
	width: 960px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #eeff22;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	font-variant: small-caps;
	padding-left: 10px;
	padding-right: 10px;
}

#content h2 a, #content h2 a:active, #content h2 a:visited, #content h2 a:hover {
	text-decoration: none;
}

#content p {
	width: 960px;
	font-size: 12px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	color: #ffffff;
}

#content li, #content ul, #content ol {
	color: #ffffff;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
}

#content a, #content a:active, #content a:visited #content a:hover {
	color: #eeff22;
	font-weight: bold;
}

#post {
	background: #2e2e2e;
	width: 650px;
	min-height: 600px;
}

#post h1 {
	width: 650px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #eeff22;
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
	font-variant: small-caps;
	padding-left: 10px;
}

#post h1 a, #post h1 a:active, #post h1 a:visited, #post h1 a:hover {
	text-decoration: none;
}

#post h2 {
	width: 650px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #eeff22;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	font-variant: small-caps;
}

#post h2 a, #post h2 a:active, #post h2 a:visited, #post h2 a:hover {
	text-decoration: none;
}

#post p {
	color: #ffffff;
	width: 650px;
	font-size: 12px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}

#post p a, #post p a:active, #post p a:visited, #post p a:hover {
	text-decoration: none;
}

#post li, #post ul, #post ol {
	color: #ffffff;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
}

#post a, #post a:active, #post a:visited #post a:hover {
	color: #eeff22;
	font-weight: bold;
}

#autoresponder {
	background: url('images/Autoresponder.jpg') repeat-y;
	width: 960px;
	float: right;
}

#autoresponder h1 {
	width: 960px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2e2e2e;
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
	font-variant: small-caps;
	padding-left: 10px;
}

#autoresponder h2 {
	width: 960px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2e2e2e;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	font-variant: small-caps;
	padding-left: 10px;
	padding-right: 10px;
}

#autoresponder-top {
	background: url('images/AutoresponderTop.jpg') no-repeat;
	width: 960px;
	height: 40px;
}

#autoresponder-bottom {
	background: url('images/AutoresponderBottom.jpg') no-repeat;
	width: 960px;
	height: 40px;
}

#autoresponder #text {
	background: url('images/SignupBar.jpg') no-repeat;
	width: 200px;
	margin: 0 0 0 0;
	padding: 5px 5px 0 5px;
	height: 30px;
	color: #2e2e2e;
	font-size: 16px;
	border: none;
}

#autoresponder #submit {
	background: url('images/SignupHomeButton.jpg') no-repeat;
	margin: 0 0 0 0;
	width: 250px;
	height: 55px;
	border: none;
}

#autoresponder #submit:hover {
	cursor: pointer;
}



/* SIDEBAR */

#sidebar-head {
	background: #2e2e2e;
	width: 300px;
	float: right;
}

#sidebar-head h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 300px;
	font-size:14px;
	font-weight: bold;
	text-transform: capitalize;
	font-variant: small-caps;
	color: #eeff22;
	text-align: center;
}

#sidebar {
	background: url('images/SidebarMiddle.jpg') repeat-y;
	width: 300px;
	float: right;
}

#sidebar h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 200px;
	font-size:14px;
	font-weight: bold;
	text-transform: capitalize;
	font-variant: small-caps;
	color: #eeff22;
	text-align: center;
	padding-left: 50px;
}

#sidebar-top {
	background: url('images/SidebarTop.jpg') no-repeat;
	width: 300px;
	height: 245px;
}

#sidebar-bottom {
	background: url('images/SidebarBottom.jpg') no-repeat;
	width: 300px;
	height: 40px;
}

#subscribe h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 200px;
	font-size:14px;
	font-weight: bold;
	text-transform: capitalize;
	font-variant: small-caps;
	color: #880000;
	text-align: center;
	padding-left: 50px;
}

#subscribe p {
	font-family: Verdana, Geneva, sans-serif;
	color: #2e2e2e;
	width: 200px;
	margin-left: 0;
	font-size: 10px;
	text-align: right;
	padding-top: 10px;
	padding-right: 50px;
	padding-left: 50px;
}

#subscribe a, #subscribe a:active, #subscribe a:visited {
	color: #2e2e2e;
	font-weight: bold;
}

#subscribe a:hover {
	color: #2e2e2e;
	font-weight: bold;
}

#subscribe #text {
	background: url('images/SignupBar.jpg') no-repeat;
	width: 200px;
	margin: 0 0 0 0;
	padding: 5px 5px 0 5px;
	height: 30px;
	color: #2e2e2e;
	font-size: 16px;
	border: none;
}

#subscribe #submit {
	background: url('images/SignupButton.jpg') no-repeat;
	margin: 0 0 0 0;
	width: 200px;
	height: 110px;
	border: none;
}

#subscribe #submit:hover {
	cursor: pointer;
}


/* FOOTER */

#footer {
	clear: both;
	width: 960px;
	background: #2e2e2e;
}

#footer h2 {
	font-size: 10px;
	text-align: right;
	margin-left: 10px;
	margin-right: 10px;
	text-transform: capitalize;
	font-variant: small-caps;
	font-style: italic;
}

#footer p {
	font-size: 10px;
	padding-top: 40px;
	text-align: right;
	margin-left: 10px;
	margin-right: 10px;
	text-transform: capitalize;
	font-variant: small-caps;
	font-style: italic;
	color: #ffffff;
	font-weight: bold;
}

#footer a, #footer a:visited, #footer a:active {
	text-decoration:none;
	color: #eeff22;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: none;
	color: #eeff22;
	font-weight: bold;
}

#footer ul#footmenu {
	margin-top: 0;
	margin-left: 0;
	float: left;
	width: 960px;
	height: 50px;
}

ul#footmenu li {
	display: inline;
}

ul#footmenu li a, ul#footmenu li a:hover, ul#footmenu li a:visited, ul#footmenu li a:active {
	text-decoration: none;
	color: #ffffff;
}

ul#footmenu li.youtube {
	padding-left: 0;
	padding-top: 0;
}

ul#footmenu li.youtube #submit {
	background: url('http://www.marketersretreat.com/images/YouTube.jpg') no-repeat;
	width: 100px;
	height: 40px;
	border: none;
	float: left;
}

ul#footmenu li.youtube #submit:hover {
	cursor: pointer;
}

ul#footmenu li.facebook {
	padding-left: 0;
	padding-top: 0;
}

ul#footmenu li.facebook #submit {
	background: url('http://www.marketersretreat.com/images/Facebook.jpg') no-repeat;
	width: 40px;
	height: 40px;
	border: none;
	float: left;
}

ul#footmenu li.facebook #submit:hover {
	cursor: pointer;
}

ul#footmenu li.twitter {
	padding-left: 0;
	padding-top: 0;
}

ul#footmenu li.twitter #submit {
	background: url('http://www.marketersretreat.com/images/Twitter.jpg') no-repeat;
	width: 40px;
	height: 40px;
	border: none;
	float: left;
}

ul#footmenu li.twitter #submit:hover {
	cursor: pointer;
}

ul#footmenu li.rss {
	padding-left: 0;
	padding-top: 0;
}

ul#footmenu li.rss #submit {
	background: url('http://www.marketersretreat.com/images/RSS.jpg') no-repeat;
	width: 40px;
	height: 40px;
	border: none;
	float: left;
}

ul#footmenu li.rss #submit:hover {
	cursor: pointer;
}

/* SLIDER */

#featured {
	width: 400px;
	padding-right: 250px;
	position: relative;
	height: 250px;
	background: transparent;
}

#featured ul.ui-tabs-nav {
	position: absolute; 
	top: 0;
	left: 400px; 
	list-style: none; 
	padding: 0;
	margin: 0; 
	width: 250px; 
}

#featured ul.ui-tabs-nav li { 
	padding: 1px 0;
	padding-left: 13px;  
	font-size: 12px; 
	color: #2e2e2e;
}

#featured ul.ui-tabs-nav li img { 
	float: left;
	margin: 2px 5px; 
	background: transparent; 
	padding: 2px;
}

#featured ul.ui-tabs-nav li span { 
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
}

#featured li.ui-tabs-nav-item a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	text-transform: capitalize;
	text-decoration: none;
	display: block; 
	height: 60px; 
	color: #2e2e2e;
	background: transparent;
}

#featured li.ui-tabs-nav-item a:hover { 
	color: #000000;
}

#featured li.ui-tabs-selected {
	background: transparent;  
}

#featured ul.ui-tabs-nav li.ui-tabs-selected a {
	color: #000000;
	font-style: italic;
	background: transparent; 
}

#featured .ui-tabs-panel { 
	width: 400px;
	height: 250px; 
	background: transparent;
	position: relative;
}

#featured .ui-tabs-panel .info { 
	position: absolute; 
	top: 175px;
	left: 5px; 
	height: 75px;
	width: 400px;
	background: url('images/transparent-bg.png'); 
}
#featured .info h2 { 
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif; 
	color: #eeff22;
	padding: 5px;
	margin: 0;
	overflow: hidden;
	width: 390px;
}

#featured .info p { 
	margin: 0; 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #ffffff;
	width: 390px;
}

#featured .info a { 
	text-decoration: none; 
	color: #eeff22; 
}

#featured .info a:hover {
	font-style: italic;
}

#featured .ui-tabs-hide { 
	display: none; 
}