/*

Theme Name: Teri Yanovitch
Theme URI: http://teriyanovitch.com
Description: Based on Coffee Desk theme (http://roam2rome.com/desk_theme).
Author: Jimmy Coburn
Author URI: http://www.myjive.net/

*/

/* Main Containers
-----------------------------------------------------------*/
html {
	height: 100%;
}

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0B3F3C;
	margin: 0;
	padding: 0;
	background: #0E1E1B;
}

#c_wrapper {
	display: block;
	float: left;
	width: 960px;
	margin: auto;
}

#c_container {
	width: 960px;
	margin: auto;
	margin-top: 0px;
}

a { color: #27a2a2; text-decoration: none; }
a:hover { color: #1ecfcf; text-decoration: underline; }


/* positioning
--------------------------------------------------------*/	
img.centered {
	display: block;
	margin: 0 auto;
} 

img.alignright {
	display: block;
	float: right;
	padding: 4px;
	margin: 0 0 2px 7px;
} 

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

.alignright {
	float: right;
} 

.alignleft {
	float: left;
}
	
.aligncenter {
	text-align: center;
	margin: 0px;
}

em {
	font-style: italic;
}

.txtright { text-align: right;}

p.linebreak {
	clear: both;
	width: 100%;
	margin: 0;
	border-top: 1px solid #E0DCCD;
}


/* basic typography
--------------------------------------------------------*/	
h1 {
	margin: 4px 0 15px 0;
	padding: 0px;
	color: #A67C52;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 28px;
}


h2 {
	margin: 15px 0;
	padding: 0px;
	color: #0B3F3C;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
}

h3 {
	margin: 0px;
	padding: 0px;
	color: #A67C52;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
}

h6 {
	margin: 0;
	padding: 0px;
	color: #A67C52;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 15px 0 15px 0;
	line-height: 20px;
}


/* header
--------------------------------------------------------*/	
#c_header {
	float: left;
	width: 960px;
	padding-top: 0px;
	margin: 0 auto;
	z-index: 2;
}

.header_logo span {
	float: right;
	width: 358px;
	margin: 0px;
	padding: 45px 0 15px 0;
	font-size: 16px;
	font-weight: bold;
	Text-align: right;
}

.header_logo p {
	display: none;
	float: right;
	width: 230px;
	padding: 0;
	margin: 0px;
	font-size: 14px;
	color: #f37500;
	font-weight: bold;
	Text-align: center;
}

.header_logo a:link img,  .header_logo a:visited img {
	float: left;
	color: #fff;
	text-decoration: none;
	border: none;
}

.header_logo a:hover, .header_logo a:active {
	color: #9CAEC9;
	text-decoration: none;
}

.content_header {
	float: left;
	width: 960px;
	height: 150px;
	position: relative;
	padding: 0;
	background: none;
}

.header_logo {
	display: block;
	float: left;
	height: 120px;
	width: 960px;
}

.rsscoffee {
	display: none;
}

#ticker {
	clear: both;
	display: block;
	float: right;
	height: 30px;
	width: 638px;
	margin-top: 15px;
}


/* navigation
--------------------------------------------------------*/	
#c_navigator {
	display: block;
	float: right;
	width: 638px;
	margin-right: 2px;
	background: none;
	border-bottom: 5px solid #E8E2C0;
	z-index: 1;
}

.navigator {
	display: block;
	float: left;
	width: 640px;
	height: 33px;
}

.navigator ul {
	float: left;
	width: 650px;
	height: 30px;
	margin: 0px;
	padding: 0;
	list-style-type: none;
}

.navigator ul li {
	display: inline;
	float: left;
	width: auto;
	padding: 0;
	margin: 0px 2px 0 0;
	z-index: 1;
}

.navigator ul li div.over {position: relative; z-index: 1; visibility: hidden;}
.navigator ul li div.over:hover { visibility: visible; }

#c_navigator .navigator ul li div.jumper {
	margin-top: 33px;
	position: absolute;
	z-index: 2;
}

