/*
Theme Name:wptheme
Description:wp theme.net custom theme.
Version:  1.00
Author: wptheme
Author URI: http://wptheme.net
*/



body {
	margin:0;
	padding-top:0px;
	background:#fff url(images/bg.png) repeat-x top;
	font-family:Tahoma,Verdana,sans-serif;
	color:#ccc;
	font-size:13px;
	}
img {
	border:0;
	}
a {
	color:#252525;
	text-decoration:none
	}
a:hover {
	color:#000000;
	text-decoration:none
		}
h1, h2, h3, h4, h5, h6 {
	
	}
blockquote {
	padding-left:10px;
	color:#8a584e;
	font-style: normal;
		}
	
.clear {
	clear:both;
	}
.alignleft {
	float:left;
	padding:2px 0px 0 2px;
		border-bottom: 1px #999 dashed;
	}
.alignright {
	float:right;
	padding:2px 1px 0 0;
	border-bottom: 1px #999 dashed;
	}


/* The Wrapper */

#wrapper {
	width:980px;
	margin:0 auto;
	background:transparent;
	}

#container{
	width:980px;
	height:100%;
	background:#fff;
	}	

/* The Top */

.top {
	height:80px;
	margin-top:0px;
	}
	
.blogname {
	float:left;
	width:700px;
	font-family:Century gothic, Helvetica, sans-serif;
	}
.blogname h1  {
	text-indent:-10000px;
	margin:0px 0px 0px 15px;
	padding:0;
	text-decoration: none;
	}

.blogname h1  a:link, .blogname h1  a:visited{ 
	display:block;
	background:url(images/logo.png) no-repeat left;
	height:75px;
	border:none;
	}

.blogname h1  a:hover { 
	color: #fff; 
	text-decoration: none; 
	background-color:transparent;
	}	

.blogname h2 {
	margin:0px 0 0 40px;
	font-size:14px;
	font-weight:normal;
	color:#fff;
	}
#banner{
	width:980px;
	height:150px;
}
#banner img{
	float:left;
	width:125px;
	height:125px;
	overflow:hidden;	
	margin:3px 0px 0px 2px;
	padding:0px 7px 0px 6px
	
}
/* The Search */

.search {
	height:29px;
	padding:0px 15px 0 14px;
	float: right;
	}
.search form {
	background:transparent;
	width:200px;
	height:29px;
	padding-top:5px;
	padding-left:5px;
	}
.search input {
	float:left;
	}
.search input#s {
	width:160px;
	border:none;
	background:#fff;
	font-size:16px;
	color:#aeaeae;
	height:20px;
	}
.search input#submit {
	border:none;
	background:#fff;
	font-size:16px;
	color:#aeaeae;
	height:22px;
	width:35px;
	}
	
/* CSS MENU BEGINS */
#menucontainer{
	height:35px;
	background:transparent;
	display:block;
	padding:5px 0 0px 15px;
	border-top:1px solid #3F312B;
}
#menu{
	position:relative;
	display:block;
	height:24px;
	font-size:11px;
	font-weight:bold;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	width:750px; 
	float:left;
}
#menu ul{
	margin:0px;
	padding:0;
	list-style-type:none;
	width:auto;
}
#menu ul li{
	display:block;
	float:left;
	margin:0 10px 0 0px;
}
#menu ul li a{
	display:block;
	float:left;
	color:#fff;
	text-decoration:none;
	padding:2px 15px 0 15px;
	height:17px;
	background:#666666;
	border:1px solid #ddd;
		border-radius:5px; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
}
#menu ul li a:hover{
	color:#fff;
	background:transparent url(images/menu_bg-OFF.gif) no-repeat top right;
}
#menu ul li a.current,#foxmenu ul li a.current:hover{
	color:#fff;
	background:transparent url(images/menu_bg-OFF.gif) no-repeat top right;
}

/* The Content */
#bigcolumn {
	float: left;
	width: 980px;
	padding: 0 0 10px 0;
	}
#singlecolumn{
	float: left;
	width: 750px;
	padding:0px 0px 0px 0px;
}	
#single{
	float: left;
	width: 785px;
	padding:0px 0px 0px 5px;
}
.boxthumb{
	width: 300px;
	margin: 10px 13px  0px 13px;
	float: left;
	background:#fff;
	display:inline;
}

.boxthumb .title{
	height:23px;
}

.boxthumb h2 {
  	margin: 0px 0px 0px  0px;
	padding: 2px 5px 0px 0px;
	font:bold 18px arial, sans-serif;
	}

.boxthumb h2 a, .boxthumb h2 a:link, .boxthumb h2 a:visited  {
	color:#252525;
	background-color: transparent;
	}
	
