/* Innerpage bg */
body {
	background: url(../images/bg-inner.gif) repeat-x #FFFFFF;
}

/* Section name styling */
#section-name {
	height: 60px;
	padding-top: 20px;
}

#section-name h1 {
	color: #fff;
	background: transparent;
}

/*Sidebar input styling (search)*/
#sidebar input {
	padding: 3px;
	border: 1px solid #d2d2d2;
	background-color: #f5f5f5;
	color: #888888;
	font-size: 12px;
	width: 205px;
	height: 16px;
	float: left;
}


#sidebar {
	float: left;
	padding-top:10px;
}


.divider-full {
	height: 1px;
	border: 1px dashed #cccccc;
	border-bottom: none;
	margin: 15px 0px;
}

#mainContent {
	float: right;
	width:600px;
	padding-bottom: 10px;
	height: auto;
	margin: 0 auto;
	min-height: 400px;
}

/* Styling for vaious similar elements on innerpages (blog, team, service etc) */
.service, .team-member, .blog-post {
	padding-top: 15px;
	border-top: 1px dashed #cccccc;
	margin-top: 20px;
}

.team-member, .blog-post {
	margin-top: 15px;
}

.service h2, .team-member h2, .blog-post h2 {
	margin-bottom: 10px;
	margin-top: 0px;
}

.service h3, .team-member h3, .blog-post h3, .blog-post .blog-post-readmore h3 {
	margin-top: 14px;
	margin-right: 30px;
}

.comments-no {
	float: right;
	background: url(../images/icon12.png) no-repeat;
	height: 37px;
	width: 48px;
	padding-top: 11px;
	color: #0a3872;
	text-align: center;
}
.blog-post-author-date p{
	color: #0a3872;
	margin-bottom: 10px;
	font-style: italic;
}



/* Contact form */

form {
	border: none;
}

fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}
.notification_error {
	border: 1px solid #ccc;
	height: auto;
	width: 590px;
	padding: 5px;
	background: #F8F0F1;
	text-align: left;
	font-size: 12px;
	margin: 20px 0px;
	line-height: 22px;
}

.notification_ok {
	border: 1px #567397 solid;
	height: auto;
	width: 590px;
	padding: 5px;
	background: #f5f9fd;
	text-align: center;
	font-size: 12px;
	line-height: 22px;
	margin: 20px 0px;
}

.info_fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}



.button, button {
	border: 1px solid #cccccc;
	background: #eeeded;
	color: #0a3872; 
	font-size: 12px;
	margin: 0px;
	padding: 5px;
}

/* Label */
label {
	width: 140px;
	font-size: 12px;
	color: #0a3872;
	font-weight: bold;
	line-height: 25px;
	margin-right: 15px;
}

/* Input, Textarea */
#mainContent input, textarea
{
	padding: 5px;
	border: 1px solid #cccccc; 
	color: #434141; 
	font-family: "Lucida Grande", Tahoma, Verdana;
	font-size: 12px;
	margin: 5px 0 5px 0px;
}

#mainContent .textbox {
	width: 163px;
}

#mainContent textarea {
	width: 423px;
	height: 67px;
}

/* Comments styling */
.add-comment {
border-bottom: 1px dashed #cccccc;
padding-bottom: 20px;
margin-bottom: 0px;
}
.add-comment input {
	width: 114px;
}

.add-comment label {
width: 80px;
}

.comment {
	border-bottom: 1px dashed #cccccc;
	height: 148px;
	margin-top: 15px;
	padding-bottom: 15px;
}

.comment p {
	color: #0a3872;
}

.comment .comment-date {
	color: #cccccc;
	float:right;
	font-style: italic;
}

/* Gallery styling */
.gallery-prev {
	float: left;
	margin: 0px;
}

.gallery-next {
	float: right;
	margin: 0px;
}

.gallery-item, .gallery-item-right {
	float: left;
	width: 170px;
	padding: 5px;
	border: 1px solid #cccccc;
	margin-right: 27px;
	margin-top: 10px;
	margin-bottom: 10px;
	
}

.gallery-item-right {
	float: right;
	margin-right: 0px;
}

/* Contact styling */
.contact {
	float: left;
}

.message {
	float: left;
	margin-left: 30px;
}

.button {
	margin-top: 25px;
	float: right;
}

#mainContent .message textarea.textbox {
	width: 382px;
	height: 139px;
}
