body {
	background: url(../images/inner-bg.gif) #2F3738 repeat-x;
}

#section-name {
	height: 60px;
	margin-top: 2px;
	padding-top: 20px;
}

#section-name h1 {
	color: #d5fbff;
	font-size: 30px;
	line-height: 30px;
}

#main-content {
	width: 540px;
	float: left;
}

#main p, .widget p {
	text-align: justify;
	line-height: 20px;
	margin-top: 20px;
}

#main .widget p {
	margin-top: 0px;
}

#main .widget .main-button-short {
	margin-top: 15px;
}

#main-sidebar {
	width: 340px;
	float: right;
}

#main .portfolio-item h2, #main .service-item h2 {
	padding-top: 20px;
	line-height: 1em;
}

.portfolio-small-divider, .service-small-divider {
	background: url(../images/main-divider.gif) repeat-x;
	height: 2px;
	width: 350px;
	margin: 10px 0px 10px 190px;
}

.portfolio-divider, .service-divider {
	background: url(../images/main-divider.gif) repeat-x;
	height: 2px;
	width: 100%;
	margin: 20px 0px 10px;
	clear: both;
}

.post .portfolio-small-divider {
	margin-top: 30px;
}

.widget {
	background: #313a3b url(../images/inner-sidebar-bg.jpg) repeat-x top;
	padding: 20px;
	margin-bottom: 30px;
}

.widget ul {
	list-style: none;
	line-height: 20px;
	font-size: 12px;
	margin: 0px;
}

.widget li ul {
	margin: 0px 0px 0px 20px;
}

.widget-content {
	padding-top: 5px;
}

.sidebar-divider {
	background: url(../images/inner-sidebar-divider.gif) repeat-x;
	height: 2px;
	width: 100%;
	margin: 10px 0;
}

.net-services {
	width: 150px;
	margin-right: 0px;
}

.service {
	margin-top: 30px;
}

.service a h2 {
	display: block;
}

.blog-post-readmore {
	float: right;
}

/* Form */

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

.form-left {
	width: 180px;
	float: left;
}

.form-right {
	width: 300px;
	float: left;
}

label {
	font-size: 12px;
	color: #d5fbff;
}

#main label {
	display: block;
	margin: 7px 0 0;
}

input[type=text] {
	background: #647678;
	border: 1px solid #d5fbff;
	color: #d5fbff;
	padding: 3px;

}

#main input[type=submit] {
	background: url(../images/main-button-short.jpg);
	border: 0px solid transparent;
	color: #d5fbff;
	float: right;
	width: 100px;
	height: 30px;
}

#main input.sidebar-search {
	float: none;
	background: url(../images/icon8.png) no-repeat;
	width: 24px;
	height: 24px;
	margin: 5px 0px 0px 10px;
	padding: 0px;
	cursor: pointer;
}

#main input.sidebar-search-input {
	width: 250px;
}

textarea {
	background: #647678;
	border: 1px solid #d5fbff;
	color: #d5fbff;
	width: 350px;
	height: 110px;
	padding: 4px; 
	font-family: "Lucida Grande", "Trebuchet MS", Tahoma, sans-serif;
	font-size: 11px;
	margin-bottom: 10px; 
}

/* Comments */
.comment-body {
	width: 385px;
	float: left;
}

.add-comment .comments-add-top-wrapper {
	float: left;
	margin-right: 20px;
}

#main .add-comment label {
	margin-top: 0px;
}

#main .add-comment label.email {
	margin-top: 7px;
}

.add-comment textarea {
	margin-top: 3px;
	height: 62px;
}

.add-comment button {
	float: right;
	background: url(../images/main-button-short.jpg) no-repeat;
	border: none;
	width: 100px;
	height: 30px;
	margin-left: 10px;
	cursor: pointer;
	color: #D5FBFF;
}

.add-comment button:hover {
	text-decoration: underline;
}