/* Innerpage bg */
/*body {
	background-color: #Fcfcfc;
	background-image: url(../images/bg-inner_2.gif);
	background-repeat: repeat-x;
}*/
#sub_Menu {
	height: 60px;
	padding-top: 0px;
}

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

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

/*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;
}
#sidebar-right {
	float: right;
	padding-top: 15px;
}


.divider-full {
	height: 1px;
	margin: 15px 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}

#mainContent {
	float: right;
	font-size: 14px;
}
#wrapper #container #mainContent li {
	list-style-type: none;
}

/* Styling for vaious similar elements on innerpages (blog, team, service etc) */
.service, .team-member, .blog-post {
	padding-top: 15px;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
}

.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: left;
	background: url(../images/icon12.png) no-repeat;
	height: 37px;
	width: 48px;
	padding-top: 11px;
	color: #0a3872;
	text-align: center;
	margin-right: 10px;
}
.blog-post li {
	list-style-type: square;
	list-style-position: inside;
}
.blog-post-author-date {
	font-size: 10px;
}
.blog-post-author-date p{
	color: #3A8BBE;
	margin-bottom: 10px;
}
.blog-post-author-date a:active {
	text-decoration: none;
	font-size: 10px;
}
.blog-post-author-date a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3A8BBE;
}

/* Links post */
.links-post li {
	list-style-type: square;
	list-style-position: inside;
}
.links-post  h2 {
	font-size: 16px;
	color: #3A8BBE;
	background-image: url(../images/headline_icon.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: -10px -7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3A8BBE;
	padding-bottom: 5px;
	margin-right: 250px;
}
.links-post  a:active {
	text-decoration: none;
	font-size: 10px;
}
.links-post  a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8ac000;
}


/* 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 {
	height: 148px;
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}

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

