/*
** Based on the Stanch skin by Ivan Fong
** Mods by hcgtv and moraes
** Modified further for the PAR base skin by WH
*/

/*
** General layout
*/
.width
{
	width: 800px;
}
body
{
	background: #F0F0F0 url(images/_bg.jpg) repeat;
	color: #404040;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 15px;
	text-align: center;
}
img
{
	border: 0;
	margin: 0;
}
form
{
	margin: 0;
}
html
{
	border: 0;
}

/* Headings */
h1, h2, h3, h4, h5, h6
{
	font-family: Georgia, "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-weight: normal;
	margin: 0;
}

/* Lists */
ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
li
{
	margin: 0;
	padding: 0 0 0 10px;
}

/* Links */
a:link, a:visited
{
	color: #404040;
	text-decoration: none;
}
a:hover, a:active
{
	color: #000000;
	text-decoration: underline;
}

/* Basic classes */
.hidden
{
	display: none;
}
.centerize
{
	margin: 0 auto;
	text-align: center;
}

/*
** Content wrapper
*/
#wrapper
{
	background: #FFFFFF url(images/bgcontainer.gif) repeat-y;
	margin: 0 auto;
	text-align: left;
}

/*
** Header
*/
#header
{
	background: #FFFFFF;
	padding: 6px 6px 0;
	position: relative;
}
#header h1
{
	background: #B0C4DE url(images/header.gif) repeat-x;
	border-color: #404040;
	border-style: solid;
	border-width: 0 0 4px;
	font-size: 38px;
	height: 156px;
	line-height: 156px;
	text-align: center;
}
#header h1 a:hover, #header h1 a:active
{
	color: #606060;
	text-decoration: none;
}

/*
** Main content
*/
#container
{
	float: right;
	height: 1%;
	margin-left: -166px;
	overflow: visible;
	padding-top: 4px;
	width: 100%;
}
.content
{
	font-size: 13px;
	margin: 0px 20px 0px 186px;
	padding: 0;
}

/* Title of a post */
.new
{
	background: url(images/newitem.gif) no-repeat center left;
	float: left;
	height: 16px;
	margin-right: 1px;
	width: 16px;
}
.content h1
{
	clear: both;
	font-size: 18px;
	margin-bottom: 13px;
	padding-top: 13px;
}
.content h2
{
	clear: both;
	font-size: 18px;
	margin-bottom: 16px;
	padding-top: 13px;
}

/* Body of a post */
.post
{
	background: url(images/dot.gif) repeat-x bottom center;
	margin-bottom: 4px;
	padding-bottom: 20px;
}
.maincontent
{
	text-align: justify;
}
.maincontent a
{
	font-weight: bold;
}
.maincontent img
{
	float: left;
	margin: 3px 10px 7px 0;
}

/*
** Comments
*/
.comment
{
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-bottom: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	font-size: 12px;
	overflow: hidden;
	padding: 6px 11px;
}
.id0
{
	overflow: hidden;
	width: 100%;
}
/* This is to give the admin a special comment style */
.id1, .id2
{
	background: #F0F0F0;
}

/* Comment page menu */
.commentpager a
{
	border-top: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	border-bottom: 1px solid #808080;
	border-right: 1px solid #808080;
	padding: 0 2px;
}
.commentpager a.a
{
	background: #F0F0F0;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-bottom: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	font-weight: bold;
}

/*
** Menu
*/
#sidebarcontainer, #backtotop
{
	background: #F0F0F0;
	float: left;
	margin-left: 6px !important;
	margin-left: 3px;
	overflow: hidden;
	padding-top: 2px;
	width: 160px;
}
.sidebar
{
	color: #202020;
	margin-bottom: 4px;
}

/* Menu lists */
.sidebar dl
{
	margin: 0;
	padding-bottom: 10px;
}
.sidebar dl dt
{
	background: #E0E0E0;
	font-weight: bold;
	padding: 2px 8px;
}
.sidebar dl dd
{
	background: #E8E8E8;
	margin: 1px 0 0;
	padding: 2px 8px;
}
.sidebar dl dd a:link, .sidebar dl dd a:visited
{
	background: url(images/arrow.gif) no-repeat left 5px;
	color: #202020;
	padding-left: 10px;
}
.sidebar dl dd a:hover, .sidebar dl dd a:active
{
	text-decoration: none;
}

