/*
Theme Name: Cynergise
Theme URI: http://www.cynergise.com
Description: A new theme by Chandesh Parekh of Cynergise.com with inpiration from the Cleaker 2.1 theme and the Alex King website at www.alexking.org 
Version: 1.0
Author: Chandesh (Mik) Parekh
Author URI: http://www.cynergise.com
*/

/***** GLOBAL FORMATTING *****/

* {
	padding: 0;
	margin: 0;
}

body {
	background: #fff url(images/bg_blue.gif) repeat-x;
	font-size: 12px; 
	color: #000;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

img {
	border: 0;
}

a {
	color: #B70000; /*#53A02E; */ /*#da790b;*/
	text-decoration: none;
}

a:hover {
	color: #448325; /*#49647d; */
	text-decoration: underline;
}

/*a:visited {
	color: #49647d;
}*/

/***** PAGE STRUCTURE FORMATTING *****/

#wrapper {
	display: block;
	margin: 0 auto;
	width: 960px; /*900px; */
	position: relative;
	background: #fff url(images/contentBg2.gif) repeat-y;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#header {
	width: 960px;
	background: #1D4165 url(images/cynergise_header.jpg) top center no-repeat;
	height: 90px;
	margin-top: 0;
	color: #1D4165;
}

/*****Checkpoint1*****/

.title {
	padding: 5px 5px 5px 20px;
	color: #000;
	text-indent: -2000px;
}

/*****Checkpoint1*****/

#Nav {
	display: block;
}

#content {
	width: 460px; /*510px; */
	float: left;
	color: #000;
	padding: 20px;
}

/*****Checkpoint3*****/

#sidebarRight {
	width: 165px; /*160px;*/ /*135px;  add this to the padding to make 175px total*/
	float: right;
	color: #000;
	background: #fff; /*#dcddca;*/
	padding: 5px; /*20px; */
}

* html #sidebarRight {
	width: 160px; /*135px; add this to padding above to make 175px total */
}

#sidebarLeft {
	width: 245px; /*185px; 135px; */
	float: right;
	color: #000;
	padding: 20px;
}

* html #sidebarLeft {
	width: 230px; /*170px; 120px; */
}

#footer {
	clear: both;
	width: 931px; /*871px; */
	background: #336699 url(images/navOff.gif) repeat-x; /*background: #000; */
	color: #fff;
	text-align: left;
	/*height: 25px;*/
	padding: 8px 8px 12px 21px;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}

#footer a {
	color: #fff;
}

/*****Checkpoint4*****/

/***** NAVIGATION BAR FORMATTING *****/

ul#Nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 960px; /*900px; */
	float: left;
	background: #53A02E url(images/navOnGreen.gif) repeat-x; /*#49647d url(images/navOnBlue.gif) repeat-x; */
	font-family: "Lucida Grande", Lucida, Arial, sans-serif;
	font-size: 14px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;	
}

ul#Nav li {
	float: right;
	border-left: 1px solid #fff;
}

ul#Nav li.first {
	border-left: none;
}

ul#Nav a {
	display: block;
	float: left;
	padding: 0 1.45em;
	line-height: 50px; /*25px; */
	text-decoration: none;
	color: #fff;
}

ul#Nav a:hover {
	background: #336699 url(images/navOff.gif) repeat-x; /*#cf7f26 url(images/navOff.gif) repeat-x; */
	text-decoration: none;
}

ul#Nav li.current_page_item a { 
	color: #fff; 
	background: url(images/navOff.gif) repeat-x; 
	text-decoration: none;
}

/*****Checkpoint5*****/

/***** GENERAL TEXT FORMATTING *****/

/*new: comment*/
.comment {
	font-size: 0.9em;
	color: #999;
}

.introtext {
	color: #000;
	font-size: 9px;

}

ul#client_list li{
	margin-left: 20px;
	paddiing: 2px;

}

/*****Checkpoint6*****/

/*new .redtext*/
.redtext {
	color:  #f80202;
	
}

/*new #avatar */
#avatar {
	border: 1pt #000;
	padding: 1px;
	float: left; 
	margin:3px;
}

/*****Checkpoint7*****/

