/*  
	Theme Name: 	Awakening Holistic Theme
	Theme URI: 	http://awakeningholistic.com.au/	
	Description:	Awakening Holistic Site Theme
	Version:        1.1
	Author: 	Karan Juneja
	Author URL: 	http://pushingthesky.net/
*/
* { 
	margin:0;
 	padding:0;
  }

html, body { 
	height: 100%;
 }

body {
	font-size: 100%; 
	line-height: 1.25em;
	min-width:879px;
	background-color: #3CA7C1; /*was 882C21*/
	background:url(images/bgtexture.png);
 }

html, input, textarea	{
	font-family: Arial, Helvetica, sans-serif; 
	color: #868686;
 }

object { 
	vertical-align: top; 
	outline: none; 
	border: 0;
 }

.alignMiddle {
	vertical-align: middle;
 }

.alignCenter { 
	text-align: center;
 }

.container1 {
	width: 100%;
 }

.clear { 
	clear: both;
 }

.fleft { 
	float: left;
 }

.fright{ 
	float: right;
 }

div.container {	
	overflow:hidden; 
	width: 100%;
 }

a img { 
	border: 0px;
}

img{ vertical-align:top;  }

table, td, div, img { border:0; border-collapse:collapse;}

td {vertical-align:top;}

ul { list-style: none;}

p { padding-bottom: 1.5em;}
		
