/*
 * main css file
 */

body {
	
	margin: 0;
	padding: 0;
	border: 0;
	
	background-color: #579dc5;
	background-image: url('../images/body_bg.jpg');
	background-repeat: repeat-x;
	
	text-align: center;
	font-family: Tahoma;
	font-size: 12px;
}

img { border: none;}
p { margin: 0; padding: 0;}
a { color: #fff;}

/*
 * containers
 */

#container {
	
	width: 960px;
	height: auto !important;
	min-height: 950px;
	margin: 0 auto;
	text-align: left;
}

/*
 * header
 */

.header { width: 960px; height: 155px;}
.banner { width: 960px; height: 112px; background-image: url('../images/header_bg.jpg');}
.logo { border: none;}
.menu { width: 960px;}
.menu ul { width: 960px;}
.menu ul li { display: inline; list-style-type: none; margin-right: 35px;}
.menu ul li a { font-weight: bold; color: #9dc9e7; text-decoration: none;}
.menu ul li a:hover { color: #feffff; text-decoration: underline;}

/*
 * main
 */

.main {
	
	width: 960px;
}

.login { 

	width: 960px;
	height: 43px;
	background-image: url('../images/login_bg.jpg'); 
	background-repeat: no-repeat;
	font-size: 11px;
}
.welcome { width: 160px; height: auto; margin: 14px 0 0 35px;}
.welcome p a { color: #000;}
.welcome p a:hover { color: #fff;}
.loginElements { height: 43px; float: left; padding-top: 8px;}
.loginElements a { margin: 0 0 0 25px; font-weight: bold;}
.loginElements a:hover { color: #0b4577;}
.loginElements form {height: 33px; }
.loginForm { height: 43px; display: inline;}
.loginForm label { margin: 0 5px 10px 5px;}
.loginForm input { border: 1px solid #3e3e3e; margin: 0; padding: 0 3px; width: 100px; font-size: 11px;}
.loginForm input.loginButton { width: 64px; height: 19px; background-image: url('../images/loginButton.png'); background-repeat: no-repeat; border: none; vertical-align: bottom; margin: 0 5px 0 5px;}
.loginButton { border: none;}
.loginOptions { width: 240px; display: inline; margin-left: 50px;}


/*
 * left column
 */

.left { width: 196px; height: auto !important;}

.leftCategoryHeader { width: 196px; height: 39px; border-bottom: 1px solid #91b8db; background-image: url('../images/left_category_bar.jpg'); background-repeat: no-repeat;}
.leftCategoryHeader h1, h2 { margin: 0; padding: 12px 0 0 15px; color: #e3e3e3; font-size: 14px;}

.leftCategory { width: 196px; background-color: #0b4577;}
.leftCategoryBar { width: 196px; height: 23px; border-top: 1px solid #91b8db; background-image: url('../images/left_category_bg.jpg'); background-repeat: no-repeat;}
.leftCategoryBar h1, h2 { font-size: 12px; color: #091a28; margin: 0; padding: 5px 0 0 15px;}
.leftCategory ul { margin: 5px 0 0 0; padding: 0 0 5px 0; list-style-type: none; border-bottom: 1px solid #91b8db;}
.leftCategory ul li { display: block; margin: 2px 0 2px 17px;}
.leftCategory ul li a { text-decoration: none;}
.leftCategory ul li a:hover { text-decoration: underline;}

.leftBottom { width: 196px; height: 16px; background-image: url('../images/left_category_bottom.png'); background-repeat: no-repeat;}


/*
 * center column
 */
.center { width: 552px; margin: 0 0 0 7px;}

/*
 * search bar
 */

.search { width: 552px; height: 44px; padding: 0 0 5px 0; background-image: url('../images/search_bg.jpg'); background-repeat: no-repeat;}
.searchForm { padding: 10px 0 0 0;}
.search label { height: 25px; margin: 0 0 0 10px;}
.search input { border: 1px solid #5d9ea8; margin-left: 5px; font-size: 12px; width: 180px;}
.search select { border: 1px solid #5d9ea8; font-size: 12px; margin-left: 5px; width: 120px;}
.search input.searchButton { width: 65px; height: 20px; margin: 0 15px 0 15px; background-image: url('../images/searchButton.png'); background-repeat: no-repeat; border: none; vertical-align: bottom;}

/*
 * news box
 */

.news { width: 552px; margin-top: 5px;}
.news ul { color: #93dbe6; list-style-type: none;}
.newsBar { width: 552px; height: 29px; background-image: url('../images/news_bar.png'); background-repeat: no-repeat;}
.newsBar h2 { width: 350px; margin: 0;}
.newsDate { margin: 8px 10px 00;}
.newsBody { width: 545px; margin-left: 5px;}
.newsBody p { color: #93dbe6; margin: 0 10px 0 15px; padding: 10px 0; line-height: 145%;}
.newsBg { background-color: #052743;}
.newsBottom { width: 545px; height: 6px; background-image: url('../images/news_bottom.png'); background-repeat: no-repeat;}

/*
 * newes torrents list
 */

.newestList { width: 552px;}
.newestListBar { width: 552px; height: 29px; background-image: url('../images/newest_bar.png'); background-repeat: no-repeat;}
.newestListBar h1,h2 { width: 350px; color: #000000; font-size: 14px; padding: 5px 15px;}
.newestListBody { width: 545px; margin-left: 5px;}
.newestListBg { width: 545px; background-color: #052743;}
.newestListBox { width: 545px; border-bottom: 1px solid #BB7903; padding: 10px 0;}
.newestListLeft { margin-left: 5px;}
.newestListLeft img { margin: 15px; max-width: 115px; max-height: 166px; }
.newestListLeft img:hover { border: 1px solid #CBF8FF; margin: 14px;}
.newestListRight { width: 540px; margin-top: 5px; margin-right: 5px; }
.newestListRight h1 { font-size: 11px; color: #cbf8ff; margin: 0 5px; padding-top: 0px;}
.newestListRight a { color: #cbf8ff; margin: 0 5px; display: inline;}
.newestListRight a.more { color: #bb7903;}
.newestListRight a:hover { color: #fff;}
.newestListRight p { margin: 10px 15px 0 5px; color: #66aeb9;}
.newestListBottom { width: 545px; height: 6px; background-image: url('../images/news_bottom.png'); background-repeat: no-repeat;}

/*
 * right column
 */
.right { width: 196px;}

.rightBar { width: 196px; height: 31px; color: #fff; background-image: url('../images/right_column_bar.jpg'); background-repeat: no-repeat;}
.rightBar h1,h2,h3 { margin: 0 0 0 10px; padding-top: 7px; font-size: 14px;}
.rightBody { width: 194px; margin-left: 2px; background-color: #0b4577;}
.rightBody p { margin: 0 15px; padding: 10px 0; line-height: 150%; color: #cbf8ff;}
.rightBottom { width: 194px; height: 8px; background-image: url('../images/right_bottom.jpg'); background-repeat: no-repeat; }

/*
 * right wide column
 */

.rightWide { width: 756px; margin: 0 0 0 7px;}

/*
 * search bar
 */

.searchWide { width: 756px; height: 44px; padding: 0 0 10px 0; background-image: url('../images/search_wide_bg.jpg'); background-repeat: no-repeat;}
.searchFormWide { padding: 10px 0 0 0;}
.searchWide label { width: 700px; height: 25px; margin: 0 0 0 15px;}
.searchWide input { border: 1px solid #5d9ea8; margin-left: 10px; font-size: 12px; width: 220px;}
.searchWide select { border: 1px solid #5d9ea8; font-size: 12px; margin-left: 10px; width: 200px;}
.searchWide input.searchButton { width: 65px; height: 20px; margin: 0 15px 0 35px; background-image: url('../images/searchButton.png'); background-repeat: no-repeat; border: none; vertical-align: bottom;}

/*
 * torrent description
 */

.torrentDesc { width: 756px;}
.torrentDescBar { width: 756px; height: 29px; background-image: url('../images/list_bar_dark.png'); background-repeat: no-repeat;}
.torrentDescBar h1,h2,h3 { font-size: 14px; margin: 0 0 0 15px; padding-top: 5px;}
.torrentDescBar span.category { margin: 0 15px 0 0;}
.torrentDescBar span.date { font-size: 12px; color: #fff; margin: 2px 10px 0 0;}
.torrentDescBody { width: 748px; margin-left: 3px;}
.torrentDescBody p { color: #fff; margin: 15px 10px 0px 15px; line-height: 135%;}
.torrentDescBodyBg { background-color: #052743;}
.torrentDescBodyLeft { width: 208px; background-color: #052743;}
.torrentDescBodyLeft img { margin: 5px 0px 0 0;}
.torrentDescBodyLeft p {  color: #fff;}
.torrentDescBodyRight { width: 518px; background-color: #052743;}
.torrentDescBodyRight img { max-width: 490px; }
.torrentDescBodyRight p { margin-left: 0;}
.torrentDescBodyRight p.last { border: none;}
.torrentDescBodyBottom { border-top: 1px solid #c49203; margin-top: 10px;}
.torrentDescBodyBottom p { padding: 15px 0;}
.torrentDescBodyBottomL { margin-top: 10px; float: left; width: 245px;}
.torrentDescBodyBottomR { margin-top: 10px; float: left; width: 500px; height: 100px; overflow: auto;  }
.torrentDescBottom { width: 748px; height: 10px; background-image: url('../images/list_bottom.png'); background-repeat: no-repeat;}

/*
 * torrent list
 */

.torrentList { width: 756px;}
.torrentListBar { width: 756px; height: 29px; background-image: url('../images/list_bar_dark.png'); background-repeat: no-repeat;}
.torrentListBar h1,h2,h3 { font-size: 14px; margin: 0 0 0 15px; padding-top: 5px;}
.torrentListBar h1 a { color: #000;}
.torrentListBar h1 a:hover { color: #fff;}
.torrentListBar span.category { margin: 0 15px 0 0;}
.torrentListBar span.date { font-size: 12px; color: #fff; margin: 2px 10px 0 0;}
.bride { background-image: url('../images/list_bar_bride.png'); background-repeat: no-repeat;}
.torrentListBody { width: 748px; margin-left: 3px;}
.torrentListBody p { color: #fff; margin: 15px 10px 5px 15px; line-height: 135%;}
.torrentListBody p.last { border: none;}
.torrentListBody p a.more { color: #BB7903; text-decoration: none;}
.torrentListBody p a.more:hover { color: #CBF8FF; text-decoration: underline;}
.torrentListBodyBg { background-color: #052743;}
.torrentListBodyLeft { width: 208px;}
.torrentListBodyLeft img { margin: 5px 0px 0 0; }
.torrentListBodyLeft p {  color: #fff;}
.torrentListBodyRight { width: 518px;}
.torrentListBodyRight img { max-width: 490px;}
.torrentListBodyRight p { border-bottom: 1px solid #c49203; padding-bottom: 10px; margin-left: 0;}
.torrentListBottom { width: 748px; height: 10px; margin-bottom: 5px; background-image: url('../images/list_bottom.png'); background-repeat: no-repeat;}

.torrentListBodySearchList { width: 748px; margin: 0px 0px 0 0px; clear: both; }
.torrentListBodySearchList p { margin: 0px 5px 0px 5px; padding: 13px 0px 10px 0px; }
.torrentListBodySearchCategory { width: 150px; margin: 5px 0px 0 5px; }
.torrentListBodySearchFile { width: 400px; margin: 5px 0px 0 5px; }
.torrentListBodySearchSize { width: 68px; margin: 5px 0px 0 5px; text-align: center; }
.torrentListBodySearchSeed { width: 50px; margin: 5px 0px 0 5px; text-align: center; }
.torrentListBodySearchPeer { width: 50px; margin: 5px 0px 0 5px; text-align: center; }

/*
 * pagination
 */

.pagination { width: 756px; margin: 5px 0 5px 0; text-align: center; }
.pagination p a { margin: 0 5px;}
.pagination p a:hover { color: #bb7903;}
.pagination p.paginationLeftRight { margin: 3px 0;}
.pagination p.pagintionMain { color: #fff;}

/*
 * footer
 */
.footer { width: 960px; height: 100px; margin: 10px 000;  background-image: url('../images/footer_bg.jpg'); background-repeat: repeat-x;}
.footer p { padding: 10px;font-size: 10px; color: #e3e3e3; text-align: center;}
.footer a:hover { color: #0b4577;}

/*
 * classes universal
 */

.l { float: left;}
.r { float: right;}
.clear { clear: both;}

/*
 * classes additional
 */
 
.torrent_image { border: none; max-width: 180px; max-height: 260px; }
.torrent_search_header { margin: 0px 0px 0px 0px; color: #ffffff; font-weight: bold; }
.torrent_seed { margin: 0px 0px 0px 0px; color: green; font-weight: normal; }
.torrent_peer { margin: 0px 0px 0px 0px; color: #cc9933; font-weight: normal; }
.torrent_size { margin: 0px 0px 0px 0px; color: #ffffff; font-weight: normal; }
.torrent_category { margin: 0px 0px 0px 0px; color: #bb7903; font-weight: normal; }
.torrent_link a { margin: 0px 0px 0px 0px; color: #ffffff; font-weight: normal; text-decoration: none; }
.torrent_link a:hover { margin: 0px 0px 0px 0px; color: #ffffff; font-weight: normal; text-decoration: underline; }