/*new day-date*/
.day-date {
	font-size: 0.9em;
	color: #999;
	margin: 2px 2px 15px 2px ;		
	padding: 0;	
}
.day-date em 
{
	font-style:normal;
	color:#666;
}

.post {
	margin-bottom: 20px;
}

blockquote {
	color: #000; 
	margin: 0 30px 20px 30px; 
	border-left: 5px solid #ACAB7B;
	background: #e8e9dc url(images/bqt_Bg.png) top no-repeat;
	padding: 10px 10px 4px 10px;
	font-size: 11px;
	font-family: "Lucida Grande", Lucida, Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin-bottom: 15px;
	line-height: 1.6em;
}

p a {
	border-bottom: 1px solid #ccc;
	text-decoration: none;
}

p a:hover {
	border-bottom: 2px solid #999898;
	text-decoration: none;
}

p.center {
	text-align: center;
}

.postmeta {
	background: #EDEDE6; /*#e4e5d4; */
	border: 1px solid #53A02E; /*#a0abb4; */
	padding: 3px;
	font-size: 10px;
}

.postmeta a {
	border-bottom: none;
}

.postmeta a:hover {
	border-bottom: none;
}

.small {
	font-size: 10px;
}

code {
	font: 12px 'Courier New', Courier, Fixed;
}

/*h1 {
	font-size: 20px;
	letter-spacing: -0.8px;
	text-align: left;
	font-weight: normal;
	margin-bottom: 8px;
	font-family: "Myriad Pro","Myriad Web","Lucida Grande","Lucida Sans Unicode", "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	
	text-transform: capitalize;
	
}*/

/*new: h1.title_post - this is the post title*/
h1.title_post {
	font-size: 24px;
	letter-spacing: 1px;/*-0.9px*/
	text-align: left;
	font-weight: normal;
	margin-bottom: 8px;
	font-family: "Myriad Pro","Myriad Web","Lucida Grande","Lucida Sans Unicode", "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	/*font-family: "Century Gothic", "Trebuchet MS", "Lucida Grande", Lucida, Arial, sans-serif;*/
	text-transform: capitalize;

}
/*h1.title is the header title of the site - changed here so the text is hidden*/
h1.title {
	font-size: 20px; /*45px;*/
	letter-spacing: -0.px; /*-2.5px; */
	font-weight: normal;
	padding: 10px 10px 10px 17px;
	color: #53A02E; /*no colour assigned to original file*/
	text-indent: -2000px;
	
}

h1.page_title {
	font-size: 20px;
	letter-spacing: -0.8px;
	text-align: left;
	font-weight: normal;
	margin-bottom: 8px;
	font-family: "Myriad Pro","Myriad Web","Lucida Grande","Lucida Sans Unicode", "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	/*font-family: "Century Gothic", "Trebuchet MS", "Lucida Grande", Lucida, Arial, sans-serif;*/
	text-transform: capitalize;
	color: #336699;

}

h4 {
	margin: -5px 0 10px 0;
	padding: 0;
	font-weight: normal;
	font-size: 10px;
	color: #424040;
}

/***** LISTS FORMATTING *****/

html>body .post ul {
	margin-left: 0px;
	padding: 0 0 10px 30px;
	list-style-image: url(images/bullet.png);
	padding-left: 30px;
} 

html>body .post li {
	margin: 7px 0 8px 10px;
}

.post ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.post ol li {
	margin: 0;
	padding: 0;
	}

/***** SEARCH FORM FORMATTING *****/

#searchform {
	display: inline;
	/*float: right; */
	margin: 0px; /*0 20px 0; */
	padding: 10px 0 0;
	text-align: left;
}

#searchform #s {
	width: 125px; /* 160px; */
	padding: 2px;
	margin: 10px 0 5px 0;
	background: #fff;
	border: 1px solid #336699;
	color: #000;
	font-size: 11px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

#searchIcon {
	padding: 2px;
	margin-top: 10px;
	color: #000;
	display: inline;
	
}

/***** SIDEBAR FORMATTING *****/

