/*
Theme Name: Fresh
Theme URI: http://www.ilemoned.com/wordpress/wptheme-fresh/
Description: Designed by <a href="http://www.bartelme.at" title="Bartelme Design">Wolfgang Bartelme</a>.
Version: 2.0
Author: LEMONed
Author URI: http://www.ilemoned.com
*/


/**********************************************
*   Basics & Typography                       *
***********************************************/

body {
	margin: 0;
	padding: 0;
	font-family: 'Trebuchet MS';
	background: #000 url(images/site_bg.jpg) no-repeat center top;
	color: #000;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	background-attachment: fixed;
	}

p,
ol,
ul {
	line-height: 150%;
	}
ol {}
ul {}
ul li {}

* {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-style: normal;
	background: transparent;
	color: #ff9900;
	font-family: 'Trebuchet MS';
	}

h1 {
	font-size: 2.2em;
	}
h2 {
	font-size:18px;
	}
h3, h4, h5, h6 {
	font-size: 1em;
	}

a:link {
	color: #fff;
	text-decoration: none;
	}
a:visited {
	color: #dddddd;
	text-decoration: none;
	}
a:hover {
	color: #ff9900;
	}
a:active {
	color: #ff9900;
	text-decoration: underline;
	}

blockquote {
	margin: 10px 0;
	padding: 0 50px;
	background: transparent url(images/blockquote.gif) no-repeat 0 0;
	color: #abafb9;
	}

code {
  background: #e9f0fa;
  cursor: text;
  font-family: "Courier New", Courier, monospace;
 }

.small {
	font-size: 10px;
	margin: 10px;
	padding: 5px;
	}

input, textarea, select {}

form {}
img{
	border: 0px;
}

/* Fix for PNG alpha channel display in IE6 */
img {
  behavior: url("/wp-content/themes/pngbehavior.htc");
}

img a { border: 0px;}

img.noborder {
	border: 0px;
	}

.alert {
	font-weight: bold;
	color: #f00;
	}

.left {
	float: left;
	}
.right {
	float: right;
	}
.center {
	text-align: center;
	}
.alignleft {
	float: left;
	margin: 10px;
	}
.alignright {
	float: right;
	margin: 10px;
	}
.clearALL {
	clear: both;
	margin: 0;
	padding: 0;
	line-height: 0;
}
/**********************************************
*   Structure: Content, Sidebar, etc.         *
***********************************************/

#outline {
	width: 938px;
	margin: 0 auto;
	padding: 0;
	}


/**********************
*   Header            *
***********************/

#header {
	width: 938px;
	position: relative;
	}

#header .blogtitle {
	width: auto;
	margin-top: 20px;
	}
	
#header h1 {
	padding: 50px 0 0 50px;
	}
	
#header h1 a {
	color: #fff;
	border: 0px;
	}


#header-menu{
	width: 938px;
	height: 50px;
	border-bottom: 10px solid #000;
	margin-top: 20px;
}

#header-menu ul {
	margin: 0;
	padding:0;
}


#header-menu ul li {
	display: block;
	float: left;
	width: 134px;
	height: 50px;
	list-style-type: none;
	margin: 0;
	padding:0;
}

#header-menu ul li a {
	width: 134px;
	height: 50px;
	display:block;
}

#pc {
	background: url(images/pc_up.png) no-repeat left top;
}

#pc:hover, #pcSelected {
	background: url(images/pc_hov.png) no-repeat left top;
}

#xbox {
	background: url(images/xbox_up.png) no-repeat left top;
}

#xbox:hover, #xboxSelected {
	background: url(images/xbox_hov.png) no-repeat left top;
}

#ps2 {
	background: url(images/ps2_up.png) no-repeat left top;
}

#ps2:hover, #ps2Selected {
	background: url(images/ps2_hov.png) no-repeat left top;
}

#ps3 {
	background: url(images/ps3_up.png) no-repeat left top;
}

#ps3:hover, #ps3Selected {
	background: url(images/ps3_hov.png) no-repeat left top;
}

#psp {
	background: url(images/psp_up.png) no-repeat left top;
}

#psp:hover, #pspSelected {
	background: url(images/psp_hov.png) no-repeat left top;
}

#wii {
	background: url(images/wii_up.png) no-repeat left top;
}

#wii:hover, #wiiSelected {
	background: url(images/wii_hov.png) no-repeat left top;
}

#ds {
	background: url(images/ds_up.png) no-repeat left top;
}

#ds:hover, #dsSelected {
	background: url(images/ds_hov.png) no-repeat left top;
}

#ds a:active  {
	background: url(images/ds_hov.png) no-repeat left top;
}


.searchform {
		width: 280px;
		height: 24px;
		margin-bottom: 15px;
		}
.textbox {
		width: 190px;
		height: 24px;
		float: left;
		margin-right: 3px;
		}
.cauta {
		width: 85px;
		height: 24px;
		float: left;
		}
input#s {
		width: 180px;
		height: 14px;
		padding: 5px;
		margin: 0 !important;
		background: #fff;
		border: none;
		color: #000;
		}
