/**
* LAYOUT
*/

* {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	height: 100%;
	color: #fff;
	background-color: #000;
}

input, textarea, select {
	font: 11px Verdana, sans-serif;
	color: #32211e;
}

#container {
	margin: auto;
	width: 900px;
	min-height: 100%;
	background: url(../images/front/container.png) repeat-y;
}

#container-left, #container-center, #container-right {
	float: left;
}

#header {
	height: 180px;
	background: url(../images/front/header.png) no-repeat;
}

#header-photocast {
  float: right;
}

#header-home {
	display: block;
	height: 100%;
}

/**
*	FLASH
*/

#flash-0, #flash-1 {
	width: 500px;
	font: 25px Verdana, sans-serif;
	line-height: 50px;
	text-align: center;
	color: #f60;
	background-color: #f2edeb;
	z-index: 1000;	
}

#flash-1 {
	color: #9a9972;
}

/**
*	CONTAINER LEFT
*/

#container-left {
	padding-top: 10px;
	padding-left: 10px;
	width: 230px;
	background-color: #32211e;
}

#container-left h2 {
	height: 22px;
	line-height: 22px;
}

#container-left h2.focus {
	background: url(../images/front/category_header_bullet.png) no-repeat;
}

#container-left h2 a {
	display: block;
	margin-left: 10px;
	height: 100%;
}

#container-left h2 a:hover, #container-left h2.focus a {
	background-position: 0 -22px;
}

#search-header {
	background: url(../images/front/search_header.png) no-repeat;
}

#search-form .text {
	float: left;
	padding: 4px;
	padding-left: 25px;
	width: 151px;
	height: 14px;
	border: 0;
	background: url(../images/front/search_input.png) no-repeat;
	color: #666;
}

#search-form img {
	_margin-left: -3px;
}

#search-form img:hover {
	cursor: pointer;
}

#search-advanced {
	margin-top: 5px;
}

#search-advanced select {
	margin: 2px 0;
}

#search-month, #search-year {
	width: 80px;
}

#search-author, #search-category {
	width: 164px;
}

#home-header a {
	width: 70px;
	background: url(../images/front/home_header.png) no-repeat;
}

#category-header-1 a {
	width: 55px;
	background: url(../images/front/category_header_1.png) no-repeat;
}

#category-header-2 a {
	width: 185px;
	background: url(../images/front/category_header_2.png) no-repeat;
}

#category-header-3 a {
	width: 55px;
	background: url(../images/front/category_header_3.png) no-repeat;
}

#category-header-4 a {
	width: 200px;
	background: url(../images/front/category_header_4.png) no-repeat;
}

#category-header-5 a {
	width: 153px;
	background: url(../images/front/category_header_5.png) no-repeat;
}

.category-header {
	margin-top: 10px;
}

.category-panel {
	width: 230px;
}

#container-left h3 {
	margin-left: 10px;
	margin-bottom: 4px;
	line-height: 15px;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px dotted #c1bcbb;
	color: #cc0;
}

#tags-header {
	background: url(../images/front/tags_header.png) no-repeat;
}

#last-articles-header {
	background: url(../images/front/last_articles_header.png) no-repeat;
}

#pipe-header {
	background: url(../images/front/pipe_header.png) no-repeat;
}

#container-left hr {
	margin-top: 20px;
	border: 0;
	border-bottom: 1px solid #fff;
}

#container-left p {
	margin: 0 10px;
}

#container-left a {
	color: #fff;
	text-decoration: none;
}

#tag-list a:hover, #tag-list a.focus{
	text-decoration: underline;
}

.article-list {
	margin-left: 10px;
}

.article-list a {
	display: block;
	padding-left: 6px;
	line-height: 15px;
	background: url(../images/front/article_list_bullet.png) no-repeat;
}

.article-list-link {
	margin-left: 4px;
}

.article-list-link a {
	display: block;
	padding-left: 6px;
	line-height: 15px;
	font-weight: bold;
}

.article-list a.focus {
	background: url(../images/front/article_list_bullet_focus.png) no-repeat;
}

/**
*	CONTAINER RIGHT
*/

#container-right {
	padding: 10px;
	width: 130px;
	background-color: #32211e;
}

#container-right h3 {
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #cc0;
}

#container-right p, #container-right ul {
	margin-bottom: 10px;
	font-size: 9px;
	color: #ccc;
}

#container-right hr {
	margin: 20px 0;
	visibility: hidden;
}

#container-right li {
	line-height: 15px;
	list-style: none;
}

#container-right a {
	font-size: 9px;
	color: #ccc;
	text-decoration: none;
}

#container-right a.commented-article {
	font-size: 9px;
	color: #ccc;
	text-decoration: underline;
}

#container-right a:hover {
	color: #cc0;
}

#container-right ul.feeds li a {
	display: block;
	height: 15px;
	padding-left: 16px;
	margin-bottom: 3px;
	background: url(../images/front/feed.png) no-repeat;
}

#container-right .partner {
  font-size: 11px;
}

/**
*	CONTAINER CENTER
*/

#container-center {
	padding: 10px;
	width: 490px;
	background-color: #7f7371;
}

