/*
Theme Name: Cosmopolite
Author: Aleksandar Živanov, Denis Tomljanović
*/

/* ===== General CSS reset ===== */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; font-size: 14px; }
table { border-collapse:collapse; border-spacing:0; }
td { vertical-align: top }
fieldset,img {  border:0; }
address,caption,cite,code,dfn,th,var { font-style:normal; font-weight:normal; }
ol,ul,li { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }
textarea { resize: none; }
a { outline: 0; }
button { border: none; background: none; padding: 0; }

/* ===== Helpers ===== */

.clearfix { zoom: 1; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.pngfix { behavior: url("/cosmopolite/iepngfix/iepngfix.htc"); }

/* ===== Site CSS ===== */
body {
	background: url('images/bg1.jpg') 496px 0px;
	font-family: "Bookman Old Style", Bookman, Georgia, Times, "Times New Roman", serif;
}

#container {
	background: url('images/bg2.jpg') repeat-y;
}
#container #background {
	background: url('images/content-bg.jpg') no-repeat;
}
.home #container #background {
	background: none;
}

#header {
	position: relative;
	z-index: 10;
}
#header #header-background {
	background: url('images/top-shadow.png') repeat-x;
	height: 63px;
	padding-top: 47px;
}
#header #menu {
	height: 54px;
	background: url('images/top-menu-bg.jpg') repeat-x;
}
#header #menu ul {
	height: 54px;
	background: url('images/top-menu-bar.jpg') no-repeat;
	padding-left: 150px;
}
#header #menu li {
	float: left;
	display: block;
	/*background: url('images/top-menu-div.jpg') no-repeat right;*/
	margin-left: -2px;
	border-left: 1px solid #aaa;
	border-right: 1px solid #333;
	position: relative;
}
#header #menu li a {
	display: block;
	color: #333;
	font-family: Times, "Times New Roman", serif;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 54px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 20px;
	/*background: url('images/top-menu-div.jpg') no-repeat left;*/
	border-left: 1px solid #333;
	border-right: 1px solid #aaa;
}
html>body #header #menu li a:hover {
	background: url('images/top-menu-selected.png');
	color: #aaa;
}
#header #menu li ul {
	position: absolute;
	visibility: hidden;
	top: 54px;
	right: 0px;
	background: none;
	padding: 0;
}
#header #menu li li, #header #menu li li a {
	color: #e7e6e0;
	font-size: 13px;
	text-transform: none;
	white-space: nowrap;
	background: #1f1d16;
	line-height: 100%;
	border: none;
	margin: 0;
	padding: 0;
}
#header #menu li li {
	float: none;
	display: block;
	padding: 10px 15px;
	border-bottom: 1px solid #54534D;
}
#header #menu li li a {
	display: inline;
	color: #fff;
}

#main {
	position: relative;
	z-index: 5;
	margin-left: 330px;
	width: 620px;
	margin-top: 15px;
	margin-bottom: 10px;
}
.home #main {
	width: 990px;
	margin: 0;
	margin-top: -9px;
}
#main #content-header {
	height: 51px;
	padding-right: 3px;
	background: url('images/content-header-right.gif') no-repeat right bottom;
	position: relative;
}
#main #content-header .inner-content {
	height: 50px;
	border-bottom: 1px solid #BFBCB7;
	background: #F0ECE6 url('images/content-header-left.gif') repeat-y left;
}
#main #content-header #header-title {
	position: absolute;
	bottom: 0;
	left: 0;
}
#main #content-header h1 {
	float: left;
	color: #7f7a55;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	padding: 3px 10px 3px 15px;
}
#main #content-header h2 {
	float: left;
	border-left: 1px solid #ABA8A4;
	color: #7f7a55;
	font-size: 14px;
	padding: 3px 0 3px 10px;
}
#main #content-header #pagenum {
	height: 25px;
	padding: 25px 10px 0 10px;
	position: absolute;
	right: 35px;
	top: 0;
	background: #7A7551;
	color: #fff;
	font-size: 18px;
	display: block;
}
#main #content {
	padding: 20px 35px 20px 75px;
	background: #F0ECE6 url('images/content-textbg.jpg') repeat-y;
	font-size: 14px;
	min-height: 600px;
}
#main #content h3 {
	color: #3f3f3f;
	font-size: 14px;
	margin-bottom: 15px;
	font-weight: bold;
	font-style: italic;
}
#main #content h3 span {
	text-transform: uppercase;
	font-style: normal;
}
#main #content p {
	color: #3f3f3f;
	font-size: 14px;
	margin-bottom: 10px;
	text-align: justify;
}
#main #content ul {
	margin-bottom: 15px;
	margin-left: 50px;
}
#main #content li {
	margin: 10px 0;
	text-align: justify;
}
#main #content .alignright {
	float: right;
	margin: 0 0 10px 10px;
}
#main #content .alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
#main #content img {
	border: 4px solid #fff;
}
#main #content .index .title {
	background: url('images/index-dot.gif') repeat-x bottom;
	vertical-align: bottom;
	padding-top: 4px;
	padding-right: 50px;
}
#main #content .index .title span {
	background: #F0ECE6 url('images/content-textbg.jpg') repeat-y -75px 0;
	font-size: 14px;
}
#main #content .index .page {
	color: #C40000;
	text-align: right;
	vertical-align: bottom;
	padding-left: 10px;
	font-size: 14px;
}
#main #content .index .chapter-title {
	padding-top: 20px;
	font-weight: bold;
}
#main #content .index .title.indent span {
	padding-left: 20px;
}