a {color:#000000; text-decoration:underline; outline:none} 

a:hover {text-decoration:none}
	
input, select, textarea, html body textarea { vertical-align:middle; font-size:11px; color:#6a6a6a; font-family: Arial, Helvetica, sans-serif}

input.text, select, textarea { padding:2px 0px 3px 6px; border:1px solid #6a6a6a; background: #fff;}
	
/*** My css ***/
/*======= width =======*/
.main {
	margin:0 auto; 
	text-align:left; 
	width:879px;
	background-color: #ffffff; /*fff48f*/
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
-webkit-box-shadow: 0px 2px 3px #333;
-moz-box-shadow: 0px 2px 3px #333;
box-shadow: 0px 2px 3px #333;
}

/*=======#header =======*/
#content1 {position:relative; padding-top: 10px;}

/*======= index.html =======*/
#content {position:relative; z-index:1; color:#fff;
top: -50px;
}

#content .column-left{ width:162px; margin-right:44px; float:left}

#content .column-center{width:460px; margin-right:43px; float:left; padding:20px 0px 5px 0px;}

#content .column-right{ width:162px; float:left; color: #000;}

.link { color:#fff; background:#1e1d1d; padding:0px 6px 1px 7px; float:right; display:block; line-height:20px; text-decoration:none  }

.link:hover {text-decoration:underline }

.button {color:#fff; background:url(images/button.gif) top left no-repeat; width:114px; text-align:center; line-height:32px; display:block; text-decoration:none;  }

.button:hover {text-decoration:underline }

.link-1 { display:block; float:left; background:url(images/link_bg.gif) repeat-x left top; color:#ffffff; text-decoration:none; }

.link-1 em { display:block; background:url(images/link_left.gif) no-repeat left top;}

.link-1  b { display:block; background:url(images/link_right.gif) no-repeat right top; padding:0 15px 0 15px; line-height:28px; font-weight:normal; font-style:normal;}

.link-1:hover{ text-decoration:none; color:#000000}

/*header*/
#header {font-size:0.6875em; color:#FFFFFF; height:141px; *height:141px;}

/*** Logo ***/
#header .logo { margin:0}

#header .logo h1 {
	display:block;
	width:100%; height:141px;
	background:url(images/logobanner.jpg) no-repeat 0 0;
        background-color: #3CA7C1;
	font-size:2.1em; color:#000; text-indent:-1000em; cursor:pointer;
-webkit-box-shadow: 0px 1px 3px #000;
-moz-box-shadow: 0px 1px 3px #000;
box-shadow: 0px 1px 3px #000;
 }

#header .logo h1:hover { text-decoration:none;}

#header .description { font-size:17px; color:#fff; padding:0px 0px 0px 0px; margin:-3px 0px 0px -1px;}

#header .indent{margin:5px 0px 0px 717px; position:absolute; width:161px}

#header .indent2{margin:20px 0px 0px 779px; position:absolute; width:105px; top:0; z-index:11111; text-align: right; padding: 25px 0 0 0; }

#header .indent2 img{margin-left:7px}

#header .indent1{padding:0px 0px 0px 0px}
	
#header .main-menu { 
	clear:both; 
	background:#3CA7C1;/*(blue top tabs) 8a5e75;*/ 
	height:30px; 
-webkit-box-shadow: 0px 2px 3px #000;
-moz-box-shadow: 0px 2px 3px #000;
box-shadow: 0px 2px 3px #000;
margin-top: -1px;
max-width: 100%;
}

#header .menu { 
	margin:0;
	padding:5px 0 0 18px;
	list-style:none;
}

#header .menu ul { float:left; /*overflow:hidden; */margin:0px 0px 0px 0px; list-style:none; padding:0px 0px 0px 0px;}

#header .menu ul li {  margin:0px; display: block; float: left; padding-right:15px; padding-bottom: 10px;}

#header .menu ul li a {
	 display:block;
	 height:100%;
	 font-weight:normal;color:#fff;
	 text-transform:uppercase;
	 text-decoration:none;
}

/*active*/
#header .menu ul li.current_page_item > a,
#header .menu ul li.current_page_ancestor > a {
	text-decoration:none;
	font-weight: bold;
	color: #fff; /*#b13576; f63*/
}

/*hover*/
#header .menu ul li:hover a { text-decoration:none; color: #BCE5EF; /*was f93, #b13576; These are highlight col's*/}
#header .menu ul li a { text-decoration:none; color: #fff; /*was f93, #b13576; These are highlight col's*/}

/* drop menu */
.main-menu .menu ul ul {
        position: absolute;
 }
		
.main-menu .menu ul ul li {
	background:#3CA7C1;/*fff*/
	width: 100%;
}
	
.main-menu .menu ul li ul li a { float: left; height:auto; font-weight: normal; text-decoration:none;
color: #fff;
}
		
.main-menu .menu ul li ul li a:hover { color:#fff;/*fff, #b13576;*/}
		
.main-menu .menu ul ul ul { margin:5px 0px 0px 10px; *margin-top:-15px; position: absolute; z-index:9999999999; padding:0;}

.main-menu .menu ul ul ul li {
	background:#fff;
}

/* =Menu
-------------------------------------------------------------- */

.main-menu ul ul {
	display: none;
	float: left;
	width: 17em;
	margin-top: 5px;
}
.main-menu ul ul ul {
	left: 100%;
}
.main-menu ul ul a {
	height: auto;
	padding: 2px 10px;
	width: 100%;
}
.main-menu li:hover > a,
.main-menu ul ul :hover > a,
.main-menu a:focus {
	text-decoration: underline;
}

.main-menu ul li:hover > ul,
.main-menu ul ul li:hover {
	display: block;
	z-index: 9999;
	color: #fff;
}

.main-menu .current_page_item > a,
.main-menu .current_page_ancestor > a
{
	text-decoration: underline;
}

/*content*/
#content{ 
	font-size:0.8em; 
	width:100%;
	text-align:left; 
	margin-top: 45px;
}

#content .indent-main { padding:35px 0px 0px 0px}

#content .title{  margin-bottom:16px}

#content .img-left{ float:left; margin:0px 20px 16px 0px}

#content .img-indent{ margin:0px 0px 26px 0px}

#content p{ margin:0;}

#content .p{ margin:0;}

#content .p1{ margin:0px 0px 7px 0px}

#content h2 {
	color:#3CA7C1;/*heading on each page b13576;*/
	font-size:1.59em;
	margin-bottom:17px;
	line-height:1.25em;
	padding: 0 0 0 1px;
}

.widget widget_flikr ul li{color:#fff;}

#content .column-center .title { margin:-1px 0px 1px 0px; overflow:hidden; height:100%;}

#content .column-center .title h2 {
	color:#3CA7C1;/*882C21; b13576;*/
	font-size:1.54em; 
	margin-bottom:13px; 
	padding: 0 0 0 1px;
	font-weight:normal;
}

#content .column-center .title h3 {
	color:#3CA7C1;/*b13576;*/ 
	font-size:1.54em; 
	margin-bottom:13px; 
	font-weight:normal;
	padding: 0 0 0 1px;
}