.navigator ul li div.tabContent {z-index: 0;visibility: visible;}



.navigator ul li a:link, .navigator ul li a:visited {
	display: block;
	float: left;
	height: 30px;
	width: 126px;
	padding-top: 3px;
	line-height: 25px;
	color: #89CBCB;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	background: #2E6060;
}

.navigator ul li a:hover, .navigator ul li a:active {
	color: #fff;
	background: #508AA3;
}

.navigator ul li a.selected {
	color: #fff;
	background: #508AA3;
}


/* sidebar
--------------------------------------------------------*/	
#sidebars {
	float: left;
	width: 320px;
	margin: 0px;
	padding: 0 0 15px 0;
	z-index: 0;
}

.widget_sidebar {
	float: left;
	width: 320px;
	margin: -90px 0 0 0;
	z-index: 1;
	position: relative;
}

.widget_sidebar img {
	display: block;
	float: left;
	border: none;
	margin: 0;
	padding: 0;
}

.div_wrap_sidebar {
	float: left;
	width: 320px;
	padding: 0px;
	background: #fff;
}

.sidebar_content {
	width:320px;
	margin-right: 0px;
}

.widget_sidebar h2 {
	width: 230px;
	margin: 0;
	padding: 10px 0 10px 90px;
	color: #0B3F3C;
	border-bottom: 1px solid #E0DCCD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	background: #EFECDC;
}
	
.widget_sidebar ul, .widget_sidebar ul ol {
	width: 320px;
	margin: 0;
	padding: 0;
}

.widget_sidebar ul li {
	float:left;
	margin-left: 60px;
	background: #fff;
	list-style-type: none;
	list-style-image: none;
}

.widget_sidebar a:link, .widget_sidebar a:visited {
	display: block;
	width: 160px;
	text-decoration: none;
	padding: 5px 50px 5px 50px;
	border-bottom: 1px solid #E0DCCD;
	background: #fff url(images/arrow.jpg) 30px 10px no-repeat;
}

.widget_sidebar a:hover, .widget_sidebar a:active {
	text-decoration: underline;
}

.widget_sidebar form {
	float: left;
	width: 220px;
	margin: 0px;
	padding: 0px;
}

.wrap_sidebar {
	clear: left;
	display: block;
	float: left;
	width: 320px;
	padding: 0px;
	margin: 0;
	background: #BAB288;
	position: relative;
}

.sidebar_page {
	width:320px;
	margin: 0;
	text-align: right;
}

.sidebar_page ul li {
	float:left;
	margin-left: 60px;
	background: #fff;
	list-style-type: none;
	list-style-image: none;
}


.widget_sidebar div.wrap_sidebar a:link, .widget_sidebar div.wrap_sidebar a:visited {
	float:right;
	width: 180px;
	padding: 10px 50px 10px 30px;
	color: #4DA0A0;
	letter-spacing: 1px;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	background: #2E6060 url(images/arrow-main.jpg) 230px 14px no-repeat;
	border-bottom: 1px solid #E0DCCD;

}

.widget_sidebar div.wrap_sidebar a:hover, .widget_sidebar div.wrap_sidebar a:active {
	color: #fff;
	text-decoration: none;
	background: #508AA3 url(images/arrow-main-over.jpg) 230px 14px no-repeat;
}

.widget_sidebar div.wrap_sidebar a.selected {
	color: #fff;
	text-decoration: none;
	background: #508AA3 url(images/arrow-main-over.jpg) 230px 14px no-repeat;
}



/* search
--------------------------------------------------------*/	
.key_search {
	clear: both;
	display: block;
	float: left;
	width:320px;
	height:64px;
	background: #E8E2C0;
	border-bottom: 1px solid #E0DCCD;
}

.key_search form {
	width:100%;
	height:100%;
	padding:0;
}
.s {
	float:left;
	width:180px;
	height:20px;
	margin:20px 0 0 75px;
	padding-left: 30px;
	color:#999;
	font-size: 12px;
	border: 1px solid #999;
	background-color:#fff;
}
.searchButton {
	float:left;
	margin: -19px 25px 0 80px;
}


