/*
Design by Antigravityinc
http://www.antigravityinc.org
*/

* {
	margin: 0;
	padding: 0;
}

h1, h2, h3 {
	color: #FFFFFF;
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
	text-align: justify;
}

p {
}

blockquote {
	margin-left: 3em;
}

ul {
	margin-left: 3em;
}

ul li {
}

.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list1 li {
	padding: 8px 0;
	background: url(images/img5.gif) repeat-x left top;
}

.list1 .first li {
	background: none;
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
	color: #FFFFCC;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 15px 0 0;
}

img.right {
	float: right;
	margin: 5px 0 0 15px;
}

/* Boxed Style */

.boxed {
	margin-bottom: 20px;
}

.boxed .title {
	padding: 5px 0;
	background: url(images/img5.gif) repeat-x left bottom;
}

.boxed .title h2 {
	background: url(images/img2.gif) no-repeat right center;
	text-transform: uppercase;
	font-size: 100%;
}

.boxed .content {
	padding: 20px 20px 40px 20px;
}

/* Post */

.post {
}

.post .title {
	padding: 5px 0;
	background: url(images/img5.gif) repeat-x left bottom;
}

.post .title h2 {
	background: url(images/img2.gif) no-repeat right center;
	text-transform: uppercase;
	font-size: 100%;
}

.post .date {
	float: left;
	width: 100px;
	height: 25px;
	padding-top: 15px;
	background: url(images/img5.gif) repeat-y right top;
	text-align: center;
	font-size: 9px;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
	float: left;
	width: 300px;
	height: 32px;
	padding: 8px 0 0 20px;
	font-size: 9px;
}

.post .meta p {
}

.post .story {
	clear: both;
	padding: 20px;
	background: url(images/img5.gif) repeat-x;
}

.post .story p, .post .story blockquote, .post .story ul, .post .story ol {
	margin-bottom: 1.5em;
	line-height: 180%;
}

/* Logo */

#logo {
	width: 700px;
	height: 220px;
	margin: 0 auto;
}

#logo h1 {
	margin: 0;
	padding: 60px 0 0 325px;
	text-transform: uppercase;
	letter-spacing: -5px;
	font-size: 72px;
	font-weight: normal;
}

#logo h2 {
	margin: -10px 0 0 0;
	padding: 0 0 0 325px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 18px;
	font-weight: normal;
}

#logo a {
	text-decoration: none;
	color: #000000;
}

/* Page */

#page {
	width: 700px;
	margin: 0 auto;
}

#extra {
}

/* Content */

#content {
	float: right;
	width: 420px;
	padding: 0 20px;
	color: #FFFFFF;
	background-repeat: no-repeat;
}
.titletext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFCC33;
}
.orangeboxed {
	border: 2px solid #FFCC33;
}
.grayboxed {
	border: 1px solid #CCCCCC;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	padding: 0 20px;
	background: url(images/img3.gif) no-repeat right top;
}

/* Content > Sidebar > Login */

#login {
}

#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	font-size: x-small;
	font-weight: bold;
}

#login input {
	margin-bottom: 5px;
	padding: 2px 5px;
	border: none;
	font-family: Georgia, "arial", serif;
}

#inputtext1, #inputtext2 {
	width: 150px;
}

#inputsubmit1 {
	width: 100px;
	background: transparent url(images/img2.gif) no-repeat left top;
	color: #CDCDE2;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 10px;
	font-weight: bold;
}

/* Menu */

.hmenu {
	width: 100%;
	height: 18px;
	vertical-align: middle;
 
}
.hmenu li {
	float: left;
	
}	 
.hmenu ul {
	margin: 0px;
	list-style: none;
	display: inline;
	font-size: 12px;
	width: 100%;
		
}	
.hmenu a {
	padding: 2px 10px 2px 10px;
	color: #fff;
	text-decoration: none;
	margin-right: 5px;
	display: block;
	border: 1px solid #9A2211;
	font-weight: bold;
	
}
.dottedbox {
	border: 1px dashed #FFFFFF;
}

.hmenu a:visited, .hmenu a:link {
	color: #fff;
	text-decoration: none;
	
}		
.hmenu a:hover {
	color: #fff;
	background-color: #EC2125;
	
}

/* Footer */

#footer {
	clear: both;
	width: 660px;
	margin: 0 auto;
	padding: 20px;
}

.footer {
	border-top: 1px solid #fff;
}
.footer td {
	font-size: 11px;
	color: #fff;
	height: 24px;
	text-align: left;
}
.footer a, .footer a:link, .footer a:visited, .footer a:hover {	
	color: #FFFFFF;
}	

/* Footer > Links */

#links {
	color: #FFFFFF;
}
