#wrapper
{
	width	: 1020px;
	margin	: 0 auto;
}	

#bigHeader
{
	float		: left;
	width		: 100%;
	/* background	: url(images/header.jpg) top center no-repeat; */
}

#headerAndLogo
{
	float	: left;
	width	: 100%;
	height	: 238px;	
}

#logo
{
	float	: left;
	margin-left	: 340px;
	margin-top	: 50px;
	width		: 600px;
	height		: 167px;
}

#topMenuWrapper
{
	float		: left;
	width		: 100%;
	background	: url(images/border-shadows.png) top center no-repeat;
	height		: 47px;
	
}

#topMenuMgn
{
	margin-top		: 0;
	margin-right	: 23px;
	margin-left		: 7px;
	background	: #0f779c url(images/topmenu-bg.jpg) top left repeat-x;
	height		: 47px;
	padding		: 0;
}

#topMenu
{
	float	: left;
	width	: 651px;
	overflow	: hidden;
	height		: 42px;
}

#searchBox
{
	float	: left;
	width	: 304px;
	height	: 39px;
	background	: url(images/text-search.jpg) top right no-repeat;
	margin-left	: 30px;
	margin-top	: 1px;
}

#searchBox form
{
	margin	: 0;
	padding	: 0;
	text-align	: left;
}

#searchBox .textfield
{
	border	: none;
	margin-left: 2px;
	height		: 27px;
	width		: 188px;
	margin-top	: 4px;
	padding		: 3px;
	font-size	: 20px;
}

#searchBox .gobutton
{
	background: none;
	border:none;
	height		: 36px;
	width		: 100px;
	
	
}

#columnsBg
{
	float		: left;
	width		: 100%;
	background	: url(images/border-shadows.png) repeat-y;	
}

#colsMargin
{
	margin		: 7px;
	margin-top	: 0px;
	margin-bottom	: 0px;
	margin-right	: 23px;
}

#columnsBgGrad
{
	width		: 100%;
	background	: #d1d1d1 url(images/content-bg.jpg) top center no-repeat;
	min-height	: 1390px;
	float		: left;
	
}

#contentBotBg
{
	float		: left;
	width		: 100%;
	background	: url(images/content-bg-bot.jpg) -128px 0px  no-repeat;
	height		: 69px;
}

/* Begin Sidebar */
#sidebar
{
	float:right;
	width: 251px;
	margin-right	: 12px;
}

#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;
	border-bottom	: 2px solid #bed7df;
}

.postInBlog
{
	float	: left;
	width	: 100%;
	text-align: justify;	
}


.post hr {
	display: block;
	
	}

.widecolumn .postInBlog {
	margin: 0;
	
	}

#content h2 a
{

	color		: #00789f;
	display		: block;
	font-size	: 18px;
	
}

h2 {
	margin: 0;
	}

h2.pagetitle {
	text-align: left;
	margin-bottom	: 10px;
}


/* content */

.calendarBox
{
	float	: left;
	width	: 59px;
	height	: 75px;
	background	: url(images/calendar.png) no-repeat;
	margin-right	 : 10px;
	font-family	: arial;
}

.yearMonth
{
	color	: #fff;
	font-size	: 10px;
	float		: left;
	width		: 59px;
	height		: 20px;
	text-align	: center;
	margin-top	: 4px;
	font-weight	: bold;
}

.calDay
{
	float		: left;
	clear		: both;
	width		: 100%;
	text-align	: center;
	font-size	: 26px;
	color		: #fff;
	font-weight	: bold;
	
}
#content
{
	
	float		: left;
	width		: 626px;
	margin-left	: 30px;
	margin-top	: 10px;
	
}

#contentMgn
{
	margin		: 12px;
}




/* set common link */

a:link,
a:visited,
a:active
{
	color	: #00789f;
}

/* page title */

h2.pageTitle
{
	color		: #00789f;
	padding		: 3px;
	display		: block;
	margin		: 0;
	font-size	: 18px;
}


/* 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;
	text-align	: right;
}

#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;
}

.content-title
{
	color	: #00789f
}
