/*  
Theme Name: tbonder2
Theme URI: http://www.timbonder.com
Description: The tbonder2 theme
Version: 1.0
Author: Tim Bonder
Author URI: http://www.timbonder.com
*/

body {
	margin: 0 auto;
	padding: 0;
	color: #666;
	background: #051420 url(images/bodybg.jpg) repeat top left;
	font-family: Arial, "Times New Roman", serif;
	font-size: 62.5%; /* for IE/Win */
}
html>body {
	font-size: 10px
} /* for everything else */
H1 {
	font-size: 5em;
	padding: 0 0 20px 0;
	color: #b5d73e;
}
H2 {
	font-size: 3em;
	padding: 0 0 6px 0;
	color: #666;
	padding: 0 0 15px 0;
	font-weight: none;
}
H3 {
	font-size: 2.8em;
	padding: 0 0 20px 0;
	color: #666;
}
p {
	font-size:1.8em;
	padding: 0 0 2px 0;
	line-height: 1.4em;
	color: #fff;
}

a {
	color: #b5d73e;
	text-decoration: none;
	outline: none;
}
.bold {
	font-weight: bold;
}
.white {
	color: #fff;
	font-weight: normal;
	font-style: italic;
}
a:hover {
	color: #b5d73e;
	text-decoration: none;
	outline: none;
	background: #152c3b;
}
a:visited {
	color: #b5d73e;
}
img a:hover {
	outline: none;
	background: none;
}
#menu {
	width: 100%;
	height: 40px;
	background: #fff;
	border-bottom: 6px solid #ccc;
	position: fixed;
	padding: 10px 0 0 0;
	margin: 0;
	z-index: 2;
	display: inline;
}
#options {
	width: 960px;
	margin: 0 auto;
}
ul#social {
	padding: 0;
	margin: 0 0 0 0;
	font-size: 1.4em;
	float: left;
}
ul#social li {
	padding: 0 5px 0 0;
	float: left;
}
a.delicious {
	background: url(images/social.png) no-repeat 0 0;
	width: 32px;
	height: 32px;
	display: block;
	text-indent: -9999px;
	margin: 0;
}
a.delicious:hover {
	background-position: 0 -32px;
}
a.digg {
	background: url(images/social.png) no-repeat 0 -64px;
	width: 32px;
	height: 32px;
	display: block;
	text-indent: -9999px;
	margin: 0;
}
a.digg:hover {
	background-position: 0 -96px;
}
a.twitter {
	background: url(images/social.png) no-repeat 0 -128px;
	width: 32px;
	height: 32px;
	display: block;
	text-indent: -9999px;
	margin: 0;
}
a.twitter:hover {
	background-position: 0 -160px;
}
a.stumble {
	background: url(images/social.png) no-repeat 0 -192px;
	width: 32px;
	height: 32px;
	display: block;
	text-indent: -9999px;
	margin: 0;
}
a.stumble:hover {
	background-position: 0 -224px;
}
a.facebook {
	background: url(images/social.png) no-repeat 0 -256px;
	width: 32px;
	height: 32px;
	display: block;
	text-indent: -9999px;
	margin: 0;
}
a.facebook:hover {
	background-position: 0 -288px;
}
#nav {
	float: right;
	padding: 0;
	list-style: none;
}
#nav li {
	font-size: 1.8em;
	float: left;
	margin: 0 0 0 5px;
	padding: 2px 5px 4px 5px;
	text-decoration: none;
}
#nav li a {
	color: #000;
	outline: none;
	display: block;
}
#nav a:hover {
	border-bottom: 7px solid #ccc;
	background: none;
}
#nav a:visited {
	color: #092535;
}
body#home #t-home a {
	font-weight: bold;
	border-bottom: 14px solid #ccc;
}
body#blog #t-blog a {
	font-weight: bold;
	border-bottom: 14px solid #ccc;
}
body#about #t-about a {
	font-weight: bold;
	border-bottom: 14px solid #ccc;
}
body#portfolio #t-portfolio a {
	font-weight: bold;
	border-bottom: 14px solid #ccc;
}
body#freebies #t-freebies a {
	font-weight: bold;
	border-bottom: 14px solid #ccc;
}
body#contact #t-contact a {
	font-weight: bold;
	border-bottom: 14px solid #ccc;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	z-index: 1;
}
#header {
	width: 960px;
	height: 200px;
	float: left;
	padding: 0;
	margin: 70px 0 0 0;
	display: inline;
}
#logo {
	float: left;
	margin: 0;
	width: 214px;
}
a.btn {
	background: url(images/btn.jpg) no-repeat 0 0;
	width: 315px;
	height: 105px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	margin: 0;
}
a.btn:hover {
	background-position: 0 -105px;
}
.headerhomebg {
	float: left;
	margin: 0;
	width: 746px;
	height: 200px;
	background: url(images/containerbg.jpg) no-repeat 0 0;
}
.headerbg {
	float: left;
	margin: 0;
	width: 746px;
	height: 200px;
	background: url(images/containerbg.jpg) no-repeat 0 0;
}
.container {
	float: left;
	width: 960px;
	margin: 0 0 90px 0;
}
.featuretitle {
	font-size: 2.4em;
	padding: 0 0 6px 0;
	color: #666;
	padding: 0;
	display: inline;
}
#postnavigation {
	padding: 0 0 0 0;
	font-size: 1.4em;
}
#postnavigation .back {
	float: left;
}
#postnavigation .next {
	float: left;
	margin: 0 0 0 30px;
	display: inline;
}
.post {
	padding: 0;
	margin: 0;
}



