/*
To get started customizing with CSS, we recommend you 
go to http://headwaythemes.com/documentation/customizing-your-headway-site/custom-css/ 
to get started.

When writing the selectors for the elements, put body.custom at the
beginning.

For an example on how to change the background with custom CSS
we can use the following code.

body.custom {
	background: red;
}
*/

body.custom {
	background-image: url('http://www.inspireux.com/wp-content/themes/headway-2013/media/images/background3.jpg');
        background-repeat:repeat-x;
       /* background-color: #838383;*/
       background-color: #32363f;
       margin: 0px;
       padding: 0px;
   
}

body.custom div#navigation {
         background-image: url('http://www.inspireux.com/wp-content/themes/headway-2013/media/images/navbg2.jpg');
         border-bottom: 0px;
}


body.custom div#header{
border-bottom:0px;
margin-top:0px;
}

body.custom div#wrapper{
margin-top:0px;
margin-bottom:0px;
       padding-bottom:0px;
background-color: #fff;
overflow:hidden;
}

body.custom li.current_page_item {
border-bottom:0px;
}

/* Set background images to nav item */

body.custom li.page-item-1561 a {background: #8d8b8c; color:#fff;}

body.custom li.page-item-1565 a {background: #8d8b8c; color:#fff;}

body.custom li.page-item-1563 a {background: #8d8b8c; color:#fff;}

body.custom ul.navigation li.current_page_parent a, 
body.custom ul.navigation li.current_page_parent a:visited,
body.custom ul.navigation li.current_page_parent a:hover {
background: #fff; color: #606374;
}


body.custom div.post {
padding: 10px 0px 10px 10px;
}

body.custom .break{
background: #e7e7e7;
background-image: url('http://www.inspireux.com/break.jpg');
width:100%;
height:2px;
padding:0px;
margin:0px;
}

body.custom div.toptext{
font-size:40px;
}

body.custom div.footer {
background: #e7e7e7;
padding:10px;
border-top: 2px solid #838383;
border-bottom: 2px solid #838383;
margin-bottom:0px;
padding-bottom:0px;
}

body.custom div.archive th {
	font-size: 14px;
	font-weight: normal;
	padding: 10px 8px;
	color: #fff;
	background-color:#838383;
}

body.custom div.archive td {
	padding: 15px;
	color: #000;
        border-bottom:1px solid #ccc;
        font-size: 14px;
}

body.custom div.archive cite {
        font-size:11px;
        color: #424242;
        font-style: italic;
}

body.custom div#leaf-65, div#leaf-119 {
border-right: 1px solid #ccc;
padding-right:20px;

}

body.custom div#leaf-65 p {
/*width: 270px;*/
}

body.custom div#leaf-13 h2 {
/*width: 270px;*/
margin-top:20px;
}

body.custom div#leaf-13 li {
margin-top:10px;
}

body.custom #atff {
  display: none;
}

body.custom div#leaf-30 {
width:950px;
}

body.custom div#leaf-13 {
border-right: 1px solid #ccc;
padding-right:30px;
}

body.custom div#leaf-74, div#leaf-94 {
margin: 0px;
padding-top: 10px;
width:930px;
}

body.custom div.input, div.textarea {
margin: 0 0 0 0;
}

body.custom div.small-excerpts-row {
margin: 0 0 15px;
}

body.custom div#leaf-65 meta-below-content entry-meta {
width:270px;
}

body.custom li {
list-style: none;
}


body.custom fb-like {
float: right; margin-left: 10px;
}

