/*
Theme Name: Bizopia Theme
Theme URI: 
Description: 
Version: 
Author: 
Author URI: 
Tags: 

*/


/* ----------------------------------------- start reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1.2;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* ----------------------------------------- end reset */

body {
	background: #ededed url(images/bg.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	height: 100%
}

* html {
	height: 100%;
}

h1#wwdo {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #666;
	text-align: center;
	margin: 20px 0;
}

#wrapper {
	width: 980px;
	height: 100%;
	margin: 9px auto 0 auto;
	text-align: left;
}

/* ----------------------------------------- start nav */

#menu {
	text-align: left;
	height: 26px;
	margin: 0 auto;
	font-size: 12px;
}

#nav, #nav ul {
	margin: 0 auto;
	width: 900px;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	line-height: 1.1em;
	z-index: 101;
}

#nav a {
	display: block;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	background: #9c2a2a url(images/menu-red-left.gif) left top no-repeat;
	margin: 0 0 0 4px;
	padding: 0 0 0 10px;
	line-height: 26px;
}

#nav a:hover {
	background: #ac9e82 url(images/menu-red-left-o.gif) left top no-repeat;
	color: #000;
}

#nav a span {
	background: url(images/menu-red-right.gif) right top no-repeat;
	display: block;
	padding: 0 10px 0 0;
	line-height: 26px;
}

#nav a:hover span {
	background: url(images/menu-red-right-o.gif) right top no-repeat;
}

#nav li {
	float: left;
	position: relative;
	list-style: none;
}

#nav ul {
	position: absolute;
	display: none;
	width: 8em;
	top: 2.8em;
}

#nav li ul a {
	width: 14em;
	height: auto;
	float: left;
	background: #bebcae;
	color: #000;
	border: 1px solid #bebcae;
	padding: 5px;
	margin: 0;
}

#nav li ul a:hover {
	background: #000;
	color: #fff;
}

#nav ul ul {
	top: auto;
}	

#nav li ul ul {
	left: 10em;
	margin: 0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
	display: none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
	display: block;
}

#home #nav a.home,
#webdesign #nav a.webdesign,
#seo #nav a.seo,
#soc #nav a.soc,
#ppc #nav a.ppc,
#vid #nav a.vid,
#about #nav a.about,
#blog #nav a.blog,
#contact #nav a.contact {
	background: #ac9e82 url(images/menu-red-left-o.gif) left top no-repeat;
	color: #000;
}

#home #nav a.home span,
#webdesign #nav a.webdesign span,
#seo #nav a.seo span,
#soc #nav a.soc span,
#ppc #nav a.ppc span,
#vid #nav a.vid span,
#about #nav a.about span,
#blog #nav a.blog span,
#contact #nav a.contact span {
	background: #ac9e82 url(images/menu-red-right-o.gif) right top no-repeat;
	color: #000;
}

/* ----------------------------------------- end nav */

/* ----------------------------------------- end nav */

#header {
	margin: 10px 0;
}

#header p {
	margin: 0;
}

#logo {
	margin: 10px 0;
}

#tagline {
	color: #db0029;
	font-size: 14px;
	float: left;
}

#contactinfo {
	float: right;
	font-size: 14px;
	color: #fff;
}

#teaserwrap {
	height: 299px;
	background: #262626 url(images/teaser-bg.gif) no-repeat;
	margin: 20px 0 20px 0;
}

#teaser {
	float: left;
	width: 600px;
}

#teaser h1 {
	font-size: 30px;
	color: #ac9e82;
	margin: 10px;
	
}

#teaser p {
	font-size: 18px;
	color: #f3f3f3;
	text-align: right;
	background: url(images/mini-logo.gif) right no-repeat;
	padding-right: 40px;
}

#teaser img {
	float: right;
	margin: 10px 5px 0 5px;
}

#video {
	float: right;
	margin: 10px;
	width: 322px;
	height: 273px;
}

#overview {
	margin: 40px 0 10px 0;
	border-bottom: #000 solid 6px;
	padding-bottom: 10px;
}