/* content
--------------------------------------------------------*/	
#c_content {
	float: left;
	width: 958px;
	background: none;
}


#post_entry {
	float: right;
	width: 638px;
	padding: 25px 0;
	margin: 0;
	background: #fff;
}

.post_meta {
	float: left;
	width: 638px;
}

.clear_content {
	display: none;
	float: left;
	height: 30px;
	width: 640px;
}

.post_top {
	display: none;
	float: left;
	height: 5px;
	width: 638px;
	margin: 0;
	padding: 0;
	background: #E8E2C0;
}

.post_index {
	display: block;
	float: left;
	width: 570px;
	padding: 0 35px;
	background: none;
}
	
.post_title {
	float: right;
	width: 570px;
	position: relative;
}

.post_info {
	float: left;
	width: 570px;
	text-align: left;
}

.post_info h1 {
	margin: 15px 0 0 0;
}

.post_info h1 a:link, .post_info h1 a:visited {
	display: block;
	margin: 0;
	padding:0;
	text-decoration: none;
}

.post_info h1 a:hover, .post_info h1 a:active {
	text-decoration: underline;
}

.author {
	clear: both;
	float: left;
	width: 550px;
	margin: 0;
	padding: 0;
	color: #ADA67F; 
}

.author a:hover {
	color: #4E2B10;
	text-decoration: underline;
}


.category {
	display: none;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 555px;
}

.post_content {
	/*
	float: left;
	width: 550px*/
}

.post_content h2 {
	/*
	width: 548px;
	*/
}


.background {
	padding: 15px 20px;
	background: #FCFAF0;
	border-top: 1px solid #E0DCCD;
	border-bottom: 1px solid #E0DCCD;
}

.background ol, .background ul {
	margin: 0; 
	padding: 15px 0 0 35px;
	list-style-image: url(images/arrow-green.gif);
}

.background ol li, .background ul li {
	margin-bottom: 4px;
}

/*.post_content p {
}
*/
.post_content blockquote {
	display: none;
/*	clear: both;
	margin-top: 10px 35px 0 5px;
	padding-top: 10px 0 0 40px;
	background-image: url(images/quotes.jpg);
	background-repeat: no-repeat;
	background-position: left 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	color: #606060;
*/}

.post_content code {
	display: none;
/*	margin: 10px;
	padding: 5px;
	clear: both;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #eeeeee;
	background-color: #ffffff;
	font-style: italic;
	color: #606060;
*/}

.post_content img {
	border: 0px solid #CCCCCC;
	margin-right: 5px;
}

.post_comment_counter {
	float: left;
	width: 550px;
	height: 30px;
	background: #FCFAF0 url(images/comments.gif) no-repeat;
	Background-position: 15px 7px;
 	border-top: 1px solid #E0DCCD;
	border-bottom: 1px solid #E0DCCD;
}

.coms_count {
	display: block;
	float: left;
	width: 500px;
	padding: 0 25px 0 40px;
	line-height: 30px;
}

.coms_count a:link, .coms_count a:visited {
	color: #21A7F9;
	text-decoration: none;
	letter-spacing: 1px;
}

.coms_count a:hover, .coms_count a:active {
	color: #61CCF7;
	text-decoration: underline;
}

.coms_count a:link.txtright, .coms_count a:visited.txtright {
	float: right;
}

.post_nav {
	float: left;
	width: 620px;
	padding-left: 10px;
	Padding-bottom: 30px;
}

.post_nav a:link, .post_nav a:visited {
	color: #000000;
	text-decoration: none;
}

.post_nav a:hover, .post_nav a:active {
	color: #4f2003;
	text-decoration: underline;
}

.tex_f {
	font-size: 16px;
	height: 20px;
	width: 180px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	background-color: #FFFFFF;
	border: 0px solid #999999;
}

