@charset "UTF-8";
/* CSS Document */

body {
font: normal 13px/1.7 Arial, Helvetica, sans-serif;
text-align: left;
color: #000;
margin: 0;
padding: 0;
background: #F2F2F2 url(images/bkg-lite.png) repeat-x 50% 0;
}
a:link, a:visited {
color: #3B4D80;
text-decoration: none;
}
a:active, a:hover {
color: #51A4DA;
}	
img {
border:0;
}
img .imgBorder {
border: 2px;
color: #333;
}
p {
margin: 0 0 10px 0;
}

blockquote {
margin-left: 20px;
}

h2 {
font: bold 30px/1.2 Helvetica, Arial, sans-serif;
color: #51A4DA;
margin: 0 0 10px 0;
}
h3 {
font: bold 22px/1.2 Helvetica, Arial, sans-serif;
color: #51A4DA;
margin: 0 0 10px 0;
}
h4 {
font: bold 22px/1.2 Helvetica, Arial, sans-serif;
color: #3B4D80;
margin: 0 0 10px 0;
}
h5 {
font: bold 22px/1.2 Helvetica, Arial, sans-serif;
color: #F48134;
margin: 0 0 10px 0;
}
h6 {
font: bold 16px/1.2 Helvetica, Arial, sans-serif;
color: #3B4D80;
margin: 0 0 10px 0;
}
ul {
list-style: none;
margin-left: 0;
padding-left: 1em;
text-indent: -1em;
}
.smalltext {
font-size: 10px;
color: #333;	
}
.workHome {
font-size: 14px;
font-weight: bold;
color: #333;
margin: 10px 0 0;
}
.smaller {
font-size: 10px;
}
.bold {
font-weight: bold;
}
.clear {
clear: both;
}
.wrapper {
width:860px;
margin: 0 auto;
}
#header {
width: 820px;
height: 160px;
position: relative;
margin: 10px 20px 0 20px;
}
	#header h1 {
	margin:0;
	padding:5px 0 0 0;
	float: left;
	}
	
		#header h1 a {
		display:block;
		width:190px;
		height:86px;
		text-indent:-4000px;
		margin:0; padding:0;
		background:url('images/logo.png') no-repeat 0 0;
		text-decoration:none;
		}
	
	#nav {
	text-align: right;
	float: right;
	margin: 0;
	padding: 0;
	width: 450px;
	height: 25px;
	}
		#nav li {
		display: block;
		list-style-type: none;
		width: 90px;
		float: left;
		text-align: center;
		}
		#nav li.active {
		color: #3B4D80;
		}
		#nav a {
		font: bold 14px/1.5 Arial, Helvetica, sans-serif;
		color: #000;
		margin: 0;
		padding: 10px 0 5px 0;
		text-decoration: none;
		display: block;
		}
		#nav a:hover, #nav a:active {
		border-bottom: 5px solid #3B4D80;
		color: #333;
		display: block;
		}


.content {
width: 820px;
position: relative;
margin: 10px 20px 0 20px;
}
#showcaseWrap {
width: 100%;
height: 220px;
background-image: url(images/bkg-mdl.png);
background-repeat:repeat-x;
margin: 20px 0 20px 0;
}
#showcase {
width: 820px;
position: relative;
margin: 0 auto;
padding-top: 20px;
}
.workWrap {
position: relative;
margin-top: 20px;
}
.colLeft {
width: 400px;
position: relative;
float: left;
}
.colRight {
width: 400px;
margin-left: 20px;
position: relative;
float: left;
}
.col2span {
width: 120px;
position: relative;
float: left;
}
.col3span {
width: 190px;
position: relative;
float: left;
margin-left: 20px;
}
.col4span {
width: 260px;
position: relative;
float: left;
margin-top: 20px;
}
.col5span {
width: 330px;
position: relative;
float: left;
margin-top: 20px;
}
.col7span {
width: 470px;
position: relative;
float: left;
margin-top: 20px;
}
.col8span {
width: 540px;
position: relative;
float: left;
margin-top: 20px;
}
.marginLeft {
margin-left: 20px;
}
.marginRight {
margin-right: 20px;
}
.more {
text-align: right;
}
#footer {
width: 820px;
position: relative;
margin: 10px 20px 0 20px;
}
	#twitter {
	font-size: 12px;
	color: #333;
	}
	
/* PORTFOLIO */
#filter-nav {
	text-align: center;
	float: left;
	margin: 0;
	padding: 0;
	right: 5px;
	position: relative;
	width: 832px;
	height: 34px;
	background-image: url(images/bkg-menu-category.png);
	
	}
		#filter-nav li {
		display:block;
		float:left;
		list-style:none;
		margin: 10px 0 0 45px;
		padding:0;
		}
		#filter-nav a {
		font: bold 12px/1.5 Arial, Helvetica, sans-serif;
		color: #000;
		padding-left: 10px;
		text-decoration: none;
		display: block;
		}
		#filter-nav a:hover, #filter-nav a:active {
		color: #333;
		display: block;
		}
		#filter-nav .current {
		border-bottom: 3px solid #333;
		margin-bottom: -3px
		}
		a:hover .yellow, a:hover .orange, a:hover .red, a:hover .purple, a:hover .blue, a:hover .green {
		color: #333;
		}

.yellow {
color: #FFD109;
}
.orange {
color: #F48134;
}
.red {
color: #EC2227;
}
.purple {
color: #3B4D80;
}
.blue {
color: #51A4DA;
}
.green {
color: #54B849;
}


/* FORM */
.label {
float: left;
text-align: left;
margin-right: 15px;
margin-bottom: 10px;
width: 90px;
padding-top: 5px;
font-size: 12px;
}
#form {
width: 480px;
}
#form input, #form textarea {
padding: 5px;
width: 480px;
height: 20px;
margin: 0px 0px 10px 0px;
border: 1px solid #51A4DA;
}
#form select {
padding: 5px;
width: 485px;
height: 30px;
margin: 0px 0px 10px 0px;
border: 1px solid #51A4DA;
}
#form textarea {
height: 90px;
}
#form textarea:focus, #form input:focus, #form select:focus {
border: 1px solid #3B4D80;
color: #333;
}
#form input.submit-button {
float: left;
display: block;
width: 100px;
height: 40px;
padding: 5px;
font-size: 16px;
font-weight: bold;
color: #FFF;
text-transform: uppercase;
background-color: #51A4DA;
}
#form input.submit-button:hover {
background-color: #3B4D80;
}
#form input.btn-submit {
	display: block;
	margin: 0;
	width: 120px;
	height: 50px;
	text-indent: -9000px;
	background-image: url("images/btn-send.png");
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	border:none;
}

/* TUMBLER */
ol.tumblr_posts {
list-style: none;
margin-left: -40px;
}

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
#prev span, #next span { color:#ccc; } /* lighter than the normal anchor text */
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
