/*

Oxford Websites
---------------

Green: #6ec281
Red: #ca4a4a
Blue: #4a89ca
Background: #ddd

*/

* {
	margin: 0;
	padding: 0;
}

body {
	color: black;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	border-top:9px solid #6ec281;
	background-color:#fcfcfc;
}

ul {
	list-style: none;
}

a {
	color: black;
	text-decoration: none;
}

a img {
	border: none;
}

#container {
	width: 801px;
	margin: 25px auto;
	padding-bottom:20px;
}

#header {
	background: url('images/logo.png') no-repeat;
	height: 80px;
}

#navigation {
	list-style: none;
	float: right;
	margin-top:48px;
}

#navigation li {
	font-weight: bold;
	display: inline;
	border-bottom: 5px solid #eee;
	margin-right: 30px;
}

#navigation li.selected {
	border-bottom: 5px solid #6ec281;
}

#navigation li:hover {
	border-bottom: 5px solid #6ec281;
}

#navigation li:last-child {
	margin-right: 0px;
}

#content {
	margin-top:10px;
}

#description {
	width:100%;
	font-family:HelveticaNeue-Light, Helvetica Neue Light, HelveticaNeue, Helvetica, Arial, serif;
	padding-top:8px;
	padding-bottom: 3px;
}

#description p {
	text-align:center;
}

#section {
	margin-top:-25px;
	position:absolute;
	left:50%;
	margin-left:-80px;
	background-color:white;
	width:160px;
}

#section img {
	padding-left:12px;
	margin-top:-10px;
}

.popup {
	background: url('images/portfolio_popup_bg.png') no-repeat left top;
	position: absolute;
	z-index: 99;
	top: 50%;
	left: 50%;
	margin-top: -346px;
	margin-left: -415px;
	height: 693px;
	width: 833px;
	display: none;
}

#shade {
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 98;
	display: none;
}

.popup-close {
	position: absolute;
	right: 30px;
	top: 10px;
	display: block;
	cursor: pointer;
}

.popup h2 {
	position: absolute;
	top: 55px;
	left: 53px;
	font-size: 15px;
	text-transform: uppercase;
}

.popup h2 a {
	font-size: 14px;
	color: #bebebf;
	position: relative;
	bottom: 0px;
	left: 6px;
	text-transform: none;
	font-style: italic;
	font-weight: normal;
}

.popup .icons {
	list-style: none;
	position: absolute;
	right: 57px;
	top: 52px;
}

.popup .icons li {
	float: right;
	margin: 0 6px 0 6px;
}

.popup .description {
	position: absolute;
	top: 100px;
	left: 53px;
	font-size: 13px;
	width: 390px;
	text-align: justify;
	line-height: 16px;
}

.popup .quote {
	position: absolute;
	left: 535px;
	top: 110px;
	font-size:12px;
	width:230px;
	line-height:23px;
	text-align:justify;
	font-style:italic;
	font-family:Georgia;
}

.popup .quote strong {
	font-style:normal;
	color:black;
	font-family:"Gill Sans";
	padding:0 2px;
}

.popup .quote span {
	font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
	position: absolute;
	right: 0;
	margin-top: 3px;
}

.popup .quote span strong {
	padding: 0;
	font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
}

.popup .images {
	position: absolute;
	top: 230px;
	left: 131px;
	width: 570px;
}

.popup .images img {
	width: 100%;
}

.thumbs {
	width: 100%;
	margin-top: 15px;
}

.thumbs li {
	height: 150px;
	width: 250px;
	position: relative;
	float: left;
	margin-bottom: 20px;
}

.thumbs li:nth-child(3n+2) {
	margin: 0 25px;
}

.thumbs li a {
	float: left;
	height: 100%;
	width: 100%;
	color: white;
	position: relative;
	display: block;
	-webkit-transition: -webkit-box-shadow 0.2s ease-in-out 0s;
	-moz-transition: -moz-box-shadow 0.2s ease-in-out 0s;
}

.thumbs li a:hover {
	box-shadow: 0 0 70px #1bac3c;
	-webkit-box-shadow: 0 0 70px #1bac3c;
	-moz-box-shadow: 0 0 70px #1bac3c;	
}
/*
.thumbs li a:active {
	margin-top: 1px;
}
*/
.thumbs li a img {
	display: block
}

.thumbs li a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
	-moz-box-shadow: rgba(0,0,0,0.5) 0 0 10px inset,rgba(255,255,255,0.35) 0 1px 0 inset,rgba(0,0,0,0.3) 0 1px 7px;
	-webkit-box-shadow: rgba(0,0,0,0.5) 0 0 10px inset,rgba(255,255,255,0.35) 0 1px 0 inset,rgba(0,0,0,0.3) 0 1px 7px;
	-o-box-shadow: rgba(0,0,0,0.5) 0 0 10px inset,rgba(255,255,255,0.35) 0 1px 0 inset,rgba(0,0,0,0.3) 0 1px 7px;
	box-shadow: rgba(0,0,0,0.5) 0 0 10px inset,rgba(255,255,255,0.35) 0 1px 0 inset,rgba(0,0,0,0.3) 0 1px 7px
}

.thumbs li img {
	height: 150px;
	width: 100%
}

