/*----------------------------------------------------
                 Vitria - CSS File
------------------------------------------------------*/


/* Container
------------------------------------------------------*/
#outer-container-inner{background-image:url(../images/bg-content-inner.gif); background-repeat:repeat-x; background-position:top;}	
#container-inner{ background-image:url(../images/bg-centercolumn-inner.jpg); background-repeat:no-repeat; width:100%; background-position:top center;}


/* Page Tite
------------------------------------------------------*/
#page-title{width:960px; height:50px; margin:0px auto;}
#page-title h4{padding:15px 20px;}


/* Content
------------------------------------------------------*/
#content-inner{padding:28px 0px 55px 0px;}
.sidecontent{padding-bottom:20px;}
.imgborder{border:6px solid #b6bec2;}


/* Blog
------------------------------------------------------*/
.blog-post{margin-bottom:40px; float:left;}
.blog-post h3{width:615px; color:#4174b5; padding-bottom:9px; margin-bottom:10px; border-bottom:4px solid #d1d5d8;}
.blog-posted{width:406px; height:25px; color:#737373; font-size:11px; margin-top:19px; padding:3px 12px 0px 12px; background-color:#ebecec; border-top:1px solid #b5b5b5; height:24px; float:left;}
.blog-posted-single{width:591px; height:25px; color:#737373; font-size:11px; margin-top:3px; margin-bottom:5px; padding:3px 12px 0px 12px; background-color:#ebecec; border-top:1px solid #b5b5b5; height:24px; float:left;}
.banner-img{padding:0px 4px;}
.pagination{float:left}
.left-nav{float:left;}
.left-nav img{padding-right:10px;}
.right-nav{float:right;}
.right-nav img{padding-left:10px;}
.author{background-color:#ebecec; border-top:1px solid #b5b5b5; color:#737373; margin-top:25px; padding:10px; font-size:11px;}
.author h5{margin-bottom:0px;}


/* Portfolio
------------------------------------------------------*/
.pf-gall h4{color:#4174b5; margin-bottom:3px;}
.pf-gall-nomargin h4{color:#4174b5; margin-bottom:3px;}
.pf-gall{
	width:230px;
	margin-right:20px;
	margin-bottom:40px;
	padding-bottom:20px;
	border-bottom:0px solid #d1d5d8;
	float:left;
}
.pf-gall-nomargin{width:300px; margin-bottom:40px; padding-bottom:20px; border-bottom:4px solid #d1d5d8; float:left;}
.pf-img{margin-bottom:8px; border:6px solid #b6bec2; float:left;}


/* Contact
------------------------------------------------------*/
form {margin:0; padding:0;}
#contactFormArea {width:480px; color:#6b6b6b;}
.input {
	background-color: #f2f4f5;
	border:1px solid #b6bec2;
	width:286px;
	padding:3px 3px 3px 3px;
	margin:5px;
	color:#6b6b6b;
}
.input-submit {
	background-image:url(../images/but-send.gif);
	background-repeat:no-repeat;
	padding:10px;
	margin:40px;
	border:0px;
	width:93px;
	height:28px;
	cursor:pointer;
	float:left;
	margin-right:30px;
}
.textarea {
	background-color: #f2f4f5;
	border:1px solid #b6bec2;
	width:286px;
	padding:5px 5px 5px 5px;
	margin:5px;
	color:#6b6b6b;
}
.img-contact{float:left; padding-right:5px;}