h2 {
	font-size: 14px;
	letter-spacing: -0.8px;
	text-align: left;
	padding:  2px;
	text-transform: capitalize; 
	font-weight: normal;
	color:  #336699; /*#49647d; */
	border-bottom: 1px #369 solid; /* 2px #fff solid; */
	margin-bottom: 5px;
	font-family: "Myriad Pro","Myriad Web","Lucida Grande","Lucida Sans Unicode", "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	/* "Century Gothic", "Trebuchet MS", "Lucida Grande", Lucida, Arial, sans-serif; */
}

#sidebarRight a {
	color: #d8882f;
	text-decoration: none;
}

#sidebarRight a:hover {
	background: none;
	color:  #49647d;
	text-decoration: underline;
}

#sidebarLeft a {
	color: #B70000: /*#d8882f; */
	text-decoration: none;
}

#sidebarLeft a:hover {
	background: none;
	color:  #49647d;
	text-decoration: underline;
}
/*
#sidebarLeft a:visited {
	color: #49647d;
} */

/***** SIDEBAR LISTS FORMATTING *****/

.sidebarIcon ul, .sidebarIcon ol { 
	margin: 0 0 1em 0; 
	font-size: 11px;
}

.sidebarIcon ul { 
	list-style-image: url(images/tag.png);
	list-style-position: inside;
}

.sidebarIcon li { 
	margin: 0 0 0.2em 0; 
}

.sidebarIcon ul li ul, .sidebarIcon ul li ol, .sidebarIcon ol li ul, .sidebarIcon ol li ol { 
	margin: 0.5em 0 0.5em 5px; 
}

.sidebar ul, .sidebar ol { 
	margin: 0 0 1em 0; 
	font-size: 11px;
}

.sidebar ul { 
	list-style-type: none;
}

.sidebar li { 
	margin: 0 0 0.6em 0; 
}

.sidebar ul li ul, .sidebar ul li ol, .sidebar ol li ul, .sidebar ol li ol { 
	margin: 0.5em 0 0.5em 5px; 
}

#ads_right {
	text-align:center;

}

#ads_left {
	text-align:center;
	padding-top: 10px;
}

/*new*/
#ads ul {
	list-style-type: none;
	
}

#ads ul li{
	margin-bottom: 15px;
	
}

/***** FOOTER FORMATTING *****/

#footer p {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	letter-spacing: -0.1px;
	margin-bottom: 0px;
}

#footer a {
	color: #afb65b;
	text-decoration: none;
	border-bottom: none;
}

#footer a:hover {
	color: #5c7c9a;
	background: none;
	border-bottom: none;
}

#icons {
	display: inline;
	margin-top: -30px;
	float: right;
	text-align: right;
}

#footerIcons {
	padding: 2px;
	color: #000;
	display: inline;
	float: right;
}

/***** IMAGE FORMATTING *****/

img.post {
	padding: 5px;
	border: 1px solid #000;
	margin: 10px;
	float: right;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: 1px solid #000;
}

img.alignright {
	padding: 5px;
	border: 1px solid #000;
	background: #fff;
	margin: 10px;
	display: inline;
}

img.alignleft {
	padding: 5px;
	border: 1px solid #000;
	margin: 8px;
	display: inline;
}
	
/***** MISCELLANEOUS FORMATTING *****/

.alignright {
	float: right;
}

.alignleft {
	float: left
}	

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

.postspermonth {
	margin: 5px 0 10px 0;
	list-style: none;
	padding-left: 25px;
}
	
/***** COMMENTS FORMATTING *****/

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 1px solid #49647d;
}
/*
#commentform textarea {
	width: 450px; 
	padding: 5px;
	margin: 2px;
	border: 1px solid #49647d;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
} */

#comment {
	width: 450px; /*500px;*/
	padding: 5px;
	margin: 2px;
	border: 1px solid #49647d;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#commentform #submit {
	margin: 0;
	float: right;
	border: 1px solid #49647d;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 11px;
}

.commentlist li {
	font-weight: bold;
}

.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;
}

#commentform p {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.commentmetadata {
	font-weight: normal;
	font-size: 10px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 10px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

/*post ad div*/
#post_ad {
	padding: 0px 0px 3px 3px;
	float: right;
	