/*
Theme Name: MyPortfolio
Theme URI: http://themeforest.net/item/myportfolio/42757
Description: 
Version: 1.0
Author: Derek Toigo
Author URI: http://themeforest.net/user/derektoigo
Tags: 
*/

body {
	margin:0px;
    text-align:center;
    background-color:#FFF;
    color:#4a4a4a;
    font:14px Arial, Helvetica, sans-serif;
    height: 100%;
}

html {
    height: 100%;
}

a {
    color: #638A9C;
}

a.subscribe {
    background: url(images/rss_16.png) no-repeat center right;
    color: #403C36;
    font-weight: bold;
	padding-right: 18px;
}

blockquote {
    background-color: #F9F9F9;
    border: solid 1px #C0C0C0;
    font-style: italic;
    padding: 0 10px;
}

.clear {
	clear: both;
}

.clearfooter {
height: 39px;
clear: both;
}

.comment {
	list-style: none;
	padding: 10px;
	position: relative;
}

.comment-meta {
    position: absolute;
    top: 30px;
    right: 10px;
}

#comments {
	list-style: none;
	padding-left: 0;
}

#container {
	/*width: 1000px;*/
	margin: 0 auto -39px auto;
	min-height: 100%;
	position: relative;
    text-align: left;
}

#container2 {
    margin-top: 0;
    padding-top: 0;
}

#content {
    padding-left: 10%;
    width: 60%;
}

#footer {
    background: url(images/footer-bg.png) repeat-x;
    height: 39px;
    position: relative;
}

#footer-navigation {
    float: right;
    padding-right: 10%;  
}

#footer-navigation ul {
    list-style: none;
}

#footer-navigation ul li {
    display: inline;
    list-style: none;
    padding-left: 15px;
}

#footer-navigation ul li a {
    color:#4a4a4a;
    text-decoration: none;
}

#footer-navigation ul li a:hover {
    text-decoration: underline;
}

#footer-text {
    padding-left: 10%;
    padding-top: 10px;
}

h1 {
    color: #638A9C;
    font: 30px Myriad Pro, Arial, sans-serif;
    font-weight: bold;
}

h2 {
    color: #232323;
    font: 20px Arial, sans-serif;
    font-weight: bold;
}

h2 a {
    color: #232323;
    text-decoration: none;
}

h2 a:hover {
    text-decoration: underline;    
}

#header {
    background: url(images/header-bg.png) repeat-x;
    height: 96px;
    padding: 25px 10% 0 10%;
    margin-bottom: 0;
}

#header h1 {
    display: inline;
    margin: 0;
    padding: 0;
}

#header h1 a {
    text-decoration: none;
}

#header h4 {
    color: #5A595A;
    display: inline;
    font: 10px Myriad Pro, Arial, sans-serif;
    margin: 0;
    padding: 0;
}

#header h4 a {
    color: #5A595A;
    text-decoration: none;    
}

hr {
    border: solid 1px #CECBCE;
}

#navigation {
    float: right;
}

#navigation ul {
    list-style: none;
    margin: 0;
    padding:10px 10px 0;
}

#navigation ul li {
    /*background: url(images/nav-button-right.png) no-repeat right top;*/
    display: inline;
    float: left;
    list-style: none;
    /*padding-left: 30px;*/
    margin: 0 0 0 5px;
    padding: 0;
}

#navigation ul li a {
    color: #636163;
    /*background: url(images/nav-button-left.png) no-repeat left top;*/
    display: block;
    /*padding: 5px 5px;*/
    text-decoration: none;
}

#navigation ul li a:hover, #navigation ul li.current_page_item a {
    background: url(images/nav-button-right.png) no-repeat right top;
    color: #428EA5 !important;
    display: block;
    float: left;
    /*padding: 5px 5px;*/
}

#navigation ul li a span {
    display: block;
    float: left;
    padding: 5px 5px;
}

#navigation ul li a:hover span, #navigation ul li.current_page_item a span {
    background: url(images/nav-button-left.png) no-repeat left top;
    display: block;
    float: left;
    padding: 5px 5px;
}

#navigation ul li ul {
	display: none;
}

.navigation-sidebar-box {
    background-color: #638A9C;
	border: solid 1px #B5B2B5;
	margin-bottom: 15px;
}

.post {
    text-align: justify;
}

.post-category {
    font-size: 12px;
    text-transform: uppercase;
}

.post-comments {
    background: url(images/comment-bubble.png) no-repeat;
    color: #000;
    float: right;
    height: 50px;
    margin-left: 10px;
    padding-top: 8px;
    text-align: center;
    width: 48px;
}

.post-comments a {
    color: #000;
    font: 22px Arial, sans-serif;
    font-weight: bold;
    text-decoration: none;
}

.post-header {
    font-size: 12px;
    text-transform: uppercase;
} 

.post-tags {
    font-size: 12px;
    text-transform: uppercase;
}

#qsearch {
    background-color: #D6D7D6;
    border: solid 1px #848284;
    color: #5A5D5A;
    width: 100px;
    vertical-align: middle;
}

#quick-search {

}

.row input {
	float: left;
}

.row .small {
	display: inline-block;
	width: 220px;
	padding-left: 10px;
	font-size: x-small;
}

#searchsubmit {
    vertical-align: bottom;
} 

#sidebar {
    float: right;
    padding-right: 10%;
    width: 15%;
}

#sidebar h4 {
    margin: 0;
    color: #393C39;
}

.sidebar-box {
    background-color: #EFEBEF;
	border: solid 1px #B5B2B5;
	margin-bottom: 15px;
}

.sidebar-box-content {
	padding: 10px;
}

.sidebar-box-content a {
    text-decoration: none;
}

.sidebar-box-content a:hover {
    text-decoration: underline;
}

.sidebar-box-content ul {
    list-style: none;
    padding-left: 0;
    padding-top: 0;
    margin-top: 0;
}

.sidebar-box-content ul li {
    padding-bottom: 4px;
}

.sidebar-box-title {
	padding: 10px 10px 0 10px;
}

table {
    
}

table thead {
    background-color: #211E1E;
    color: #638A9C;
    padding: 5px;
}

table tbody tr:nth-child(odd) {
    background-color: #EFEBEF;
}

.thread-even {
	background-color: #EFEBEF;	
}