/*
Theme Name:  214 SEO Hybrid Custom
Theme URI: http://214seo.com
Description: A custom hybrid theme for BLANK.
Version: 0.1
Author: Audrey Hingle
Author URI: http://awesomeaudrey.com
Tags: SEO, Search Engine Optimization, Dallas, Texas
Template: hybrid
*/

/* Get base CSS */
@import url('../hybrid/library/css/21px.css');

/* Get layout CSS */
@import url('../hybrid/library/css/2c-l-fixed.css');

/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');

/* Get default CSS */
@import url('../hybrid/library/css/screen.css');
	
/**
* Basics
************************************************/
body {
	background: #f2f2f2;
	line-height: 24px;
	color: #000;
	font-family: helvetica, arial, sans-serif;
	}
#body-container {
	margin: 0px auto 0px auto;
	padding: 0px;
	background-image: url("images/214SEOrectangle300x80.png"); 
	background-position: top left;
	background-repeat: no-repeat;
	}
#body-container, #container {
	width: 1024px;
	}
#content, .content {
	width:630px;
	}
.no-widgets #body-container {
	width: 1024px;
	margin: 0px auto 0px auto;
	padding: 0px;
	}
.no-widgets .content {
	width: 1024px;
	margin: 0px auto 0px auto;
}
.blogroll {font-size: 85%; font-style: italic;}
.blogroll a {font-size: 120%; font-style: normal; font-weight: bold; }
p { 
	font-size: 90% !important;
	font-family: arial, Helvetica, sans-serif;
}
.no-widgets div.entry-content {
	width: 1024px !important;
	}
div.entry-content {
	width: 630px !important;
}
#container #primary {
	float: right;
	width: 375px;
	color: #333;
	}
.content{ background-color: #f2f2f2; width: 630px;}
.breadcrumbs{padding:0px; margin: 2px 2px 2px 2px;}
#container {padding:0px; margin:0px; width: 1024px; background: #f2f2f2; margin: 0px 0px 0px 0px;}
	/**
* Navigation
************************************************/
#body-container #navigation {
	width: 1020px;
	background: #f2f2f2 url("images/navgradient.jpg") repeat-x 100% 0;
	border: 1px solid #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	display: block;
	height: 36px;
	text-transform: lowercase;
	margin-bottom: 15px;
	}
#page-nav ul {
	float: right;
	}
#page-nav li {
	}
#page-nav li li {
	margin: 0;
	}
#page-nav li a {
background: none;
border: none;
color: #ff7e12;
display: block;
height: 24px;
line-height: 100%;
padding: 12px 12px 0px 12px;
margin-right: 3px;
text-align: center;
text-shadow: 0 1px 0 #fff;
text-decoration: none;
-webkit-transition-duration: .3s;
transition-duration: .3s;
overflow: hidden;
font-family: helvetica, arial, sans-serif;
font-weight: bold;
	}
#page-nav li a:hover {
	background-color: #ffffff !important;
	color: #207baf;
	}
#page-nav ul li.current_page_item a {
	background-color: #ffffff !important;
	color: #207baf;
	}
#page-nav ul li.current_page_item li {
	}


/* Hybrid drop-down styles */
#page-nav ul ul {
	background: #3c738c;
	border-bottom: 1px solid #2e647d;
	}
#page-nav li li {
	border-top: 1px solid #2e647d;
	}
#page-nav li li a {
	font-size: 14px;
	}
#page-nav li:hover ul {
	top: 30px;
	}
#page-nav li:hover ul, li.sfHover ul {
	top: 30px;
	}
#page-nav li li:hover ul, li li.sfHover ul , #page-nav li li li:hover ul, li li li.sfHover ul  {
	top: -1px;
	}
ul.menu li.current_page_item, ul.menu li.page_item {
	margin: 0px !important;
	padding: 0px !important;
	}
	/**
* Home Styles
************************************************/
#homeblock1 {
	float: left;
	width: 510px;
	padding-right: 30px;
	}
#homeblock2 {
	float: right;
	width: 480px;
	padding-left: 0px;
	}
img.alignnone {
	padding-bottom: 0px !important;
	margin-bottom:0px !important;	
	}

#homeblock2 h3 {
	font-size: 150%;
	}
#homeblock2 h4 {
	font-size: 125%;
	}	
	
	/**
* Header
************************************************/
#header-container {	
	width: 100%;
	margin: 0px auto 0px auto;
	}
#header {
	width: 100%;
	margin: 0px auto 0px auto;
	}
#site-title {
	margin-top:0px;
	padding-top: 50px; /* height of the replacement image */
    padding-right:300px;
    padding-bottom: 0px;
    padding-left:0px;
}
#site-title span{ display:none}
#site-title a {
	padding-top: 50px; /* height of the replacement image */
    padding-right:300px;
    padding-bottom: 0px;
    padding-left:0px;
    background-image: url("");
    background-repeat: no-repeat;
    background-position: top;
    color:#fff;
}
#site-title a:hover {
	padding-top: 50px; /* height of the replacement image */
    padding-right:571px;
    background-image: url("awesomeaudreyblue.jpg");
    background-repeat: no-repeat;
    background-position: top;
}
#site-description {
	font-size: 1em;
	font-style: italic;
	color: #000000;
	margin-bottom: 10px;
	display:none;
	}
