/*
Theme Name: Scott Hyder Law
Theme URI: http://www.scotthyderlaw.com
Description: Custom WordPress theme for Scott Hyder Law
Author: Epica Interactive
Author URI: http://www.epicainteractive.com
version: 1.0
*/

/* BASICS */

*{margin:0; padding:0;}

body {
	background:url("/media/images/bg.jpg") repeat-x center top #386fa2;
	font: normal 13px arial, helvetica, sans-serif;
	margin:76px;
	}

	
h1 {font:normal 25px "Georgia", Times, serif; color:#254569; margin:30px 0 20px;}
h2 {font:normal 18px "Georgia", Times, serif; color:#254569; margin: 20px 0;}
h3 {font:normal 16px "Georgia", Times, serif; color:#254569; margin: 20px 0;}
h4 {font:normal 16px "Georgia", Times, serif; color:#254569; margin: 20px 0;}
h5 {font:normal 16px "Georgia", Times, serif; color:#254569; margin: 20px 0;}

img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	background:url("/media/images/quote.gif") no-repeat scroll 0 0 transparent;
	border:1px solid white;
	margin:1em 10px;
	padding-left:50px;
	}

code { font-family:"Courier New", Courier, monospace; }

a { color:#396EA2; text-decoration:none; outline:none; }

a:hover {text-decoration: underline;  outline:none; }

.alignleft a { float:left; margin:25px 0; }
.alignright a { float:right; margin:25px 0; }

/* CONTAINER */

#container {
	color:#555555;
	margin: 0 auto;
	overflow: hidden;
	padding:0;
	width: 900px;
	}

	
/* NAVIGATION */


/* MAIN NAV */

#nav-wrap {
	font: 18px "Georgia", Times, serif;
	margin: 0 20px;
}

#nav, #nav ul {
	list-style: none; 
	margin: 0;
	padding: 0;
}

#nav li {
	float:left;
	margin-right: 5px;
	padding:10px 0;
}

#nav li a {
	color: #ffffff;
	padding:10px 8px 10px 10px;
	text-decoration: none;
}

#nav li a span {
	padding:10px 0 10px 10px;
	text-decoration: none;
}

/* MAIN NAV HOVER */

#nav a:hover {
	background:url("/media/images/nav-right.png") no-repeat scroll right top transparent;
	color: #386FA2;
}

#nav a:hover span {
	background:url("/media/images/nav-left.png") no-repeat scroll left top transparent;

}

#nav ul li.sfhover1 a:hover {
	background:url("/media/images/nav-right.png") no-repeat scroll right top transparent;
}

#nav ul li.sfhover1 a:hover span {
	background:url("/media/images/nav-left.png") no-repeat scroll left top transparent;
}



/* DROP NAV */

ul.children {
}

#nav li:hover ul, #nav li.sfhover1 ul {
	left: auto;
}

#nav li ul {
	background-color: #ffffff;
	float:left;
	left: -999em;
	margin-top: 10px;
	position: absolute;
	z-index: 1000;
}

#nav li ul li {
	background:none !important;
	padding:0;
	margin:0;
}

#nav li ul li a {
	background:none !important;
        color: #396EA2;
	margin: 10px 0 0 !important;
	padding:5px 15px 5px 5px !important;
}

#nav li ul li a,
#nav li ul li a:link,
#nav li ul li a:visited {
	background:none !important;
	border-right: 1px solid #e5e9ee;
	color:#396EA2;
	float:left;
	font-size: 13px;
	margin: 0;
        outline: none;
	padding:0;
}

#nav .current_page_item ul.children,
#nav .current_page_parent ul.children,
#nav .current_page_ancestor ul.children {
	left: auto;
	position: absolute;
}



/* DROP NAV HOVER */

#nav ul:hover a, #nav ul.sfhover1 a {
}

#nav li ul li a:hover { 
	background:none !important;
	color:#254569 !important;
}

/* CURRENT */

#nav li.current_page_item a,
#nav li.current_page_parent a,
#nav li.current_page_ancestor a {
	background:url("/media/images/nav-right.png") no-repeat scroll right top transparent;
	color: #254569;
}

#nav .current_page_item span,
#nav .current_page_parent span,
#nav .current_page_ancestor span {
	background:url("/media/images/nav-left.png") no-repeat scroll left top transparent;
}

#nav li.current_page_item ul li a span{
	background:none !important;
}

#nav li ul li.current_page_item span {
	background:none !important;
}


/* HOME LINK SPECIAL TREATMENT */

#nav .page-item-3,
#nav .page-item-3 a,
#nav .page-item-3 a:hover,
#nav .page-item-3 li,
#nav .page-item-3 li:hover,
#nav .page-item-3 a span {
	background: none !important;
	color:#ffffff !important;
        outline: none;
}

/* IE7 Fix */

#nav li:hover,
#nav li.hover {  
	position: static;
}



/* NOTE BEING USED RIGHT NOW, BREADCRUMB */

