/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/
@import url("admin.css");

*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #000000 url(images/img01.gif) repeat-x;
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;

	font-size: 13px;
	color: #999999;
}


h1, h2, h3
{
}

h1
{
	font-size: 3em;
}

h2
{
	letter-spacing: -1px;
	font-size: 2em;
}

h3
{
	font-size: 1em;
}

p, ul, ol
{
	margin-top: 1.8em;
	line-height: 180%;
}

ul, ol
{
	margin-left: 3em;
}

a
{
color:003366
	/*color: #666666;
	color: #CCCCCC;*/
}

.TitleLinkStyle
{
color: #CCCCCC;
}

a:hover
{
	text-decoration: none;
	color: #CCCCCC;
	/*color: #FFFFFF;*/
}

hr
{
	display: none;
}

/* Header */

#header
{
	width: 960px;
	height: 80px;
	margin: 0 auto;
	background: url(images/img02.jpg);
}

#header h1, #header h2
{
	float: left;
	margin: 0;
	text-transform: uppercase;
	color: #FFFFFF;
}

#header h1
{
	padding: 30px 0 0 20px;
	font-size: 3em;
}

/*#header h2*/
#menu h2
{
	padding: 10px 0 0 45px;
	font-size: 1.8em;
	font-style: italic;
}

#header a
{
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu
{
	width: 960px;
	height: 51px;
	margin: 0 auto;
	background: url(images/img03.jpg);
}

#menu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li
{
	float: left;
	padding: 12px 10px 0 20px;
}

#menu a
{
	text-decoration: none;
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;
}

#menu a:hover
{
	text-decoration: underline;
}

/* Page */

#page
{
	width: 920px;
	margin: 0 auto;
	padding: 30px 20px 20px 20px;
	background: url(images/img04.jpg) no-repeat;
}

/* Content */

#content
{
	float: left;
	width: 605px;
}

.post
{
	margin-bottom: 40px;
}

.post .title
{
	/*border-bottom: 1px solid #454545;*/
	background: url(images/img05.gif) no-repeat;
	padding-left: 5px;
	padding-top: 5px;
}

.post .title a
{
	text-decoration: none;
}

.post .entry
{
	padding: 0 20px;
	height:auto;
	width:auto;
	overflow:auto
}

.post .meta
{
	height: 20px;
	padding: 15px 20px 40px;
	margin-top: 10px; /*background: url(images/img05.gif) no-repeat;*/
	border-top: 1px solid #454545;
	line-height: normal;
}

.post .meta a
{
	text-decoration: none;
	font-weight: bold;
}

.post .meta a:hover
{
	text-decoration: underline;
}

.post .meta .byline
{
	float: left;
}

.post .meta .commentLinkStyle
{
	float: right;
}

/* Sidebar */

#sidebar
{
	float: right;
	width: 295px;
}

#sidebar ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li
{
}

#sidebar li ul
{
	padding: 0 0 20px 20px;
	list-style: square inside;
}

#sidebar h2
{
	height: 50px;
	padding: 13px 20px 0 20px;
	background: url(images/img06.gif) no-repeat;
	font-size: 1.6em;
}

/* Search */

#search
{
	padding: 20px;
	text-align: center;
	margin-bottom: 15px;
}

#search input
{
	margin-bottom: 10px;
	padding: 3px 5px;
	background: #1F1F1F url(images/img06.gif) no-repeat center center;
	border: 1px solid #454545;
	font: bold 1.2em "Trebuchet MS" , Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#search #SearchBoxInput
{
	width: 80%;
	background: #1F1F1F;
}

/* Calendar */

#calendar
{
	padding-bottom: 20px;
}

#calendar table, #calendar caption
{
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

#calendar caption
{
	text-transform: uppercase;
	letter-spacing: .25em;
	font-weight: bold;
}

#calendar thead th
{
	background: #333333;
}

#calendar tbody td
{
	background: #111111;
}

#calendar a
{
	text-decoration: none;
	font-weight: bold;
}

#calendar a:hover
{
	text-decoration: underline;
}

/* Footer */

#footer
{
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(images/img07.gif) no-repeat;
}

#footer p
{
	margin: 0;
	line-height: normal;
	text-align: center;
}

#EditUserBox_labelTextConfirmPassword
{
	padding: 5px;
}

/* Menu */

#AdminActivityMenu
{
	width: 860px;
	height: 51px;
	margin: 0 auto;
	background: url(images/img07.gif) no-repeat;
}

#AdminActivityMenu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#AdminActivityMenu li
{
	float: left;
	padding: 12px 10px 0 20px;
}

#AdminActivityMenu a
{
	text-decoration: none;
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;
}

#AdminActivityMenu a:hover
{
	text-decoration: underline;
}

/*.post .entry pre
{
	background: #666666;
}*/

.AdUnit
{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.commentBoxStyle
{
	padding-bottom: 10px;
	padding-top: 10px;
}

.commentBoxAuthorStyle
{
	color: #8B8682 !important;
}

.commentBoxAuthorStyle a
{
	color: #344152 !important;
}

.commentBodyAuthorStyle
{
	color: #8B8682 !important;
}


.commentDateStyle
{
	background-color: #292929;
	font-style: italic;
	font-weight: lighter;
}

.commentBodyStyle
{
	background-color: #262626;
	padding: 5px;
	border-top-color: #030303;
	border-top-width: 1px;
	border-top-style: groove;
	border-bottom-color: #BEBEBE;
	border-bottom-width: 1px;
	border-bottom-style: ridge;
}


.commentBoxFooterStyle
{
	background-color: #242424;
	font-weight: bolder;
	font-style: italic;
}

#commentViewEntry
{
	padding-top: 20px;
}

#commentViewEntry input, textarea
{
	background: #1F1F1F;
	margin-left: 5px;
	border: 1px solid #4A4A4A;
	color: #F7F7F7;
}

#commentViewEntry input[type="submit"]
{
	margin-bottom: 10px;
	margin-left: 1px;
	margin-top: 5px;
	padding: 3px 5px;
	background: #1F1F1F url(images/img06.gif) no-repeat center center;
	border: 1px solid #454545;
	font: bold 1.2em "Trebuchet MS" , Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

blockquote
{

	margin-left: 3em;
	margin-right: 3em;
	padding: 10px;
	font-style: italic;
	color: #B5B5B5;
	quotes: "\201C" "\201D";
}

blockquote:before
{
	content: open-quote;
	font: bold 1.5em "Trebuchet MS" , Arial, Helvetica, sans-serif;
	color: #344152;/* #8B2500 */
}

blockquote:after
{
	content: close-quote;
	padding-left: 5px;
	font: bold 1.5em "Trebuchet MS" , Arial, Helvetica, sans-serif;
	color: #344152;
}
