/*	
CSS guides

Please rename this file custom_sample.css to custom.css.
You may alter this file as you wish to override the css of the theme.
Any css in this file may be deleted and will not cause major problems.

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

Websites:	MGTheme 	mirageglobe.com

*/

/* **************** Misc *************** */

#zcmail form {
	/* wth does kubrick do? */
	text-align:				left;
	/* Themes that are extremely wide will look odd in IE */
	max-width:				500px;
}
#zcmail .zcmail_error,
#zcmail .zcmail_success,
#zcmail textarea,
#zcmail .zcmail_text,
#zcmail input.zcmail_name,
#zcmail input.zcmail_mail,
#zcmail input.zcmail_subject {
	margin:					2px 0;
	padding:				2px 4px;
	border:					1px solid #0d0d0d;
	border-radius:          4px;
	-moz-border-radius:     4px;
	-webkit-border-radius:  4px;
}
.zcmail_error {
	background-color:		#fcc;
}
.zcmail_success {
	background-color:		#cfc;
}
#zcmail textarea {
	display:				block;
}


/* **************** General Tags *************** */

body{
	background-color: #FFFFFF;
}

a:link, a:focus, a:visited, a:active{
}

a:hover{
}

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
{
}

/* **************** Attributes *************** */ 

.floatleft{
}

.floatright{
}

.alignleft{
}

.alignright{
}

.aligncenter{
}

.small{
}

.large{
}

.box{
}

.bar_block_left{
}

.bar_block_right{
}

/* **************** Sidebar *************** */

.widget a
{
}

.widget a:hover{ 
}

.widgettitle
{
}

.widget
{
}

.widget li{
}

/* **************** Content *************** */

.postdate{
}

.posttitle{
}

.postmetadata{
}

.postcontent{
}

.body_bar_title{
}

#body_box_block{
}

#body_content{
	
}

#body_content li{
}

#body_content h2{
	font-size: 1.5em;
	color: #641205;
	padding: 12px 0px 8px 0px;
	border-top: 2px dotted;
}



/* **************** Header / Footer *************** */

#header_bar_nav{
}

#header_bar_block{
}

#header_bar_title{
}

#header_bar_subtitle{
}

#footer_bar{
}



