/* CSS for Pridurok.Info */
* {
	margin : 0;
	padding : 0;
	border : 0;
}
body {
	background: #fff;
	color: #333;
}

/* Табличечки */
table {
	border: 0px;
	border-collapse: collapse;
}
table td {
	padding: 0px;
}

.ImgPost {
	margin: 4px 0;
	border: 0;
}
.quote {
	padding: 4px;
	border: 1px dotted #bbb;
	background: #fff url(/images/quote_bg.gif) 0 100% no-repeat;
}
.Partner {
	display: none;
}

/* Clouds */
#clouds {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
}
/*
#clouds a:active,
#clouds a:visited,
#clouds a:link {
	color: #333;
	text-decoration: none;
}*/
#clouds a:hover {
	background: #333;
	color: #fff;
	text-decoration: none;
}

.clouds_xsmall {
	font-size: 10px;
	color: #333;
}
.clouds_small {
	font-size: 16px;
	color: #9acd32;
}
.clouds_medium {
	font-size: 24px;
	color: #ff7f50;
}
.clouds_large {
	font-size: 32px;
	color: #6495ed;
}
.clouds_xlarge {
	font-size: 36px;
	color: #ff69b4;
}







/* Голос */
.vote  {
	color : #000;
	font-size : 12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.Smile {
	border: none;
}

/* Голосовалка */
.bbcodes {
	font-family : Arial, Helvetica, sans-serif;
	border : 1px solid #080;
	font-size : 12px;
	background-color : #fff;
	width : 80px;
	height : 22px;
	cursor : pointer;
	color : #080;
	text-align : center;
}






/* Контейнер */
#container {
	width: 980px;
	margin: 0 auto;
}




#topContainer {
	width: 100%;
	height: 20px;
	border-bottom: 8px solid #777;
	background: #333;
}

#header {
	width: 100%;
	height: 140px;
	margin: 12px 0;
	padding: 8px 0;
	border-bottom: 2px solid #777;
	background: url(/images/logo.gif) 0 0 no-repeat;
}
#logo {
	padding-top: 40px;
}
#logo h1 a {
	margin-left: 110px;
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: normal;
	letter-spacing: -2px;
	color: #333;
}
#logo h4 {
	margin-left: 110px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #333;
}



/* begin speedBar */
.speedBar {
	margin: 0 0 10px 0;
	padding: 4px 0 12px 0;
	border-bottom: 1px solid #333;
	font-size: 24px;
	line-height: 20px;
	letter-spacing : -1px;
	font-weight: normal;
	color: #333;
	text-align: left;
}
.speedBar a:active,
.speedBar a:visited,
.speedBar a:link {
	color: #1e90ff;
	text-decoration: none;
}
.speedBar a:hover {
	color: #ff1493;
	text-decoration: underline;
}
/* end speedBar */

/* navigation page */
.navigation {
	margin: 40px auto;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	color: #333;
}
.navigation span {
	padding: 5px;
	border-bottom: 8px solid #1e90ff;
	background: #1e90ff;
	color: #fff;
	text-decoration: none;
}
.navigation a:active,
.navigation a:visited,
.navigation a:link {
	padding: 5px;
	border-bottom: 1px solid #1e90ff;
	color: #1e90ff;
	text-decoration: none;
}
.navigation a:hover {
	padding: 5px;
	border-bottom: 3px solid #ff1493;
	color: #ff1493;
	text-decoration: none;
}
/* end navigation page */






/* ---------------------------------- */
#content {
	
}
#right {
	width: 320px;
	float: right;
	background: #fff /*#ddd;*/
}

#right ul {
	padding-left: 18px;
	list-style: square;
}
#right ul li {
	line-height: 24px;
}
#right ul li a {
	color: #333;
}

#archives {
	line-height: 24px;
}
#archives a {
	color: #333;
}


#left {
	width: 650px;
	margin: 0 320px 0 0;
	background: #fff; /*#f1f1f1;*/
}
#right h4 {
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -1px;
}

#content {
	margin-bottom: 30px;
}
#content h2 a:active,
#content h2 a:visited,
#content h2 a:link {
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #1e90ff;
	text-decoration: underline;
}
#content h2 a:hover {
	color: #ff1493;
	text-decoration: underline;
}

#content .post {
	line-height: 24px;
}
.post a {
	color: #1e90ff;
}

.postBottom {
	margin-top: 12px;
	padding: 10px 0;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
}
.postBottom a {
	padding: 5px 4px;
	background: #ffb6c1;
	color: #333;
	text-decoration: underline;
}
.postBottom span {
	float: right;
	color: #333;
}
/* ---------------------------------- */







/* begin footer */
#footerContainer {
	width: 100%;
	height: 60px;
	border-top: 8px solid #777;
	background: #333;
	clear: both;
}
#footer {
	width: 980px;
	margin: 10px auto;
	color: #f1f1f1;
}
#footer a {
	color: #fff;
}
/* end footer */