.thumbs .description {
	line-height: 16px;
	position: absolute;
	top: auto;
	bottom: 0;
	display: block;
	width: 100%;
	height: auto;
	padding: 0;
	border-top: 1px solid black;
	background: black;
	background: rgba(35,35,35,0.95);
	-moz-box-shadow: rgba(0,0,0,0.5) 0 0 10px inset,rgba(255,255,255,0.35) 0 1px 0 inset,rgba(0,0,0,0.3) 0 2px 10px;
	-webkit-box-shadow: rgba(0,0,0,0.5) 0 0 10px inset,rgba(255,255,255,0.35) 0 1px 0 inset,rgba(0,0,0,0.3) 0 2px 10px;
	-o-box-shadow: rgba(0,0,0,0.5) 0 0 10px inset,rgba(255,255,255,0.35) 0 1px 0 inset,rgba(0,0,0,0.3) 0 2px 10px;
	box-shadow: rgba(0,0,0,0.5) 0 0 10px inset,rgba(255,255,255,0.35) 0 1px 0 inset,rgba(0,0,0,0.3) 0 2px 10px;
	z-index: 6;
	-webkit-font-smoothing: antialiased
}

.thumbs h3 {
	font-size: 12px;
	font-weight: bold;
	float: left;
}

.thumbs h4 {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	float: right;
	opacity: 1;
	display: none;
}

.thumbs h3,.thumbs p,.thumbs h4 {
	margin: 8px 10px
}

#latest {
	width:100%;
	margin-top:14px;
}

#latest .preview {
	color: black;
	width:265px;
	height:165px;
	float:left;
	position: relative;
	margin-right:3px;
	margin-bottom:5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#latest .new {
	margin-right:0px;
}

#latest .preview img {
	margin-top:5px;
	margin-left:5px;
}

#latest .preview p {
	font-size:12px;
	line-height:25px;
	text-align: center;
}

#footer {
	border-top:1px dotted #ccc;
}

.footer #left {
	float: left;
	padding: 5px;
}

.footer #right {
	float: right;
	padding: 5px;
	padding-right: 5px;
	font-family:HelveticaNeue-Light, Helvetica Neue Light, HelveticaNeue, Helvetica, Arial, serif;
	color: #bbb;
	font-size: 15px;
}


/* Portfolio */



/* Services */
#services ul{
	list-style: none;
	font-size: 12px;
	float: left;
	margin-bottom: 15px;
}

#services ul li {
	width: 380px;
	display: inline;
	float: left;
	padding-left: 10px;
	border-radius: 10px;
	background-color: #f3f3f3;
	margin-bottom: 10px;
	margin-right: 21px;
	vertical-align: middle;
	padding: 3px 0px 3px 10px;
/*	font-style: italic;*/
}

#services ul li strong {
	font-style: normal;
	padding: 0 5px;
}

#services ul li img {
	display: inline-block;
	margin-right: 2px;
	vertical-align: middle;
}

#services ul .right {
	margin-right: 0;
}

#services ul li:hover {
	background-color: #eaeaea;
}

#costs {
	clear: both;
	margin-top:20px;
	border-top:1px dotted black;
	font-size:13px;
	padding-top:20px;
}

#costs p {
	font-size:12px;
	text-align:justify;
	width:97%;
	margin-top:5px;
	line-height:16px;
}

#costs #left {
	width:464px;
	height:130px;
	float:left;
}

#costs #left p {
	width: 95%;
	margin-top: 10px;
}

#costs #right {
	width:300px;
	height:150px;
	float:right;
	background:#fafafa;
	border-left:1px dotted #aaa;
	overflow:visible;
	margin-top:-20px;
}

#costs #right img {
	margin-left:-35px;
	margin-top:20px;
}

#section2 {
	margin-top:-35px;
	position:absolute;
	left:50%;
	margin-left:-60px;
	padding-left:10px;
	background-color:white;
	width:130px;
	height:36px;
}

#costs #pages {
	margin-top:-35px;
	margin-left:-7px;
}

/* Contact */
.contact {
	border-top:1px dotted #aaa;
}

.contact #left {
	width:500px;
	padding-top:10px;
	float:left;
}

.contact #right {
	width:299px;
	float:right;
	background:#fafafa;
	border-left:1px dotted #aaa;
	font-size:12px;
	text-align:center;
	height:330px;
}

.contact #right #details {
	background:url('images/contact/details.png') no-repeat;
	width:75px;
	height:25px;
	margin:20px auto 10px auto;
}

.contact #right p {
	padding-bottom:4px;
	margin:0 auto;
	width:85%;
}

.contact #right a {
	font-weight:bold;
	font-style:italic;
}

.contact #right #info {
	background:url('images/contact/info.png') no-repeat 50% 17px;
	width:100%;
	height:28px;
	margin:10px auto 0 auto;
	padding-top:27px;
	border-top:1px dotted #aaa;
}

.contact #right ul {
	list-style:none;
	width:85%;
	margin:0 auto;
}

.contact #right li {
	font-weight:bold;
}

.contact #left form input {
	display:block;
	margin-bottom:10px;
	width:50%;
	height:20px;
}

.contact #left form input[type="submit"] {
	width:60px;
	margin-top:10px;
}

.contact #left form label {
	font-weight:bold;
	font-size:12px;
	display:block;
	padding-bottom:5px;
}

.contact #left form textarea {
	padding:5px;
}

.contact #about {
	width: 100%;
	border-top: 1px dotted #aaa;
	background-color: #ececec;
}

.contact #about .left {
	float: left;
	border-right: 1px dotted #aaa;
}

.contact #about .left * {
	float: left;
}

.contact #about .right {
	float: right;
}

.contact #about .right * {
	float: right;
}

.contact #about .bio {
	width: 400px;
}

.contact #about .bio h3 {
	font-size: 14px;
	margin-bottom: 8px;
	margin-top: 23px;
}

.contact #about .bio p {
	font-size: 12px;
	text-align: justify;
	width: 200px;
	line-height: 17px;
	
}

.contact #about .bio img {
	padding: 15px;
}