body#home .post p {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1.4em;
	clear: none;
}
.colleft h1 {
	font-size: 3.4em;
	padding: 0 0 20px 0;
	color: #b5d73e;
}
.post p {
	margin: 0 0 0 245px;
	padding: 0 0 20px 0;
	clear: both;
}

.post p a {
	color: #b5d73e;
}
.post a:hover {
	background: #152c3b;
}
body#home .post img {
	padding: 5px 10px 0 0;
	float: left;
}
.post img {
	float: right;
	margin: 0 0 30px 0;
}
.post ol, .post ul {
	margin: 0px 0 0 245px;
	padding: 0 0 20px 0;
}
.post ol li, .post ul li {
	margin: 0;
	padding: 0 0 10px 0;
	color: #fff;
	font-size: 1.4em;
	list-style: circle;
}
.post ol li a, .post ul li a {
	color: #b5d73e;
}
.post h1 {
	background: url(images/linebg.jpg) no-repeat top left;
	margin: 30px 0 0 0;
	padding: 25px 0 0 0;
	font-size: 3.4em;
	color: #fff;
	clear: both;
}
.post h2 {
	font-size: 3em;
	margin: 0 0 0 245px;
	padding: 0 0 20px 0;
}
.post h3 {
	font-size: 2em;
	margin: 0 0 0 245px;
	padding: 0 0 10px 0;
}
p.posttime {
	color: #666;
	margin: 0;
	padding: 0;
}
.commentlist {
	margin: 0;
	padding: 0;
}
ol.commentlist {
	margin: 0 0 15px 245px;
	padding: 0;
	list-style: none;
}
ol.commentlist li {
	margin: 15px 0 35px 0;
	padding: 0;
	list-style: none;
	font-size: 1.2em;
}
.commentlist cite {
	display: block;
	padding: 0;
	margin: 0;
}
.comments-template h3 {
	background-color: #152c3b;
	background-image: none;
	color: #fff;
	padding: 5px 10px;
	margin: 55px 0 0 0;
	border: 1px solid #152c3b;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	font-weight: normal;
	font-size: 1.4em;
}
.commentlist cite:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.commentlist cite img {
	float: left;
	padding: 0;
	margin: 0 20px 0 0;
	border: 3px solid #fff;
}
.commentlist p.nocomments {
	padding: 0;
}
.commentlist .commentmetadata {
	color: #666;
}
.commentlist p {
	font-size: 1.4em;
	margin: 0 0 0 90px;
	padding: 0 0 0 0;
	clear: none;
}
.commentlist .author {
	font-weight: bold;
}
.commentlist .authorstyle img {
	border: 5px solid #152c3b;
	float: left;
}
.commentlist textarea {
	border: 1px solid #152c3b;
	padding:5px 5px 5px 10px;
	margin: 5px 0 0 0;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
}
#commentform {
	margin: 30px 0 0 0;
}
#commentform p {
	font-size: 1.8em;
}
#commentform input {
	border: 1px solid #152c3b;
	padding:5px 5px 5px 10px;
	margin: 5px 0 0 0;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	cursor: pointer;
}
#commentform label {
	font-size: 0.8em;
}
#commentform #submit {
	margin: 20px 0 0 0;
	float: left;
	border: none;
	background: #b5d73e;
	font-size: 1em;
	padding: 5px 10px;
}
#commentform #submit:hover {
	background: #152c3b;
	cursor: pointer;
	color: #fff;
}
.container p.quote {
	background-color: #152c3b;
	color: #ccc;
	padding: 10px 20px;
	margin: 55px 0 0 0;
	border: 1px solid #152c3b;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	font-size: 1.4em;
}
.container p.projectinfo {
	color: #ccc;
	float:right;
	padding: 0;
	margin: 0;
	font-size: 1.4em;
}
.container p.msg {
	background-color: #152c3b;
	color: #fff;
	padding: 10px 20px;
	margin: 55px 0 0 0;
	border: 1px solid #152c3b;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	font-size: 2.4em;
}
.colleft {
	float: left;
	width: 480px;
}
.colright {
	width: 480px;
	float: left;
}
.services {
	float: left;
	width: 480px;
	height: 500px;
	color: #092535;
	padding: 0;
	margin: 0 0 30px 0;
	background: url(images/containerbg.jpg) no-repeat -265px -200px;
}
.services h2, .services h3 {
	color: #092535;
}
.services ul {
	margin: 20px 0 40px 14px;
	padding: 0;
	list-style: circle;
	line-height: 2.4em;
}
.services ul li {
	font-size: 2em;
	padding: 2px 0 3px 0;
}
.featured {
	float: left;
	width: 480px;
	height: 500px;
	background: url(images/containerbg.jpg) no-repeat 214px -200px;
}
.news {
	background: url(images/newsbg.jpg) no-repeat top left;
	height:390px;
}
.wildcard {
	background: url(images/newsbg.jpg) no-repeat top right;
	height:390px;
}
#header .gutter {
	padding: 50px 0 0 50px;
}
.container .gutter {
	padding: 30px 20px 0 20px;
}
.colleft .gutter {
	padding: 30px 0 0 20px;
}
.colright .gutter {
	padding: 30px 20px 0 60px;
}
.services .gutter {
	padding: 25px 0 0 110px;
}
.featured .gutter {
	padding: 90px 0 0 20px;
}
.wpcf7-form {
	margin: 30px 0 0 600px;
	float: right;
}
.wpcf7-form p {
	font-size: 1.4em;
	text-align:left;
	margin: 0 0 20px 0;
	padding: 0 0 4px 0;
	color: #fff;
}
.wpcf7-form p input, .wpcf7-form p textarea {
	font-size: .9em;
	background-color: #152c3b;
	color:#fff;
	padding:5px 5px 5px 10px;
	margin: 5px 0 0 0;
	border: none;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	font-weight: normal;
	overflow: hidden;
}
.wpcf7-form input {
	cursor: pointer;
}
.wpcf7-form #send {
	font-size: 1.2em;
	background: #b5d73e;
	color: #152c3b;
	width: 163px;
	height: 34px;
	padding: 0 0 3px 0;
	margin: 0;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	font-weight: normal;
	overflow: hidden;
	display: block;
}
.wpcf7-form p textarea:focus, .wpcf7-form p input:focus {
	background: #ccc;
	color: #152c3b;
}
.dropdown {
	font-size: 1em;
	background-color: #fff;
	color:#fff;
	font-weight: normal;
}
option {
	margin: 0 0 5px 0;
}
select {
	margin: 5px 0 0 0;
}
.wpcf7-form p .contactSubmit {
	display: block;
	background: #b5d73e;
	width: 163px;
	height: 49px;
	text-indent: -9999px;
	margin: 20px 0 0 0;
	float: left;
	font-size: 1em;
	padding: 5px 10px;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
}
.wpcf7-form .submit:hover {
	background: #111;
	cursor: pointer;
	color: #fff;
}
.wpcf7-response-output {
	float: left;
	margin: 10px 0;
	padding: 10px;
	background: #fff;
	border: 1px solid #fff;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
}
#footer {
	float: left;
	width: 960px;
	padding: 0;
	margin: 0;
	padding: 5px 0 0 0;
	background: #fff;
}
#footer h3 {
	color: #000;
}
#footer p {
	color: #000;
	padding: 0;
	font-size: 1.4em;
}
#footer a {
	color: #b5d73e;
	background: #092535;
}
#footer a:hover {
	color: #092535;
	background: #ccc;
}
.footerinfo {
	float: left;
	width: 960px;
	padding: 0;
	margin: 40px 0 20px 20px;
}
.connected ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 2.4em;
}
.connected li {
	font-size: 2em;
	padding: 2px 0 15px 0;
}
.connected li a {
	padding: 2px;
}
.connected li a:hover {
	padding: 2px;
}
#tweet {
	margin: 35px 0 0 0;
}
#tweet ul {
	color: #fff;
	font-size: 1.4em;
}
#tweet ul li {
	background: #152c3b;
	padding: 5px 10px;
	margin: 0 0 20px 0;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
}
#tweet ul li a {
	color: #ccc;
}
#tweet ul li a:hover {
	color: #b5d73e;
}

.ads {
	float: right;
}

body#home .adbox {
	float: left;
	margin: 50px 0 0 0;
}

body#blog .adbox {
	float: left;
	margin: 30px 0 45px 246px;
	display: inline;
}

body#blog #footer .adbox, #footer .adbox {
	float: left;
	margin: 50px 0 0 0;
}



