/*

Theme Name: Black and White

Theme URI: http://www.freewpthemes.net/

Description: A two-column, fixed-width design suitable for personal and small company website.

Version: 1.0

Author: Free WordPress Themes

Author URI: http://www.freewpthemes.net/

Tags: red, fixed width, two columns, widgets

*/

/* Used as a Jump off point, modified and hand coded/customized by broadbenterprise */

body {
	margin: 0px;
	padding: 0px;
	background: url(images/spills_bg.jpg)  fixed top center repeat-x;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;	
        color: #212121;
}

h1, h2, h3, h4 {
	margin-top: 0px;
}
   
h1 {
	font-size: 2.2em;
}

h2 {
	font-size: 1.6em;        

}

h3 a {
	color: #5F0606;
        font-weight: bold;
}
h3 {
        font-weight: normal;
	font-size: 1.3em;
}

h4 {
        font-size: 1em;
}

p, ol, ul {
	margin-bottom: 1.8em;
	line-height: 160%;
}

a {
	color: #393939;
}

a:hover {
	text-decoration: none;
	color: #093961;
}

a img {
	border: none;
}

:active {
        outline: none; 
}

:focus {
        outline: none;
}

.dark-red {
         color: #5F0606;
         font-weight: bold;
         margin: 0;
         padding: 0;
}
.title-underline {
	font-weight: normal;
        margin: 0px;
        padding: 0 0px 4px 0px;
        color: #5F0606;
        border-bottom: #BFC9AE dashed 1px; 
}
.title-services {
        margin: 0px;
        padding-top: 10px;
        padding-bottom: 4px;
        color: #5F0606;
        border-bottom: #BFC9AE dashed 1px; 
        display: block;
     
}

/* Header */

#header {
	width: 920px;
	height: 180px;
	margin: 0px auto;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Logo */
#logo  {
        float: left;
        margin-left: 0px;      
}
#home-link {
        width: 360px;
        height: 180px;
        background: url(images/logo-bird.png) no-repeat left 100%;       
        display: block;
        position: absolute;
        text-indent: -9999px;
}

#logo h1, #logo p {
        text-indent: -9999px;    
}

/* Menu */

#menu {
	float: right;
	margin: 100px 0px 0 0;
}

#menu ul {
	margin: 0px 0 0 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin: 0px 0px 0px 0px;
}

#menu a {
	font: 1.5em Georgia, "Times New Roman", Times, serif;               
        color: #000;
        display: block;
	width: auto;
	margin: 0 2px 0 2px;
        padding: 5px 20px 5px 20px;
}

#menu a:hover {
	background: #000 url(images/menu-bg.jpg) top center no-repeat;        
        color: #fff;        
        border: #BFC9AE solid 2px;        
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        margin: 0px 0px 0px 0px;
}

#menu .first {
	background: none;
}

#menu .active a {
}

/* Page */

#page {
	width: 920px;
	margin: 0px auto;
	padding: 20px 0px;
}

/* Content */

#content {
	float: left;
	width: 570px;
        margin-left: 20px;
}

#index-intro { background: #000 !important; position: relative; width: 500px; padding: 10px 5px 5px 10px !important; border: #BFC9AE solid 2px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
#index-intro h3 { color: #fff !important; padding-bottom: 0; }
#index-intro a { color: #FFD100 !important; }
#index-intro a:hover { color: #008CFF !important; }


.post {
	margin: 0px 0px 30px 0px;
}

.post .title {
	margin: 0 0 5px 0;
	padding: 0px 0px 5px 0px;
	border-bottom: #BFC9AE dashed 1px;
	color: #5F0606;
}

.post .title a {
	text-decoration: none;
	color: #5F0606;
}
.post .title a:hover {
	color: #093961;
}
.post .entry p {
        margin: 0;
        padding: 0;
}
.date-box {
	background: #5F0606;
        width: 40px;
        float: left;
        text-align: center;
        padding: 5px;
        margin: 4px 10px 0 0;
        color: #fff;
}
.date-box p {
	padding: 0;
        margin: 0;
        line-height: 1.0em;
}
.day      {
	font-size: 2.2em;
        font-weight: bold;
        margin: 0;
}
.month      {
	font-size: 1.6em;
        font-weight: bold;
        margin: 0;
}
.year      {
	font-size: 1.4em;
        font-weight: bold;
        margin: 0;
}