#overview p {
	font-size: 18px;
	color: #a2a2a2;
}

#overview a:link,
#overview a:visited {
	color: #9c2a2a;
	text-decoration: underline;
}

#overview a:active,
#overview a:hover {
	color: #90846c;
	text-decoration: underline;
}

#socialbar {
	background: url(images/social-bar.gif) no-repeat;
	width: 975px;
	height: 40px;
	margin: 0 auto;
}

#socialbar p {
	color: #ac9e82;
	font-size: 12px;
}

#socialbar table {
	height: 40px;
}

#socialbar td {
	vertical-align: middle;
}

#socialbar img {
	float: right;
	margin: 0 5px;
}

#content {
	margin: 0 0 20px 0;
}

#content2 {
	margin: 0 0 20px 0;
	background: #f7f6f6 url(images/content-bg.gif) top repeat-x;
}

#maincol {
	float: left;
	width: 655px;
	height: 615px;
	background: #fff url(images/hmcol1.gif) top no-repeat;
	font-size: 14px;
}

#maincol1 {
	float: left;
	width: 324px;
}

#maincol2 {
	float: right;
	width: 324px;
}

#seccol {
	float: right;
	width: 304px;
	height: 615px;
	background: #f7f6f6 url(images/hmcol2.gif) top no-repeat;
}

#maincol3 {
	float: left;
	width: 710px;
	font-size: 14px;
	margin: 10px;
}

.post {
	background: url(images/postbg-top.png) top no-repeat;
	padding-top: 1px;
	margin-bottom: 10px;
}

.post h2 {
	color: #9c2a2a;
	font-size: 22px;
}

.post a:link,
.post a:visited {
	color: #9c2a2a;
	text-decoration: underline;
}

.post a:active,
.post a:hover {
	color: #90846c;
	text-decoration: underline;
}

.post small {
	margin: 0 10px;
	display: block;
	font-size: 12px;
}

#seccol3 {
	float: right;
	width: 230px;
	font-size: 12px;
	color: #fff;
	margin: 10px;
	background: url(images/seccol2-bg.gif) top no-repeat;
}

#pagetitle {
	background: url(images/h1-bg.gif) no-repeat;
	width: 980px;
	height: 58px;
}

.pgdescrip {
	font-size: 18px;
	color: #ac9e82;
}

h2.widgettitle {
	color: #000;
	font-size: 16px;
	font-weight: normal;
}

li.widget {
	list-style: none;
	margin: 0 0 0 -20px;
}

.last {
	background: url(images/postbg-bottom.png) bottom no-repeat;
	height: 18px;
}

.last2 {
	background: url(images/contentbot-bg.gif) bottom no-repeat;
	height: 17px;
}

.black {
	color: #000;
}

.tags {
	margin: 30px 10px 10px 10px;
	font-size: 12px;
}

#social {
	background: url(images/social-sidebar.gif) no-repeat;
	width: 211px;
	height: 100px;
	margin: 10px auto;
	padding-top: 1px;
}

#social table {
	margin: 0 10px 10px 10px;
}

#social td {
	vertical-align: middle;
	padding: 2px;
}

#yoursite {
	background: url(images/small-sidebar.gif) no-repeat;
	width: 211px;
	height: 179px;
	margin: 10px auto;
	padding-top: 1px;
}

#packages {
	background: url(images/large-sidebar.gif) no-repeat;
	width: 211px;
	height: 270px;
	margin: 10px auto;
	padding-top: 1px;
}

p {
	margin: 10px;
}

a:link,
a:visited {
	color: #90846c;
	text-decoration: underline;
}

a:active,
a:hover {
	color: #9c2a2a;
	text-decoration: underline;
}

ul, ol {
	margin: 10px 10px 10px 40px
}

ul li {
	list-style: disc;
	margin-bottom: 2px;
}

ol li {
	list-style: decimal;
	margin-bottom: 2px;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	color: #000;
	margin: 10px;
}

#pagetitle h1 {
	font-size: 30px;
	font-weight: normal;
	color: #ac9e82;
	line-height: 52px;
}

