/*
Theme Name: Eccentric Blue
Theme URI: http://www.mathewwitt.com/
Description: A simple theme to showcase some design work.

Author: Mathew Witt
Version: 1.0
Tags: fixed-layout, left-sidebar, table, simple, clean, header, search, widgets, sidenav, blue
*/

html, body {
	background: url(images/bg.png) repeat;
        margin: 0;
}


/** Header **/

#top-bar {
	width: 100%;
	height: 76px;
	background: #25272a;
        padding-left: 5%;
        border-bottom: 1px solid #ffffff;
}

#top-bar-content {
	width: 100%;
	margin: 0px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#search-box {
	float: right;
	width: 200px;
	margin-right: 7%;
	margin-top: 12px;
}

#search-box input[type=text] {
	width: 150px;
	height: 16px;
	background: #ffffff;
	padding-left: 10px;
	border: 1px solid #000000;
	color: #444444;
}

#main-heading {
	float: left;
	padding-bottom: 15px;
        color: #ffffff
}


/** Navigation **/

.nav-bar ul {
       list-style-type: none;
       width:90%; 
       margin: 0; 
       padding: 0;
}
.nav-bar ul li a {
       text-decoration: none;
       background-color: #25272A;
       color: #ffffff; 
       font-family: Helvetica, Arial, sans-serif; 
       font-size: 14px; 
       letter-spacing: 1px;      
       padding: 5px 6px;
       display:block;
       border-bottom: 1px solid #ffffff;
       margin-bottom: 2px;
}
.nav-bar ul li a:visited {
       color: #ffffff;
}
.nav-bar ul li a:hover {
       color: #344250;
       background-color: #B0C0CE;
       border-bottom: 1px solid #ffffff;
}
.nav-bar ul li.current-menu-item a {
       color: #25272A;
       background-color: #B0C0CE;
       font-weight: bold; 
       border-bottom: 1px solid #ffffff;
}


/**	Page Content **/

#wrapper {
	width: 100%;
	margin-top: 0px;
}

#content {
	width: 65%;
	float: right;
	background: #ffffff;
	padding: 16px;
	margin-right: 5%;
}

.post-details-right {
	float: right;
}


/** Sidebar **/

#sidebar {
	width: 20%;
	float: left;
	padding: 12px;
	color: #ffffff;
	margin-left: 2%;
	margin-top: 25px;
}

#sidebar li {
	padding: 0px 0px 5px 5px;
}

#sidebar ul {
	padding-left: 20px;
	padding-bottom: 10px;
}
#sidebar-box {
        margin-top: 10px;
}

#older-posts {
	float: left;
}

#newer-posts {
	float: left;
}

#footer {
	text-align: center;
}

#widget-area {	
	width: 90%;
	float: left;
	margin-left: 5%;
	margin-top: 12px;
	padding-left: 5%;
}


/**	Tables **/

#content table {
	width: 100%;
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	padding-bottom: 6px;
}


/**	Footer **/

#footer {
	padding-top: 24px;
	font-family: Helvetica, Arial, sans-serif;
	color: #B0C0CE;
	font-size: 12px;
	line-height: 15px;
}

#footer a,
#footer a:active,
#footer a:visited {
	font-family: Helvetica, Arial, sans-serif;
	color: #B0C0CE;
}

#footer a:hover {
	font-family: Helvetica, Arial, sans-serif;
	color: #64839F;
}


/** Typography **/

#top-bar-content h1,
#top-bar-content h1 a,
#top-bar-content h1 a:visited,
#top-bar-content h1 a:active {
	font-family: Helvetica, Arial, sans-serif;
	color: #ffffff;
	font-weight: bold;
	font-size: 23px;
	letter-spacing: 3px;
	float: left;
	text-decoration: none;
}
#top-bar-content h1 a:hover {
	text-decoration: none;
}

#post-heading h1 {
	font-family: Helvetica, Arial, sans-serif;
	color: #364958;
	font-weight: bold;
	font-size: 21px;
	letter-spacing: 1px;
	float: left;
	text-decoration: none;
	width: 100%;
}

#post-section {
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	float: left;
	text-decoration: none;
	width: 100%;
}

#post-heading h2 {
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 1px;
	text-decoration: none;
	width: 100%;
}

#post-heading p {
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 14px;
	letter-spacing: 1px;
	text-decoration: none;
	padding-bottom: 6px;
	width: 100%;
}

#widget-area h3,
#widget-area ul,
#widget-area li {
	font-family: Helvetica, Arial, sans-serif;
	color: #ffffff;
	font-size: 12px;
	letter-spacing: 1px;
	text-decoration: none;
	padding-bottom: 6px;
	width: 100%;
}

#widget-area a,
#widget-area a:active,
#widget-area a:visited {
	font-family: Helvetica, Arial, sans-serif;
	color: #B0C0CE;
}