/*
 
 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 {
    line-height: 1.5;
    font-family: helvetica, arial, sans-serif;
}

ol, ul {
    list-style: none;
}

/* End Reset */
h2 {
    font-size: 27px;
}

h4 span span strong {
    color: black !important;
}

p {
    font-size: 14px;
}

a {
    color: #136287;
    text-decoration: none !important;
}

a:hover {
    text-decoration: underline !important;
}

/* Main Styles */
body {
    background: #242424 url(img/background.jpg) repeat;
}

#wrap {
    width: 960px;
    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: 630px;
    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: 28px;
    border: 1px solid white;
    overflow: hidden;
    position: relative;
    padding: 20px;
}

#main #primary .post-item h2 {
    color: #2c2c2c;
    margin: 0;
    line-height:1em;
}

.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: 12px;
    line-height: 15px;
    margin: 10px 0 10px 0;
}

.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;
}

.comments li {
        background: #e3e3e3;
    margin-bottom: 1px;
    border: 1px solid white;
    overflow: hidden;
    position: relative;
    padding: 10px;
}

#respond {
        background: #e3e3e3;
    margin-bottom: 28px;
    border: 1px solid white;
    overflow: hidden;
    position: relative;
    padding: 20px;
}

/* footer */

 #footer {
 	height:100px;
 }