@import url('/files/system/stylized/settings.css');

* {
	margin: 0;
	padding: 0;
}

body 
{
	background-position: center top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

h1 {
	letter-spacing: -1px;
	font-size: 30px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 13px;
}

p, ul, ol {
	/*margin-bottom: 2em;*/
	
}



img {
	border: none;
}

img.left {
}

img.right {
}

.tn img {
	border-width: 8px;
	border-style: solid;
}

hr {
	display: none;
}

/* Logo */

#logo {
	width: 918px;
	height: 147px;
	margin: 0 auto;
	clear: both;
}

#toplogo 
{
       float: right;
       margin-top: 37px;
    }



#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	width: 917px;
	background-color: rgb(152,0,46);
	margin: 0 auto;
	clear: both;
	height: 30px;
	border-bottom: 1px solid #fff;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	margin: 0px;
	padding: 5px 20px 0 20px;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	background-color: rgb(152,0,46);
	color: #fff;
}

#menu a:hover {
	text-decoration: underline;
}

#menu a#activeitem {
	background-color: rgb(152,0,46);
	text-decoration: underline;
}

/* Page */

#bg {
	
	background-repeat:  no-repeat;
	background-position:  center top;
	min-height: 10px;
	clear: both;
}

#page {
	width: 918px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 625px;
	padding: 0 0 0 24px;
	
}

#content h1 {
	margin: 45px 0 20px 0;
	padding-left: 0px;
	
	background-repeat:  no-repeat;
	background-position:  left center;
}

#content .content {
	padding-left: 32px;
}

/* Posts */

#content h1.title {
	margin: 45px 0 0px 0;
	padding-left: 0px;
	
	background-repeat:  no-repeat;
	background-position:  left center;
}

#content h2.title {
	margin: 40px 0 0 px 0;
	padding-left: 0px;
	
	background-repeat:  no-repeat;
	background-position:  left center;
}

#content .title a {
	text-decoration: none;
}

#content div.newspimgleft h2.title
{
    padding-left: 0px;
    }

img.paragraphimage, #content div.newspimgleft img 
{
    border-width: 3px;   
    border-style: solid;
    }

#content div.pimgleft img.paragraphimage, #content div.newspimgleft img 
{
    float: left;
    /*margin: 0px 10px 10px 0px;*/
    }
    
#content div.pimgright img.paragraphimage, #content div.newspimgright img 
{
    float: right;
    /*margin: 0px 0px 10px 10px;*/
    }

#content .entry {
	padding-left: 32px;
}

#content ul, #content ol {
	margin-left: 3em;
}

#content ul {
	list-style-type: square;
}

#content ol {
	list-style-type: decimal;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 214px;
	padding: 0 1px 0 0;
}

.box {
}

#sidebar h2 {
	height: 27px;
	padding: 6px 0 0 10px;
	background-color: rgb(152,0,46);
	text-transform: lowercase;
	font-size: 17px;
}

#sidebar .content {
	padding: 26px;
	background-image: url(/files/system/stylized/img06.gif);
	background-repeat: repeat-x;
}

#sidebar div.moduleonly ul {
	list-style: none;
	line-height: normal;
}

#sidebar div.moduleonly ul li {
	margin-bottom: 13px;
	font-size: 12px;
}

#sidebar small {
	font-size: 10px;
}

/* Footer */

#footer {
	padding: 35px 0;
	background-image: url(/files/system/stylized/img08.gif);
	background-position: center top;
	background-repeat: no-repeat;
	font-size: 12px;
	clear: both;
}

.Newsheader{
	/*color: #9f0000;*/
	color: #9f00FF;

}

#newslist, #newslist li a {
	/*color: #9f0000;*/
	color: #9f0000;
	text-decoration: none;

}


#newslist, #newslist li newstext {
	/*color: #9f0000;*/
	color: #000000;

}

#newslist, #newslist li NewsLink div a{
	color: #000000;
	text-decoration: none;

}