div#breadcrumb { color: #999999 !important; font: 12px arial; padding:15px 0; border-bottom: 0px; }
#breadcrumb a:link, #breadcrumb a:visited { color: #999999 !important; text-decoration: none !important; border-bottom: 0px; }
#breadcrumb a:hover { color: #000 !important; text-decoration: none !important;}

/* CONTENT */

#block {
	background:url("/media/images/block-bg.png") repeat-y scroll left top transparent;
	float:left;
	height:100%;
	width:100%;
}

#block-top {
	background:url("/media/images/block-top.png") no-repeat;
	float:left;
	height:11px;
	width:100%;
}

#block-bottom {
	background:url("/media/images/block-bottom.png") no-repeat;
	float:left;
	height:24px;
	width:100%;
}

#content {
	float:left;
	font: normal 16px "Georgia", Times, serif;
	margin:25px 15px 20px 55px;
	min-height:478px;
	overflow:hidden;
	text-align:justify;
	width:385px;
}

#content a {
	border-bottom: 1px solid #cccccc;
	color: #386FA2;
	text-decoration: none;
}

#content a:hover {
	border-bottom: 1px solid #386FA2;
	color: #254569;
	text-decoration: none;
}

.cta-button-div {
	background: url("/media/images/cta-button-hover.png") no-repeat top center;
}

.cta-button {
	background: url("/media/images/cta-button.jpg") no-repeat top center;
	border-bottom: none !important;
        display:block;
        height: 78px;
        margin: 0 auto;
        width: 375px;
}

a.cta-button:hover, a.cta-button:active, a.cta-button:focus {
	background: url("/media/images/cta-button-hover.jpg") no-repeat top center !important;
        outline: none;
}


#content img, #content img:hover {
	border-bottom: none !important;
}
	
#content p, #full-width-content p {
	line-height: 25px;
	margin: 5px 0 15px;
}

#content ul {
	list-style-position:inside;
	margin:8px 0;
}

#content ol {
	list-style-position:inside;
	margin:8px 0;
}

#content li {
	margin:15px;
	line-height:25px
}

#content-right {
	float:left;
	margin:30px 15px 0 15px;
    width:385px;
	font: normal 10px "Georgia", Times, serif;
}

/* FULL WIDTH */

.full-width-content {
	width:785px !important;
}

/* SOCIAL BUTTONS */

.social-buttons {
	float:right;
        margin:0 10px 20px 0;
}

.facebook-button, .twitter-button, .linkedin-button, .rss-button, .google-button {
	border-bottom:medium none !important;
	display:block;
	float:left;
	height:56px;
	margin:5px 6px 0 4px;
	width:56px;
}

.rss-button { background:url("/media/images/rss-button.png") no-repeat scroll transparent;}
.rss-button-div {background:url("/media/images/rss-button-hover.png") no-repeat scroll transparent;}

.google-button { background:url("/media/images/google-button.png") no-repeat scroll transparent;}
.google-button-div {background:url("/media/images/google-button-hover.png") no-repeat scroll transparent;}

.facebook-button { background:url("/media/images/facebook-button.png") no-repeat scroll transparent;}
.facebook-button-div {background:url("/media/images/facebook-button-hover.png") no-repeat scroll transparent;}

.twitter-button { background:url("/media/images/twitter-button.png") no-repeat scroll transparent;}
.twitter-button-div {background:url("/media/images/twitter-button-hover.png") no-repeat scroll transparent;}

.linkedin-button { background:url("/media/images/linkedin-button.png") no-repeat scroll transparent;}
.linkedin-button-div {background:url("/media/images/linkedin-button-hover.png") no-repeat scroll transparent;}


/* Social Hover */
a.rss-button:hover, a.rss-button:active, a.rss-button:focus {
        background:url("/media/images/rss-button-hover.png") no-repeat top left;
        outline: none; 
}
a.google-button:hover, a.google-button:active, a.google-button:focus {
        background:url("/media/images/google-button-hover.png") no-repeat !important;
        outline: none; 
}
a.facebook-button:hover, a.facebook-button:active, a.facebook-button:focus {
        background:url("/media/images/facebook-button-hover.png") no-repeat !important;
        outline: none; 
}
a.twitter-button:hover, a.twitter-button:active, a.twitter-button:focus {
	background: url("/media/images/twitter-button-hover.png") no-repeat !important;
        outline: none;
}
a.linkedin-button:hover, a.linkedin-button:active, a.linkedin-button:focus {
	background: url("/media/images/linkedin-button-hover.png") no-repeat !important;
        outline: none;
}

/* BLOG */

#post {
margin-top: 20px;
}

#post h1 {
	color:#254569;
	font:normal 25px "Georgia", Times, serif;
	margin: 0 0 15px;
}

#post h3 {
	color:#254569;
	font:normal 25px "Georgia", Times, serif;
	margin: 5px 0;
}

#post h3 a {
        border-bottom: none;
	color: #254569;
	text-decoration: none;
}

#post h3 a:hover {
        border-bottom: none;
	color: #386FA2;
	text-decoration: none;
}

.postmetadata, .postmetadata a {
	color:#9E9E9E;
}