/*
** Footer
*/
#footer
{
	background: #B0C4DE url(images/_footer.jpg) repeat-x bottom left;
	clear: both;
	height: 35px;
	overflow: hidden;
}
#copyrights
{
	color: #404040;
	line-height: 34px;
	padding: 0 0 1px;
	text-align: center;
}
#copyrights a:hover, #copyrights a:active
{
	color: #606060;
	text-decoration: none;
}

/*
** Forms
*/
#formcontainer
{
	background: #F0F0F0;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 10px;
}
#formcontainer form
{
	width: 100%;
}
.commentform, .mailform
{
	margin-right: -4px;
	width: 100%;
}
.loginform, .searchform
{
	margin: 5px 0;
}
.formfield
{
	background: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-bottom: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	color: #404040;
	font-family: Arial, Tahoma, "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
	margin-top: 1px;
}
.formbutton
{
	background: #FFFFFF;
	border-top: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	border-bottom: 1px solid #808080;
	border-right: 1px solid #808080;
	color: #404040;
	font-family: Tahoma, Arial, "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
	margin: 1px 0;
	padding: 2px;
}
.commentform .formfield, .mailform .formfield
{
	display: block;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-size: 12px;
	overflow: auto;
	width: 100%;
}
.commentform:first-of-type input.formfield, .mailform:first-of-type input.formfield
{
	height: 16px;
}
.loginform .formfield, .searchform .formfield
{
	margin: 0 0 2px;
	padding: 2px;
	width: 138px;
}
.commentform .formbutton, .mailform .formbutton
{
	display: block;
	margin: 3px 0 0;
	width: 100px;
}
.loginform .formbutton, .searchform .formbutton, .titleform .formbutton
{
	width: 72px;
}
.commentform img, .mailform img
{
	display: block;
}
.commentform br, .mailform br, .searchform br
{
	display: none;
}
#nucleus_cf_remember
{
	cursor: pointer;
}
#nucleus_cf_remember + label
{
	cursor: pointer;
}
.error
{
	color: #FF0000;
	font-weight: bold;
}

/*
** Miscellaneous
*/
.highlight
{
	background: #FFFF80;
}

/* Leftbox and Rightbox toolbar buttons */
.leftbox
{
	border-right: 2px solid #E0E0E0;
	float: left;
	margin: 3px 10px 0 0 !important;
	margin: 3px 7px 0 0;
	padding: 5px 10px;
	width: 25%;
}
.rightbox
{
	border-left: 2px solid #E0E0E0;
	float: right;
	margin: 3px 0 0 10px !important;
	margin: 3px 0 0 7px;
	padding: 5px 10px;
	width: 25%;
}

/* Nice Titles */
.nicetitle
{
	color: #404040;
	font-weight: bold;
	left: 0;
	max-width: 50%;
	position: absolute;
	text-align: left;
	top: 0;
	width: 25em;
	z-index: 20;
}
.nicetitle-content
{
	background: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-bottom: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	overflow: hidden;
	padding: 5px;
}
.nicetitle p
{
	line-height: 120%;
	margin: 0;
}
.nicetitle p.destination
{
	color: #606060;
	font-size: 10px;
	font-weight: normal;
}
div.nicetitle p span.accesskey
{
	color: #FF0000;
}

/* Resize buttons */
#resize
{
	background: url(images/resize.gif) no-repeat;
	height: 20px;
	overflow: hidden;
	position: absolute;
	text-align: center;
	top: 146px;
	visibility: hidden;
	width: 160px;
}
#resize form
{
	cursor: pointer;
	float: left;
	height: 20px;
	width: 40px;
}

/* AddThis */
.addthis_button img
{
	margin: 0 0 -4px;
}
#at16pf
{
	display: none;
}
