/*	
CSS guides

From the author:
Many thanks for using my theme; MGTheme
If you like my theme, please visit my website at www.mirageglobe.com
leave a note of thanks or donation would be great. Thanks. :D

References:	
"body" represents html tags
a:"link" represent attributes of tags
"#....." represent id attributes
".post....." represent class attributes
".post p" represent all the p elements within the .post class

background:url('../m_images/m1.jpg') bottom right
note that url is relative to the css location. not the url

Websites:	MGTheme 	mirageglobe.com
			Tao UK 		taoism.org.uk

*/

/* **************** Misc *************** */


/*
a.title:link, a.title:focus, a.title:visited, a.title:active, a.title:hover{
	font-size: 3.6em;
	padding: 5px; margin: 20px 10px;
	text-decoration: none;
}
*/

/* **************** General Tags *************** */

body{
	background-color: #e7f4e5;
	font-size: 62.5%; /* uses 10px = 62.5% to control text the rest uses em to enlarge */
	font-family:Arial, Helvetica, sans-serif;
}

a:link, a:focus, a:visited, a:active{
	color: #6ba388;
	text-decoration: none;
}

a:hover{
	color: #457b61;
	text-decoration: none;
}

hr{border:0 #ccc solid;border-top-width:1px;clear:both;height:0}
h1{font-size: 1em}
h2{font-size: 1em}
ol{list-style:decimal}
ul{list-style:disc}
li{margin-left: 0px; list-style: circle;}
p,dl,hr,h1,h2,h3,h4,h5,h6,ol,pre,table,address,fieldset
{
	margin: 5px 0px 5px 0px;
}
span{
	display: inline-block;
}

/* **************** Attributes *************** */ 

.inlineblock{
	display: inline-block;
}

.floatleft{
	float: left;
}

.floatright{
	float: right;
}

.alignleft{
	text-align: left;
}

.alignright{
	text-align: right;
}

.aligncenter{
	text-align: center;
}

.small{
	font-size: 0.5em;
	line-height: 0.3em;
}

.large{
	font-size: 1.5em;
	line-height: 0.5em;
}

.box{
	padding: 5px;
	border: 1px dotted #999;
	background-color: #FFF;
}

.bar_block_left{
	padding: 2px 8px;
	border-left: 1px dotted #999;
	height: inherit;
}

.bar_block_right{
	padding: 2px 8px;
	border-right: 1px dotted #999;
	height: inherit;
}

.bar_block_none{
	padding: 2px 8px;
	height: inherit;
}

/* **************** Sidebar *************** */

.widget a
{
	display: inline;
}

.widget a:hover{
	color: #333; 
}

.widgettitle
{
	font-size: 1.5em; color: #aaa;
	border-bottom: 1px solid #aaa;
	margin: 6px 0px;
	padding: 3px 0px;
}

.page_item a{
	padding: 8px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
	list-style: none;
}

.widget
{
	font-size: 1.2em;
	margin-bottom: 15px;
}

.widget li{
	padding: 8px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
	list-style: none;
}

/* **************** Content *************** */

.postdate{
	color: #333;
	font-size: 0.9em;
}

.posttitle{
	padding: 0.3em 1em;
	display: block;
	font-size: 1.7em;
}

.postmetadata{
	background-color: #EEEEEE;
	margin: 1px 0px 8px 0px;
	line-height:140%;
	font-size: 1.0em;
}

.postcontent{
	margin: 1px 0px 1px 0px;
	line-height:140%;
	font-size: 1.2em;
}

.body_bar_title{
	background-color: #333;
	padding: 0.5em 0px;
	border: 1px dotted #999;
	height: 2.5em;
}

#body_box_block{
	background: #fff;
	height: 100%;
	padding: 5px; 
	border: 1px dotted #999;
	line-height:130%;
	font-size: 1.2em;
}

#body_content{
	
}

#body_content li{
	margin-left: 20px;
}

#body_content h1{
	font-size: 1.5em; 	margin: 10px 0px 10px 0px;
}

#body_content h2{
	font-size: 1.4em;	margin: 10px 0px 10px 0px;
}

#body_content h3{
	font-size: 1.3em;	margin: 10px 0px 10px 0px;
}

#body_content h4{
	font-size: 1.2em;	margin: 10px 0px 10px 0px;
}

#body_content h5{
	font-size: 1.1em;	margin: 10px 0px 10px 0px;
}

/* **************** Header / Footer *************** */

#header_bar_nav{
	padding: 1em 0px; margin: 5px 0px;
	border: 1px dotted #999;
	height: 3.5em; width: 500px;
	margin: 0px 20px 0px 0px;
}

#header_bar_block{
	padding: 2px 0px; margin: 5px 0px 5px 0px;
	border: 1px dotted #999;
	height: 180px;
}

#header_bar_title{
	font-size: 3em;
	padding: 35px 0px 5px 0px; margin: 0px 10px;
	display: block;
}

#header_bar_subtitle{
	background-color: #333;
	font-size: 1.5em; color: #FFF;
	padding: 5px; margin: 0px 10px;
	display: block;
}

#footer_bar{
	padding: 5px 5px; margin: 5px 0px;
	border: 1px dotted #999;
	height: 5em;
}