h2 {
	font-size: 18px;
	color: #9c2a2a;
	font-weight: bold;
	margin: 10px;
}

h3 {
	font-size: 22px;
	color: #000;
	margin: 10px;
}

h4 {
	color: #ac9e82;
	font-size: 16px;
	font-weight: normal;
	margin: 10px;
}

h6 {
	font-size: 14px;
	font-weight: bold;
	color: #a2a2a2;
	margin: 10px;
}

#footerwrap {
	background: #000;
	width: 100%;
	padding: 20px 0;
	text-align: center;
	color: #eee;
}

#footerwrap a:link,
#footerwrap avisited {
	color: #eee;
	text-decoration: underline;
}

#footerwrap a:active,
#footerwrap a:hover {
	color: #9c2a2a;
	text-decoration: underline;
}

#footer {
	margin: 0 auto;
	width: 980px;
	height: 182px;
	background: url(images/footer-bg.gif) no-repeat;
	text-align: left;
}

#areasserved {
	width: 305px;
	float: left;
}

#servicesoffered {
	width: 305px;
	float: left;
}

#links {
	width: 305px;
	float: right;
}

#footaddy {
	text-align: center;
	clear: both;
}

#footerbottom {
	width: 980px;
	margin: 0 auto;
}

#copyright {
	width: 300px;
	float: left;
	text-align: left;
}

#terms {
	width: 300px;
	float: right;
	text-align: right;
}

.clear {
	clear: both;
}

/* begin styles for RSS Feed */

#tweets {
	margin: 0;
	font-size: 14px;
}

#tweets .rss_box {
	 margin: 0;
	 padding: 0;
}

#tweets .rss_title, rss_title a {
	margin: 0;
	padding: 0;
}

#tweets .rss_items {
}

#tweets .rss_item  {
  padding: 0 0 5px 0;
  list-style: none;
}

#tweets .rss_item a:link, .rss_item a:visited, .rss_item a:active {
	text-decoration: underline;
	color: #9c2a2a;
	display: block;
	}

#tweets .rss_item a:hover { 
	text-decoration: underline;
	color: #90846c;
	}
	
#tweets .rss_date {
	}
	
/* end styles for RSS Feed */

/* begin styles for RSS Feed */

#blogposts {
	margin: 0;
	font-size: 14px;
}

#blogposts .rss_box {
	 margin: 0;
	 padding: 0;
}

#blogposts .rss_title, rss_title a {
	margin: 0;
	padding: 0;
}

#blogposts .rss_items {
}

#blogposts .rss_item  {
  padding: 0 0 5px 0;
  list-style: none;
}

#blogposts .rss_item a:link, 
#blogposts .rss_item a:visited, 
#blogposts .rss_item a:active {
	text-decoration: underline;
	color: #9c2a2a;
	display: block;
	font-weight: bold;
	}

#blogposts .rss_item a:hover { 
	text-decoration: underline;
	color: #90846c;
	}
	
#blogposts .rss_date {
	font-size: 10px;
	position: relative;
	top: -18px;
	}
	
/* end styles for RSS Feed */

.exec {
	font-size: 18px;
	color: #9c2a2a
}

hr {
	height: 0;
	width: 97%;
	border-bottom: #a2a2a2 solid 3px;
	margin: 0 auto;
}

.tweet {
	color: #000; 
	font-size: 14px;
}

.tweet .tweet_list {
	list-style-type: none;
    margin: 0;
    padding: 0; 
}

.tweet_list .awesome, .tweet_list .epic {
	text-transform: uppercase;
}

.tweet .tweet_list li {
	overflow-y: auto;
	overflow-x: hidden;
	margin: 10px 10px 10px 30px;
}

.tweet .tweet_list li a {
	color: #90846c; 
}

.tweet .tweet_list .tweet_even {
	border-top: #ccc solid 1px;
	border-bottom: #ccc solid 1px;
	padding: 5px 0;
}

.tweet .tweet_list .tweet_avatar {
	padding-right: .5em;
	float: left;
	display: none;
}

.tweet .tweet_list .tweet_avatar img {
	vertical-align: middle; 
}