.image-post {
	background: url(images/transparent-box.png) repeat left 100%;        
        padding: 5px 5px 5px 5px;
        margin: 4px 0;
        border: #7F7C5F solid 1px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
}
.image-post a {
	background: url(images/transparent-box.png) repeat left 100%;        
        padding: 5px 5px 5px 5px;
        margin: 4px 0;
        border: #7F7C5F solid 1px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
}

.post .meta {
	font-weight: bold;
}

.post .byline {
	margin: 0px;
	color: #5E5E5E;
}
#home-work {
        margin-top: 20px;
        padding: 0;
        float: left;       

}

ul.home {
	list-style: none;      
        margin-top: 10px;
        margin-left: -40px !important;
        float: left;
}
ul.home li {
	float: left;
}

ul.home li a {
	display: block;
        margin: 0 10px 10px 0;
        background: url(images/transparent-box.png) repeat left 100%;        
        padding: 5px 5px 5px 5px;
        border: #7F7C5F solid 1px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
}

ul.home li a:hover {
	background: #DFDED1;
        color: #FFF;
}

/* Work */

#work-content {
        float: left;
        width: 920px;
        margin-left: 10px;
}


#work-header {
	margin: 0px 0px 0px 0px;
	padding: 0;        
        width: 865px;
        height: 160px;
        background: url(images/work-header.png) no-repeat left 100%;
}
#work-container {
	margin: 0px;
        padding-left: 10px;
        padding-right: 0px;
        width: 865px;
        background: url(images/work-sides.png) repeat-y left 100%;        
        overflow: hidden;  
}

#work-footer {
	clear: both;
        margin-bottom: 20px;
        padding-left: 20px;
        padding-right: 0px;
        height: 42px;
        width: 865px;
        background: url(images/work-footer.png) no-repeat left 100%;          
}

.work-title {
	font-weight: normal;
        margin: 0px 75px 5px 35px;
        padding: 30px 0px 4px 0px;
        color: #5F0606;
        border-bottom: #BFC9AE dashed 1px;
        clear: both; 
}
.work-title-first {
	font-weight: normal;
        margin: 0px 75px 5px 35px;
        padding: 5px 0px 4px 0px;
        color: #5F0606;
        border-bottom: #BFC9AE dashed 1px;
        clear: both; 
}

ul.web {
	list-style: none;      
        margin: 10px 50px 0px 0px;
        clear: both;
}

ul.web li a {
	display: block;
        float: left;
        margin: 0 10px 10px 0;
        background: url(images/transparent-box.png) repeat left 100%;        
        padding: 5px 5px 5px 5px;
        border: #7F7C5F solid 1px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        text-decoration: none;
        list-style: none;
}

ul.web li h4 {
	margin: 0;
        padding: 2px;
        font-style: italic;
        font: .9em Georgia, "Times New Roman", Times, serif;
        color: #000;
}
ul.web li a:hover {
	background: #DFDED1;
        color: #FFF;
}

ul.illustration {
        list-style: none;
	margin: 10px 50px 0px 0px;
        clear: both;
}

ul.illustration li a {
	display: block;
        float: left;
        margin: 0 10px 10px 0;
        background: url(images/transparent-box.png) repeat left 100%;        
        padding: 5px 5px 5px 5px;
        border: #7F7C5F solid 1px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        list-style: none;
}

ul.illustration li a:hover {
	background: #DFDED1;
}

/* Project Pages */

#project-content {
        margin: 10px 0;
}

#project-details {
	float: left;
        width: 350px;
}
#project-details p {
	margin: 5px 0 10px 0;
}

#project-details h3 a {
        padding: 4px 20px;
	background: url(images/sidebar-title.png) no-repeat left 100%;
	font-size: .8em;
	color: #FFFFFF;	
   
}

#project-details a {
	margin-bottom: 10px;
        color: #5F0606; 
        font-style: italic;
}

#project-showcase {
        width: 520px;
        margin: 0px 0px 0px 0px;
        padding: 0;
        float: right;
}

#project-showcase img {
	background: url(images/transparent-box.png) repeat left 100%;        
        margin: 5px 0 50px 0px;
        padding: 10px;
        border: #BFC9AE solid 1px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
}
/* Services Page */

#services p {
	margin: 0;
        padding: 5px;
}
/* Sidebar */

#sidebar {
	float: right;
	width: 300px;
        background: url(images/transparent-box.png) repeat left 100%;        
        border: #7F7C5F solid 1px;
}

