/*  
Theme Name: BuddyTheme
Theme URI: http://www.buddythemes.com/themes/
Description: Simple and Clean WordPress Blog Theme designed by www.buddythemes.com! Visit us for more free themes and custom plugins.
Author: BuddyThemes (DMS)
Author URI: http://www.buddythemes.com/
Version: 1.3
Tags: Orange, two-columns, threaded-comments, fixed-width, right-sidebar
Theme Customized by lab403.com, http://www.lab403.com
*/

/*
	Defaults
*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 10px 0;
	clear:both;
}

p {
	margin: 0;
	padding: 10px 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size:20px;
	line-height:20px;
	font-weight:normal;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

a {
	color: #f35906;
	text-decoration: none;
}

a:hover {
	color: #000;
}

a img {
	border: none;
}

blockquote {
	border-left: 3px solid #dadedd;
	padding: 5px 15px;
	display:block;
	margin: 10px 10px 20px 20px;
	font-style: italic;
	clear:both;
}

body {
	background:#fff;
	font:normal 62.5%/18px Arial, Helvetica, sans-serif;
	color:#000;
	margin:0;
}

.padding10 {
	padding:10px;
}

code {
	font: 0.9em 'Courier New', Courier, Fixed;
	padding: 10px;
	display: block;
}

img.alignright {
	float:right;
	margin:0 0 10px 10px
}

img.alignleft {
	float:left;
	margin:0 10px 10px 0
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

a img.alignright {
	float:right;
	margin:0 0 10px 10px
}

a img.alignleft {
	float:left;
	margin:0 10px 10px 0
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.clear {
	clear:both;
}

.alignleft {
	float:left;
}

.alignright {
	float:right;
}

/*
	Background styles
*/

#page {
	/*background: #fff url(images/body_bg.gif) repeat-x top;*/
background: #fff url(images/body_bg_cbpm.gif) repeat-x top;
	font-size:12px;
}

.container {
	width:960px;
	margin:0 auto;
}

#footer {
	background:url(images/footer_bg.gif) repeat-x top;
	height:120px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

/*
	Header / Logo / Subscribe
*/

#header {
	height:52px;
	padding-top:8px;
	position:relative;
}

#logo, #menu {
	display: inline;
	float:left;
}

#logo {
margin-top: -8px;
}

#logo h1 {
	margin:0;
	padding:0;
	font:normal 18px/20px Georgia, "Times New Roman", Times, serif;
	font-style:normal;
}

#logo h1 a {
	color:#666;
	text-decoration:none;
}

#logo h1 a:hover {
	color:#777;
}

#logo .description {
	font: normal 10px/45px georgia;
	text-transform:uppercase;
	/*margin:0;*/
	padding:0;
margin: -8px 0 0 0;
}

#menu {
	margin:0;
	padding:0;
}

#menu li {
	font: bold 12px/29px arial;
	display: inline;
	text-align:center;
	list-style:none;
}

#menu li a {
	color:#000;
	padding:0 10px;
	display: inline-block;
	text-transform:uppercase;
}

#menu li a:hover, #menu li a:active, #menu li.current_page_item a {
	background-color:#e9e9e9;
	text-decoration:none;
}

#subscribe {
	width:80px;
	position:absolute;
	/*top:8px;*/
top: 11px;
	right:0;
}

/*
	Block
*/

#main {
	height:1%;
	overflow:hidden;
	padding:30px 0;
	clear:both;
}

#content {
	display: inline;
	float:right;
}

#content {
	width:645px;
}

.post {
	/*background:url(images/post_bg.gif) no-repeat top center;*/
background-color: #f3f7fa;
	width:557px;
	padding:40px;
	padding-bottom:20px;
	overflow:hidden;
	height:1%;
	margin-bottom:20px;
border-top: 4px solid #e5e8ec;
border-bottom: 4px solid #e5e8ec;
border-left: 4px solid #e5e8ec;
border-right: 4px solid #ffcc00;
}

.post h2 {
	padding:0;
	font-weight:normal;
line-height: 22px;
}

.post h2 a {
	color:#000;
	text-decoration:none;
}

.post h2 a:hover {
	text-decoration:underline;
}

small {
	color:#666;
}

.post small {
	font:11px/16px Georgia, "Times New Roman", Times, serif;
	display:inline-block;
	padding-top:7px;
	color:#666;
}

.post ul {
	list-style-type:none;
}

.post ol {
	margin-left:20px;
}

.post ul li {
	background:url(images/bullet.gif) no-repeat 0 5px;
	padding-left:20px;
	line-height:20px;
}

.more-link {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
}

.moreLink {
	font-weight:bold;
	font-size:14px;
	text-align:right;
	display:block;
	clear:both;
}

.moreLink a {
	padding-left:15px;
}

#sidebar {
	display:inline;
	float:left;
	width:285px;
}

#sidebar ul {
	margin:0;
	padding:0;
}

#sidebar li.widget, #sidebar li {
	margin-bottom: 3px;
	list-style:none;
}

#sidebar h2.widgettitle, #sidebar h2 {
	font-size:14px;
	line-height:18px;
	/*border-bottom:3px solid #d9d9d9;*/
	/*text-transform:uppercase;*/
	margin-bottom:10px;
}

