/* Reset Styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }



/* --- Global Layout --- */
body {
	font: normal normal normal .9em Helvetica, Arial, Verdana, sans-serif;
	color:#444;}

#wrapper {
	float:left;
	width:100%;
/*	-moz-opacity:.8; 
	filter:alpha(opacity=80); 
	opacity:.8;*/
}
#main {
	width:960px;
	margin:0 auto;
}
#container {
	float: left;
	width: 100%;
}
#content {
	float:left;
	width:100%;
	min-height:700px;
}
#custom {
	float:left;
	width:100%;
	margin:35px 0;
}
/* Header */
#branding {
	text-align:center;
}
.logo {
	margin:20px auto;
}
/* --- Menu --- */
#access {
	float:left;
	width:100%;
	background:#e3530c;
	margin:0 0 30px 0;
}
#menuWrap {
	width:960px;
	margin:0 auto;
}
#access a {
	color:#eee;
	font-size:1.2em;
}
#access a:hover {
	color:#eee;
}
.skip-link {
	display: none;
}
.menu ul {
	list-style: none;
	float:right;
}
.menu ul ul {
	display: none;
}
.menu li {
	float:left;
	display: inline;
}
.menu li a {
	display: block;
	float: left;
	padding:60px 20px 20px 20px;
	text-decoration:none;
}
.menu li a:hover {
	display: block;
	float: left;
	background:#b54209;
}
.tiger {
	float:left;
	margin:0 30px 0 0;
	padding:10px 0;
}
/* --- Fonts --- */
h1{
	float:left;
	font-weight:bold;
	font-size:3em;
	color:#333;
	margin:20px 0;
	padding-bottom:5px;
	width:100%;
	border-bottom:1px solid #333;}
h2{
	font-size:2em;
	margin:10px 0;
	color:#555;
}
h3 {
	font-size:1.5em;
	margin:10px 0;
	width:600px;
}
h4 {
	font-size:1.2em;
}
h5 {
	float:left;
	font-size:3em;
}
/* --- Content --- */
#content a {
	color:#444;
}

#content p {
	margin:15px 0;
}

.edit-link {
	float:left;
}
.entry-title a {
	text-decoration:none;
}
.entry-date {
	float:left;
	font-weight:bold;
	font-size:.9em;
	color:#e3530c;
	margin:-7px 0 0 0;
}
.entry-utility {
	float:left;
	width:100%;
}

/* Comments */

#comments {
	width:620px;
	float:left;
}
#comments h3 {
	color:#e3530c;
}
.comments li {
	float:left;
	width:560px;
	padding:10px 20px;
	margin:10px 0;
	border-top:1px solid #ddd;
}
.comment-author {
	font-weight:bold;
}

/* Portfolio projectes */
#recentWork {
	float:left;
	width:960px;
	padding:10px 0;
}
#recentWork .project {
	float:left;
	width:300px;
	margin-bottom:30px;
	padding:0;
}

#recentWork a {
	text-decoration:none;
	float:left;
	width:300px;
	background:#444;
	color:#fff;
}
#recentWork a:hover {
	color:#fff !important;
	background-color:#e3530c;
}

.project span {
	float:left;
	width:300px;
}
.projectImg {
	float:left;
	width:300px;
	height:180px;
}
.projectName {
	float:left;
	font-size:1.2em;
	padding:10px 5px;
	border-bottom:5px solid #fff;
}

.padded {
	padding-left:30px !important;
}

.project p {
	display:none;
}
.project br {
	display:none;
}

/* --- Posts --- */


.post, .post .entry-content  {
	float:left;
	width:600px;
	margin: 0 0 10px 0;
}
.post {
	margin:0 0 20px 0;
}

.post .entry-content {
	margin-top:10px;
}

.entry-summary {
	width:600px;
	float:left;
	margin: 0 0 10px 0;
}

/* --- Navigation --- */
.navigation {
	margin: 0 0 1.5em 0;
	overflow: auto;	
	float:left;
	width:600px;
	padding:0 5px;
}
.nav-previous{
	float:left;
}
.nav-next{
	float:right;
}

/* --- Widget Areas --- */
#primary, #secondary {
	float: right;
	overflow: hidden;
	width: 210px;
	padding:20px;
	background:#eaebe7;
}
#secondary {
	clear: right;
}
.widget-area ul {
	float:left;
	list-style: none;
	margin: 0;
	
}
.widget-area li {
	float:left;
	width:210px;
	list-style:none;
	margin:5px 0;
}
.widget-area ul ul {
	list-style: none;
}
.widget-area ul ul ul {
}
.widget-container {
	margin: 0 0 1.5em 0;
}
.widget_recent {
	float:left;
	width:100%;
	margin:15px 0;
}
.widget_recent h4 {
	float:left;
	width:180px;
	padding:0 10px;
}
.widget_recent span {
	float:left;
	width:180px;
	padding:0 10px;
	font-size:.8em;
}
.widget_recent a {
	color:#555;
}
.widget_recent a:hover {
	color:#333;
}
.widget-area img {
	float:left;
	height:50px;
	width:50px;
	margin:0;
}
.widget-area p {
	float:left;
	width:100%;
	padding:0 0 5px 0;
	font-size:.9em;
}

.single #primary,.single h1 {
	margin-top:40px;
}
#primary a {
	color:#444;
}
#primary p {
	margin:10px 0;
}

/* --- Form --- */
#contact {
	float:left;
	width:600px;
}
#contactRight {
	float:right;
	width:320px;
	margin:20px 0 0 0;
}
#projectRight {
	float:right;
	width:320px;
	margin:-15px 0 0 0;
}
#projectRight p {
	margin:5px 0;
}
#projectRight h2 {
	font-size:1.2em;
	border-bottom:1px solid #ccc;
	padding-bottom:3px;
}
#projectRight a {
	color:#e3530c;
}
#projectContent{
	float:left;
	width:960px;
}
#projectContent p{
	float:left;
	margin:10px 0;
	font-size:1.1em;
}
#projectContent a{
	color:#444;
}
#projectContent h2{
	border-bottom:1px solid #ccc;
}

#form {
	font-family:arial, sans-serif;}
#form {
	float:left;
	margin:5px 0 0 0;
}
#form input {
	float:left;
}
#form .text {
	margin:5px 0 20px 0;
	height:20px;
	width:250px !important;
	font-size:1.1em;
	color:#333;}
#form b {
	font-size:1.1em;
	width:300px;
	float:left;
	margin:10px 0 5px 0;}
#form span {
	float:left;
	margin-right:20px;}
#form label {
	float:left;
	font-size:1.1em;
	font-weight:bold;
	margin:5px 0 0 0;}
#form select {
	margin:10px 0 5px 0;
	width:200px;
	font-size:14px;}
#form #comment{
	float:left;
	width:500px;
	max-width:500px;
	max-height:300px;
	height:150px;
	display:block;
	margin:0 0 10px 0;
	padding:0;
	font-size:1.2em;
}

#map_canvas {
	float:left;
	margin:10px 0;
}


/* Footer Rules */
#footer {
	clear: both;
	width: 100%;
	min-height:80px;
	float:left;
	background:#333;
	color:#eee;
	margin:40px 0 0 0;
	padding:15px 0;
}

#footerWrap {
	width: 960px;
	margin:0 auto;
}

#footer img {
	float:right;
}


#footer p {
	float:left;
	width:960px;
	padding:10px 0 0 0;
}













