/* Layout */
*{
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #CCCCCC;
	text-align: center;
	background-color: #000000;
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	margin: 0px 10px 0px 10px;
}

/* Main structure */
.wrapper {
	margin: 0 auto;
	background: #000000;
	width: 800px; 
}

/* Banner */
#banner{
	height: 117px;
}

/* Menu */
.menu a, .menu a:visited, .menu a:link {
	text-align: center;
	background: #000 url(images/menu_buttons.gif) repeat-x;
	border-right: 1px solid #111111;
	font-size: 1.2em;
	color: #FFCC33;
	float: left;
	padding-top: 3px;
	width: 159px; height: 21px;
}
.menu a span {
	padding-left: 0px;
}
.menu a:hover {
	background-position: left bottom;
	color: #DD2222;
	text-decoration: none;
}
.menu a#last {
	width: 160px;
	border-right: none;
}

/* Sidebar */
#sidebar{
	width:200px;
	float:right;
	text-align:left;
}

.sideitem p, .sideitem h5{
	margin:10px;
	line-height:16px;
}

.sideitem h5{
	color:#9CF
}

.sideitem{
	background-color:#111111;
	border-top:1px dotted #CCC;
	border-bottom:1px dotted #CCC;
	margin-top:10px;
	padding: 10px 10px 10px 0px;
}

.myform{
	margin: 10px 10px 10px 10px;
}

#stylized input{
	float: left;
	font-size: 12px;
	border: solid 1px #9CF;
	width: 150px;
	padding: 4px 2px;
	margin: 10px 10px 10px 10px;
}

#stylized button{
	clear: both;
	height: 25px;
	width: 75px;
	/* background: #666666 url(img/button.png) no-repeat; */
	text-align: center;
	color: #111111;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 0px 90px;
}

/* Main content */
#content{
	text-align:left;
	width:570px;
	float:left;
	margin:auto;
	position:relative;
}

#content p{
	line-height: 13px;
	letter-spacing: 0px;
}

.intro{
	border-top: 1px solid #CCC;
	border-bottom:1px solid #CCC;
	margin: 10px 0 10px 0;	
	padding: 8px;
	background-color:#111111;
}

.dropcap{
	line-height: 40px;
	font-size: 40px;
	width: auto;
	float: left;
	margin: -3px 5px 0 0;
	color: #AAA;
}

.blog{
	width: 570px;
	margin: 10px 0 10px 0;	
}

.blogdate{
	border-bottom: 3px double #CCC;
	text-align: center;
	width: 120px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background-color: #111111;
}

.daynum{
	font-size: 36px;
	color: #9CF;
}

.month{
	font-size: 12px;
	padding-left: 0px;
	font-variant: small-caps;
	text-align: center;
}

.blog_l{
	border-top: 3px double #CCC;
	float: left;
	width: 120px;
	text-align: right;
	font-variant: small-caps;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

.blog_l img{
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	padding:2px 0 2px 0;
	margin-bottom:10px;
}

.blog_r{
	border-top: 3px double #CCC;
	float: right;
	width: 430px;
	padding-top: 10px;
	padding-left: 20px;
	margin-bottom: 10px;
}

.blog_r h2{
	margin-top: -8px;
}

.blog_r h5{
	margin-top: -16px;
	letter-spacing: 2px;
	color: #9CF;
}

/* Footer */
#footer{
	float: right;
 	border-top: 1px solid #CCC;
	padding: 15px;
 	text-align: center;
 	font-size: 11px;
 	width: 100%;
	background-color: #111111;
}

/* Links */
a:link {
	color: #FFCC33;
	text-decoration: none;
}

a:active,
a:visited {
	color: #FFCC33;
	text-decoration: none;
}

a:hover {
	color: #DD2222;
	text-decoration: none;
}

/* Text */
h1,h2,h3,h4,h5,h6{
	position: relative;
	padding: 3px;
	font-variant:small-caps;
	margin:12px;
	font-weight:normal;
	margin-left:0;
}

h1{font-size:24px}
h2{font-size:22px}
h3{font-size:20px}
h4{font-size:18px}
h5{font-size:16px}
h6{font-size:14px}

p {
	padding: 5px;
	font-size: 1.1em;
}

ul{
	position: relative;
	font-size: 10px;
	padding: 0px 0px 0px 40px;
	/* list-style-type:square; */
}

/* Misc */
img {
	border: none;
}