/* ---------- Main CSS  -----------*/
body {
	
	}

.content h2 {
	padding-left: 10px;
	}
	
.content-cont {
	padding-right: 20px;
	}
	
.content .sub-title {
	color: #ccc;
	font-size: 16px;
	padding-left: 10px;
	line-height: 18px;
	font-weight: bold;
	}

/* ---------- Gallerys and Thumbnail lists  -----------*/
.work-gallery{
	overflow: auto;
	}


.work-gallery li {
	float: left;
	display: inline;
	margin: 0 10px 18px 10px;
	width: 218px;
	background: #F7F7F7;
	padding: 12px 0 16px 0;
	border: 1px #f9f9f9 solid;
}

.work-gallery li a img {
	padding:4px;
	background: white;
	border: 1px #c0c0c0 solid;
	display: block;
	margin: 0 20px 0 20px;
}

.work-gallery li a:hover img {
	
	border: 1px #969696 solid;
		}

.work-gallery li .title {
	display: block;
	font-size: 14px; 
  	line-height: 18px; 
  	margin-bottom: 6px;
  	
  	font-weight: bold;
  	text-align: center;
}

/* ---------- Filter control  -----------*/ 


.work-filters {
	position: relative;
	background: #F7F7F7;
	margin-bottom: 18px;
	padding-left: 30px;
	height: 36px;
	}
	
.work-filters ul li, .work-filters ul {
	display: inline;
	margin-bottom: 0px;
}

.work-filters ul {
	position: absolute;
	padding-left: 30px;
	margin-top: 7px;
	}

.work-filters li {
	float:left;
	margin-right: 10px;
	}
	
.work-filters ul li a {
	font-weight: bold;
	background: silver;
	font-size: 16px;
	position:relative;
	display:block;
	float:left;
	color: #fff;
	width: 90px;
	text-align: center;
	padding: 2px 2px 2px 2px;
}

.work-filters ul li a:visited {
	color: #fff;	
}

.work-filters ul li.active a {
	background: #63B3E4;
	}
	
.work-filters .cattitle {
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: silver;
	margin-top: 9px;
}

#work-detail {
	background: #e9e9e9;
	padding: 4px 10px 4px 10px;
	}

#work-detail span {
	display: block;
	}
	
#work-detail span strong {
	font-size: 14px;
	line-height: 24px;
}

#work-detail dt {
	width: 64px;
	font-weight: bold;
	float: left;
	padding-top: 6px;
	padding-bottom: 6px;
	}

#work-detail dd {
	float: left;
	width: 196px;
	padding-top: 6px;
	padding-bottom: 6px;
	}
	

#work-detail dl {
	overflow: auto;
	}


#work-detail .url {
	padding-top: 14px;
	}

.work-nav {
	
	width: 600px;

}

.work-nav span.previous a, .work-nav span.next a {
	display: block;
	color: #fff;	
	
	padding-top: 1px;
	
	}
	
.work-nav span.previous a {
	padding-left: 28px;
	
	}
	
.work-nav span.next a {
	padding-left: 14px;
	}
	
.work-nav span.previous, .work-nav .next {
	width: 77px;
	height: 21px;
	background-repeat: no-repeat;
	}
	
.work-nav .previous {
	background-image: url('/media/img/previous.png');
	float: left;
	
	}
	
.work-nav .next {
	
	background-image: url('/media/img/next.png');
	float: right;
	}
	
#work-details .description {
	padding-right: 26px;
	}

/* ---------- Side Bars  -----------*/

.main-sidebar {
	
	
	}
	
.sidebox h3 {
	color: #76A944;
	padding-bottom: 4px;
	margin-bottom: 4px;
	}	
	
.sidebox {
	margin-bottom: 30px; 
	}
	
.sidebox ul {
	margin-bottom: 0;
	}
	
.sidebox span.view-all {
	font-weight: bold;
	padding:0;
	margin:0;
	
		}
	
.sidebox span.view-all a, .readmore a, .readmore a:visited {
	padding: 1px 4px 2px 4px;
	margin:0;
	float: right;
	text-align: right;
	font-size: 10px;
	background-color: #80B34E;
	color: #cfe2bf;
	line-height: 12px;
		-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	}


	
.sidebox span.view-all a:hover, .readmore a:hover {
	color: #fff;

	}
	
