/* ---------- Main CSS  -----------*/
body {
	
	}

.page-content li {
	list-style: disc;
	margin-left: 22px;
	margin-bottom: 6px;
	}
	
.gpluslink {
    font: normal 15px/18px arial,sans-serif;
    border: 1px solid #DCDCDC;
    padding: 16px;
    text-align: center;
	}
	


.gpluslink span {
    font-weight: bold;
}
.gpluslink a {
	color: #333333;
}

.gpluslink a:hover {
	color: #333333;
	
	}
	
.gpluslink a:hover span {
	color: #1155D4;
	}
	

	
.gpluslink img {
	vertical-align: middle;
	margin-left: 8px;
	}
	
.skills ul {
	list-style:square;
	list-style-position: inside;
	}
	
.skills ul li {
	border-top: 1px dashed silver;;
	padding: 12px 0px;
	text-indent: 8px;
	}

/* ---------- google+ pic collage -----------*/
#plus-images {
	
	}
	
#plus-images .pluspics li {
	position: relative;
	float: left;
	width: 188px;
	height: 125px;
	
	}
	
#plus-images .pluspics li a span {
	position: absolute;
	display:block;
	overflow: hidden;
	width: 188px;
	height: 125px;
	background-color: #fff;
	
	}
	
#plus-images .pluspics li a {
	display:block;
	}
	
#plus-images .pluspics li a:hover span.hover {
	padding: 6px;
	border: solid 1px #CCC;
	margin: -7px;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
    box-shadow: 1px 1px 5px #999;
}
	
#plus-images .pluspics li img {
	position: absolute;
	top:50%;
  	left:50%;
  	display: none;
}

/* ---------- Front Page Pics -----------*/
#plus-images1 .pluspics {
	border: 1px solid silver;
	padding: 9px;
}

#plus-images1 .pluspics li {
	position: relative;
	float: left;
	width: 200px;
	height: 133px;
	
	}
	
#plus-images1 .pluspics li a span {
	position: absolute;
	display:block;
	overflow: hidden;
	width: 200px;
	height: 133px;
	background-color: #fff;
	
	}
	
#plus-images1 .pluspics li a {
	display:block;
	}
	
#plus-images1 .pluspics li a:hover span.hover {
	padding: 6px;
	border: solid 1px #CCC;
	margin: -7px;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
    box-shadow: 1px 1px 5px #999;
}
	
#plus-images1 .pluspics li img {
	position: absolute;
	top:50%;
  	left:50%;
  	display: none;
}
	
/* ---------- picasa pics -----------*/

#photo-stream .pluspics li {
	position: relative;
	float: left;
	}


#photo-stream .pluspics li a span {
	position: absolute;
	display:block;
	overflow: hidden;
	width: 238px;
	height: 140px;
	padding: 3px;
	background-color: #fff;
	}
	
#photo-stream .pluspics li a {
	display:block;
	}
	
#photo-stream .pluspics li a:hover span.hover {
	padding: 2px;
	border: solid 1px #CCC;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
    box-shadow: 1px 1px 5px #999;
}
	
#photo-stream .pluspics li img {
	position: absolute;
	top:50%;
  	left:50%;
  	display: none;
	}

#photo-stream .pluspics .pluspic-0  {
	margin-right: 6px;
	width: 390px;
	height: 280px;
	}
		
#photo-stream .pluspics .pluspic-0 a span {
	width: 390px;
	height: 280px;
	z-index: 0;
	}
	
#photo-stream .pluspics .pluspic-2  {
	top:140px;
	}
	
.worktitle {
	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;
	}
	
.content em {
	font-style: italic;
	}

/* ---------- 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;
}

/* ---------- projects  -----------*/

.project {
	border: 1px solid silver;
	padding: 20px 20px 0px 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	}

