/*
Theme Name: Pixeled
Theme URI: http://samk.ca/freebies/free-wordpress-theme-pixeled/
Description: Dark WP theme with 2-3 column layout, dropdown categories menu, multiple widget-ready placement and feedburner email form integrated, easy to customize. Created by <a href="http://samk.ca/">samk</a>. Enjoy!
Author: sam
Author URI: http://samk.ca/
Version: 1.9.1
Tags: black, blue, three-columns, two-columns, threaded-comments, fixed-width, theme-options, right-sidebar
.
Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
.
*/
* {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 10px 0;
  }

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Verdana, sans-serif;
  }

hr {
  color: #333;
  border: 1px solid #121212;
  }

pre {
  height: auto; 
  overflow-x:scroll;
  }

fieldset {
  margin: 0;
  padding: 0; 
  border: 0;
  }

dd {
  padding-left: 15px;
  }


p {
  font-size: 9pt;
  }

a {
  color: #00b9f2; #6598b8;
  text-decoration: none;
  outline: none;
  }

a:hover {
  color: #222;
  text-decoration: underline;
  }

a img {
  border: none;  
  }

blockquote {
  background: #070707;
  border: 1px solid #060606;
  padding: 5px 15px;
  margin: 10px 10px 5px 15px;
  font-style: italic;
  color: #fff;
  }

code {
  color: #3366cc;
  font-style: italic;
  }

strong {
  font-size: 110%;
  color: #404244;
  }

a:hover strong {
  color: #404244 !important;
}

a strong {
  color: #00B9F2 !important;
}

body {
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, sans-serif;
  width: 100%;
  background: #d8d8d8 url("images/body-bg.gif") repeat-x;
}


/* Header and wrapper */
#wrapper {
  margin: 0 auto;
  width: 980px;
  text-align: left;
  padding: 0;
}

#header {
  padding: 0;
  margin: 0;
  height: 98px;
  float: left;
  width: 980px;
}

#header .top {
	float: left;
	width: 980px;
	font-size: 10px;
	height: 22px;
}

#logo {
	float:left;
	padding:28px 0 10px 20px;
	width:350px;
}

#logo h1 {

  /*position:absolute;
  top:40px;*/
  float: left;
  width: 350px;
  
  /*padding:20px 0 0 20px;*/
  padding:20px 0 10px 20px;
}

#logo h1 {
  margin: 0;
  padding: 0;
  width: 350px;
}

#header #search-top {
  float: right;
}

#header #search-top p , #header #login1 p {
  margin: 0;
  padding: 0;
  float: left;
}

#header #search-top #searchbox , #header #login1 .input {
	background: url("images/top-input.jpg") no-repeat;
	border:none;
	color:#6D6E72;
	font-size:10px;
	height:18px;
	padding:2px 2px 0;
	width:136px;
	float: left;
}

#header #login1 #wp-submit {
	background:url("images/top-but.jpg") no-repeat;
	border:medium none;
	color:#fff;
	font-size:10px;
	font-weight:normal;
	height:22px;
	text-transform:uppercase;
	width:57px;
	padding:0 2px 4px;
}

#header #search-top .submitbutton {
  background:url("images/top-but.jpg") no-repeat;
  border:medium none;
  color:#fff;
  font-size:10px;
  font-weight:normal;
  height:22px;
  text-transform:uppercase;
  width:57px;
  padding:0 2px 4px;
}

#loginform , #registerform {
  float: left;
}

.page_item {
  padding:0 0 0 24px;
  list-style: none;
  float: left;
}

.page_item a {
	height:24px;
	padding-left:3px;
	padding-right:3px;
	padding-top:0;
	text-transform:uppercase;
	color:#00B9F1;
	line-height: 18px;
	text-align: right;
}

#header #login1 {
  float: left;
}

#header #login1 label {
  color:#fff;
	line-height:18px;
	padding: 0 3px;
	text-transform:uppercase;
  font-size: 10px;
  float: left;
}

#rememberme {
  margin: 0;
  padding: 0;
}

#header #login1 ul {
  float: left;
}

#header #login1 ul li {
  float: left;
  list-style: none;
}