input.button {
		border: 0;
		width: 85px;
		height: 24px;
		background-color: #ff9900;
		color: #000;
}

/***********************
*  Wrapper             *
***********************/

#wrapper {
	float: left;
	background: url(images/content-bg.png) left top;
	margin: 0 !important;
	_margin: -15px 0 0 0; /* Fuck IE */
	padding-bottom: 10px;
	margin-bottom: 10px;
	width: 938px;
	color: #fff;
	}


/**********************
*   Content           *
***********************/

#content {
	float: left;
	width: 600px;
	height: 100%;
	background: transparent;
	color: #fff;
	padding:10px;
	}


.page-title {
	margin: 30px 0;
	}

.page-title {
	clear: both;
	float: left;
	width: 470px;
	max-height: 48px;
	overflow: hidden;
	line-height: 48px;
	padding: 0 30px;
	}

.paged,
.wp-pagenavi {
	clear: both;
	float: left;
	width: 575px;
	padding: 10px;
	background: #000;
	margin: 10px 0 0 10px;
	}
.wp-pagenavi a,
.wp-pagenavi span {
	margin: 0 20px 0 0;
	}


/**********************
*   Blog Entries      *
***********************/

.post {
	background: #000;
	margin-bottom:10px;
}

.post ul {list-style-type:none !important; display:inline;}
.post ul li {list-style-type:none !important; display:inline;}
.mpaddingb {padding-bottom:10px;}

.postentry {
	color: #fff;
	text-align: left;
	letter-spacing: 1.2;
	line-height: 1.2;
	margin: 5px 10px;
	}
	
.postentry p {
	padding: 10px;
	line-height: 20px;
}
	
.postentry a,
.postentry a:hover {
	color: #ff9900;
	}

.postentry img {
	border: 1px solid #181818;
	}
.postentry img:hover {
	}

.postentry img.wp-smiley,
.postentry img.wp-smiley:hover {
	border: none;
}

.postentry span.alert {
	font-weight: bold;
	color: #f00;
	}
	
.post-title {
	padding: 10px 10px 0px 20px;
}
.posttitle h2 a { color: #fff; font-family: 'Trebuchet MS'; font-size: 16px; font-weight: normal; }
.posttitle {}
.posttitle a:link,
.posttitle a:visited,
.posttitle a:hover,
.posttitle a:active {
	color: #ff9900;
	}

.post-meta {
	padding: 6px 10px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	margin: 5px 10px !important;
}

.post-meta-up {
	padding: 6px 10px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	margin: 5px 10px;
}

.post-meta-dwn {
	position:absolute;
	bottom:10px;
	left:0px;
	width:255px;
	padding: 6px 10px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	margin: 5px 10px;
}

.post-categories ul {list-style-type:none !important; display:inline !important;}
.post-categories ul li {list-style-type:none !important; display:inline !important;}

.postmeta,
.postmeta a {
	color: #ffffff;
	font-family: 'Trebuchet MS';
	font-size: 12px;
	margin: 0;
	}

.post-date {
	padding: 0;
	}
.post-cmts {
	padding: 0;
	color: #fff;
	font-size: 12px;
	}
.post-cmts a {
	color: #ff9900;
	}
.post-cmts a:hover {
	color: #fff;
	}

	
.post-cate {
	padding: 0;
	}

.post-tags a {
	padding: 0;
	color: #fff;
	font-size: 12px;
	float: right;
	margin: 0 0 0 10px;
	}

.post-tags a:hover {
	color: #ff9900;
	}
	
.post-date ul {
	display:inline;
	list-style-type:none;
	margin: 0;
}


.post-date ul li {
	display:inline;
	list-style-type:none;
	margin: 0 2px;
}

.post-date a {
	color:#fff;
	text-decoration:none;
}

.post-date a:hover {
	color:#ff9900;
	text-decoration:none;
}


/**********************
*   Comments          *
***********************/

.commentpage {
	margin: 0 30px;
	padding: 0;
	}


#comments {
	margin: 0;
	padding: 0;
	}

.comments-num {
	padding: 10px;
	border-bottom:1px dotted #333333;
	}

#commentlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#commentlist li {
	padding: 10px;
	border-bottom: 1px solid #333333;
	background: #000;
	margin: 0 10px;
	}
	.alt {
		background-color: #000 !important;
		background-image: none !important;
		}

.comment-gravatar {
	float: left;
	width: 48px;
	height: 48px;
	padding: ;
	margin-bottom: 10px;
	}
img.avatar {
	border: 1px solid #333333;
}

.comment-title,
.comment-meta,
.comment-text {
	margin: 0 0 0 80px;
	padding: 0;
	}

.comment-title,
.comment-title a,
.comment-title a:hover{
	color: #ff9900;
	}
.comment-meta,
.comment-meta a,
.comment-meta a:hover {
	color: #333333;
	}

h2#postcomment {
	margin: 10px;
	padding: 10px 0 0 10px;
	}

.postcomment {
	clear: both;
	margin: 10px 10px 0 10px;
	padding: 5px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	}