#content .column-center .title h2 a,
#content .column-center .title h3 a {
	color:#3CA7C1;/*882C21; b13576;*/
	text-decoration:none;
}

#content .column-center .title h2 a:hover, #content .column-center .title h3 a:hover { color:#000;}

#content .column-left .title h2{color:#000; font-size:1.59em; margin-bottom:17px; line-height:1.25em }

#content .column-right .title h2{color:#000; font-size:1.2em; margin-bottom:17px; line-height:1.25em; font-weight: bold; padding-top: 15px; }

#content h4 {color: #8b870e; font-size:1em; margin-bottom:13px;  }

#content .tail{ background:url(images/tail.gif) bottom repeat-x; padding-bottom:9px; margin-bottom:9px}

.widget{ margin-bottom:29px}

#content .indent {padding:0px 0px 59px 0px; overflow:hidden; height:100%;}

.comments { padding:2px 1px 0px 0px;}

.comments a { color:#2d2d2d; text-decoration:none;}

.comments a:hover { text-decoration: underline;}

#content ul { margin:0; padding:0;}

#content .column-left .widget_pages {
-webkit-box-shadow: 0px 2px 3px #000;
-moz-box-shadow: 0px 2px 3px #000;
box-shadow: 0px 2px 3px #000
width: 200px;
}

#content .column-left ul li{ 
	background:#3CA7C1; /*C2f696;8a5e75;*/
	margin:0px;
	margin-bottom:1px;
	padding:0px 5px 0px 10px;
	color:#fff
}
#content .column-left ul li ul { 
	border-top: 1px solid #fff;
}
#content .column-left ul li a{ margin:0px; color:#ffffff; text-decoration: none; line-height:1.81em} 

#content .column-left ul li a:hover { text-decoration:none; color:#f93/*bc90a7;*/ }

#content .column-left ul p{ 
	background:#3CA7C1; /*C2f696;8a5e75;*/
	background-position:0 4px;
	margin:0px;
	margin-bottom:1px;
	padding:0px 5px 0px 10px;
	color:#fff
}

#content .column-left ul p a{margin:0px; color:#ffffff; text-decoration: none; line-height:1.81em} 

#content .column-left ul p a:hover {
	text-decoration:none;
	color:#f93/*bc90a7;*/ 
}

#content .column-right ul li{background:none; background-position:0 5px; margin:0px; margin-bottom:1px; padding-left:1px; }

#content .column-right ul li a{background:url(images/marker-rhs.gif) top left no-repeat; background-position:0 4px; margin:0px; padding-left:10px; color:#2d2d2d; text-decoration: none; line-height:1.81em} 

#content .column-right .indent-box ul li a{background:url(images/marker.gif) top left no-repeat; background-position:0 4px; margin:0px; padding-left:10px; color:#ffffff; text-decoration: none; line-height:1.81em} 

#content .column-right .indent-box ul li a:hover{
	text-decoration:none; 
	color:#f93;/*bc90a7;*/
}

#content .column-right ul li a:hover { text-decoration:none; color:#f93;/*#b13576;*/}

#content .testimonial { padding-bottom: 10px; border-bottom: 1px dotted #aaa; font-size: 12px; }

/*** Text box ***/
.text-box { color:#2d2d2d;	font-size:1em; line-height:1.9em; padding:19px 0px 22px 3px; }	
	
.search_page {}
	
#post-111 .text-box { padding-top: 0px; margin-top: -5px; }

/*** Date ***/
.column-center .date {
	background:#3CA7C1;/*C2f696; 8a5e75;*/ 
	height:21px;
	line-height:22px;
	color:#ffffff;
	padding-left:8px
}

/*box*/

#content .widget_flikr h2 { margin:-10px 0px 23px -1px; font-size:18px;}

.box { 
	background:url(images/box.gif) repeat-x 0 0 #fff;/*8a5e75;*/
	width:100%;
}

.box .indent-box{ 
	padding:14px 11px 17px 10px; 
	background:#3CA7C1;/*8a5e75;*/ 
	color:#fff;  
}

/*footer*/

#footer { 
	color:#fff; 
	font-size:0.6em;
	margin-bottom:0px;
	overflow:hidden; 
	/*height:100%;*/ 
	padding:0px 0px 0px 0px;
	width: 879px; 
-webkit-box-shadow: 0px 2px 3px #333;
-moz-box-shadow: 0px 2px 3px #333;
box-shadow: 0px 2px 3px #333;
}

