body {
  /*Text*/
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  text-align: center;
  
  /*Background*/
  background-color: #c7c8d0;
  background-image: url('http://gmtutorials.com/images/bkg.jpg');
  background-repeat: repeat-x;
  
  /*Size*/
  width: 90%;
  min-width: 850px;
  max-width: 1200px;
  
  /*Margin & padding*/
  margin: 0px auto;
  padding: 0px;
}

div.header {
  /*Background*/
  background-image: url('http://gmtutorials.com/images/head_bkg.jpg');
  
  /*Size*/
  height: 129px;
  min-height: 129px;
  margin-right: 15px;
}

div.logo {
  /*Background*/
  background-image: url('http://gmtutorials.com/images/logo.jpg');
  background-repeat: repeat-y;
  
  /*Size*/
  height: 129px;
  min-height: 129px;
  width: 242px;
  
  margin-right: 21px;
  
  float: left;
}

div.logo h1 {
  display: none;
}

div.header div.right {
  padding-top: 49px;
  padding-right: 20px;
  margin: 0;

  float: right;
  
  color: #FFFFFF;
  font-size: 10px;
  
  background-image: url('http://gmtutorials.com/images/head_right.jpg');
  background-repeat: repeat-y;
  background-position: top right;
  

}

div.header div.right a {
	color: #FFFFFF;
}

div.header div.right a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

div.header div.menu {
	padding-top: 93px;
}

div.menu ul, div.menu li {
	margin: 0;
	padding: 0;
	
	display : inline;
	list-style-type : none;
	
	margin : 0;
	padding : 0;
}

div.menu a.selected {
	background-image: url('http://gmtutorials.com/images/button.png');
}

div.menu a {
	color: #ffffff;
	font-weight: normal;
	font-size: 11px;
	
	padding: 0px 7px;
	
	text-decoration: none;

	line-height: 35px;
	height:35px;
	display:block;
	
	float: left;
	
	margin-right: 5px;
}