#header #login1 h2 {
  float: left;
}


/* Menu */

#catnav {
  float:right;
  /*padding:46px 16px 0 0;*/
  /*padding:0 16px 0 0;*/
  margin:0;
  padding:0;
  width:585px;

}

#nav {
 

	
	display:inline;
	float:right;
	list-style-type:none;
	margin-top:46px;
	padding:0;
	width:584px;
	
}
  
#catnav #nav .current_page_item {
  padding: 0;
}  
  
#catnav #nav .current_page_item a {
	background-color:#fff;
	color:#6D6E72;
	font-size:12px;
	height:22px;
  padding:8px 0 0;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	width:112px;
	float: left;
}

#nav li {
  float: left;
  margin: 0 0 0 1px;
	background:#fff url(images/bg-menu.jpg) no-repeat;
	color:#fff;
	float:left;
	font-size:12px;
	height:30px;
  padding:0;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	width:112px;
}

#nav a {
	color:#fff;
	float:left;
	height:23px;
	line-height:14px;
	margin:0;
	padding:7px 0 0;
	text-align:center;
	width:110px;
	outline: none;
}

a {
  outline: none;
}


#nav li a:hover {
  color:#00B9F2;
  text-decoration: none;
  outline: none;
  /*height: 22px;*/
}


#main {
  background-color: #fff;
  padding: 20px;
  float: left;
  width:940px;
  margin: 0px !important;
}

#main #head {
  background-image: url(images/bg-head.jpg);
  background-repeat: no-repeat;
  height: 297px;
  width: 940px;
}

#main #head .txt p {
	font-size:12px;
  font-style:italic;
  line-height:18px;
  color:#6D6E72;
  margin: 0;
}

#head .txt .sign {
  font-style:normal;
  /*padding-left:400px;*/  
  padding-top:10px;
  float: right;
}

#head .txt a {
  display:block;
  font-weight:bold;
  margin:0;
  padding-left:10px;
  color:#6D6E72;
}

.logo_latest a {
	color:#00B9F2 !important;
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding-bottom:7px;
}

.sneak_preview , .sneak_preview a {
	color:#6D6E72;
  ine-height:18px;
  padding:0 0 0 11px;
  margin: 0;
}

#head .txt img {
  padding-right:10px;
}

#head #flash {
  float:left;
  height:277px;
  width:380px;
}

#head .logo {
  padding-top:10px;
  padding-bottom: 10px;
}

#head .txt {
  float:left;
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
  width:520px;
  padding-top:20px;
}

#head .txt a {
	display:block;
	font-weight:bold;
	margin:0;
	padding-left:10px;
}

#head .txt a:hover {
  text-decoration: none;
}

#contentwrapper {
  float:left;
  width:660px;
}

#contentwrapper .topPost1 {
	float: left;
	width: 660px;
}
	

#contentwrapper .topContent1 {
	float:left;
	padding:0;
	margin:0;
	width:535px;
}

#contentwrapper .topPost1 h2 {
	margin: 10px 0 0;
	padding:0;
	width: 535px;
	float: left;
}

#contentwrapper .author {
	background-color:#D8D8D8;
	float:left;
	height:75px;
	padding:10px;
	width:75px;
}

#contentwrapper .post-info , #contentwrapper .topPost {
	float:left;
	font-size:12px;
	padding-left:10px;
	padding-top:8px;
	color:#6D6E72;
}

#contentwrapper .post-info a , #contentwrapper .topPost a {
  font-size:12px;
  color:#6D6E72;
}

#contentwrapper .topMeta {
  margin: 0;
  padding: 0;	
  text-transform: uppercase;
  width: 535px;
}

#contentwrapper .post-info .topTitle a {
  color:#00b9f2;
  font-family:"Arial Black";
  font-size:24px;
  text-transform:uppercase;
}

#contentwrapper .topPost h2 {
	margin:0 0 15px;
	padding:0;
}

#contentwrapper .topPost h2 a {
	color:#6d6e72;
	font-size:26px;
	font-weight:bold;
}

