/*
Theme Name: Young Buisness Executives
Theme URI: http://www.youngbuisnessexecutives.com
Description: WP Theme
Version: 1.0
Author: Will Doyle
Tags: clean, buisness
*/
/* Clean Slate */

@import 'reset.css';

/* 100% Height BG & Container */

body {
    font-family: Verdana, Tahoma, Sans-Serif;
    font-size: 80%;
	background: #fbfcf2 ;
}

html,body {
	margin: 0;
	height:100%;
}

#container {
	margin: 0 auto;
	background: #FFFFFF;
	width: 954px;
	border-left: 4px solid #ededed;
	border-right: 4px solid #ededed;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

.clearer
{
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}


/* Header */

#header {
	width: 940px;
	height: 110px;
	background: #FFFFFF url('images/logo.png') no-repeat 20px 20px;
}

#topbar-left {
  width: 362px;
  height: 6px;
  border-top: 6px solid #b7b7b7;
  float: left;
  position: relative;
  top: 17px;
  left: 2px;
}

#topbar { 
  border-left: 2px solid #FFFFFF;
  float: right;
}

#topbar a {
  font-family: Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1em;
  color: #4d4d4d;
  text-decoration: none;
  text-indent: 1px;
  height: 17px;
  display: block;
  float: left;
  width: 96px;
  border-bottom: 6px solid #B7B7B7;
  margin-right: 2px;
  _margin-right: 1px;
}

#topbar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#topbar li {
  list-style: none;
  float: left;
  margin: 0;
  padding-right: 0;
}

#topbar a:hover { color: #000000; border-color: #2e5b7f; }
#topbar li.current_page_item a { color: #000000; border-color: #2e5b7f; }

#building {
	background: #FFFFFF url('images/building.png') no-repeat 50% 0;
	width: 954px;
	height: 109px;
	border-top: 2px solid #FFFFFF;
}

/* Footer */

#footer {
	clear: both;
	width: 950px;
	position: relative;
	margin: 0px auto;
	margin-top: -34px;
	height: 32px;
	line-height: 32px;
	text-indent: 8px;
	background: #f2f6d5;
	border-top: 2px solid #b0787e;
	color: #808080;
}

span.footerleft {
  float:left;
}

span.footerright {
  float:right;
  text-align: right;
  padding-right: 8px;
}


/* Content */

#content {
	padding-bottom: 42px;
}

h1 {
	font-family: 'Trebuchet MS',Helvetica,sans-serif;
	font-weight: bold;
	font-size: 1.6em;
	color: #2e5b7f;
	border-bottom: 3px solid #8e3e47;
	margin: 20px 20px 15px 20px;
	padding-bottom: 5px;
	text-indent: 3px;
}

h4 {
	font-family: 'Trebuchet MS',Helvetica,sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #2e5b7f;
}



#content p {
	font-size: 1em;
	line-height: 14pt;
	padding: 0 20px 20px 24px;
}

#content p.wp-caption-text {
	padding: 0;
	margin: 0;
}

#content ul {
	margin: 5px 70px 25px 60px;
	padding: 0;
}
#content ul li {
	padding: 4px 0;
	list-style-type: square;
}

.wp-caption {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background-color:#FFFFFF;
	border:1px solid #e5e5e5;
	margin:10px;
	padding-top:4px;
	text-align:center;
}

small.date {
	padding-left:22px;
	position:relative;
	top:-8px;
	color: #b3b3b3;
}

div.entry {
	padding-top: 10px;
}

div.meta {
	border-top:1px solid #CCCCCC;
	color: #666666;
	font-size:75%;
	margin: 10px 25px 10px 25px;
	padding:10px;
}

/* Links */

a, a:visited, a:active {
	color: #904049;
}

a:hover {
	color: #2e5b7f;
}

h1 a, h1 a:visited, a:active {
	color: #2e5b7f;
	text-decoration: none;
}

h1 a:hover {
	color: #904049;
}


/* Begin Images */

p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

strong {
	font-weight: bold;
}

#comments {
	background:transparent url(images/comment.png) no-repeat scroll 0 6px;
	font-size: 1em;
	line-height:2em;
	text-indent:21px;
	margin-left: 20px;
	padding-bottom: 20px;
}

.commentlist {
	padding: 0px 40px 0px 40px;
}


.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	margin-bottom: 2px;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	padding: 15px 20px 20px 20px !important;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
/* 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;
	}
	
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}

.even, .alt {
	border-left: 3px solid #ddd;
	padding-left: 5px;
}
/* End Form Elements */