/* General Overrides */
body {	
	background: #DFDFDF url(css/images/body_bg.gif) repeat-x top left;
	font-family: "Lucida Sans";
}

a, a:link, a:visited {
  color: #cd5d2d;
}

a:hover {
  color: #ca5a2a;
}

h3, h3 a {
	color: #CE5B2C;
	font-size: 18px;
	font-family: "Lucida Sans";
	font-weight: normal;
	margin-bottom: 10px;
}

/* Header */
div#wrapper div#header {
	color: #FFFFFF;
	height: 55px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  div#wrapper div#header {
  	height: 56px;
  }
}

div#wrapper div#header h1#logo {
	position: relative;
}

div#wrapper div#header h1#logo a {
	position: absolute;
	text-indent: -9999px;
	background: url(css/images/logo.jpg) no-repeat center left;
	padding: 0 165px;
}

/* Header Nav */
div#wrapper div#header ul#nav {
	list-style-type: none;
	text-align: right;
	font-family: georgia;
	font-size: 18px;
	font-weight: bolder;
	font-style: italic;
}

div#wrapper div#header ul#nav li {
	display: inline;
	padding-top: 10px;
	text-align: center;
	float: left;
	width: 82px;
}

div#wrapper div#header ul#nav li#navPortfolio.active {
	background: url(css/images/portfolio_active.gif) no-repeat top center;
}

div#wrapper div#header ul#nav li#navAbout.active {
	background: url(css/images/about_active.gif) no-repeat top center;
}

div#wrapper div#header ul#nav li#navContact.active {
	background: url(css/images/contact_active.gif) no-repeat top center;
}

div#wrapper div#header ul#nav li#navBlog.active {
	background: url(css/images/blog_active.gif) no-repeat top center;
}

div#wrapper div#header ul#nav li#navPortfolio {
	background: url(css/images/portfolio.gif) no-repeat top center;
}

div#wrapper div#header ul#nav li#navAbout{
	background: url(css/images/about.gif) no-repeat top center;
}

div#wrapper div#header ul#nav li#navContact{
	background: url(css/images/contact.gif) no-repeat top center;
}

div#wrapper div#header ul#nav li#navBlog{
	background: url(css/images/blog.gif) no-repeat top center;
}

div#wrapper div#header ul#nav li a {
	color: #FFF;
	text-decoration: none;
}

div#wrapper div#header ul#nav li a:hover {
	color: #DDD;
}

/* Main Picture Area */
div#wrapper div#mainpic {
	height: 315px;
}

div#wrapper div#mainpic.vespa {
	background: url(css/images/vespa.png) no-repeat top left;
}

div#wrapper div#mainpic.boy {
	background: url(css/images/boy.png) no-repeat top left;
}

div#wrapper div#mainpic.monkey {
	background: url(css/images/monkey.gif) no-repeat top left;
}


/* Main Content */
div#content {
}

div#content div.round_top {
	background: url(css/images/round_top.gif) no-repeat top left;
	height: 13px;
}

div#content div.services {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #FFF;
	margin-right: 6px;
	padding: 0 0 0 15px;
}

div#content div.services ul {
	margin-bottom: 0px;
	padding-bottom: 10px;
}

div#content div.services ul li {
	padding: 5px 0 0 30px;
	margin: 0 25px 0 10px;
	list-style-type: none;
	background: url(css/images/check.gif) no-repeat left center;
	border-bottom: 1px solid #DFDFDF;
	font-family: Georgia;
	font-size: 14px;
	color: #666666;
}

div#content div.round_bottom {
	background: url(css/images/round_bottom.gif) no-repeat top left;
	height: 13px;
	margin-bottom: 20px;
}

/* Posts */
div#content div.round_top_post {
	background: url(css/images/round_top_post.gif) no-repeat top left;
	height: 13px;
}

div#content div.post {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #FFF;
	margin-right: 6px;
	padding:0 24px;
  width:698px;
}

div#content div.post h3.title {
  margin-bottom: 0;
}

div#content div.post h3.title a {
  margin-bottom: 0;
  font-family: Georgia;
  font-size: 20px;
  font-style: italic;
  font-weight: bolder;
  text-decoration: none;
}