#contentwrapper .post-cont {
	/*padding-bottom:25px;
	padding-left:105px;
	padding-right:10px;
	float: left;
	width: 535px;
	color:#6d6e72;*/
	
	color:#6D6E72;
  float:right;
  padding: 0 10px 25px 0;
  width:545px;
}

#contentwrapper .com-num , #contentwrapper2 .com-num {
	background:url(images/info.jpg) bottom no-repeat;
	float:left;
	font-family:"Arial Black";
	font-size:18px;
	height:36px;
	text-align:center;
	width:30px;
	margin-right: 5px;
	display: inline;
}


#contentwrapper .topComments , #contentwrapper .topMore , #contentwrapper .topTags {
	/*float:left;*/
	font-size:12px;
	font-weight:bold;
	padding:0 0 0 2px;
	margin:0;
	color:#6D6E72;
	line-height:24px;
	background-color: #fff;
}

#contentwrapper .topComments a {
  color:#6D6E72;
}

#contentwrapper .topMore a {
  color:#6D6E72;
  padding-left: 5px;
}

#contentwrapper .topComments a:hover , #contentwrapper .topMore a:hover {
  color:#00B9F2;
  text-decoration: none;
}

#contentwrapper .topTags a:hover { 
	color: #000;
	text-decoration: none;
}

/*-------------li in content------------*/

.topContent ul , .topContent1 ul {
  font-size: 9pt;
  list-style: none;
} 

.topContent ul li , .topContent1 ul li {
  background: url("images/li_bullet.gif") no-repeat left 2px;
  padding-left: 15px;
  line-height: 18px;
}


/*===============SITEBARS===============*/
#sidebars {
  float:right;
  width:272px; /*272*/
  margin: 0;
  padding: 0;
}

#sidebars ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  color:#6D6E72;
  font-size:12px;
  font-weight:bold;
}

#sidebars #sidebar_full , #sidebars #sidebar_left {
  float: left;
  background-color: #fff;
}

#sidebars #sidebar_full h2 , #sidebars #sidebar_left h2  {
	/*background:url(images/sb-bg-but-light.jpg) repeat-x;*/
	color:#6D6E72;
	font-size:10px;
	font-weight:bold;
	height:17px;
  padding:5px 0 0;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	width:87px; /*72px;*/
	margin: 0 0 0 20px;
	background-color: #E6E6E6;
}

#sidebars #sidebar_full .author-list , #sidebars #sidebar_left .list {
  background:url(images/sb-box-cont.jpg) repeat-y;
  padding:20px 20px 10px;
  float:left;
  width:232px;
}

#sidebars #sidebar_full .sb-foot {
	background:url(images/sb-box-foot.jpg) no-repeat;
	height:6px;
	float:left;
  width:272px;
}

#sidebars #sidebar_left .sb-foot {
  background:#fff url(images/sb-box-foot.jpg) no-repeat;
  height:6px;
  float:left;
  width:272px;
  /*padding-bottom: 20px;*/
}

#sidebars .sidebarbox {
  float: left;
  background-color: #fff !important;
}
  
#sidebars #sidebar_left .list a {
	font-size:12px;
	font-weight:bold;
	padding-bottom:3px;
	text-transform:uppercase;
	color:#6D6E72;
	margin:0;
  padding:0;
}

#sidebars #sidebar_full .user.with-name {
  float: left;
  padding-bottom: 10px; 
  width: 225px;

}

#sidebars #sidebar_full img.avatar {
	background-color:#6D6E72;
	float:left;
	height:40px;
	padding:5px;
	width:40px;
}

#sidebars #sidebar_full .name {
	float:left;
	font-size:12px;
	line-height:14px;
	padding-left:10px;
	width:140px;
	color: #6D6E72;
	font-family:"Arial Black";
  text-transform:uppercase;
  text-align: left;
  
}

#sidebars #sidebar_full .name a {
	color: #6D6E72;
}

.sb-cont li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sb-cont li a {
  color:#6D6E72;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0;
	/*text-transform:uppercase;*/
}
/*---------latest----------------*/
#box1-1 .new_popular {
  float: left;
  width: 230px;
  padding-bottom: 10px;
}