.main-sidebar .work .date {
	color: #999;
	}
		
.main-sidebar .work ul {
	position: relative;
	padding: 4px 7px 2px 7px;
	margin: 4px 0 12px 0;
	background: #F2F2F2;
	border: 1px solid #DDDDDD;
	}
		
.main-sidebar .work img {
	padding: 4px;
	border: 1px solid #ccc;
	display: block;
	background-color: #fff;
	}
	
.main-sidebar .work a:hover img {
	border: 1px solid #ccc;
	
	}

.main-sidebar .work .title {
	display: block;
	font-size: 14px;
	font-weight: bold;
	}
	
.work .cats {
	font-size: 10px;
	line-height: 10px;
	display: block;
	margin-bottom: 4px;
	}
	
.main-sidebar .work .view-details {
	position: absolute;
	right: 8px;
	}
.main-sidebar .notes ul, .main-sidebar .categories, .main-sidebar .worklist {
	border-top:1px dotted #ccc;
	margin-bottom: 12px;
	}
		
.main-sidebar .notes ul li, .main-sidebar .categories li, .main-sidebar .worklist li {
	border-bottom:1px dotted #ccc;
	padding: 8px 4px 8px 4px;
	width:270px;
	}

.main-sidebar .notes .notetitle {
	padding-left: 14px;
	font-size: 14px;
	}
	
.main-sidebar .notes ul li {
	background-image: url('/media/img/note.gif');
	background-repeat: no-repeat;
	background-position: 6px 10px;
	}

.main-sidebar .notes ul li:hover {
		background-color:#f9f9f9;	
	}

.main-sidebar .notes ul li a {
	padding-left: 14px;
	}
	
.main-sidebar .notes ul li.last a {
	border-bottom: none;
	}
	
.notes .published {
	color: silver;
	line-height: 10px;
	display: block;
	padding-left: 28px;
	}
	
.main-sidebar .list {
	border-bottom: 1px solid #6a9d38;
	}
	
.main-sidebar .list ul {
	padding: 4px 0 4px 0;
	}
	
.main-sidebar .list ul li {
	display: block;
	padding: 4px 4px 4px 18px;
	background-image: url('/media/img/side-arrow3.gif');
	background-repeat: no-repeat;
	background-position: 2px 9px;
	}
	

.about .details {
	display:inline;
	float:left;
	width: 460px;
	}
	
.about .contact {
	display:inline;
	float:left;
	width: 460px;
	margin-left: 40px;
	background: #e1e1e1;
	
	}
	
.about .contact label {
	color: #666;
	width: 50px;
	float: left;
	margin-top: 4px;
	}
	
.about .contact input {
	width: 340px;
	float: left;
	}
	

.about .contact textarea {
	width: 340px;
	margin-left: 50px;
	}

.about .contact .submit {
	width: auto;
	font-weight: bold;
	color: #666;
	font-size: 14px;
	padding: 4px;
	margin-bottom: 8px;
	margin-right: 40px;
	float: right;
	}	

.about .contact li {
	clear: both;
	}
.about .contact ul {
	margin: 0px;
	}
	
.about .contact .error textarea, .about .contact .error input {
	border: 1px solid red;
	}
	
.about .contact .cont {
	padding: 10px;
	}
	

	
.about .about-site {
	clear: both;
	
	margin-top: 20px;
	padding: 10px;
	border: 1px dotted silver;
	}

.about .logos {
	text-align: center;
	}
	
.about .logos img {
	margin-left: 10px;
	margin-right: 10px;
	}


/* ---------- Work Image slider  -----------*/

span.caption{bottom:0;left:0;position:absolute;width:294px;padding:5px 5px 5px 5px;opacity:0.9;filter:alpha(opacity=90);color:#FFFFFF;font-weight:bold;font-size:1.2em;min-height:0;}

#work-images {
	
}

#image-slider {
	padding: 6px 6px 6px 0;
	
	width: 602px;
	}

.image-container {
	position: relative;
	
	}
	
.image-container div.caption-bg {
	position: absolute;
	opacity:0.55;
	filter:alpha(opacity=55);
	margin-top: -34px;
	background-color:#666;
	width: 100%;
	height: 34px;
	}

.image-container div.caption {
	position: absolute;
	margin-top: -34px;
	margin-right:1px;
	font-weight: bold;
	padding: 5px;
	width: 600px;
	height: 34px;
	font-size: 16px;
	border: none;
	}
	