.date {
	font:normal 16px "Georgia", Times, serif; 
	color:#386FA2;
	margin: 20px 0 5px;
	font-style: italic;
}

.entry {
	margin-bottom: 20px;
}

#respond h4 {
	color:#254569;
	font:normal 20px "Georgia", Times, serif;
}

.blog-categories {
        list-style:none;
        list-style-image:none;
}

.blog-categories li a {
        border: none !important;
        float: left;
	padding: 10px !important;
        width: 145px;
}

.blog-categories li a:hover, .blog-categories li a:active, .blog-categories li a:focus {
        background:-moz-linear-gradient(top, #386FA2, #254569) repeat scroll 0 0 transparent;
        background: -webkit-gradient(linear, top, bottom, from(#386FA2), to(#254569));
	background-color: #254569;
	border: 1px solid #254569;
	color: #ffffff !important;
        -moz-border-radius: 5px;
        border-radius: 5px;

        -moz-box-shadow: 1px 1px 3px #666;
        -webkit-box-shadow: 1px 1px 3px #666;
        box-shadow: 1px 1px 3px #666;
}

/* PAGINATION */

.wp-pagenavi {
	float:left;
	font-size:13px;
	height:20px;
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited {
	background-color:#ffffff;
	border:1px solid #ffffff !important;
	color:#777777;
	margin:2px;
	padding:2px 6px;
	text-decoration:none;
}
.wp-pagenavi a:hover {	
	background-color: #fff;
	border: 1px solid #cccccc !important;
	color: #000;
}
.wp-pagenavi a:active {
	background-color: #fff;	
	border: 1px solid #cccccc !important;
	color: #333;
	margin: 2px;
	padding: 2px 6px; 
	text-decoration: none;
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #999;
	border: none;
}
.wp-pagenavi span.current {
	padding: 2px 6px; 
	margin: 2px;
	border: 1px solid #efefef !important;
	color: #333;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #efefef;
	color: #000000;
}

/*PAGE SIDEBAR */

#page-sidebar-left ul,
#page-sidebar-right ul {
}

#page-sidebar-left,
#page-sidebar-right {
	color: #386fa2;
        float: left;
	font: normal 12px "Georgia", Times, serif;
	margin: 0px 10px 10px 20px;
        padding: 5px;
        width: 150px;
}

#page-sidebar-left ul li,
#page-sidebar-right ul li {
	line-height: 35px;
	list-style-type:none;
}

/* BLOG SIDEBAR */

#sidebar {
}

#sidebar h4 {
    clear: both;
	color: #254569;
	font-size: 20px;
	padding-left: 20px;
}

#sidebar ul {
	margin:15px;
	padding:0;
	}

#sidebar ul li {
	line-height:14pt;
	list-style-type:none;
	margin:15px 0;
	padding:0;
	}

#sidebar ul li a {
        border-top:1px solid #eeeeee;
	color: #386FA2;
	display:block;
	font: normal 18px "Georgia";
        margin: 5px;
        padding: 20px 5px 5px;
}

#sidebar ul li a:hover {
	color: #254569;
	text-decoration: none;
}
	
#sidebar img {display:block; padding: 0; margin: 0; margin-left: auto; margin-right: auto;}

#sidebar form {
    margin:30px;
}

.ctc {
    margin:30px;
    width: 200px;
}

.ctc select {
    border: 1px solid #396EA2;
    color: #555555;
    font-family: Georgia;
    padding: 10px;
    width: 250px;
}


/* FOOTER */

#footer {
	clear:both;
	color:#ffffff;
	font:12px "Georgia",times,serif;
	padding:5px 0 20px 0;
	text-align: center;
	}

#footer a {
    color: #ffffff;
    text-decoration: none;
}
#footer a:hover {
    color: #254569;
    text-decoration: none;}
	
#footer p {
	margin: 0 22px;
}

/* CONTACT FORM */

.contact-fields input{
	border:1px solid #386FA2;
	padding: 5px;
	width: 300px;
}

.contact-drop select, .contact-send input {
	border:1px solid #386FA2;
	padding: 5px;
	width: 312px;
}

.contact-message textarea {
	border:1px solid #386FA2;
	padding: 5px;
	width: 300px;
}

.contact-captcha input{
	border:1px solid #386FA2;
	padding: 5px;
	width: 228px;
}

.contact-page-sidebar {
        padding: 0 25px 25px;
	font:18px "Georgia",times,serif;
}

.contact-page-sidebar p {
        padding-bottom:10px;
}

/* COMMENTS */

#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	font: normal 16px "Georgia", Times, serif;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#comment{
	width:95%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font: normal 16px "Georgia", Times, serif;
	margin:5px 5px 0 0;
	padding:8px;
	border: 1px solid #C9C9C9;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}
	
/* MISC */

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;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.blog-disclosure {
	font-size: 10px;
	margin-top: 8px;
}

#searchform input {
    border: 1px solid #396EA2;
    color: #555555;
    font-family: Georgia;
    padding: 10px;
    width: 200px;
}