.page-id-10 #main #content {
	padding-left: 35px;
}
.page-id-10 #main #content table {
	width: 100%;
}
.page-id-10 #main #content table td {
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}
.page-id-10 #main #content table .div {
	height: 20px;
	background: url('images/index-dot.gif') repeat-x center center;
}
.page-id-10 #main #content img {
	border: none;
}

.page-id-10 #player {
	margin: 20px auto 0 auto;
	width: 373px;
}
.page-id-10 #player-controls {
	background: url('images/player-controls-background.jpg') no-repeat;
	height: 48px;
	position: relative;
}
.page-id-10 #player-controls #play {
	width: 24px;
	height: 21px;
	background: url('images/player-controls.gif') no-repeat -24px 0;
	text-indent: -1000px;
	display: block;
	position: absolute;
	left: 165px;
	top: 12px;
}
.page-id-10 #player-controls #pause {
	width: 24px;
	height: 21px;
	background: url('images/player-controls.gif') no-repeat -48px 0;
	text-indent: -1000px;
	display: block;
	position: absolute;
	left: 165px;
	top: 12px;
}
.page-id-10 #player-controls #prev {
	width: 24px;
	height: 21px;
	background: url('images/player-controls.gif') no-repeat 0 0;
	text-indent: -1000px;
	display: block;
	position: absolute;
	left: 115px;
	top: 12px;
}
.page-id-10 #player-controls #next {
	width: 24px;
	height: 21px;
	background: url('images/player-controls.gif') no-repeat -72px 0;
	text-indent: -1000px;
	display: block;
	position: absolute;
	left: 215px;
	top: 12px;
}
.page-id-10 #player-playlist {
	height: 74px;
	background: url('images/player-background.jpg') no-repeat;
}
.page-id-10 #player-playlist ul {
	width: 156px;
	float: left;
	padding: 10px;
	height: 54px;
	margin: 0 !important;
}
.page-id-10 #player-playlist li {
	padding: 0 !important;
	margin: 0 !important;
	font-size: 10px;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
}
.page-id-10 #player-playlist a {
	color: #fff;
	text-decoration: none;
}
.page-id-10 #player-playlist li.current a {
	color: #000;
}

#main #content-footer {
	background: url('images/content-footer.png') no-repeat bottom;
	padding-bottom: 7px;
}
#main #content-footer .pages {
	height: 47px;
	background: url('images/content-textbg.jpg') repeat-y;
	position: relative;
	border-top: 1px solid #AAA59F;
	text-align: center;
	line-height: 47px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	color: #7f7a55;
}
#main #content-footer .prev-page {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 70px;
	height: 47px;
	background: url('images/prev-page.jpg') no-repeat;
	overflow: hidden;
	text-indent: -1000px;
}
#main #content-footer .next-page {
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	width: 70px;
	height: 47px;
	background: url('images/next-page.jpg') no-repeat;
	overflow: hidden;
	text-indent: -1000px;
}

#footer {
	position: relative;
	z-index: 10;
}
#footer-background {
	background: url('images/footer-shadow.png') repeat-x;
	height: 156px;
	padding-top: 8px;
}
#footer #links {
	background: url('images/footer-bg.jpg') repeat-x;
}
#footer #links div {
	background: url('images/footer-bar.jpg') no-repeat;
}
#footer #links ul {
	height: 108px;
	width: 940px;
	padding-left: 50px;
}
#footer #links li {
	float: left;
	display: block;
}
#footer #links li a {
	display: block;
	line-height: 108px;
	height: 108px;
	float: left;
}