#container-center .pagination {
  margin: 10px 0;
	text-align: center;
}

#container-center .pagination a {
	border: 1px solid #32211e;
  padding: 2px 3px;
  color: #f2edeb;
  text-decoration: none;
}

#container-center .pagination strong, #container-center .pagination a:hover {
	padding: 2px 3px;
  border: 1px solid #32211e;
  background-color: #f2edeb;
  color: #32211e;
  font-weight: normal;
}

#container-center .link-top a {
	font-size: 10px;
	color: #ddd;
	text-decoration: none;
}

#container-center .link-top a:hover {
	text-decoration: underline;
}

#container-center .info
{
	font-size: 10px;
	color: #ddd;
	margin-bottom: 10px;
}

#page-missing {
	font-size: 10px;
	color: #ddd;
}

/**
*	POPUP
*/

#popup-window {
	padding: 0 5px;
	min-height: 470px;
	color: #32211e;
	background-color: #f2ebed;
}

#popup-window a {
	color: #32211e;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

#popup-window a:hover {
	text-decoration: underline;
}

#popup-window h2 {
	margin-bottom: 10px;
	line-height: 25px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #837977;
}

#popup-window p {
	margin: 10px 0;
	text-align: justify;
}

#popup-window hr {
	margin: 10px 0;
	border: 0;
	border-bottom: 1px dotted #a59c9a;
}

/**
* CONTEST
*/

#contest-competitor .competitor {
	float: left;
	padding-bottom: 30px;
	margin-left: 15px;
	width: 134px;
	color: #7f7371;
	text-align: center;
}

#contest-competitor .competitor-image {
  margin-bottom: 5px;
  padding: 12px;
  height: 110px;
  background: url(../images/front/competitor_image.png) no-repeat;
}

#contest-competitor .competitor input {
  padding: 2px;
  border: 0;
  color: #fff;
  background-color: #cc0;
}

#contest-competitor .competitor p {
  line-height: 17px;
}

#contest-competitor .competitor p img {
  position: relative;
  top: 3px;
}

#contest-competitor hr, #contest-create hr {
  clear: both;
	margin: 10px 0;
	border: 0;
	border-top: 1px solid #a59c9a;
}

#contest-competitor .competitor-rating {
  margin-left: 8px;
}

#contest-competitor .label {
	font-weight: bold;
}

.rating_off {
	position: relative;
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	background: url(../images/front/rating_off.png) no-repeat;
	
}

.rating_on {
	position: relative;
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	background: url(../images/front/rating_on.png) no-repeat;
}

#contest-create, #newsletter-form {
	padding-left: 40px;
	width: 435px;
}

#contest-create form label, #newsletter-form form label {
	line-height: 16px;
}

#contest-create form p, #newsletter-form form p {
  margin-top: 10px;
}

#contest-create form .text, #newsletter-form form .text {
	padding: 4px;
	width: 392px;
	height: 14px;
	border: 0;
	background: url(../images/front/comment_input_text.png) no-repeat;
}

#contest-create form .textarea {
	padding: 0 4px;
	width: 392px;
	height: 160px;
	line-height: 16px;
	border: 0;
	background: url(../images/front/comment_textarea.png) no-repeat;
}

#contest-create form .buttons, #newsletter-form form .buttons {
	margin-top: 10px;
	text-align: center;
}

#contest-create form .submit, #newsletter-form form .submit {
	font-size: 14px;
	font-weight: bold;
}

#contest-create form label.error {
	padding-right: 55px;
	color: #f60;
	background: url(../images/front/textfield_error.png) 100% 0 no-repeat;
}

#contest-create .error, #newsletter-form .error {
	color: #f60;
}

#contestUploader-preview {
  border: 1px solid #978f8d;
}

#contest-create .captcha, #newsletter-form .captcha {
	background-position: 160px 0;
	background-repeat: no-repeat;
}

#contest-create .captcha .text, #newsletter-form .captcha .text {
	width: 142px;
	background: url(../images/front/comment_anti_spam.png) no-repeat;
}

#contest-create .captcha a, #newsletter-form .captcha a {
  margin-left: 75px;
}

/**
* ADVERTISER
*/

#advertiser-top, #advertiver-top-link {
  display: block;
  margin: auto;
  padding-bottom: 10px;
  width: 728px;
  height: 90px;
	font-size: 0;
}

#advertiver-top-link {
  position: absolute;
  left: 86px;
  _left: 0;
}

#advertiver-top-link img {
  width: 728px;
  height: 90px;
}

#advertiser-right, #advertiver-right-link {
  float: right;
  display: block;
  position: relative;
  margin-top: 180px;
  margin-right: -130px;
  width: 120px;
  height: 600px;
  font-size: 0;
}

*+html #advertiser-right {
  left: 10px;
}

#advertiser-right {
  _left: 10px;
}

#advertiver-right-link {
  float: none;
  position: absolute;
  margin: 0;
  margin-top: 180px;
  margin-left: 910px;
  z-index: 1000;
}

#advertiver-right-link img {
  width: 120px;
  height: 600px;
}