#box1-1 .new_popular a {
	color:#6D6E72;
	float:left;
	font-size:11px;
	font-weight:bold;
	line-height:18px;
	margin:0;
	padding:0 5px;
	/*text-transform:uppercase;*/
	width:135px;
}

#box1-1 .new_popular .com-num {
	background: url(images/info-sb.jpg) no-repeat bottom;
	color:#6D6E72;
	display:inline;
	float:right;
	font-family:"Arial Black";
	font-size:18px;
	height:36px;
	margin-right:0;
	text-align:center;
	width:30px;
}



/*----------popular---------------*/
#box1-3 .new_popular a {
	color:#6D6E72;
	float:left;
	font-size:11px;
	font-weight:bold;
	line-height:19px;
	margin:0;
	padding:0;
	/*text-transform:uppercase;*/
	width:197px;
}

#box1-2 .new_popular {
	border-bottom:1px solid #F3F3F3;
	float:left;
	padding-bottom:5px;
	padding-top:7px;
	width:230px;
}

.new_popular .com-num {
	background:url(images/info-sb.jpg) no-repeat bottom;
	display:inline;
	float:left;
	font-family:"Arial Black";
	font-size:18px;
	height:36px;
	margin-right:5px;
	text-align:center;
	width:30px;
	color:#6D6E72;
}

/*---------comments--------------*/
.author_author {
  text-transform: uppercase;
  color: #00b9f2;
  font-size: 12px;
  font-weight: bold;
}

.author_said {
  color: #6d6e72;
}

.author_text {
  color:#6D6E72;
  display:block;
  font-size:13px;
  padding-top:5px;
}

.sb-cont li {
  font-size: 12px;
  float: left;
  /*padding-bottom: 10px;*/
  margin-bottom: 10px;
  width: 235px;
  color: #6d6e72;
}

.more-link {
  color:#00B9F2;
	/*float:right;*/
	font-weight:normal;
	padding:5px 22px 0 10px;
  font-size:12px;
  background: url("images/li.png") no-repeat right;
}

.more-link:hover {
  color: #6d6e72;
  text-decoration: none;
}

/*=============sitebar od marka ==================*/

#sidebar {
  float: right;
  width: 272px;
  padding-bottom: 20px;
}
.box-menu ul {
  margin: 0px;
  list-style-type: none;
  overflow: hidden;
  width: 252px;
  float: left;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  background-color: #fff;
  /*display: block;*/
}
.box-menu ul a {
  /*display: block;*/
  height: 17px;
  padding-top: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  padding-top:5px;
  float: left;
  background-image: url(images/sb-bg-but-dark.jpg);
  width: 72px;
  text-align: center;
  margin-right: 1px;
}
.box-menu ul .active {
  /*display: block;*/
  height: 17px;
  padding-top: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #6d6e72;
  text-decoration: none;
  text-transform: uppercase;
  background-image: url(images/sb-bg-but-light.jpg);
  background-repeat: repeat-x;
  background-position: 0px 0px;
  width: 72px;
  text-align: center;
}   

.box-menu ul li {
	float: left;
}

#sidebar .sb-cont {
  background: url(images/sb-box-cont.jpg) repeat-y;
  float:left;
  padding:20px 20px 10px;
  width:232px;
}

#sidebar .box {
  padding-bottom: 20px;
}

#sidebar .sb-list-txt {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  display: block;
  padding-bottom: 3px;
  text-transform: uppercase;
}

#sidebar .sb-foot {
  background-image: url(images/sb-box-foot.jpg);
  height: 6px;
  background-repeat: no-repeat;
}

.sb-avatar {
  width: 40px;
  height: 40px;
  padding: 5px;
  background-color: #6d6e72;
  float: left;
}

.sb-post-info  {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #6d6e72;
  float: left;
  padding-left: 10px;
  line-height: 14px;
  width: 140px;
}

.sb-post-info   .sb-post  a {
  font-family: "Arial Black";
  font-size: 12px;
  color: #6d6e72;
  text-transform: uppercase;
}

#sidebar .sb-post {
  padding-bottom: 5px;
}