#sidebar ul li#categories-4 {
border: 3px solid #e5e8ec;
}

#sidebar ul li#categories-4 h2.widgettitle {
display: none;
}

#sidebar ul ul li {
	/*margin-left:15px;
	margin-top:10px;*/
	list-style:inside;
	list-style-type:none;
	line-height:35px;
background: transparent url(images/cat_bg_273.gif) no-repeat 3px 0;
margin-top: 3px;
}

#sidebar ul ul li a {
margin-left: 15px;
color: #fff;
font-weight: bold;
}

/*IE 6, 7 hacks*/
*html #sidebar ul ul li a {
margin-left: 0px;
}

*:first-child+html #sidebar ul ul li a {
margin-left: 0px;
}

#sidebar ul ul li a:hover {
color: #f35906;
}


#sidebar ul ul ul.children li {
	list-style:inside;
	list-style-type:none;
	line-height:12px;
padding: 7px 5px;
background: #f3f7fa;
border: 3px solid #e5e8ec;
margin: 3px;
}

#sidebar ul ul ul.children li a {
color: #000;
font-weight: bold;
margin-left: 15px;
}

/*IE 6, 7 hacks*/
*html #sidebar ul ul ul.children li a {
margin-left: 0px;
}

*:first-child+html #sidebar ul ul ul.children li a {
margin-left: 0px;
}

#sidebar ul ul ul.children li a:hover {
color: #f35906;
}

#sidebar li#tag_cloud-3 {
border: 3px solid #e5e8ec;
padding: 0px 10px 10px 10px;
margin-top: 10px;
}

#sidebar li#search-3 {
margin-bottom: 20px;
}

/*
	Footer
*/
.gototop {
	display:block;
	padding-bottom:20px;
}

/* 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 */


/*Comment*/
.commentlist {
	width:500px;
	overflow:hidden;
	height:1%;
	margin:0;
	padding:0;
	padding-top:10px;
}

li.avatar-bg {
	background:url(images/avatar-bg.gif) 0 20px no-repeat;
	height:55px;
	width:65px;
	display:inline;
	float:left;
	margin-right:10px;
	padding-top:20px;
	border-top:2px dotted #ccc;
}

li.avatar-bg img {
	display:block;
	padding:12px 0 0 12px;
}

li.comment-conent, li.alt {
	font-weight: bold;
	list-style:none;
	margin-bottom:10px;
	padding:15px;
	display:inline;
	float:left;
	width:390px;
	border-top:2px dotted #ccc;
}

li.comment-conent .url, li.alt .url {
	font-size:13px;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

.commentmetadata {
	font-size: 0.9em;
	font-weight: normal;
}

h3#comments {
	padding: 0;
	margin: 40px auto 20px;
}

#commentform {
	margin-bottom: 60px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	font-size: 1.2em;
	clear:both;
}

#commentform p {
	margin:0;
	padding:0;
}

#commentform label {
	display:block;
}

#commentform textarea {
	margin-top:5px;
	width: 500px;
	padding: 2px;
	font-size: 1.2em;
}

#commentform #submit {
	margin-top: 5px;
	padding: 5px;
	font-weight: bold;
	font-size: 1.3em;
}

legend {
	font-size: 1.2em;
	font-weight:bold;
	padding: 2px 10px;
}

.entry form {
	text-align:left
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

/*End Comment*/

/*Search Form*/
#searchform #s {
	width:200px;
}

/*Tables*/
table, td {
border-collapse: collapse;
border: 3px solid #e5e8ec;
}

td {
padding: 10px;
vertical-align: top;
}

table.none, table.none td {
border-collapse: collapse;
border: none;
}

table caption {
text-transform: uppercase;
text-align: left;
padding: 10px 0;
}

th {
text-align: left;
padding-left: 10px;
}

.left2 {
width: 30%;
}

.row1 {
background-color: rgba(255,255,255,0.8);
background-color: rgb(255,255,255);
}

.row2 {
background-color: rgba(255,242,204,0.5);
background-color: rgb(255,242,204);
}

.row3 {
background-color: rgba(204,217,255,0.2);
background-color: rgb(229,236,255);
}

.left {
width: 60%;
}

/*scenario boxes*/

.scenario {
border: 3px solid #e5e8ec;
padding: 10px;
margin: 15px 0px;
}

/*previous - next navigation*/

.navigation {
background: #e5e8ec;
border-top: 1px solid #ffcc33;
padding: 3px;
margin-top: 30px;
overflow: hidden;
height: 1%;
}

.navigation .left,
.navigation .right {
display: inline;
float: left;
font-weight: bold;
font-size: 14px;
}

.navigation .right {
float: right;
}

/*text size switcher*/

#textswitch {
text-align: right;
margin-bottom: 3px;
}

.regular,
.medium,
.large {
background: #e5e8ec;
font-weight: bold;
padding: 0 3px;
}

.medium {
font-size:1.25em;
}

.large {
font-size:1.75em;
}

/*watch video*/

.clip {
padding: 10px 10px 10px 20px;
background: #e5e8ec;
}

/*misc */

.exm {
margin-top: 30px;
}