.postcomment input,
.postcomment textarea {
	border: 1px solid #333333;
	background: #000;
	color: #fff;
	padding: 5px;
	width: 100%;
	height: 100px;
	}
.postcomment input:hover,
.postcomment textarea:hover {
	}
.postcomment input#author,
.postcomment input#email,
.postcomment input#url {
	width: 96% !important;
	width: 456px; /* Fuck IE */
	height: 18px;
	}
.postcomment textarea#comment {
	width: 96% !important;
	width: 456px; /* Fuck IE */
	height: 200px;
	}

.postcomment input#submit {
	color: #000;
	width: auto;
	height: 25px;
	padding: 2px 10px 3px 10px;
	background: #ff9900;
	margin-top: 5px;
	}
.postcomment input#submit:hover {
	background: #ffc876;
	}



/**********************
*   Sidebar           *
***********************/

#sidebar {
	float: right;
	width: 280px;
	height: 100%;
	margin: 10px 10px 10px 0;
	padding: 10px;
	background: #000;
	}

#sidebar .rssfeeds {
		height: 55px;
		margin: 0;
		padding: 0;
		background: transparent url(images/feeds.gif) no-repeat right bottom;
		border-bottom: 1px solid #333333;
		}
	.rssfeeds a.rss  {
		margin-left: 5px;
		padding: 1px 0 1px 25px;
		background: transparent url(images/icon_rss.jpg) no-repeat 5px 0;
		line-height: 200%;
		}

#sidebar h2 {
	width: 260px;
	overflow: visible;
	display: block;
	margin-bottom: 10px;
	padding: 10px;
	font-size: 16px;
	border-bottom: 1px solid #333333;
	}

#sidebar ul {
	clear: both;
	margin: 0px 0px 10px 0;
	padding: 0;
	list-style-type: none;
	}
#sidebar ul li {
	clear: both;
	color: #666;
	}

#sidebar li li,
#sidebar li.widget li,
#sidebar li.widget div,
#sidebar .tagcloud {
	width: 260px;
	margin: 0 0 0 10px;
	line-height: 25px;
	border-bottom: 1px dotted #666666;
	}

#sidebar li.widget_tag_cloud {
	width: 260px;
	margin: 0 0 0 3px;
	}
#sidebar li.widget_tag_cloud h2 {
	margin-left: -3px;
	}
#sidebar ul.blc {
	padding: 0 5px;
	}


/**********************
*   Bottom            *
***********************/

#bottom {
	clear: both;
	float: left !important;
	float: none;
	width: 938px;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	text-align: left;
	color: #fff;
	}

#bottom-left,
#bottom-mid,
#bottom-right {
	width: 30%;
	padding: 20px 0 20px 20px;
	float: left;
	}
#bottom h2 {
	margin: 0 0 10px 0;
	padding: 0 8px;
	font-size: 1.6em;
	color: #fff;
	}
#bottom h2 span {
	color: #ff9900;
	}
#bottom ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #ff9900;
	}
#bottom ul li {
	line-height: 26px;
	border-bottom: 1px solid #ff9900;
	}
#bottom ul li a {
	display: block;
	padding: 0 10px;
	color: #fff;
	text-decoration: none;
	}
#bottom ul li a:hover {
	background: #ffc876;
	}



/**********************
*   Footer            *
***********************/

#footer {
	margin: 10px 0;
	width: 918px;
	clear: both;
	background: #000;
	color: #fff;
	padding: 10px;
	line-height: 20px;
	height:70px;
	}
	
.footer-text {
	width: 500px;
	height: 40px;
	float: left;
}

.footer-text a {
	color: #ff9900;
}

.footer-text a:hover {
	color: #fff;
}	
	
.footer-logo {
	width: 110px;
	height: 40px;
	float: right;
}


/**********************************************
*   Structure: Author box.         *
***********************************************/

#authorbox{  
	margin: 10px;
	padding: 10px;
	background: #000;
    overflow:hidden;  
}  
    #authorbox h4{  
        font-size:12px;  
        color:#fff;  
        margin:0;
        font-weight: normal;
        padding:0px 0px 5px 0px;  
    }  
.authortext{  
        padding-left:70px;  
    }  
#authorbox img{  
        margin:0;  
        float:left;  
    }  
 #authorbox h4 a{  
 		font-size: 12px;
 		font-weight: bold;
 		color: #ff9900;
        text-decoration:none;  
    }
    
 #authorbox h4 a:hover{  
        text-decoration:none;
        color: #fff;
 		font-size: 12px;
 		font-weight: bold;
    }

#authorbox p{  
		font-family: 'Trebuchet MS';
        color:#fff;
        font-size: 12px;
        font-weight: normal; 
        padding:0px 0px 5px 0px;  
        margin: 0;
    }
    
#authorbox a{  
        color:#ff9900;
        font-size: 11px;
    }
    
#authorbox a:hover{  
        color:#fff;
        font-size: 11px;
    }
    
.author-container {
	border: 1px solid #333333;
	padding: 5px;
}

.pleft {width:295px; float:left; height:365px; position:relative;}
.pright {width:295px; float:right; height:365px; position:relative;}