.sb-com-num {
  background-image: url(images/info-sb.jpg);
  height: 36px;
  width: 30px;
  text-align: center;
  font-family: "Arial Black";
  font-size: 18px;
  color: #6d6e72;
  background-position: center bottom;
  background-repeat: no-repeat;
  float: left;
  margin-top: 14px;
}

#sidebar .post-list-el {
  padding-bottom: 10px;
}
   
/*===========end od marka===================*/



/*===============FOOTER=================*/
#morefoot {
  background:#6D6E72 url(images/bg-footer.jpg) top repeat-x; 
	color:#fff;
	margin:0 auto;
	padding:20px 20px 10px;
	width:940px;
	float: left;
}

#morefoot .col1 {
  float:left;
  width:215px;
}

#morefoot .col2 {
  float:left;
  width:230px;
}
  
#morefoot .col3 {  
  float: right;
}

#morefoot .col1 h2 , #morefoot .col2 h3 {
	color:#fff;
	font-size:12px;
	padding-bottom:20px;
	text-transform:uppercase;
}

#morefoot .col2 p {
  font-size:11px;
}

#morefoot .sidebarbox ul a {
	color:#fff;
	font-size:10px;
	padding-bottom:4px;
	text-transform:uppercase;
}

#morefoot #searchform #searchbox {
	border:1px solid #333;
	color:#333;
	font-size:12px;
	padding:1px;
	width:150px;
}

#morefoot #searchform .submitbutton {
	color:#000;
	font-size:10px;
	height:17px;
	padding:2px 4px;
	border: 0;
}

#searchform p {
  margin: 0;
  padding: 0;
}

.col3 #toprss a {
  color:#fff;
  font-size:10px;
  text-transform:uppercase;
}

.col3 #toprss a:hover {
  text-decoration: none;
}
  
#morefoot ul , #footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}

#morefoot ul li, #footer ul li {
  margin: 0;
  padding: 0;
  float: left;
}


#morefoot .sidebarbox ul li {
  width: 210px;
}

#footer {
  background:#6D6E72; 
  color:#fff;
  margin:0 auto;
  padding:20px 20px 10px;
  width:940px;
  float: left;
}

#footer #footerleft {
  float: left;
}

#footer #footerleft p {
  float: left;
  color:#fff;
  font-size:10px;
  text-transform:uppercase;
  margin: 0;
  padding: 0;
}

#footer #footerleft a {
  color:#fff;
}

#footer #footerleft a:hover {
  color:#fff;
}

#footer #footerright {
  float: right;
}	

#footer #footerright ul {
	font-size:10px;
	text-transform:uppercase;
	width:320px;
}

#footer #footerright ul li {
	float:right;
}

#footer #footerright ul li a {
  color:#fff;
  padding-left:5px;
  padding-right:5px;
}

/*===============ABOUT US==========*/

#contentwrapper2 .topPost h2 {
  margin: 0 0 15px 0;
  padding: 0;
}
 
#contentwrapper2 .topPost h2 a {
  color: #6d6e72;
  font-size: 26px;
  font-weight: bold;
}

#contentwrapper2 .topPost p {
  color: #6d6e72;
  line-height: 18px;
  margin:0;
}

#contentwrapper2 .topContent {
	border:0;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  padding: 10px 0;
  float: left;
  width:935px;
}

/*==============CONTACT============*/
#contentwrapper .topPost h2 {
  margin: 0 0 15px 0;
  padding: 0;
}

#contentwrapper .topPost h2 a {
  color: #6d6e72;
  font-size: 26px;
  font-weight: bold;
}

#contentwrapper .topContent {
  border:0;
  border-bottom: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
  padding: 10px 0;
  float:left;
  width:640px;
}

.wpcf7 {
  float: left;
  background-color: #e6e6e6;
  width:640px;
}

.wpcf7-form {
  float: left;
  width:600px;
  padding: 20px;
}

.wpcf7-form .label {
  float: left;
  margin: 0;
  padding: 0;
  color: #6d6e72;
  font-size: 12px;
  font-weight: bold;
  width: 145px;
}

