/*  This file is part of Mura CMS.

    Mura CMS is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, Version 2 of the License.

    Mura CMS is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with Mura CMS.  If not, see <http://www.gnu.org/licenses/>.

*/

/* @group GLOBALS
===================================== */

body {
	color: #000;
	background: #c8a271 url(images/body_bg.jpg);
	font-family: "Baskerville Old Face",Baskerville,Garamond,"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:bold;
	}

p.intro {
	margin-bottom: 1em;
	font-size: 1.8em;
	line-height: 1.3;
	color: #666;
	}

.content img {
	padding: .5em;
	
	}

a,a:visited{
	color:#6f2a0b;
}



/* @group Globals - Headings
===================================== */

p#sectionTitle {
	display: none;
	}
	
#right h3{
	color:#6f2a0b;
	font-size:2.2em;
}


h2{
	color:#6f2a0b;
	font-size:3.2em;
}

p,  dt, dd, table {
font-size:1.4em;
color:#6f2a0b;
}

/* @end Globals - Headings
-------------------------------- */

/* @end GLOBALS
-------------------------------- */



/* @group LAYOUT
===================================== */

#outer_container{
	background:url(images/outer_bg.jpg) no-repeat;
}

#container {
	position: relative;
	width:980px;
	}
	
	
#top{
	/*background:#eee;*/
	width:100%;
}

#content {
	padding:0;
	
	}
	
#primary{
	width:560px;
	padding:0;
	margin:0;

}

.sidebar{
	width:380px;
	/*background:#f00;*/
}

#right.sidebar{
	margin-right:0;
	/*background:#9C0;*/
}

.content {
	
	}

.twoColSL .content {
	border-right: 0;
	}

.twoColSR .content {
	border-left: 0;
	
	}


/* @group Layout - Header
===================================== */

#header {
	/*padding: 15px 0 0;*/
/*	background:#eee;*/
	}

#header h1 {
	position:absolute;
	right:5.5em;
	top:0.2em;
	width:150px;
	height:150px;
	
	/*background:url(images/kofola1960_logo_32.png) no-repeat;*/
	}

#header h1 a {
	color: #000;
	font-size:2.4em;

	}
	
#header h1 img{
	display:block;
}
#header h1 a:hover{
	text-decoration:none;
}
#header #searchForm {
	float: right;
	margin: 6px 20px 0 0;
	padding: 0;
	border: none;
	}

/* @end Layout - Header
-------------------------------- */


/* @group Layout - Footer
===================================== */

#footer {
	margin: 0;
	padding: 1em;
	font-size: .85em;
	}

#footer ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	}

#footer li {
	float: left;
	margin-right: .5em;
	padding-right: .5em;
	}
#footer li.last {
	margin-right: 0;
	padding-right: 0;
	border: none;
	}

#footer p {
	float: left;
	margin: 0;
	}

/* @end Layout - Footer
-------------------------------- */

/* @end LAYOUT
-------------------------------- */



/* @group NAVIGATION/UI
===================================== */

/* @group Nav - Breadcrumb
===================================== */

#crumbList {
	margin-bottom: 1em;
	}

#crumbList li {
	font-size:1.2em;
	
	color: #662044;
}

#crumbList li a {
	padding-bottom: 0;
	border: 0;
	color:#000;
	
	}

/* @end Nav - Breadcrumb
-------------------------------- */


/* @group Nav - Primary
===================================== */

#navPrimary {
	background: transparent;
	padding:10px 0 0 0;
	border-bottom:2px solid #6f2a0b;
	margin: 0 0 0.5em;
	width:740px;
	}

#navPrimary li {
	margin:0 0.2em;
	
	
	}
#navPrimary li.first {
	margin-left: 0px;
	}

#navPrimary li a {
	display: block;
	padding: 0 0.2em;
	text-decoration: none;
	text-transform: uppercase;
	color: #222;
	font-size:1.2em !important;
line-height:1em;
	
	}

#navPrimary li a:hover,
#navPrimary li:hover,
#navPrimary li.sfhover {
	/*background-color: #fff;*/
	text-decoration: none;
	background:#fff;
	}

#navPrimary li.current a {
	background-color: #6f2a0b;
	color:#fff;
	}
#navPrimary li.current li a {
	background-color: transparent;
	color:#000;
	}

#navPrimary li ul { /* second-level lists */
	border: 1px solid #6f2a0b;
	background-color: #fff;
	margin:-1em 0 0 0;
	padding:0;
	}

#navPrimary li li.first {
	margin-left: 0;
	}

#navPrimary li li {
	border-top: 1px solid #c7a170;
	
	}
	
#navPrimary li li a{
	font-size:1.2em !important;
	}

#navPrimary li:hover li a:hover,
#navPrimary li.sfhover li a:hover {
	color: #6f2a0b;
	background: #cfb383;
	}

#navPrimary li li ul { /* third-level lists */
	border-left: 1px solid #fff;

}

/* @end Nav - Primary
-------------------------------- */

/* @end NAVIGATION/UI
-------------------------------- */



/* @group default.css Overrides
===================================== */

.svSyndLocal dl,
.svSyndRemote dl,
.svRelatedContent dl {
	float: left;
	width: 100%;
	margin-bottom: .75em;
	padding-top: 1em;
	border-top: 1px solid #ccc;
	}

.sidebar .svSyndLocal dl,
.sidebar .svSyndRemote dl,
.svRelatedContent {
	margin-bottom: 1em;
	}

.sidebar .svSyndLocal dd,
.sidebar .svSyndRemote dd,
.svRelatedContent {
	margin-bottom: 0;
	}

dt.releaseDate {
	color: #666;
	}
	
.content .svIndex {
border-top:none;
padding-top:0;
margin:0;
}


.svIndex dl{
	padding-top:0;
	margin:0 0 1em 0;
	border:none;
}

.svIndex dt a{
	font-size:2.2em !important;
	line-height:2em;
	padding-bottom:0.3em;
	text-transform:uppercase;
}

#primary .svIndex dt a{
	/*background:url(images/headline_bg_32.png) no-repeat bottom left;*/
	border-bottom:4px solid  #71533a;
	
}

#primary .svIndex dt a:hover{
	text-decoration:none;
}


.sidebar .divider{
	width:100%;
	height:16px;
	/*background:#cc0;*/
	float:left;
	margin: 0 1em 1em 0;
}


.sidebar .divider1{
	background:url(images/sidebar_divider_1_32.png) no-repeat;
}

.sidebar .divider2{
	background:url(images/sidebar_divider_2_32.png) no-repeat;
}

#svGallery img{
	border:6px solid #fff;
	padding:0;
}


#svGallery li{
	margin:0 1.5em 1.5em 0;
	width:auto;
	padding:0;
}

#svGallery dt{
	display:none;
}
/* @end default.css Overrides
-------------------------------- */

#primary ul{
	margin:0;
	list-style-type:none;
}

#primary .readMore{
	float:right;
}

/* EOF */