#next a:link, #next a:visited {
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	float: right;
	padding-top: 10px;
	padding-right: 5px;
}

#next a:hover, #next a:active {
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	float: right;
	padding-top: 10px;
	padding-right: 5px;
}

#prev a:link, #prev a:visited {
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	float: left;
	padding-top: 10px;
	padding-left: 5px;
}

#prev a:hover, #prev a:active {
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	float: left;
	padding-top: 10px;
	padding-left: 5px;
}

/* Home page
------------------------------------------------*/

.home-feature {
	display: block;
	background: url(images/book.jpg) no-repeat;
	padding: 12px;
	padding-right: 20px;
	height: 252px;
}

.home-feature a.book {
	display: block;
	width: 170px;
	height: 225px;
}

#post_entry div.home-feature h4 {
	margin-top: 45px;
}


/* Quotes
------------------------------------------------*/
#post_entry div.testimonial p {
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#post_entry div.testimonial h4 {
	font-size: 12px;
	padding-left: 15px;
	padding-bottom: 10px;
	border-left: 1px solid #E0DCCD;
	font-weight: normal;
}

#post_entry div.testimonial h4 strong {
	color: #4DA0A0;
	font-weight: normal;
}


/* Quotes
------------------------------------------------*/
#post_entry div.quote h4 {
	float: left;
	width: 548px;
	margin: 15px 0;
	padding: 0px;
	color: #4DA0A0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
}

#post_entry div.quote h5 {
	float: left;
	width: 548px;
	margin: 15px 0;
	padding: 0px;
	color: #4DA0A0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 17px;
	font-weight: normal;
	font-style: italic;
}

#post_entry div.quote p {
	padding-left: 270px;
	color: #4DA0A0;
	line-height: 14px;
}
#post_entry div.quote strong {
	color: #0B3F3C;
	font-weight: normal;
}


/* Book
------------------------------------------------*/
.bookWrapper { 
	display: block; 
	height: 100%; 
	width: 100%; 
	float: left;
	margin-top: 15px;
}

.book { 
	display: block; 
	float: left; 
	width: 350px; 
}

.bookInfo {
	display: block;
	margin: 15px 0;
	padding-left: 15px;
	border-left: 1px solid #E0DCCD;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
}

.bookInfo strong {
	color: #4DA0A0;
	font-weight: normal;
}

.post_meta div.book div.bookInfo p a {
	display: block;
	width: 115px;
	height: 23px;
	padding-top: 2px;
	text-align: center;
	color: #ffffff;
	background-image: url(images/contact-link.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}

.post_meta div.book a:hover {
	background-position: 0 -25px;
	color: #ffffff;
	text-decoration: none;
}


/* Quick Tip
------------------------------------------------*/
.quickTip {
	display: block;
	background: #E8E2C0;
	padding: 25px;
	height: 50px;
}

.quickTip p {
	padding: 0;
	margin: 0;
}
.quickTip h2 {
	display: block;
	float: left;
	margin:0;
	width: 90px;
	font-size: 15px;
}

.quickTip h3 {
	float: right;
	display: block;
	width: 379px;
	padding-left: 30px; 
	border-left: 1px solid #B2BFBD;
	font-size: 15px;
	font-style: italic;
}

#post_entry .quickRight h4 {
	width: 300px;
	color: #8C6239;
	padding-bottom: 15px;
}

.quickTip img {
	margin: 0;
	padding: 0;
}
.quickRight{
	display: block;
	float: right;
	width: 300px;
}

.quickRight p {
	color: #A67C52;
}

#post_entry .quickRight a {
	color: #508AA3;
	text-decoration: none;
}

#post_entry .quickRight a:hover {
	color: #38667a;
	text-decoration: none;
}



/* Workshop
------------------------------------------------*/
.workshop{
	display: block;
	width: 239px;
	margin: 0;
	padding: 0 15px 0 20px;
	list-style-image: url(images/arrow.jpg);
}

