/* default font, margin, and padding settings. */
body, div, td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
body
{
	/*background: url("/blog/img/skin/wrapper_bg.gif") repeat;*/
	text-align: center; 
	/*background: url("/blog/img/skin/body_bg.gif") repeat;*/
	height: 100%;
	width: 100%;
	
}
body#popup
{
	background: #ffffff;
	margin: 30px;
}
.bodyWrap{
	margin:-1px 0 0 0;
	padding:1px;
}
div#wrapper
{
	/*margin: 0px auto;
	text-align: left;*/
	/*height: 100%;*/
	/*background-color: #FFFFFF;*/
	/*border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;*/
	float: left;
	padding: 0px;
	/*padding: 0px 0px 0px 12px;*/
}

div#container
{
	/*background: url("/blog/img/skin/wrapper_bg.gif") repeat;*/
	/*width: 100%;
	height: 100%;
	*/
	/*
	margin: -1px auto;
	text-align: left;
	padding: 1px;
	
	margin: 0 auto;
	text-align: left;
	padding: 1px;
	float: left;
	*/
}

/*----------------------------------------------------------------------------*/

/* links */
a:link, a:visited
{
	color: #1c6fdf;
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}

a.noUnderline:link, a.noUnderline:visited
{
	text-decoration: none;
}
a.noUnderline:hover
{
	text-decoration: underline;
}

/*----------------------------------------------------------------------------*/

div#header
{
	/*background: #d98921 url("/blog/img/skin/header_bg.gif") repeat-x;*/
	background: #40AE34 url("/blog/img/skin/header/6/header_bg.gif") repeat;
	height: 95px;
}

div#header p
{
	margin: 0px;
}

div#logo
{
	margin: 0px 5px 5px 10px;
	padding: 3px;
	background-color: #ffffff;
	border: 1px solid #ffffff;
}

div#titleAndSlogan
{
	width: 100%;
	float: left;
	padding: 0px 5px 5px 5px;
	height: 90px;
	overflow: hidden;
}
span#blogName, span#blogName a:link, span#blogName a:visited
{
	/*font-family: "Trebuchet MS", "Geneva CE", Verdana, Helvetica, Arial, sans-serif;*/
	/*font-size: 36px;*/
	color: #ffffff;
	/*font-weight: bold;*/
	text-decoration: none;
}

span#blogDescription
{
	font-family: "Trebuchet MS", "Geneva CE", Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #ffffff;
}

div#headerLinks
{
	text-align: right;  /* Added here to correct Opera */
	float: right;
	margin: 0px 10px 0px;
}

div#headerLinks a:link, div#headerLinks a:visited
{
	float: left;
	color: #ffffff;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
div#headerLinks a:hover
{
	text-decoration: underline;
}
div#headerLinks a.headerLinkText
{
	margin: 5px 10px 0px 2px;
}

/*----------------------------------------------------------------------------*/

div#footer
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 20px 0px 20px 0px;
	text-align: center;
	background-color: #ffffff;
	clear: both;
	/*border-top: 1px solid #d3d2cb;*/
	color: #000000;
}

div#footer a:link, div#footer a:visited
{
	color: #1c6fdf;
	text-decoration: underline;
}
div#footer a:hover
{
	text-decoration: none;
}

div#footer a.noUnderline:link, div#footer a.noUnderline:visited
{
	text-decoration: none;
}
div#footer a.noUnderline:hover
{
	text-decoration: underline;
}

/*----------------------------------------------------------------------------*/

/* error message box */
.errMesgBox
{
	background-color: #eeeeee;
	border: 1px solid #bbbbbb;
	color: #aa0000;
	padding: 10px;
	margin: 10px;
}
/* success message box */
.successMesgBox
{
	background-color: #eeeeee;
	border: 1px solid #bbbbbb;
	color: #00aa00;
	padding: 10px;
	margin: 10px;
}

/*----------------------------------------------------------------------------*/

/* begin: user profile */
#userProfileBlock
{
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	background-color: #dddddd;
	padding: 2px;
	filter: alpha(opacity=95);
	-moz-opacity: .95;
/*
	opacity: .95;
*/	
}
#userProfileTitleBar
{
	background-color: #67849a;
}
#userProfileTitle
{
	color: #ffffff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;*/
	padding: 2px 0px 2px 4px;
}
#userProfileCloseBtn
{
	padding: 2px 2px 2px 0px;
}
/* end: user profile */

/*----------------------------------------------------------------------------*/

/* headings */
h1, h2, h3, h4, h5
{
	font-family: "Trebuchet MS", "Geneva CE", Verdana, Helvetica, Arial, sans-serif;
}
h1
{
	font-size: 36px;
}
h2
{
	font-size: 28px;
}
h3
{
	font-size: 22px;
}
h4
{
	font-size: 18px;
}
h5
{
	font-size: 14px;
}

/*----------------------------------------------------------------------------*/

/* for long unbroken text */
.wrapText
{
	word-wrap: break-word;
	overflow: hidden;
	width: 100%;
}

/*----------------------------------------------------------------------------*/

div.padContent
{
	padding: 19px 19px 19px 19px;
	clear: both;
	background-color:#ffffff;
}
