#wrapper
{
	width	: 900px;
	margin	: 0 auto;
}	

#headerAndLogo
{
	float	: left;
	width	: 100%;
	height	: 238px;
	background	:  url(images/header.jpg) no-repeat;
	
	
}

#logo
{
	float	: left;
	margin-left	: 64px;
	margin-top	: 30px;
	height		: 131px;
	width		: 270px;
	
}

#topMenuPages
{
	float	: right;
	height	: 30px;
	width	: 100%;
	margin-top	: 39px;

}




#columnsBg
{
	float		: left;
	width		: 100%;
	background	: #c0c0c0 url(images/body-bg.jpg) repeat-x;	
}

#colsMargin
{
	margin		: 7px;
	margin-top	: 12px;
}

/* Begin Sidebar */
#sidebar
{
	float:right;
	width: 270px;
	background	: #000;
}

#sidebar form {
	margin: 0;
	}
#sidebar h3 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 2em;
	color		: #fd6500;
	}
#sidebar h3 {
	margin: 5px 0 7px 0;
	padding: 0;
	}
	
#sidebar {
	font: 12px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	
/* End Sidebar */


/* special h2 post title and post related things */


.eachPost
{
	float	: left;
	width	: 100%;
	padding-bottom	: 12px;
	margin-bottom	: 12px;
}

.postInBlog
{
	float	: left;
	width	: 100%;
	text-align: justify;	
}


.post hr {
	display: block;
	
	}

.widecolumn .postInBlog {
	margin: 0;
	
	}

#content h2 a
{

	color		: #fff;
	padding		: 3px;
	display		: block;
	
}

h2 {
	margin: 0;
	}

h2.pagetitle {
	text-align: left;
	margin-bottom	: 10px;
}


/* content */

#content
{
	line-height	: 20px;
	float		: left;
	width		: 610px;
	background	: #828282 url(images/content-bg.jpg) repeat-x;
	
}

#contentMgn
{
	margin		: 12px;
}




/* set common link */

a:link,
a:visited,
a:active
{
	color	: #FAFAFA;
}

/* page title */

h2.pageTitle
{
	background	: #303030;
	color		: #fff;
	padding		: 3px;
	display		: block;
	margin		: 0;
	
}


/* social icons */

.addthis_toolbox .custom_images a
{
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 0;
}

.addthis_toolbox .custom_images a:hover img
{
    opacity: 1;
}

.addthis_toolbox .custom_images a img
{
    opacity: 0.75;
}

/* Optin Form */

#optinForm
{
	float	: left;
	width	: 250px;
	height	: 160px;
	background	: url(images/form-bg.gif) no-repeat;
	color		: #8c8c8c;
	font-size	: 11px;
	margin-bottom	: 12px;
}

#optinForm form
{
	margin	: 0;
	padding	: 0;
	margin-top	: 5px;
}

#optinMgn
{
	margin	: 5px 2px;
	
}

#optinForm input
{
	width		: 100px;
	color		: #b8b8b8;
}

#optinForm .btn
{
	background	: url(images/frm-btn.png) no-repeat;
	width		: 75px;
	height		: 22px;
	color		: #fff;
	border		: none;
}

#footerWrap
{
	float:left;
	width:98%;
	padding	: 1%;
	background:#1d1d1d;
	min-height	: 18px;
	border-top	: 9px solid #c0c0c0;
	color		: #828282;
}

#footerWrap a:link,
#footerWrap a:visited,
#footerWrap a:active
{
	color		: #828282;	
}

#dailyMeditation
{
	float	: left;
	width	: 250px;
	padding-top	: 70px;
	background	: url(images/daily-meditation.jpg) no-repeat;
	padding-bottom	: 20px;
}