#footer .bg-bot{ 
	background:#3CA7C1;/*bottom of the page 8a5e75;*/
	width:100%
}

#footer .indent-footer{ padding:7px 50px 7px 17px;}

#footer a {
	color:#fff;
	text-decoration:none;
}  

#footer p{padding:0;}

.h1{ height:20px; background:url(images/bg_input.gif) top left no-repeat; padding:0px 0px 0px 19px;}
	.input{
   	border:none; 
	background:none;
	width:135px; height:16px;
	font-size:1em;
	vertical-align:middle;
	color:#000;
	padding-top:2px;
	padding-bottom:2px;
}

/******/
.title-page01 { padding:0px 0px 0px 0px;}
		
.title-page02 { padding:0px 0px 0px 1px;}

.title-page03 { padding:0px 0px 0px 1px;}
		
.title-page01 *, .title-page02 *,.title-page03 *, .pagetitle { color:#151515; margin:0px 0px 0px 0px;}

.title-page01 * {  font-size:3em;}

.title-page02 * {  font-size:3em; }

.title-page03 * {  font-size:1.7em; font-weight: normal;}

/******/
.postmetadata { clear:both; font-size:1.2em; color:#000; line-height:1.4em; padding:0px 0px 8px 0px;}

.postmetadata a { padding:0px 1px 0px 10px; color:#000;}
			
/******/
.link-edit {  display: block; height:100%; padding:0px 0px 5px 5px; margin:0px 0px 0px 0px;}

.link-edit a { display: block; font-size:12px;}
			
/******/
.column-center .navigation { overflow:hidden; height:100%; clear:both; font-size:12px; color:#000; padding:0px 0px 8px 0px;}

.column-center .navigation a {
	font-size:12px; color:#000;
}
			
.column-center .navigation a:hover { text-decoration:underline;}
			
.column-center .nav-top { margin:-20px 0px 0px 0px; padding:0px 0px 20px 0px;}
			
.column-center .nav-top a {}
			
.column-center .nav-top .alignleft a { padding:0px 0px 0px 3px;}

.column-center .nav-top .alignright a {}
			
.column-center .nav-top a { text-decoration:none;}

.column-center .nav-top a:hover { text-decoration: underline;}
			
		
/******/
#content #wp-calendar * { color:#000; font-size:12px;}
			
/*** widget_recent_comments  ***/
#content .widget_recent_comments ul li a { background: none;}

/*******/
.text-box h1, .text-box h2, .text-box h3, .text-box h4, .text-box h5, .text-box h6 { color:#000; font-family:Arial; line-height:1.5em;}

.text-box h1 { font-size:22px; font-weight: normal; line-height:1.2em; display:block; height:100%; padding:0px 0px 13px 0px;}

.text-box h2 { font-size:20px; font-weight: normal;}

.text-box h3 { font-size:18px;}

.text-box h4 { font-size:16px; text-transform:uppercase; font-family:Arial;}

.text-box h5 { font-size:14px;}

.text-box h6 { font-size:12px;}
	
/*** OL UL style***/
.text-box ul { padding:5px 0px 5px 1px; margin:0px 0px 0px 0px; overflow:hidden; height:100%;line-height:1.4em;}

.text-box ul li { background:url(images/marker.gif) no-repeat 0 5px; padding:1px 0px 9px 13px; font-weight:normal;}

.text-box ul li ul { margin-left:10px;}

.text-box ul li ol { margin-left:15px;}

.text-box ul li ol li { list-style-type:decimal;}
		
.text-box ol { padding-left:2px;}

.text-box ol li { padding:0px; margin-left:13px;  font-weight:normal;list-style-type:decimal;}

.text-box ol li ul { padding:2px 0px 5px 2px;}

.text-box ol li ul li { font-weight:normal; background:url(images/marker.gif) no-repeat 0 5px; padding:1px 0px 9px 13px;}
		
.text-box ul li a { /*text-decoration:none;*/}

/*.text-box ul li a:hover { text-decoration:underline;}*/
	
.text-box ul li ul { margin-left:15px;}

.text-box ul li ol {margin-left:20px;}

.text-box ul li ol li { list-style-type:decimal;background:none;}

.text-box ul li ol li a {}
	
.text-box ol { padding:5px 0px 5px 2px;}

.text-box ol li{ padding:0px; margin-left:20px;}

.text-box ol li a { padding-left:0px; text-decoration:none; font-weight:normal;}

.text-box ol li a:hover{ text-decoration:underline; }

.text-box ol li ul li a { font-weight:normal; text-decoration:underline;}

.text-box ol li ul li a:hover {text-decoration:none;}
		

/*--- gallery ---*/
div.content-gallery {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	width: 879px
	
}
div.content-gallery a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content-gallery a:focus, div.content-gallery a:hover, div.content a:active {
	text-decoration: underline;
}
div.slideshow-container {
	position: relative;
	clear: both;
	height: 425px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(images/loader-gall.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 879px;
	height: 425px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {
	height: 742px;
	/*overflow:hidden;*/
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	width: 879px;
	height: 425px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
	overflow:hidden;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	position:absolute;
	left:0;
	top:0;
}
div.caption-container {
	/*position: relative;
	clear: both;
	height:7px;*/
}
span.image-caption {
	display: block;
	position: absolute;
	width: 887px;
	top: 0;
	left: 0;
}
div.caption {
	width:879px;
	margin-top:346px;
	background: url(images/bg.png);height:79px;
	/*
	 position:absolute;
	margin-top:-79px; z-index:11111111111;
	overflow:hidden;*/
	
}

#caption {/* top:425px; position:absolute; z-index:11111;*/}

div.caption h4 {
	float:left;
	z-index:10;
	font-size:31px;
	color:#C2f696; /*check where this green shows up*/
	line-height:1.2em;
	display:block; margin:10px 0px 0px 0px; *margin:-4px 0px 0px 0px;
	padding: 10px 0 0 0;
	margin-bottom:5px
}

div.caption .indent{
		margin:16px 0 0 22px; position:relative;
}

div.caption .indent1{
		margin:44px 0 0 25px; *margin-left:3px; position:absolute; font-family:Arial, Helvetica, sans-serif; font-size:22px; color:#fff;
}

div.image-desc {
	font-size:10px;
	color:#ffffff; font-family:Arial, Helvetica, sans-serif; font-size:12px;
	float:right; line-height:1.5em;
	padding:23px 30px 0 251px; *padding-left:229px; position:absolute
}

#content1 div.navigation {
	background:#fff; padding:28px 28px 28px 30px; height:90px; position:absolute; z-index:1; top:432px;
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}

ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}

ul.thumbs li {
	float: left;
	padding: 0;
	padding:0 26px 0 0;
	list-style: none;
}

ul.thumbs li.last {
	padding-right:0;
}

a.thumb {
	display: block;
}

ul.thumbs li.selected a.thumb {
}

a.thumb:focus {
	outline: none;
}

ul.thumbs img {
	border: none;
	display: block;
}
	
	
/* -----------------------------------------------------------------
---------------------------- WP ------------------------------------
----------------------------------------------------------------- */
.info-sidebar { overflow:hidden; padding:5px 0px 15px 15px; color:#000; width: auto; font-size:1.4em; line-height:1.4em;}

.info-sidebar a { text-transform:none; color:#000;}
	
.pagetitle { font-size:2.1em; font-weight: normal; overflow:hidden; text-align:center; padding:20px 12px 5px 12px; *padding:20px 12px 0px 12px;}

/*--- Navigations ---*/
.navigation { /*clear:both;*/ overflow:hidden; /*line-height:13px;*/}

.navigation .alignleft { float: left; width:45%; text-align:left;}

.navigation .alignright { float: right; width:45%; text-align:right;}

.nav-top .alignright a { float: right; }
	
.pd-nav { padding:0; margin:0;}

.pd-nav .alignleft { padding:0; margin:0;}

.pd-nav .alignright { padding:0; margin:0;}
	
.pd-title {padding-bottom:0;}

.marg { margin-bottom:10px;}

/*--- Begin Images ---*/
p img {
	padding: 0;
	max-width: 100%;}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;}
	
img.alignright { float: right;display:inline;
	padding: 0;
	margin: 3px 0px 10px 20px;}

img.alignleft {	padding: 0;	margin: 3px 25px 5px 0; float:left; display:inline;}

/*------*/
#tag_cloud .widget-bottom-left { padding-bottom:15px;}

#tag_cloud .widget-heading { margin-bottom:15px;}

#tag_cloud a { padding-left:3px;}
	
/*--- Popup styles ---*/
#commentspopup {}

#commentspopup #header {background:#2F3F99 url(images/popup_header_bg.gif) top repeat-x;}

#commentspopup .page-padding {padding:0 5px;}

#commentspopup .page-width {width:538px; margin:0 auto;}

#commentspopup .header-top {background:url(images/popup_header_bg_top.jpg) top repeat-x;}

#commentspopup .header-top-right {background:url(images/popup_header_bg_top_right.jpg) top right no-repeat;}

#commentspopup .header-top-left {background:url(images/popup_header_bg_top_left.jpg) top left no-repeat; width:100%; height:160px;}

#commentspopup .header-padding {padding:39px 0 0 89px;}

#commentspopup h1 {font-size:1em; margin:0; padding:0; color:#E1E7EC; text-indent:-1000em; width:141px; height:27px;}

#commentspopup h1:hover {text-decoration: none; cursor:pointer;}

#commentspopup .description {width:141px; height:9px; text-indent:-1000em; margin-top:2px;}

#commentspopup .description2 {width:249px; height:27px; text-indent:-1000em; margin-top:19px;}

#commentspopup .border-bottom-left {padding:17px 37px 10px;}

#commentspopup p {font-size:12px;}
	
	
/*--- Begin Typography & Colors ---*/
small {	font-size: 1em; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px;}

small * {font-size: 0.9em;}

small p {font-size: 0.9em;}
	
select { width: 130px;}
		
#commentform { font-size:1.2em; overflow:hidden; height:100%; padding:0px 0px 0px 0px;}
	
/*.commentform {float:left;}*/

#commentform input {
	margin: 5px 5px 1px 0;}

#commentform {
	margin: 5px 0px 0 0;}
	
#commentform textarea {
	width: 98%;
	padding: 2px;}
	
#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;}
		
#commentform #submit {
	/*margin: 0 0 10px auto;
	float: right;*/ /*margin:0px 0px 0px 319px;*/}
	
#respond p { padding:0px 0px 10px 0px; text-indent:0;}

#respond form p { padding:0px 0px 10px 0px; text-indent:0;}
	
/*--- Begin Calendar ---*/
#wp-calendar { empty-cells:show; width: 155px;}
	
#wp-calendar th { padding:3px 0; text-align:center; color:#fff;}

#wp-calendar td { padding:3px 0; text-align:center; color:#fff;}
	
#wp-calendar a { display: block; font-weight:bold; color:#fff;}

#wp-calendar #next a { padding-right: 10px;	text-align: right; font-weight: normal;}

#wp-calendar #prev a { padding-left: 10px; text-align: left; font-weight: normal;}
	
#wp-calendar caption { text-align: center; color:#fff; font-weight:bold; font-size:1.3em; padding:0px 0px 6px 0px;}
	

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}
	
acronym, abbr {
	border-bottom:1px dashed #1001;
	}

blockquote {
	border:1px solid #e6e4e4; color:#000;
	background:#f2f2f2;
	padding:15px 10px 10px 20px; margin:5px 0;
}
	
blockquote p { padding:0px 0px 0px 0px;}
	
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
	
	
/* 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;}


/* Begin Comments*/
.alt { clear:both; padding-bottom:20px; font-weight: normal;}

.alt a { padding:0px 0px 0px 0px; text-decoration:underline;}

.alt a:hover { padding:0px 0px 0px 0px; text-decoration: none;}
	
.commentlist { color:;
	text-align: justify;
	}

.commentlist a { color:}

.commentlist span { color:; font-weight: bold;}

ol.commentlist  li { list-style: none; font-size:12px;
	margin:6px 0px 6px 0px;
	padding: 5px 10px 3px;
	/*list-style: none;*/
	border:1px solid #e6e4e4; color:#000;
	background:#f2f2f2;
	}
	
.commentlist li .avatar { 
	float: right;
	border: 1px solid #888;
	padding: 2px;
	background: #fff; /*margin:0px 20px 15px 0px;*/
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0; font-size:14px;
	padding-left:15px;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

#posts_on_page > div {
	margin-bottom: 28px;
}

.widget_pages h2 {
	display: none;
}