.workshopRight{
	display: block;
	float: right;
	width: 239px;
	margin: 0;
	padding: 0 15px 0 20px;
	list-style-image: url(images/arrow.jpg);
}


/* client
------------------------------------------------*/
.client{
	display: block;
	width: 239px;
	margin: 0;
	padding: 0 15px 0 20px;
	list-style-image: url(images/arrow-green.gif);
}

.clientRight{
	display: block;
	float: right;
	width: 239px;
	margin: 0;
	padding: 0 15px 0 20px;
	list-style-image: url(images/arrow-green.gif);
}




/* recent - just about footer
--------------------------------------------------------*/	
#recent_top {
	display: none;
}

#recent_ctr {
	display: none;
}

#recent_bottom {
	display: none;
}


/* footer
--------------------------------------------------------*/	
#c_footer {
	float: right;
	width: 640px;
	color: #999;
	background: none;
}

#footer_bg {
	float: right;
	width: 640px;
	background: none;
}

#footer_panel {
	clear: both;
	float: left;
	height: 71px;
	background: none;
}

#footer_panel_text {
	width: 640px;
}

#footer_panel_text p {
 	color: #49746c;
	font-size: 10px;
}

#footer_panel a:link,  #footer_panel a:visited {
	color: #2e6060;
	text-decoration: none;
}

#footer_panel a:hover, #footer_panel a:active {
	color: #3d7676;
	text-decoration: underline;
}

#footer_panel_text p.right { float: right; }



/* contact
------------------------------------------------*/
.contactWrapper {
	display: block;
	margin: 0 30px;
}

.contactWrapper fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

.contactWrapper table {
	width: 548px;
	margin: 0; padding: 0;
}

.contactWrapper table td {
	width: 274px;
	margin: 0; padding: 5px 0;
}

.bottom { vertical-align: bottom;}

.contactBkgnd {
	display: block;
	padding: 0 20px;
	margin: 20px 0;
	background: #FCFAF0;
	border-top: 1px solid #E0DCCD;
	border-bottom: 1px solid #E0DCCD;
}

.contactBkgnd div.contactLink {
	display: block;
	float: left;
	width: 115px;
	height: 25px;
	margin-top: 23px;
}

.post_meta div.contactLink a {
	display: block;
	width: 115px;
	height: 19px;
	padding-top: 6px;
	text-align: center;
	color: #fff;
	background: url(images/contact-link.jpg) top left no-repeat;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing:1px;
}

.post_meta div.contactLink a:hover {
	background-position: 0 -25px;
	color: #fff;
	text-decoration: none;
}

.contactBkgnd p {
	padding-left: 140px;
}

div.errors p, div.errors h3 {
	color: #9b101c;
}

.errors {
	padding: 15px 0;
	margin: 0;
}


/* calendar config
------------------------------------------------*/
.wrap_calendar {
	margin: 0px;
	float: center;
	width: 220px;
	padding-right: 10px;
	padding-left: 10px;
}


#wp-calendar {
	empty-cells: show;
	width: 200px;
	font-size: 12px;
	color: #401A02;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#wp-calendar a:link, #wp-calendar a:visited {
	text-decoration: none;
	color: #A84E12;
}

#wp-calendar a:hover, #wp-calendar a:active {
	text-decoration: none;
	color: #A84E12;
}

#wp-calendar caption {
	font-family: "Trebuchet MS", Tahoma, "Arial Narrow";
	font-weight: normal;
	text-align: center;
	width: 200px;
	color: #4f2003;
	font-size: 16px;
	height: 22px;
	line-height: 22px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#wp-calendar th {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#wp-calendar td {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#wp-calendar tf {
	margin: 0px;
	padding: 0px;
}

.calendar {
	display: none;
	float: left;
	height: 40px;
	width: 43px;
	background-image: url(images/date.PNG);
	background-repeat: no-repeat;
	padding-top: 5px;
	position: relative;
	margin-left: -20px;
}

.date {
	font-size: 12px;
	color: #000;
	text-align: center;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	clear: both;
	line-height: 16px;
}