.wpcf7-form .label-textarea {
  float: left;
  margin: 0;
  color: #6d6e72;
  font-size: 12px;
  font-weight: bold;
  width: 67px;
  padding: 0 0 0 23px;
}
.wpcf7-form p {
  margin: 0;
  padding: 0;
}

.wpcf7-form .inputs {
  float: left;
  width: 300px;
}

.wpcf7-form .textarea {
  float: right;
}

.wpcf7-form .form-row {
  float: left;
  width: 300px;
  padding: 0 0 5px 0;
  margin: 0;
}

.wpcf7-form .form-row-submit {
  float: left;
  width: 600px;
  padding-top:5px;
}

.wpcf7-form span input {
	border:1px solid #333333;
	color:#333333;
	font-size:12px;
	height:16px;
	margin:0;
	padding:1px;
	width:150px;
	float: left;
}

.wpcf7-form .form-row-submit .submit input{
	background-color:#5E5E61;
	border:1px solid #333;
	color:#fff;
	font-size:12px;
	height:20px;
	padding:0 0 2px;
	width:80px;
  text-transform:uppercase;
  float: right;
}

.wpcf7-form span textarea {
  border:1px solid #333;
  color:#333;
  font-size:12px;
  padding:1px;
  width:206px;
  height: 166px;
  /*float: left;*/
}

span.wpcf7-not-valid-tip {
	background:#fff;
	border:1px solid #f00;
	font-size:10pt;
	left:14px;
	padding:2px;
	position:absolute;
	width:200px !important;
	z-index:100;
}

div.wpcf7-validation-errors {
	border:2px solid #ce0000;
	float:left;
	margin:20px 0 0 !important;
	width:565px;
}

div.wpcf7-mail-sent-ok {
  border:2px solid #398F14;
  float:left;
  margin:20px 0 0 !important;
  width:565px;
}

/*============CoMMents============*/
.comment {
  float: left;
  padding-left: 105px;
}

.commentlist {
  list-style: none;
}

.commentlist li {
  margin-bottom: 20px;
}

.gravatar img {
  background-color:#d8d8d8;
  float:left;
  height:75px;
  padding:10px;
  width:75px;
}

.avatar-nick-comment {
  float: left;
  width: 105px;
}

.avatar-nick-comment cite {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  color: #00b9f2;
  float:left;
  padding-left:10px;
  padding-top:5px;
  
}

.avatar-nick-comment cite a {
	color: #00b9f2;
}

.commentbody {
	background-color:#d8d8d8;
	float:left;
	padding:10px;
	width:415px;
}

.commentmetadata {
  color:#6d6e72;
  font-size: 10px;
  width: 415px;
}

.commentmetadata a {
  color:#6d6e72;
}

.commentbody p {
	font-size:12px;
	line-height:18px;
	margin:10px 0 0;
	padding:0;
}

.commentbody em {
	color:#6598B8;
	float:left;
	font-size:12px;
	margin-bottom:5px;
	width:415px;
  
}

.post-cont small {
	background-color:#FFFFFF;
	color:#6D6E72;
	float:left;
	font-size:12px;
	font-weight:bold;
	line-height:24px;
	margin:0;
	padding:0;
}

.post-cont small a {
  color:#6D6E72;
}

.post-cont small a:hover {
  color:#00B9F2;
  text-decoration:none;
}

#respond {
  background-color: #e6e6e6;
  float: left;
  width:615px;
  padding: 15px;
  margin-bottom:15px;
}

#respond h3 {
  padding:0 0 10px;
	margin: 0;
  color: #6d6e72;
  font-size: 18px;
  font-weight: bold;
  font-family: "Arial Black";
}


#commentform .inputs {
	float: left;
	width: 200px;
}

#commentform , #commentform input {
  margin: 0;
  padding: 0;
  
}

#commentform p {
  margin: 0;
  padding: 0;
}

.commentmetadata .comment-edit-link {
  color: #00b9f2;
}

/*#commentform a {
  color:#00B9F2;
}*/

#commentform label {
	color:#6D6E72;
	float:left;
	padding-bottom:2px;
}

