/* Innerpage bg */
body {
	background: url(../images/bg-inner.gif) repeat-x #FCFCFC;
}

/* Section name styling */
#section-name {
	height: 60px;
	padding-top: 20px;
}

#section-name h1 {
	color: #fff;
}

/*Sidebar input styling (search)*/
div.e404 {
	padding: 20px;
	border: 1px solid #d2d2d2;
	background-color: #f5f5f5;
	color: #888888;
	font-size: 12px;
	float: left;
}


#sidebar {
	float: left;
}


.divider-full {
	height: 1px;
	border: 1px dashed #cccccc;
	border-bottom: none;
	margin: 15px 0px;
	overflow: hidden;
}

#mainContent {
	float: right;
}

/* 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 !important;
}

.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;
}




/* 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 */
#comments {
	list-style: none;
}

.add-comment {
	border-bottom: 1px dashed #cccccc;
	padding-bottom: 20px;
	margin-bottom: 0px;
	margin-top: 15px;
}
.add-comment input {
	width: 308px;
	float: left;
}

.add-comment label {
	width: 100px;
	float: left;
	margin-top: 3px;
}

.add-comment textarea {
	width: 308px !important;
	height: 100px !important;
}


.comment {
	border-bottom: 1px dashed #cccccc;
	min-height: 148px;
	height: auto !important;
	height: 148px;
	margin-top: 15px;
	padding-bottom: 15px;
}

.comment p a {
	text-decoration: underline;
}

.comment p a:hover {
	text-decoration: none;
	color:#434141;
	background: #EEF0F7;
}

.comment .comment-date {
	color: #cccccc;
	float:right;
	font-style: italic;
	margin-top: 0 !important;
}

.avatar {
	border:1px solid #E4E3E3;
	float:left;
	margin:6px 20px 9px 0;
	padding:5px;
}

/* 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;
}

/* inner page sidebar form*/

form.wpcf7-form input.button, button {
border:1px solid #ccc;
background:#eee;
color:#434341;
font-size:12px;
width: 100px;
min-width: 100px !important;
text-align:center;
margin:0;
padding:10px;
margin: 5px;
text-decoration: none;
float: right; clear: both !important;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
}

form.wpcf7-form input.button:hover, button:hover {
	background:#0A3770;
	color: white !important;
	border: 1px solid white !important;
}

