/*  GLOBAL STUFF  */



body,td,th {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	background-color: #000000;

	color: #FFFFFF;

}

body {

	margin: 0;

	text-align: center;

}

a {

	text-decoration: none;

	outline: none;

}

a:hover {

	color: #000000;

}

p, h1, h2, h3, h4, h5, h6, pre {

	margin-top: 0;

}

h1, h2, h3, h4, h5, h6 {

	padding: 1px 5px;

	background-color: #444444;

	line-height: normal;

	letter-spacing: 1px;

}

h1 {

	font-size: 32px;

}

h2 {

	font-size: 24px;

}

h3 {

	font-size: 18px;

}

h4 {

	padding-top: 2px;

	font-size: 16px;

}

h5 {

	font-size: 13px;

}

h6 {

	font-size: 10px;

}

hr {

	height: 1px;

}

ul {

	list-style-type: square;

}

img {

	border: 0;

}

acronym, abbr {

	border-bottom: 1px dashed;

	cursor: help;

}



/*  CLASSES  */

label {

	float: left;
	clear: left;
	display: block;
	width: 10em;

}

label.no_float {

	float: none;
	clear: none;
	display: inline;
	width: auto;

}

input.styled,
textarea.styled {

	margin: 1px auto;

	padding: 2px 3px;

	background-color: #555555;

	border: 0;

	color: #FFFFFF;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

	font-weight: bold;

}

img.bordered {

	border: #666666 solid 5px;

}

.float_left {

	float: left;

}

.float_right {

	float: right;

}

.clear {

	clear: both;

}

.underline {

	border-bottom: solid 1px;

}

.qoute {

	margin-left: 50px;

	margin-right: 50px;

	padding: 10px 15px;

	background-color: #444444;

	border: #999999 dashed 1px;

	font-size: 11px;

	line-height: 20px;

	display: block;

}

.left_line {

	margin-left: 50px;

	margin-right: 50px;

	padding: 10px 15px;

	background-color: #333333;

	border-left: solid 4px;

	font-size: 11px;

	line-height: 20px;

	display: block;

}

.box {

	padding: 5px 10px;

	background-color: #444444;

}

.error_box {

	padding: 5px 10px;

	background-color: #994444;
	
	border:  #990000 dashed 0.2em;

}

.article {

	padding: 10px 15px;

	background: #333333 url(../img/article_bg.png) top right no-repeat;

}

.article .title {

	font-size: 20px;

	display: block;

}

.article .title a:hover {

	background-color: transparent;

	color: #FFFFFF;

}

.article .date {

	margin: 0 -5px 5px -5px;

	padding: 0 6px;

	border-bottom: #666666 solid 1px;

	color: #CCCCCC;

	font-size: 10px;

	display: block;

}

.photo_box {

	text-align: center;

}

.photo_stats  {

	width: 400px;
	margin: 20px auto;
	border: 2px #333333 solid;

}

.vote_panel {

	width: 500px;
	margin: 20px auto;
	border: 2px #333333 solid;

}

.photo_stats p {

	margin: 1em;
	text-align: left;

}

.photo_stats span.label {

	display: block;
	float:left;
	clear:left;
	width: 10em;
	font-weight: bold;

}


/*  STRUCTURE (in order of appearance)  */



#body {

	margin: 0 auto;

	width: 800px;

	padding: 0 1px;

	background: url(../img/bg_body.png) repeat-y;

	text-align: justify;

}

#header {

	height: 72px;

	padding: 50px 0 0 20px;

	background-color: #444444;

	font-weight: bold;

}

#header .name {

	font-size: 36px;

	letter-spacing: 2px;

}

#header .slogan {

	font-size: 16px;

	letter-spacing: 5px;

}

#menu {

	height: 30px;

	padding: 0 10px;

	background-color: #666666;

	font-size: 14px;

	font-weight: bold;

}

#menu ul {

	margin: 0;

	padding: 0;

}

#menu ul li {

	letter-spacing: 1px;

	display: inline;

}

#menu ul li a {

	padding: 7px 10px;

	color: #FFFFFF;

	text-decoration: none;

	float: left;

}

#menu ul li a:hover {

	color: #000000;

}

#menu .pressed {

	padding: 7px 10px;

	background-color: #000000;

	float: left;

}

#content_side {

	width: 140px;

	padding: 15px 5px 15px 15px;

	line-height: 19px;

	float: left;

}

#content_main {

	width: 610px;

	padding: 15px;

	line-height: 19px;

	float: left;

}

#content_single {

	padding: 15px;

	line-height: 19px;

}

#footer_clear {

	clear: both;

}

#footer {

	padding: 8px 0 9px 0;

	background-color: #555555;

	font-size: 10px;

	text-align: center;

	clear: both;

}

#footer a:hover {

	background-color: transparent;

	text-decoration: underline;

}

blockquote {
  border: 1px dashed #FFCC00;
}
blockquote p {
  margin: 6px;
}