#commentform .input {
  margin: 0 0 5px 0;
  padding: 0;
  width: 195px;
  height: 29px;
  border: 1px solid #cfcfcf;
  float: left;
}

#commentform textarea {
	border:1px solid #cfcfcf;
	float:right;
	height:132px;
	margin:15px 0 0;
	padding:0;
	width:393px;
}

#commentform .submitbutton {
	background-color:#545557;
	border:0 none;
	color:#fff;
	float:right;
	font-size:10px;
	height:22px;
	padding:0 2px 2px;
	text-transform:uppercase;
}

.submit-row {
	float:left;
	margin:10px 0 0 !important;
	width:615px;
}

.reply {
	color:#00B9F2;
	float:right;
	font-size:12px;
	padding:7px 0 3px 3px;
  background: url("images/li.png") no-repeat right;
}

.reply a {
  color:#00B9F2;
  text-decoration: none;

  padding:0 23px 0 0
}

ul.commentlist {
  width: 645px;
}

.topContent1 img {
  /*float: left;
  padding: 0 10px 0 0;*/
}

#sidebar .author_text {
	color:#6D6E72;
	display:block;
	font-size:13px;
	font-style:italic;
	font-weight:normal;
	padding-top:5px;
}


/*===========Autor================*/
.postauthor {
  float: left;
  width: 620px;
  background-color: #e6e6e6;
  padding: 15px;
  margin-top:22px;
}

.postauthor .data {
  float: left;
  width: 520px;
}

.postauthor p {
  float: left;
  width: 255px;
  color: #6d6e72;
  font-weight: bold;
}

.postauthor p.bio-description {
  width: 500px;
  font-weight: normal;
}

.postauthor p strong {
  font-weight: normal;
  color: #6D6E72;
}

.postauthor .photo {
  float: right;
}

.postauthor .photo img {
  background-color:#d8d8d8;
  height:75px;
  padding:10px;
  width:75px;
}

.profile-name {
  color:#6d6e72;
  font-size:26px;
  font-weight:bold;
  border-bottom:#d8d8d8 solid 1px;
  padding:0 0 10px 0;
  margin: 0 0 10px 0;
}

.profile-name a {
  color:#6d6e72;
}

.member-information {
  color:#6d6e72;
  font-size:18px;
  font-weight:bold;
  padding:0 0 10px 0;
  margin: 0;
}

.send-button {
  border-top:#d8d8d8 solid 1px;
  padding: 10px 0 0 0;
  margin: 10px 0 0 0;
  float: left;
  width: 650px;
}

.send-button .button {
  float: right;
  background-color: #565658;
  height: 18px;
  line-height: 18px;
  text-transform: uppercase;
  color: #fff;
  font-size: 10px;
  padding: 0 5px;
}

.send-button .button:hover {
	text-decoration: none;
}

.sb-cont-long {
  float: left;
  width: 650px;
  margin:10px 0 0;
}

.sb-cont-long li {
  border-bottom:1px solid #DDDDDD;
  color:#6D6E72;
  float:left;
  font-size:12px;
  margin:10px 0 0;
  padding-bottom:10px;
  width:650px;
  list-style: none;
}

.sb-cont-long li a {
  color:#6D6E72;
  font-size:12px;
  font-weight:bold;
  margin:0;
  padding:0;
}

/*============CATEGORY============*/

.categoryPost {
  float:left;
  width:660px;
  border-bottom: 1px solid #ededed;
  margin-bottom:20px;
  padding-bottom:5px;
}

.categoryTitle {
  float: left;
  color:#00B9F2;
  font-family:"Arial Black";
  text-transform:uppercase;
  margin:2px 0 0;
  padding:0;
  font-size:24px !important; 
  font-style:normal;
  font-weight:normal;
  width:659px;
}

.categoryTitle a {
  color:#00B9F2;
}

.categoryContent {
	color:#6D6E72;
	float:left;
	padding:0 10px 0 0;
	width:645px;
}

.categoryContent p , .topContent1 p {
  margin:10px 0 0;
  padding: 0 0 10px 0;
  line-height:18px;
}

.categoryMeta {
  margin:0;
  padding:0;
  text-transform:uppercase;
  color:#6D6E72;
  width:659px;
}