.month {
	font-size: 13px;
	color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	clear: both;
	font-weight: bold;
	line-height: 20px;
}


/* blog assets
------------------------------------------------*/
.pad {
	text-align: center;
}

#comments_templates {
	display: block;
	float: left;
}

#comments_templates img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.rssfeeds a:link, .rssfeeds a:visited {
	text-decoration: none;
}

.rssfeeds a:hover, .rssfeeds a:active {
	text-decoration: underline;
}

#post_entry h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #0B3F3C;
	margin: 0px;
	padding: 0px;
}

.rssfeeds {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 548px;
}

.clear_box {
	float: left;
	height: 30px;
	width: 100%;
}

.relatedpost {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}

.relatedpost h2 {
	color: #A67C52;
}

.relatedpost ul {
	clear: both;
	display: block;
	margin: 0px;
	float: left;
	width: 478px;
	list-style: outside;
	list-style-image: url(images/arrow-green.gif);
	padding: 0 0 0 20px;
}

.relatedpost ul li {
	display: list-item;
	margin: 0px;
	width: 548px;
	text-align: left;
	float: left;
	padding: 0px;
	color: #0B3F3C;
}

.relatedpost ul li a:link, .relatedpost ul li a:visited {
	text-decoration: none;
	font-size: 13px;
}

.relatedpost ul li a:hover, .relatedpost ul li a:active {
	text-decoration: underline;
	font-size: 13px;
}

.com_break {
	float: left;
	height: 20px;
	width: 548px;
}

.user_avatar {
	display: none;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 52px;
	width: 52px;
	position: relative;
}

.user_infos {
	float: left;
	width: 518px;
	padding: 0 15px;
}

.comment_user {
	float: left;
	width: 500px;
	padding: 5px;
	background-color: #f3f3f3;
	border: 1px solid #eeeeee;
	position: relative;
}

.com_author {
	float: left;
	width: 440px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #A67C52;
}

.comment_user_alt {
	float: left;
	width: 500px;
	padding: 5px;
	background-color: #FBFBFB;
	border: 1px solid #eeeeee;
	position: relative;
}

.com_text {
	float: left;
	width: 480px;
	padding-top: 10px;
	line-height: 16px;
}

.com_text blockquote {
	clear: both;
	margin-top: 10px;
	margin-right: 25px;
	margin-left: 5px;
	padding-left: 5px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #333333;
	color: #000560;
}

.user_infos a:link, .user_infos a:visited {
	color: #006699;
	text-decoration: underline;
}

.user_infos a:hover, .user_infos a:active {
	color: #006699;
	text-decoration: none;
}

.com_text code {
	display: block;
	margin: 10px;
	padding: 5px;
	clear: both;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border: 1px dashed #CCCCCC;
	background-color: #FFFFFF;
	font-style: italic;
	color: #000;
}

#post_entry h6 {
	clear: both;
}

/* admin bar css 
------------------------------------------------*/
#wp-admin-bar {
	margin:0;
	padding:5px;
	border:1px solid #000933;
	clear:both;
	text-align:center;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000D49;
}

#wp-admin-bar ul {margin:0; padding:0}

#wp-admin-bar ul li {list-style-type:none; display:inline; margin:0 10px; padding:0}

#wp-admin-bar a:link, #wp-admin-bar a:visited {
	color: #DECD87;
	text-decoration: none;
}

#wp-admin-bar a:hover, #wp-admin-bar a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

#comments_templates form {
	clear: both;
	float: left;
	width: 548px;
	padding: 0;
	margin: 0px;
}

#bx_email, #bx_url, #bx_name {
	width: 200px;
	padding-left: 3px;
	padding-right: 3px;
	background: #f1f6f6;
	border: 1px inset #0B3F3C;
}

#bx_message {
	width: 478px;
	padding: 3px;
	background: #f1f6f6;
	border: 1px inset #0B3F3C;
}

#comments_templates p {
	padding: 0px;
	clear: both;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