.image-container div.caption span {
	color:#fff;
}

#slide-control {
	width:600px;
	border-top: none;
	position: relative;
	margin-top:4px;
	height: 16px;
	}
	
#slide-control span {
	cursor: pointer;
	}
	
#slide-control .jFlowControl {
	background: silver;
	color: #fff;
	font-weight: bold;
	padding: 0 4px 0 4px;
	}
	
#slide-control .jFlowSelected {
	background: #98CB66;
	}

#slide-control .jFlowPrev, #slide-control .jFlowNext  {
	position: absolute;
	right: 0;
	margin-right: 24px;
	padding-top: 2px;
	}

#slide-control .jFlowNext {
	margin-right: 2px;
	}

#image-slides {
	
	
	} 

#image-slides img {
	border: 1px solid grey;
	} 
	
/* ---------- Post  -----------*/

#main-blog-content h1 {
	font-family:'Arial';
	letter-spacing: -2px;
	font-size: 48px;
	line-height:38px;
	font-weight: bold;
	color: #666; 
	margin-bottom: 20px;
	}
	
#main-blog-content h2 {
	font-family:'Arial';
	letter-spacing: -2px;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 4px;
	}
	
#main-blog-content .sub-title{
	color: #ccc;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	}

#posts .post .author, #post .author {
	font-weight: bold;
	}
	
#posts .post #details, #post #details {
	font-size: 16px;
	font-style: italic;
	
	margin-bottom: 10px;
	}
	
#posts .post .summary, #post .content {
	font-size: 16px;
	line-height: 24px;
	color: #666;
	}

.news-feed {
	margin-bottom: 20px;
	text-align: center;
	}

#posts .post #details .category {
	float: right;
	font-size: 12px;
	font-style: normal;
	}
	
	
#posts .post .read-more {
	float: right;
	
	}	
	
#posts .post .summary {
	
	margin-bottom: 2px;
	padding-bottom: 8px;
	border-bottom: 1px dotted silver;
	}

#posts .post {
	margin-bottom: 20px;
	
	overflow: auto;
	}

#post .content {
	margin-top: 20px;
	margin-bottom: 20px;
	}

	
/* ---------- Paignation -----------*/

.paignation {
	margin-top: 20px;
	}
	
.paignation ul li {
	float: left;
	display: block;

	}

.paignation ul li a, .paignation ul .active, .paignation ul .inactive{
	display: block;
	padding: 2px 6px;
	margin: 0px 2px;
	}

.paignation ul li a{
	color: #497FBF;
	border: 1px solid #497FBF;
	}
	
.paignation ul li a:hover{
	color: #294B74;
	border: 1px solid #294B74;
	}
	
.paignation ul .active{
	background-color: #497FBF;
	border: 1px solid #497FBF;
	color: #fff;
	}
	
.paignation ul .inactive {
	color: silver;
	border: 1px solid silver;
	}

		


/* ---------- Footer  -----------*/

#footer {
	
	
	
	}
	
.footer-info-panel {
	background: #B4B4B4;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	margin-left:auto;
	margin-right:auto;
	width:960px;
	}
	
.footer-info-panel .footer-wrapper {
	padding: 20px 20px 0px 20px;
	
	}
	
.footer-info-panel ul {
	text-align: left;
	float: left;
	margin-right: 60px;
	margin-left: 20px;
	}
	
.footer-info-panel ul li {
	padding-top: 2px;
	padding-bottom: 2px;
	}
	
.footer-info-panel ul li a, .footer-info-panel ul li a:visited {
	color: #E6E6E6;
	}
	
.footer-info-panel ul li a:hover {
	color: #fff;
	}

.footer-info-panel ul li.title {
	color: #fff;
	font-weight: bold;
	}
	
.footer-menu-panel {
	padding-top: 20px; 
	background: #F6F6F6;
	padding-bottom: 10px; 

	}

#footer-navigation li{
	display: inline;
	padding: 6px 6px 0 6px;
	}

#footer-navigation img {
	vertical-align: middle;
	}
	
.footer-wrapper {
	text-align: center;
}

.copyright {
	font-size: 10px;
	color: #666;
	padding-top: 4px;
	}

.copyright span {
	display: block;
	}