/* ---------- 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: 10px 10px 4px 10px;
	}

#work-detail span {
	display: block;
	}
	
#work-detail span strong {
	font-size: 14px;
	line-height: 24px;
}

#work-detail dt {
	width: 72px;
	font-weight: bold;
	float: left;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-right: 8px;
	}

#work-detail dd {
	float: left;
	width: 180px;
	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;	
	font-size: 11px;
	padding-top: 1px;	
	}
	
.work-nav span.previous a {
	padding-left: 30px;	
	}
	
.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 .work {
	margin-top: 32px;
	
	}
	
.sidebox h3 {
	color: #76A944;
	padding-bottom: 4px;
	margin-bottom: 18px;
	}	
	
.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 div.work .date {
	color: #999;
	}
		
.main-sidebar div.work ul {
	position: relative;
	padding: 4px 7px 2px 7px;
	margin: 4px 0 12px 0;
	background: #F2F2F2;
	border: 1px solid #DDDDDD;
	}
		
.main-sidebar div.work img {
	padding: 4px;
	border: 1px solid #ccc;
	display: block;
	background-color: #fff;
	}
	
.main-sidebar div.work a:hover img {
	border: 1px solid #ccc;
	
	}

.main-sidebar div.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 div.work .view-details {
	position: absolute;
	right: 8px;
	}
.main-sidebar div.notes ul, .main-sidebar div.categories, .main-sidebar div.worklist {
	border-top:1px dotted #ccc;
	margin-bottom: 12px;
	}
		
.main-sidebar div.notes ul li, .main-sidebar div.categories li, .main-sidebar .worklist li {
	border-bottom:1px dotted #ccc;
	padding: 8px 4px 8px 4px;
	width:270px;
	}

.main-sidebar div.notes .notetitle {
	font-size: 14px;
	}
	
.main-sidebar div.notes ul li {
	background-image: url('/media/img/note.gif');
	background-repeat: no-repeat;
	background-position: 6px 10px;
	}

.main-sidebar div.notes ul li:hover {
		background-color:#f9f9f9;	
	}

.main-sidebar div.notes ul li a {
	padding-left: 28px;
	display:block;
	}
	
.main-sidebar div.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 .skills {
	display:inline;
	float:left;
	width: 460px;
	margin-left: 40px;
	
	}
	
.contact-box {
	border: 1px solid #CFCFCF;
	padding: 6px;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
	}
	
.contact-box .contact-form {
	background-color: #EFEFEF;
	width: 460px;
	float:left;
	padding: 10px 0 10px 10px;
	}
	
#contactmap {
	width: 470px;
	float:left;
	margin-left: 6px;
	line-height: 0;
	opacity: 0.6;
	}
	
.contact-box .about-site {
	width: 490px;
	}

	
.contact-box .contact-form li {
	float: left;
	width: 50%;
	margin-bottom: 8px;
	}
	
.about .contact-form input {
	display: inline-block;
	width: 210px;
	height: 18px;
	padding: 4px;
	font-size: 13px;
	line-height: 18px;
	color: gray;
	border: 1px solid #CCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-image: initial;
	
	}
	
.about .contact-form .error {
	color: #B94A48;	
	}
	
.about .contact-form .error input, .about .contact-form .error textarea {
	border-color: #B94A48;
	}
	
.about .contact-form .error input:focus, .about .contact-form .error textarea:focus {
	border-color: #953b39;
  -webkit-box-shadow: 0 0 6px #d59392;
  -moz-box-shadow: 0 0 6px #d59392;
  box-shadow: 0 0 6px #d59392;
}

.about input, .about textarea {
    -moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
}

.about input:focus, .about textarea:focus {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}
	
.contact-box .contact-form li ul li {
	float: none;
	width: auto;
	}
	
.contact-box .contact-form li.full {
	width: 100%;
	} 
	
.contact-box .contact-form select {
	width: 450px;
	}
	
.about .contact-form label {
	display: block;
	margin-bottom: 2px;
	}
	

.about .contact-form textarea {
	display: inline-block;
	padding: 4px;
	font-size: 13px;
	line-height: 18px;
	color: gray;
	border: 1px solid #CCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-image: initial;
	width: 440px;
	height: 80px;
	}

.about .contact-form .submit {
	text-align: right;
	padding-bottom: 4px;
	padding-top: 4px;
	margin-bottom: 0px;
	}

.about .contact-form .submit input {
	
	color: #fff;
	 background-color: #57A957;
    background-image: -moz-linear-gradient(center top , #62C462, #57A957);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-transition: all 0.1s linear 0s;

    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: normal;
    padding: 5px 14px 6px;
    width: auto;
    height: auto;
    
    margin: 0 10px;
	}	


.about #contact ul {
	margin: 0px;
	}
	
	
.about #contact .cont {
	padding: 10px;
	}
	
.about .about-site {
	margin-top: 40px;
	}
	
.about .about-site p {
	font-size: 20px;
	line-height: 32px;
	margin: 0 40px;
	}
	
.about .about-site img {
	vertical-align: middle;
	}

.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, .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: 20px;
	color:#ccc;
	margin-top: -2px;
	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;
	}

#posts ul, #post ul, #work-description ul {
	list-style: disc;
	margin-left: 22px;
	
	line-height: 24px;
	}
	
#posts ol, #post ol {
	list-style: decimal;
	margin-left: 24px;
	font-size: 16px;
	}
	
		
/* ---------- 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; 
	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;
	}

ul.iconlinks {
	margin-right: 40px;
	float: right;
	}
	
ul.iconlinks li {
	
	text-align: center;
	margin-bottom: 10px;
	}
	
.plus1 {
	float: right;
	}