.categoryMeta a {
  color:#6D6E72;
  font-size:12px;
}

.categoryComments, .categoryMore, .categoryTags {
	background-color:#fff;
	color:#6d6e72;
	/*float:left;*/
	font-size:12px;
	font-weight:bold;
	line-height:24px;
	margin:0;
	padding:0 0 0 2px;
}

.categoryComments a , .categoryMore a  {
  color: #6d6e72;
  text-decoration:none;
}

.categoryComments a:hover , .categoryMore a:hover {
  color:#00b9f2;
  text-decoration:none;
}

.categoryTags a {
  color: #00b9f2;
  text-decoration:none;
}

.categoryTags a:hover {
  color:#000;
  text-decoration:none;
}

.posts {
  float: left;
  width: 660px;
}

/*============AUTHORS=============*/

#authors_list  {
  float: left;
  width: 660px;
}

#authors_list .user_data {
  float: left;
  width: 660px;
  padding-bottom: 20px;
}

#authors_list .user_avatar img {
	background-color:#d8d8d8;
	float:left;
	height:75px;
	padding:10px;
	width:75px;
	margin-right: 15px;
	display: inline;
}

.shortcode-author-avatars , .shortcode-author-avatars .user.with-name {
  float: left;
  width: 630px;
}

#authors_list .user_first_name , #authors_list .user_last_name {
  float: left;
  color:#00B9F2;
  font-family:"Arial Black";
  text-transform:uppercase;
  margin:2px 0 0;
  padding:0;
  font-size:24px !important; 
  font-style:normal;
  font-weight:normal;
}

#authors_list .user_last_name {
  padding-left: 15px;
}

.shortcode-author-avatars .user.with-name {
  margin-bottom: 10px;
}

#authors_list .user_first_name a , #authors_list .user_last_name a {
  color:#00B9F2;
}

.author-list a , .author-list a:hover {
  text-decoration: none;
  color: #00B9F2;
}

#authors_list .joined_tab , #authors_list .joined_date {
  color:#6D6E72;
  font-size:12px;
  float: left;
}

#authors_list .joined_date {
  padding-left: 5px;
} 
 

#authors_list .joined {
  float: left;
  width: 540px;
}

#authors_list  .user_description {
	float:left;
	font-size:13px;
	padding-top:7px;
	width:535px;
}

/*  Using 'class="alignright"' on an image will (who would've
  thought?!) align the image to the right. And using 'class="centered',
  will of course center the image. This is much better than using
  align="center", being much more futureproof (and valid) */

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }

.aligncenter {
  display: block;
  margin:10px auto;
}

img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
  }

img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
  }

.alignright {
  float: right;
  }

.alignleft {
  float: left
  }
/* End Images */

#nextprevious {
  float:left;
  font-size:14px;
  font-weight:bold;
  width:660px;

}


/*===============LANGUAGE-FLAGS=================*/
#lang_sel {
	float:left;
	font-family:arial,sans-serif;
	height:17px;
	padding-left:0;
	/*padding-top:5px;*/
	width:102px;
}

#lang_sel a.nl {
	border:0;
  float: left;
  padding-left:10px;
  width: 14px !important;
  height: 11px !important;
  background: url("images/netherlands_white.jpg") no-repeat;
}

#lang_sel a.nl_active {
	border:0;
	float:left;
	width: 14px !important;
  height: 11px !important;
  padding-left:10px;
	background: url("images/netherlands.jpg") no-repeat;
}

#lang_sel a.nl:hover {
  text-decoration:none;
  background: url("images/netherlands.jpg") no-repeat;
}

#lang_sel a.en {
  float: left;
  width: 14px !important;
  height: 11px !important;
  padding-left:10px;
  background: url("images/united_kingdom_white.jpg") no-repeat;
  border:0;
}

#lang_sel a.en:hover {
  text-decoration:none;
  background: url("images/united_kingdom.jpg") no-repeat;
}

#lang_sel a.en_active {
	border:0;
	float:left;
	width: 14px !important;
  height: 11px !important;
  background: url("images/united_kingdom.jpg") no-repeat;
}