#sidebar-bgtop {
	height: 0px;
}

#sidebar-bgbtm {
	height: 0px;
}

#sidebar-content {
	padding: 10px;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#sidebar ul li {
	background: #DFDED1;
        padding: 5px;
        margin: 10px 5px 10px 5px;
}
#sidebar li ul {
	margin-bottom: 1.8em;
	list-style: none;
}
/*
#sidebar li li {
	padding: 3px 0;
	border-bottom: #BFC9AE dashed 1px;
}
*/
#sidebar li li {
        display: block;
        background: url(images/transparent-box.png) repeat left 100%;        
        padding-left: 10px;
        border: #BFC9AE solid 1px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        margin: 0;
}
#sidebar h2 {
	padding: 4px 20px;
	background: url(images/sidebar-title.png) no-repeat left 100%;
	font-size: 1.2em;
	color: #FFFFFF;
}

#sidebar a {       
        text-decoration: none;
	color: #232F01;
}
#sidebar a:hover {
	background: #DFDED1;
}


/*
#sidebar a:hover {
	text-decoration: underline;
}
*/
/*
#sidebar-share img {
        margin-left: 3px;
        position: relative;
        float: left;
}
*/
ul#sidebar-share li img {
	display: inline;
        float: left;
        margin-left: 3px;
}
ul#sidebar-share li img a {
        float: left;
        display: inline;
        background: url(images/transparent-box.png) repeat left 100%;        
        padding: 3px;
        border: #BFC9AE solid 1px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
}

ul#sidebar-share li img a:hover {
	background: #DFDED1;
}

/* Contact */

#contact-form {
	float: left;
        margin: 10px 0 10px 0px;
        padding-top: 10px;
        border: #BFC9AE solid 2px;
        background: url(images/form-bg.jpg) no-repeat left 100%;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;

}

/* Search */

#search {
}

#search form {
	margin-bottom: 1.2em;
	padding: 0px;
}

#search fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

#search #s {
	width: 160px;
        padding: 3px;
}

/* Footer */

#footer {
	clear: both;
	width: 100%;
	height: 220px;	
        background: url(images/footer-bg-auto.jpg) top left repeat-x;     
}

#footer-content {
	width: 900px;
        background: url(images/footer-bg.jpg) top center no-repeat;        
        margin: 0px auto 0px auto;
        height: 220px;
}

#footer p {
	color: #FFF;
        margin: 0px;
	padding: 140px 0px 0px 20px;
	text-align: center;
	line-height: normal;
	font-size: smaller;
}

#footer a {
	color: #DFDED1;
}

h2.back-top a {
	float: left;
        margin: 7px 0 0 20px;
        font: 20px "Trebuchet MS", Arial, Helvetica, sans-serif;
        color: #FFFFFF;
        border: #000 solid 12px;
        padding: 5px;
        background: #5F0606;
        text-decoration: none;
}

h2.back-top a:hover {
	background: #063A65;
}
/* Menu-Footer */

#menu-footer {
	float: left;
	margin: 10px 0 0 22px;
}

#menu-footer ul {
	margin: 0 0 0 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
        display: block;
        
}

#menu-footer li {
	margin: 0px 0px 0px 0px;
        display: block;
}

#menu-footer a {
	font: 14px Georgia, "Times New Roman", Times, serif bold;               
        color: #DFDED1;
        display: block;
        margin: 0 40px;
        padding: 5px;
        text-decoration: none;
}

#menu-footer a:hover {
       color: #DFDED1;
       text-decoration: underline; 
}


#menu-footer .first {
	background: none;

}

#comment {
	width: 550px;
	height: 100px;
}

/* 404 Page */
#tvguy {
	float: left;
	margin-left: 30px;
	margin-top: 30px;
        width: 400px;
        height: 405px;
        background: url(images/404-guy.png) no-repeat left 100%;
}

/* misc */

.left {
	float: left;
        margin: 0 0px 0px 0;
}

.right {
        float: right;
}

.clear {
	clear: both;
}

.one-twenty {
	width: 130px;
        height: 111px;
}
.blogimage a {
	text-align: center;
        margin: 0;
        background: url(images/transparent-box.png) repeat left 100%;        
        padding: 5px 5px 5px 5px;
        border: #7F7C5F solid 1px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
}

.blogimage a:hover {
	background: #DFDED1;
}
.large-break {
	margin-bottom: 1px;
}