div.submenu {
	background-color: #d2d2d2;
	background-image: url('http://gmtutorials.com/images/logo2.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	
	margin-right: 15px;
	
	line-height: 23px;
	
	text-align: center;
}

div.submenu ul, div.submenu li {
	margin: 0;
	padding: 0;
	
	list-style-type: none;
}

div.submenu li {
	margin-right: 5px;
	
	/*float: left; */
	display: inline;
}

div.submenu a  {
	color: #000000;
	font-size: 11px;
	
	text-decoration: none;
}

/** Title stuff **/

h2 {
	color: #BC4707;
	font-size: 17px;
	font-weight: normal;
	margin: 10px 5px 0px 0px;
	padding: 0px;
}

h2 a, h3 a, h4 a {
	text-decoration: none;
	color: #BC4707;
}

h3 {
	color: #BC4707;
	font-size: 14px;
	font-weight: normal;
	margin: 10px 5px 0px 0px;
	padding: 0px;
}

h4 {
	color: #b84404;
	font-size: 11px;
	font-weight: normal;
	
	margin: 0px;
	padding: 0px;
}


div.small {
	color: #636363;
	font-size: 11px;
	
	margin-top: -1px;
	margin: -1px 5px 15px 0px;
}

div.small a {
	color: #636363;
}

div.author {
	color: #636363;
	font-size: 11px;
	
	margin-top: -1px;
	margin: 0px 5px 10px -4px;
}

div.text {
	margin: 5px;
}

div.navbar {
	margin: 2px 0px 14px 0px;
	color: #777;
	font-size: 11px;
}

div.navbar a {
	color: #555;
	text-decoration: underline;
}

div.footer {
	margin: 0px 15px 30px 15px;

	background-color: #000000;
	background-image: url('http://gmtutorials.com/images/foot_left.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

div.footer div {
	background-image:url('http://gmtutorials.com/images/foot_right.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	
	width: 100%;
	
	color: #FFFFFF;
	font-size: 11px;
	
	text-align: center;
	
	line-height: 30px;
}

div.footer div a {
	color: #FFFFFF;
}
div.footer div a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

div.content {
	background-color: #FFFFFF;
	padding: 20px;
	margin-left: 15px;
	margin-right:15px;
}

div.comment {
  margin: 10px;
  padding: 15px;
  padding-left: 60px;
  
  background-color: #F7F3F3;
  background-image: url('http://gmtutorials.com/images/quote.jpg');
  background-repeat: no-repeat;
  
  border:1px solid #D2D2D2;
}

div.comment div.side {
	margin-left: 30px;
	padding-left: 15px;
	margin-bottom: 10px;

	width: 225px;

	border-left: 1px solid #D2D2D2;

	float: right;

	font-size: 11px;
}

div.replies {
	margin: 20px 100px 0px 0px;

	background-color: #f0f0f0;
	
	padding: 20px;
}

div.reply {
	margin: 10px;
}


div.content div.right {
	float: right;
	
	background-color: #F7F3F3;
	
	padding: 5px;
	margin: 5px;
	
	width: 25%;
}

div.content div.left {
	width: 70%;
	float: left;
}


div.article h3, div.article_h h3 {
	margin: 0;
}

div.article, div.article_h {
	padding: 10px;
	margin-bottom: 7px;
	margin-top: 7px;
}

div.article {
	background-color: #fafafa;
}

div.article_h {
	background-color: #f7f3f3;
}


div.rss {
	text-align: center;
}

div.rss a {
	text-decoration: none;
}

div.rss img {
	margin-bottom: 5px;
}

ul.examples {
	padding: 0;
	margin: 0;
}


ul.examples li	{
  padding: 0px;
  float: left;
  width: 20%;
  margin: 0px;
  padding: 10px;
  list-style-type: none;
}

ul.screenshots li	{
  padding: 0px;
  float: left;
  margin: 0px;
  padding: 10px;
  list-style-type: none;
}


table {
	border: 1px solid #D2D2D2;
	padding: 1px;
	margin: 5px;
}

td {
	background-color: #FAFAFA;
}

tr.h td {
	background-color: #F7F3F3;
}

td,tr.h td {
	padding:3px;
}

/********* Old shit below *********/

img {
  border: 0px;
}

div {
  text-align: left;
}

a {
  color: #035479;
  text-decoration: underline;
}

a:hover {
  color: #DC6504;
  text-decoration: underline;
}

form p {
	padding: 2px;
	margin: 0px;
}

.content h1 {
	font-weight: bold;
	margin: 10px; 
	font-size: 14px;
}

.title-row {
  background-color: #dedede;
  text-align: right;
  padding: 4px;
  font-size: 11px;
  color: #3a3a3a;
}

* html .item { height:1%;}
* html .float { height:1%;}
* html .left-blocks { height:1%;}
* html .content { height:1%;}
* html .container { height:1%;}
* html .admin { height:1%;}
* html .article_ { height:1%;}
* html .comment { height:1%; }
.float,.left-blocks,.content,.container,.item,.admin,.comment{height: 100%;}
.float:after,.left-blocks:after,.content:after,.container:after,.item:after,.admin:after,.article_:after, .comment:after { content: ""; display: block; height: 0; clear: both; }
/*.float,.left-blocks,.content,.container,.item,.admin,.article_{display: block;}*/

.articles .information {
  font-size: 10px;
  margin-top: 3px;
}

.list2 {
  font-size: 10px;
  margin: 3px 0px;
  padding: 0px;
}

.list2 li {
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px dotted #000000;
  list-style: none;
  display: inline;
}

.category {
  font-size: 10px;
  font-weight: bold;
  margin: 2px;
}

.articles .article {
  margin-bottom: 10px;
}

.name,.email,.mess {
  padding: 10px; 
  vertical-align: middle;
  background-color: #F7F7F7;
  margin-bottom: 5px;
  border: 1px solid #E5E5E5;
}

.name,.email {min-height: 44px;}
.mess {min-height: 65px;}

.formstatus,.forminput {float: left;}

.formstatus {
  border-width: 1px;
  border-style: solid;
  border-color: #D2ABAB;
  background-color: #F9EFEF;
  margin: 0px 0px 0px 5px;
  padding: 5px;
  width: 280px;
}

.forminput {
  width: 350px;
  font-size: 13px;
}

.formstatus span,.formstatus img {
  float: left;
}

.formstatus span {
  padding: 3px;
  font-size: 14px;
  color: #000000;
}

.copyright {
  margin-top: 10px;
  text-align: center;
  font-size: 10px;
  color: #000000;
}

.time {
  text-align: center;
  font-size: 10px;
  color: #000000;
}

.login, .register {
  margin: 5px;
}

.item {
  margin: 3px;
  border: 1px dotted #C3C3C3;
  padding: 3px;
}

textarea {padding: 0; width: 510px; font-size: 11px;}

.label {
  font-size: 12px;
  font-weight: bold;
  float: left;
  padding: 0px;
  margin: 0px;
}

.label_text {
  font-weight: normal;
  font-size: 11px;
}

.item h3 {
  font-size: 11px;
  margin: 0px;
}

.value {
  float: right;
  margin: 0px;
  padding: 0px;
}

.value li {
  list-style: none;
}

.login input, .register input, .login select, .register select, .login textarea, .register textarea {
  margin: 3px 0px 5px 20px;
}

.text_mainpage {
  line-height: 150%;
  margin-bottom: 20px;
  color: #000000;
}

.text {
  line-height: 150%;
}

div.content {
	background-color: #FFFFFF;
	padding: 20px;
	margin-left: 15px;
	margin-right:15px;
}

div.comment {
  margin: 10px;
  padding: 15px;
  padding-left: 60px;
  
  background-color: #F7F3F3;
  background-image: url('http://gmtutorials.com/images/quote.jpg');
  background-repeat: no-repeat;
}

div.comment div.side {
	margin-left: 30px;

	float: right;
}

div.replies {
	margin: 20px 100px 0px 0px;

	background-color: #f0f0f0;
	
	padding: 20px;
}

div.reply {
	margin: 10px;
}

.list1,.list1 li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

h5 {
	font-size: 9px;
}

.articles_  {
  font-weight: bold;
  color: #dfc48e;
  font-size: 14px;
}

.articles_ .text {
  font-size: 12px;
  padding: 5px;
}

.articles_ .readmore {
  margin-left: 5px;
}

.articles_ .date {
  font-weight: bold;
}

.articles_ .comments {
  font-style: italic;
}

.articles_ .thumbnail {
  float: left;
  margin-right: 5px;
  border: 1px solid;
}

.articles_ .thumbnail-text {
  float: left;
}

.articles_ .categories {
  text-align: center;
  margin-bottom: 20px;
}

/**Forums code**/
table.ftable {
border:1px solid #D2D2D2;
border-top: 0;
border-bottom: 0;
padding:0;
margin: 0;
}
table.ftable td {
background-color:#FAFAFA;
border-bottom: 1px solid #D2D2D2;
}
table.ftable td.border {
border-right: 1px solid #D2D2D2;
}

table.ftable tr.h td {
background-color:#F7F3F3;
}
table.ftable thead td {
background-color:#DEDFDF;
}
table.ftable td, table.ftable tr.h td {
padding:3px;
}

div.fhead h3, div.form h3 {
background-color: #DC6504;
margin: 10px 0 0;
padding: 5px;
color: #FFFFFF;
}

div.fhead div.sidelink {
line-height: 27px;
margin-right: 10px;
float: right;
}

div.fhead div.sidelink a {
color: #FFFFFF;
}

table.ftable h4 {
color: #222222;
font-size:12px;
}

div.fpost, div.form div.content {
  margin: 0 0 10px 0;
  
  background-color: #FAFAFA;
  
  border:1px solid #D2D2D2;
}

div.fpost div.side {
	margin-left: 15px;
	padding-left: 15px;
	margin-bottom: 10px;

        padding: 15px;

	width: 200px;

	float: right;

	font-size: 11px;
}

div.fpost div.inner {
background-color: #F7F3F3;

border-right: 1px solid #D2D2D2;

margin-right: 230px;

padding: 10px;
}

div.fpost div.author {
color:#636363;
font-size:11px;
margin:-10px -10px 10px -10px;
padding:5px;
background-color: #DEDFDF;
}

table.ftable tr.spacer td {
background-color: #D2D2D2;
font-size: 1px;
}

/** Form css **/
div.form div.content {
	border-top: 0;
}

div.form fieldset {
	padding:4px 12px;
	border-color:#ACA899;
	border-style:solid;
	border-width:1px;
	font-size:12px;
	line-height:normal;
	color:#333333;
	margin-bottom: 10px;
}

div.form label {
	display: block;
	padding: 3px 0 8px;
}

div.form legend {
	padding:0px 6px;
	color:#BC4707;
	font-size:11px;
}

/**Boxes**/
div.errorbox {
	background:#FFF6BF url(http://upl.vs-hs.com/images/error.png) no-repeat scroll 15px 50%;
	border-bottom:2px solid #FFD324;
	border-top:2px solid #FFD324;
	font-size:11px;
	margin:5px 0px;
	padding:5px 20px 5px 55px;
	text-align:left;
}
div.errorbox ul {
	margin:2px 20px;
	padding:0pt;
}