.boxthumb h2 a:hover  {	
	color:#000000;
	background-color: transparent;
}
.boxthumb .postmetadata {
	margin: 0px ;
	padding: 10px 0px 0px 0px;
	height:24px;	
	font:  13px Verdana, Arial, sans-serif;
	text-align: left;
	}
.boxthumb a:link,
.boxthumb a:visited {
	color:#555;
	background-color: transparent;
}
.boxthumb a:hover {
	color: #111;
	background-color: transparent;
	text-decoration: none;
}
.entry {
	margin: auto;
	padding: 0px 0px;
	}
.entry img{
	float:left;
	margin:5px 0px 0px 0px;
	background:#c6c6c6;
	
}
.imageborder img{
	border:3px solid #c6c6c6;
		border-radius:2px; 
	-moz-border-radius:2px; 
	-webkit-border-radius:2px;
}
.imageborder:hover img{
	border:3px solid #666666;
}
.entry2{
	margin: auto;
	padding: 0px 0px 0px 0px;
	border:3px solid #c6c6c6;
	border-radius:2px; 
	-moz-border-radius:2px; 
	-webkit-border-radius:2px;
	}
.post {
	margin-left:0px;
	margin-top:20px;
	height: 100%;
	color:#fefefe;
	float:left;
	width:342px;
	}
.postad {
	margin-left:30px;
	margin-top:77px;
	height: 280px;
	color:#fefefe;
	float:left;
	width:342px;
	border:3px solid #c6c6c6;
	border-radius:2px; 
	-moz-border-radius:2px; 
	-webkit-border-radius:2px;
	}
	}
.post h2 {
	margin: 0 0;
	padding: 2px 5px 0px 0px;
	height:30px;
	font:bold 18px arial, sans-serif;
	}

.post h2 a, .post h2 a:link, .post h2 a:visited  {
	color: #BF7C5F;
	background-color: transparent;
	}

.post h3 {
	margin: 0 0;
	padding: 5px 0px 0px 0px;
	height:23px;
	background:#ec8101 ;
	text-align: left;
	font: bold  14px "century gothic", Arial, sans-serif;
	}
	
.post .postmetadata {
	margin: 0 0;
	padding:3px 15px 5px 5px;
	background:#2B201B;
	font: normal 14px Verdana, Arial, sans-serif;
	display:block;
	}

.post a:link,
.post a:visited {
	color: #fff;
	background-color: transparent;
}

.post a:hover {
	color: #aaa;
	background-color: transparent;
	text-decoration: none;
}

.meta {
	margin: 10px 10px 0 0px;
	padding: 0px 0px;
	height: 100%;
	color:#555;
	font-size:13px;

	text-align: justify;
	float:left;
	width:700px;
	line-height:26px;
	
	}
.metabar{
	border:1px solid #cccccc;
	background:#eeeeee;
	width:700px;
	text-align: justify;
	padding:0px 0px 0px 10px;
	color:#555;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
		border-radius:3px; 
	-moz-border-radius:3px; 
	-webkit-border-radius:3px;
}
.metabar p{
	width:700px;
	text-align: justify;
	
}
.meta b{
	color:#4093ce;
	font-size:14px;
}

.plink {
	margin: 0px 0px 0px 0px;
	height:40px
	}

.date {
	font-size:13px;
	font-family:Tahoma, century gothic,Arial,Verdana,Helvitica,sans-serif;
	padding:0px 5px 0px 0px;
   	color:#222;
   	margin: 10px 0px 10px 0px;
	text-transform: uppercase;
	border:1px solid #ccc;
	background:#eee;
	width:710px;
	border-radius:3px; 
	-moz-border-radius:3px; 
	-webkit-border-radius:3px;
	}

.author{
	color:#555;
	padding:1px 5px 1px 0px;
	margin-left:5px;
	
	}
.author a:link,
.author a:visited {
	color:#555;
}
.author a:hover{
	color:#000;
}
.clock{
	color:#555;
	padding:2px 5px 2px 5px;
	margin-left:10px;
	
}	
.time{
	color:#555;
	padding:2px 5px 2px 5px;
	margin-left:10px;
}
.lcs{
	color:#555;
	padding:2px 5px 2px 5px;
	margin-left:10px;
}
.comm{
	color:#000;
	padding:2px 5px 2px 5px;
	background:#063261;
	margin-left:10px;
	border-radius:3px; 
	-moz-border-radius:3px; 
	-webkit-border-radius:3px;
}

.comm a:link,
.comm a:visited {
	color:#fff;
}
.comm a:hover{
	color:#fff;
}

