/*
 
 Theme name: ethicalhack3r
 Theme URI: http://freezah.dyndns.org:2222/wordpress
 Description: ethicalhack3r blog layout
 Author: Kenny Vaneetvelde
 Author URI: http://raykoid666.wordpress.com
 Version: 1.0
 
 */

/* Reset */
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, code, img, small, strong, dl, dt, dd, ol, ul, li, fieldset, form, label {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    font-size: 14px;
    /* font-size: 72.5%;  Resets 1em to 10px */
    /* font-family: Arial, Sans-Serif,'Lucida Grande', Verdana; */
    /* line-height: 1.5; */
    font-family: helvetica, arial, sans-serif;
    letter-spacing: 0.2px;
}

ol, ul {
	list-style: none;
}

/* End Reset */

h2 {
    font-size: 27px;
}

h3 {
 font-size: 20px;
}

h4 span span strong {
    color: black !important;
}

/*
p {
    font-size: 16px;
}
*/

a {
    color: #2279A2;
    text-decoration: none !important;
}

a:hover {
    text-decoration: underline !important;
}

/* Main Styles */

body {
    background: #242424 url(img/background.jpg) repeat;
}

#wrap {
    width: 1075px;
    margin: auto;
}

#header {
    margin-top: 40px;
    position: relative;
}

#header h1 a {
    background: url(img/logo.png) no-repeat;
    width: 270px;
    height: 37px;
    text-indent: -9999px;
    float: left;
}

/* navigation */

#menu {
    text-align: right;
    display: inline-block;
    position: absolute;
    right: 0;
}

#menu li {
    float: left;
    margin-left: 20px;
    font-size: 14px;
    font-family: tahoma, verdana, helvetica, arial, sans-serif;
}

#menu li a {
    color: white;
    text-decoration: none !important;
}

.current_page_item a div {
    background-color:#87b440 !important;
}

#menu li a:hover .menuLine {
    background-color:#136287;
}

#menu li .menuLine {
    color: white;
    background-color: #20485a;
    font-size: 8px;
    font-weight: bold;
    padding: 1px 3px 1px 0;
    font-family: helvetica, arial, sans-serif;
}

#menu li #active {
	background-color: #87b440;
}

/* Main Content */ 

#main {
    clear: both;
    overflow: hidden;
}

#main #primary {
    float: left;
    width: 700px;
    margin-top: 60px;
    position:relative;
}

#main #primary h2 {
    color: white;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px;
}

#main #primary #morePrev {
	background-color: #e3e3e3;
	border:1px solid white;
	padding:20px;
}

#main #primary #morePrev #more {
	float:right;
}

.topLine {
    height: 10px;
    width: 100%;
    background-color: #2279a2;
}

#main #sidebar {
    float: right;
    width: 300px;
    margin-top: 60px;
}

#main #sidebar h2 {
    color: white;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px;
}

#main #sidebar .widget {
    margin-bottom: 20px;
}

#main #sidebar .widget ul {
    background-color: #e3e3e3;
    padding: 20px;
    border: 1px solid white;
    font-size: 12px;
}

#main #primary .post-item {
    background: #e3e3e3;
    margin-bottom: 38px;
    border: 1px solid white;
    overflow: hidden;
    position: relative;
    padding: 20px;
}

#main #primary .post-item h2 {
    color: #2c2c2c;
    margin: 0;
    line-height:1em;
}

.the-title {
   font-size: 27px;
   text-align: center; 
}

.post-item img {
    border: none;
}

.post-item p.meta {
    font-size: 10px;
}

.post-item p.comments {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.post-item p {
    /* color: #2c2c2c; */
    font-size: 14px;
    line-height: 20px;
    margin: 20px 0 20px 0;
}

.post-item blockquote {
	color:#575757;
	font-style:italic;
}

.post-item code {
    background-color: #000000;
    border: 1px solid #000000;
    border-radius: 6px 6px 6px 6px;
    color: #D8D8D8;
    /* margin-bottom: 20px; */
    padding: 10px;
    text-shadow: none;
}

.post-item ul {
	list-style: circle;
}

.topLine {
    height: 10px;
    width: 100%;
    background-color: #2279a2;
}

/* Search Box */
#sidebar #search {
    margin-left: 50px;
    margin-right: 0;
    height: 40px;
    background-color: #e3e3e3;
    position: relative;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 30px !important;
}

#sidebar #search #searchSubmit {
    background-image:url('img/searchIcon.png');
    width:29px;
    height:23px;
    background-repeat:no-repeat;
    position: absolute;
    right: 10px;
    top: 8px;
}

#sidebar #search input {
    position: relative;
    font-size: 16px;
    color: #2c2c2c;
    padding: 10px;
    border: none;
    background: none;
    width: 190px;
}

/* twitter widget */

.widget_twitter .widgettitle {
    background-image:url('img/twitter.png');
    background-position: right;
    background-repeat: no-repeat;
}

.widgettitle a {
    text-decoration: none;
    color:white;
}

.widget_twitter li {
    padding:5px 0 5px 0;
    border-bottom:1px solid #666;
    border-top: 1px solid #eee;
}

.widget_twitter li:first-child {
    padding-top: 0;
    border-top:none;
}

.widget_twitter li:last-child {
    padding-bottom: 0;
    border-bottom:none;
}

/* recent comments widget */

#recentcomments .widgettitle {
    background-image:url('img/twitter.png');
    background-position: right;
    background-repeat: no-repeat;
}


#recentcomments li {
    padding:5px 0 5px 0;
    border-bottom:1px solid #666;
    border-top: 1px solid #eee;
}

#recentcomments li:first-child {
    padding-top: 0;
    border-top:none;
}

#recentcomments li:last-child {
    padding-bottom: 0;
    border-bottom:none;
}

/* comments */

#comments {
    color:white;
    margin-bottom: 2px;
}

.comments li {
    background: #e3e3e3;
    margin-bottom: 1px;
    border: 1px solid white;
    overflow: hidden;
    position: relative;
    padding: 10px;
}

.comments p {
	margin-bottom: 15px;
	font-size: 16px;
}

#main_comment p {
   margin-bottom: 2px;
}

#comment-datetime {
    font-size: 10px;
}

#respond {
    background: #e3e3e3;
    margin-top: 20px;
    margin-bottom: 28px;
    border: 1px solid white;
    overflow: hidden;
    position: relative;
    padding: 20px;
}

#respond label {
	width: 4em;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: block
}

#respond h3 {
    padding: 2px;
}

#respond p {
    padding: 2px;
}

/* footer */

#footer {
	height:100px;
}

#copyright {
	color: #FFFFFF;
	font-size: 12px;
}