#site-title, #site-description {
	font-family: Helvetica, Arial, sans-serif;
	}
#contact {
	float: right;
	padding-top: 10px;
	margin:0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 125%;
	text-shadow: 0 1px 0 #ffffff;
	font-weight: bold;
	}

/* Links */
a, a:visited  {
	color: #207baf;
	text-decoration: none;
	}
p a:visited, address a:visited{
	color: #8f254a;
	}
a:hover, a:active {
	text-decoration: underline;
	}
.entry-meta a { 
	color: #207baf;
	}
a.url {
color: #207baf;
}

/* Headers */
h2, .entry-content h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 300%;
	text-shadow: 0 1px 0 #ffffff;
	font-weight: bold;
	color: #207baf;
	font-style: normal;
	margin-top:0px;
	line-height:100%;

	}
h2.entry-title a {
	color: #8f254a;
	font-weight: bold;
	}
h3, .entry-content h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 200%;
	text-shadow: 0 1px 0 #ffffff;
	font-weight: bold;
	color: #ff7e12;
	font-style: normal;
	line-height: 100%;
	}
h3.alt {
	color: #207baf;
	}
h4, .entry-content h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 125%;
	text-shadow: 0 1px 0 #ffffff;
	font-weight: normal;
	color: #333;
	font-style: normal;
	}
h5 {
	font-size: 16px;
	}
h6 {
	font-size: 14px;
	}
h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-style: italic;
	font-weight: bold;
	}
h3 a {
	font-family: Helvetica, Arial, sans-serif;
	color: #0099cc;
	font-style: italic;
	font-weight: bold;
	}
.sticky h2, .sticky h3, .sticky h4, .sticky h5, .sticky h6 {
	color: #eee;
	}
.page-title {
	display: none;
	}
	
	/* Widgets */
.widget {
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 0px 0px 5px 0px;
	width: 375px;
	color: #333;
	}
.content .widget {
	margin: 0;
	padding: 0;
	text-align: center;
	width: 375px;
	color: #333;
	}
.textwidget{
	padding: 8px;
	font-size: 85%;
	text-align: center;
	color: #333;
	}
.textwidget a{
	font-weight: bold;
	}
#subsidiary .widget {
	overflow: hidden;
	width: 255px;
	margin: 0 18px 0 0;
	padding: 0;
	color: #000000;
	background: transparent;
	}

.twitter { 
	background: white;
	padding: 9px;
	font-size: 85%;
	color: black;
	width: 230px;
	margin:12px;
	}
.twitter li {
	padding-bottom: 2px;
	border-bottom: 1px dashed #666;
	}
.twitter li:last-child {
	border: none;
	}
.twitter-timestamp {
	font-style: italic;
	font-size: 80%;
	color: #666;
	}
.twitter li a { color: #207baf; font-weight: bold;}
	
/* Widget title */
.widget-title {
	font-size: 1.2em;
	color: #ffffff;
	text-align: center;
	margin-bottom: 8px;
	margin-top: 15px;
	}
.widget-title .twitter_title_link {
	font-size: 1.0em;
	color: #ffffff;
	text-align: center;
	margin-bottom: 8px;
	}
#subsidiary .widget-title {
	color: #999;
	}
.gallery-item{ margin:0px;}
#footer a{ color: #666}
.alert{
	background-color:black;
	}
td,tr,th,table {background-color: none;
border-width:0px;
padding:0px;
}
div.entry-content blockquote {
	padding: 10px;
	margin: 6px;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #ccc;
	font-size: 90%;
	color: #000;
	font-family: Helvetica, arial, sans-serif;
	}
div.entry-content blockquote b {
	font-weight: bold;
	}
div.entry-content blockquote i {
	font-style: italic;
	}
div.entry-content blockquote b span {
	font-weight: normal;
	font-family: Helvetica, arial, sans-serif;	
	}
div.entry-content blockquote p {
	font-size: 100% !important;
	font-family: Helvetica, arial, sans-serif;	
	}
div.entry-content blockquote p b{
	font-size: 100% !important;
	font-family: Helvetica, arial, sans-serif;	
	}
#body-container #container #content div .navigation-links a .next {
	float: right;
	margin-right: 150px;
}

div.contactButton a {
	color: #ffffff;
	padding-top: 20px;
	background: #7dd02b url(images/214seoButton.jpg) repeat-x 0 0;
	display: block;
	font-size: 150%;
	margin: 10px 0;
	padding: 11px 0;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 #26071e;
	width:391px;
	font-family: Helvetica, Arial, sans-serif;
	}
div.contactButton a:hover {
	background: #88e32e url(images/214seoButton2.jpg) repeat-x 0 0;
	}
#footer h4.copy { 
	float: right;
	padding-top:20px;
}
#homeblock1 h1, #homeblock1 h2, #homeblock1 h3, #homeblock1 h4 {
	margin-bottom: 40px;
	}
#footer {
	margin-top:40px;
	}
div#services {
	padding-top: 4px;
	padding-bottom: -4px;
	border: 1px solid white;
	margin-bottom:8px;
	}
