/*
Theme Name: CEO Wise
Theme URI: http://www.ceowise.com/
Author: Mb Web Design co
Author URI: http://www.mbwebdesignco.com/
Tags: black, red, dark, two-column, right-sidebar, fixed-width, theme-options
*/

/* mini reset */
html, body, div, img, fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

/* tags & classes */
body {
	background: #fff;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a {
	color: #000;
	text-decoration: underline;
}
	a:hover { text-decoration: none; }
h2 {
	font-size: 24px;
	font-weight: normal;
}

.container {
	margin: 0 auto;
	position: relative;
	width: 960px;
}
.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
	.menu li {
		display: block;
		float: left;
	}
	.menu li a { text-decoration: none; }
	.menu li a:hover { text-decoration: underline; }

/* wordpress */
.alignleft { float: left; margin: 0 20px 20px 0; }
.alignright { float: right; margin: 0 0 20px 20px; }
.screen-reader-text { left: -9999em; position: absolute; }
.hentry > h2 {
	background: transparent url(images/bg-hentry-h2.gif) no-repeat scroll left bottom;
	margin: 30px 0 0;
	padding-bottom: 5px;
	}
	.hentry > h2 a { text-decoration: none; }
.more-link {
	background: transparent url(images/bg-more-link.png) no-repeat scroll center center;
	color: #fff;
	display: block;
	float: right;
	font-size: 10px;
	height: 21px;
	line-height: 21px;
	margin: 5px;
	text-align: center;
	text-decoration: none;
	width: 96px;
}
	.more-link:hover { background-image: url(images/bg-more-link-hover.png); }
.widgets {
	list-style: none;
	margin: 0;
	padding: 0;
}
	.widgets .widget ul a {
		font-size: 12px;
		text-decoration: none;
	}
		.widgets .widget a:hover { text-decoration: underline; }
	.widgets .widgettitle {
		background: transparent url(images/bg-widgettitle.png) no-repeat scroll center center;
		color: #fff;
		font-size: 30px;
		font-weight: normal;
		height: 54px;
		line-height: 54px;
		margin: 15px 0 0;
		overflow: hidden;
		position: relative;
		text-align: center;
		z-index: 2;
	}
		.widgets .widget:first-child .widgettitle:first-child { margin-top: 0; }
	.widgets .widgettitle a {
		color: #fff;
		display: block;
		text-decoration: none;
		width: 100%;
	}
		.widgets .widgettitle a:hover { text-decoration: none; }
	.widgets .widget > ul {
		background-color: #f2f2f2;
		border: 1px solid #807f7f;
		border-top: none;
		list-style: none;
		margin: -6px auto 0;
		padding: 21px 15px 15px;
		position: relative;
		width: 214px;
		z-index: 1;
	}

/* common layout */
#header {
	background: #000 url(images/bg-header.jpg) no-repeat scroll center top;
	height: 158px;
}
	#logo { float: left; }
	#follow {
		float: right;
		list-style: none;
		margin: 7px 0 0;
		padding: 0;
	}
		#follow li {
			background-attachment: scroll;
			background-position: center center;
			background-repeat: no-repeat;
			float: left;
			height: 150px;
			margin: 0 0 0 7px;
			}
		#follow li.facebook { background-image: url(images/bg-facebook.png); }
		#follow li.twitter { background-image: url(images/bg-twitter.png); }
		#follow li.rss { background-image: url(images/bg-rss.png); }
		#follow li a {
			display: block;
			height: 23px;
			text-indent: -9999em;
			width: 23px;
		}
	#header #searchform {
		float: right;
		margin: 7px 0 0;
		}
		#header #searchform #s {
			border: 0 none;
			color: #b4b4b4;
			float: left;
			height: 17px;
			margin: 0;
			padding: 2px;
		}
		#header #searchform #searchsubmit {
			background: #b90000;
			border: 0 none;
			color: #fff;
			cursor: pointer;
			font-size: 12px;
			height: 21px;
			padding: 0;
			float: left;
			width: 27px;
		}
#nav {
	background: #575556 url(images/bg-nav.gif) repeat-x scroll 0 0;
	height: 29px;
	position: relative;
	z-index: 200;
}
	#nav .menu a {
		color: #fff;
	}
	#nav .menu > li {
		background: transparent url(images/bg-nav-sep.gif) no-repeat scroll left center;
		display: block;
		float: left;
		padding-left: 3px;
		}
		#nav .menu > li > a {
			font-weight: bold;
			height: 29px;
			line-height: 26px;
			padding: 0 12px;
			text-decoration: none;
		}
			#nav .menu > li > a:hover { background: transparent url(images/bg-nav-rollover.gif) repeat-x scroll 0 0; }
			#nav .menu > li:first-child { background: none; }
	/* drop-down */
	#nav .menu > li ul {
		background: #565455 url(images/bg-nav-dd.gif) repeat-x scroll left bottom;
	}
		#nav .menu > li ul li {
			background: transparent url(images/bg-nav-dd-item.gif) repeat-x scroll left bottom;
		}
			#nav .menu > li ul li a {
				height: 24px;
				line-height: 24px;
				margin: 4px 8px;
			}
			#nav .menu > li ul a:hover { text-decoration: underline; }
#content {
	background: transparent url(images/bg-content.gif) repeat-x scroll 0 0;
	min-height: 180px;
}
	.main {
		background: transparent url(images/bg-main.gif) no-repeat scroll right 30px;
		float: left;
		padding: 0 15px;
		width: 660px;
	}
		.breadcrumb {
			float: right;
			font-size: 10px;
			margin: 15px 10px 0 0;
		}
	.sidebar {
		float: right;
		padding: 30px 0 20px 20px;
		width: 250px;
	}
#footer {
	background: #afaeae;
	padding-bottom: 30px;
}
	#footer .menu {
		font-size: 12px;
		padding: 10px 0;
		}
		#footer .menu li {
			border-left: 1px solid #000; 
			line-height: 12px;
			}
			#footer .menu li a { margin: 0 5px; }
			#footer .menu li:first-child { border: 0 none; }
			#footer .menu li:first-child a { margin-left: 0; }

/* homepage */
.home #subscribe .entry {
	background: transparent url(images/bg-subscribe.png) no-repeat scroll right center;
	min-height: 106px;
	padding-right: 165px;
}
	.home #subscribe form {
		margin: 0 auto;
		width: 212px;
	}
	.home #subscribe input[name="email"] {
		border: 1px solid #999;
		color: #b4b4b4;
		float: left;
		height: 15px;
		margin: 0 5px 0 0;
		padding: 2px;
		width: 125px;
	}
	.home #subscribe input[type="submit"] {
		background-color: #b90606;
		border: 1px solid #999;
		color: #fff;
		cursor: pointer;
		font-size: 10px;
		height: 21px;
		margin: 0;
		padding: 0 5px;
		text-transform: uppercase;
		width: 75px;
	}