div#content div.post div.date {
  font-weight: 900;
  font-family: georgia;
  font-size: 16px;
  color: #665;
}

div#content div.post div.entry {
  padding-right: 10px;
}

div#content div.post div.entry ul {
  background: #dfdfdf;
  border: 1px solid #999;
  padding: 10px 0;
}

div#content div.post div.entry ul li ul {
  border: none;
}

div#content div.post div.entry h2, div#content div.post div.entry h3, div#content div.post div.entry h1, div#content div.post div.entry h5 {
  padding: 0;
  margin: 10px 0 0 0;
  font-size: 20px;
  font-weight: 300;
  font-family: Helvetica;
  border-bottom: 1px solid #999;
}

div#content div.post div.entry blockquote {
  font-size: 14px;
  font-weight: 100;
  font-family: helvetica;
  background: #dfdfdf;
  border: 1px dotted #999;
  padding: 0 10px;
  margin: 10px 0;
  color: #333;
}

div#content div.post div.entry blockquote h1, div#content div.post div.entry blockquote h2, div#content div.post div.entry blockquote h3, div#content div.post div.entry blockquote h4, div#content div.post div.entry blockquote h5 {
  font-size: 14px;
  font-weight: 100;
  font-family: helvetica;
  border: none;
}

div#content div.post p {
	padding: 10px 0;
	margin: 0;
}

div#content div.round_bottom_post {
	background: url(css/images/round_bottom_post.gif) no-repeat top left;
	height: 13px;
	margin-bottom: 20px;
}


div#posts_pagination {
  margin-bottom: 20px;
  font-size: 18px;
}


/* Sidebar Content */

div#content div.widget {
	margin-bottom: 20px;
}

div#content div.widget ul {
	list-style-type: none;
	margin-left: 0;
}

div#content div.widget ul li {
	margin-left: 0;
}

div#content div.widget ul li a {
	text-decoration: none;
	color: #666666;
}

div#content div.widget ul li a:hover {
	color: #333;
}

div#content h3.widget_title, div#content .widgettitle {
	color: #666666;
	padding-left: 25px;
}

div#content h3.widget_title a, div#content .widgettitle a {
	font-size: 12px;
}

div#content div.portfolio_preview {
	color: #999;
}

div#content div.portfolio_preview h3.widget_title {
	background: url(css/images/box.gif) no-repeat center left;
}

div#content div.portfolio_preview a {
	color: #499ED7;
	text-decoration: none;
}

div#content div.portfolio_preview img {
	padding: 5px;
	background: #FFF;
}

div#content div.blog_latest h3.widget_title {
	background: url(css/images/rss.gif) no-repeat center left;
}

div#content div.helpful_tools h3.widget_title {
	background: url(css/images/down.gif) no-repeat center left;
}

div#content div#sidebar ul li h3.widget_title {
	margin: 0;
	padding: 0;
}

div#content div#sidebar ul {
	list-style-type: none;
}

div#content div#sidebar ul li {
	margin: 0 0 10px 0;
	padding: 0;
}

div#content div#sidebar ul li ul {
	list-style-type: square;
  margin-left: 15px;
}

div#content div#sidebar ul li ul li {
	margin: 0;
	padding: 5px 0;
}

div#content div#sidebar ul li ul li a {
	text-decoration: none;
	color: #666666;
}

div#content div#sidebar ul li ul li a:hover {
	text-decoration: none;
	color: #333;
}

/* Footer */
div#footer {
	background: #333333 url(css/images/footer_bg.gif) repeat-x bottom left;
	color: #999;
	font-family: Georgia;
	float: left;
	display: table;
	width: 100%;
}

div#footer h2.widgettitle {
	font-style: italic;
	font-family: Georgia;
	font-weight: bolder;
	font-size: 20px;
	color: #999;
	margin-bottom: 10px;
}

div#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#footer ul li {
	margin: 0;
	padding: 10px 0;
}

div#footer ul li a {
	color: #CE5B2C;
	text-decoration: none;
}

/*
	Sticky Footer by Ryan Fait
	http://ryanfait.com/
*/
html, body {
	height: 100%;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -475px;
}

.footer, .push {
	height: 475px;
}