.preview{
	margin: 0px 0px 0px 10px;
	float:left;
	padding:2px 30px 2px 30px;
	color:#000;
	border:1px solid #4eaf21;
	background: #4eaf21;
		border-radius:3px; 
	-moz-border-radius:3px; 
	-webkit-border-radius:3px;
}
.preview a:link,
.preview a:visited {
	color:#fff;
	font-size:14px;
	font-weight: bold;
	text-transform: uppercase;
}
.preview a:hover{
	color:#fff;
}
.download{
	margin: 0px 0px 0px 53px;
	float:left;
	padding:2px 25px 2px 25px;
	color:#000;
	border:1px solid #d54e21;
	background: #d54e21;
		border-radius:3px; 
	-moz-border-radius:3px; 
	-webkit-border-radius:3px;
}	
.download a:link,
.download a:visited {
	color:#fff;
	font-size:14px;
	font-weight: bold;
	text-transform: uppercase;
}
.download a:hover{
	color:#fff;
}
.page {
	margin: 20px 5px 0 5px;
	padding: 10px 5px;
	height: 100%;
	color:#252525;
	font-size:15px;
	background:#fff;
	text-align: left;
	width:750px;
	float:left;
	}
.page h2 {
	margin: 0 0;
	padding: 2px 0px 0px 0px;
	height:30px;
	color:#252525;
	text-align: left;
	font: normal  20px  Arial, sans-serif;
	
	}
	
	
.cloud{
	height:150px;
	width:1000px;
	float:left;
	margin:0 auto;
	background:#000;
	text-align:center;
}
.cloud a{
	color:#BF7C5F;
}
.cloud a:hover{
	color:#ccc;
}
	
.cloud ul {
	padding:2px 5px 2px 5px;
	color:#BF7C5F;
	}
.cloud li{
	list-style:none;
}
	
/*SIDEBAR*/
.rightcolumn{
	float:right;
	width:200px;
	padding-right:5px;
	padding-top:25px;
}

.sidebar {
	float:right;
	width:200px;
	padding-top:0px;
	font-size:13px;
	}

.sidebar h2 {
	height:27px;
	line-height:27px;
	font-size:16px;
	color:#ffffff;
	font-family: arial;
	margin:0;
	padding:0px 0 0 5px;
	background:#4eaf21;
	border: 1px solid #dedede;
		border-radius:3px; 
	-moz-border-radius:3px; 
	-webkit-border-radius:3px;
	}
.sidebar ul {
	list-style-type: none;
	margin: 0 ;
	padding: 0;

	}
.sidebar ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;

	}

.sidebar ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;

	}

.sidebar ul ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;

	}

.sidebar li {
	list-style-type: none;
	margin: 0 0 15px 0;
	padding: 0;

	}

.sidebar li li {
	list-style-type:none;

	margin: 0;
	padding: 3px 10px 3px 10px;

	}

.sidebar li li li {
	list-style-type:none;
	border:0;
	margin: 0;
	padding: 3px 10px 3px 2px;

	}

.sidebar li li li li {
	list-style-type:none;
	border:0;
	margin: 0;
	padding: 3px 10px 3px 10px;

	}

.sidebar p {
	padding: 7px 10px;
	background:#1F1411;
	margin:0;

	}
.sidebar  a:link, .sidebar  a:visited{
	color:#d54e21;
		}	
.sidebar  a:hover {
	color:#444;
		}
.sidebar table {
	width:100%;
	text-align:center;
	background-color:#1F1411;
	}

/* --- FOOTER --- */
#footer {
	height:35px;
	padding:6px 0 0 0px;
	margin:38px 0 0 0;
	background:#fff;
	color:#5F4235;
	font-size:12px;
	font-weight:normal;
	letter-spacing:1px;
	text-align: center;
	
	}
#footer a {
	color:#252525;
	text-decoration:none;
	}
#footer a:hover {
	color:#ccc;
	}

	
/* The Navigation */

#navigation {
	float:left;
	height:25px;
	padding: 5px 0px 5px 10px;
		}
/* The Attachment */
.contentCenter {
	text-align:center;
	}
/* The Page Title */
h2.pagetitle {
	padding:0;
	margin:0px 0 5px 0;
	font-size:18px;
	text-align:center;
	}
/* The Comments */

.comments {
	float:left;
	}
.comments form {
	}
.comments textarea {
	width:90%;
	height:156px;
	background:#fff;
	border:1px solid #999999;
	color:#ccc;
	padding:10px;
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}
		border-radius:3px; 
	-moz-border-radius:3px; 
	-webkit-border-radius:3px;
#commentform {
	padding-left:25px;
	}
#commentform input {
	background:#fff;
	border:1px solid #ccc;
	color:#ccc;
	padding-left:10px;
	}
.comments input#submit {
	padding:0;
	width:81px;
	height:31px;
	background:#201614;
	}
.comments h2 {
	font-size:19px;
	line-height:30px;
	margin:24px 0 0 23px;
	padding:0 0 0 5px;
	font-weight:normal;
	color:#252525;
	}
.comments ol li p {
	padding:0;
	margin:10px 0;
	}