/*  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
===================================== */
html,body {
/*	margin: 0 0 1px; */
}
body {
	background-color: #675545;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
}
p.intro {
	margin-bottom: 1em;
	font-size: 1.8em;
	line-height: 1.3;
	color: #333;
}
#content a {
	color: #38c7d7;
    line-height:1.2;
	text-decoration: none;
}
#content a:hover {
	color: #311608;
	text-decoration: underline;
}
.content img {
	padding: .5em;
	border: 0;
	}

.photocredit {
	font-weight: bold;
	font-size: 75%;
}

/* @group Globals - Headings
===================================== */

p#sectionTitle {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	color: #311608;
}
#header h1 {
	display: none;
}
h2 {
}
h2 {
	margin-top: 0px;
	padding-top: 0px;
	line-height: 1em;
}
/* @end Globals - Headings
-------------------------------- */

/* @end GLOBALS
-------------------------------- */

/* @group LAYOUT
===================================== */

#container {
	margin: 25px auto;
	width: 990px;
	position: relative;
	padding: 0 1px;
}
#content {
	position: relative;
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 110%;
	color: #444;
	background-color: #fff;
}
#content strong {
	color: #000;
}
#content2col {
}
.twoColSL #content2col {
}
#content #primary {
	float: left;
	width: 950px;
	padding: 20px;
	margin: 0;
	min-height: 100px;
}
#right {
	padding: 5px;
    width: 190px;
	margin: 0;
	min-height: 100px;
	float: right;
}
#left {
	width: 155px;
	padding: 20px;
	margin: 0;
	min-height: 100px;
	float: left;
}
#breadcrumb {
	background-color: #311608;
    height: 24px;
    padding: 0;
}
.oneCol #primary {
	width:780px;
	border: 0;
}
.threeCol #content {
	background-image: url(images/bg_content_3col.gif);
	background-repeat: repeat-y;
}
.twoColSL #content {
	background-image: url(images/bg_content_2col.gif);
	background-repeat: repeat-y;
}
.twoColSL #content #primary {
	width: 740px;
}
.threeCol #content #primary {
	width: 550px;
	padding: 20px;
}
.twoColSL .content {
}
.twoColSR .content {
}

/* @group Layout - Header
===================================== */

#header {
	padding: 0;
	margin: 0;
	height: 142px;
	background: #fff url(images/masthead.jpg) 0 0 no-repeat;
	position: relative;
}
#header h1 {
	float: left;
	margin: 0;
	padding: 0;
}
#header h1 a {
	color: #000;
}
#header #breadcrumbs {
	position: absolute;
	margin: 0;
	padding: 0;
	border: none;
	left: 0;
	bottom: 10px;
	width: 250px;
}
#headerbar {
	padding: 0;
	margin: 0;
	height: 35px;
	width: 990px;
	margin: 0 auto;
	text-align: right;
}
#header #minimenu {
	float: right;
	width: 400px;
	padding: 7px 0 0 0;
}
#searchform {
	width: 135px;
	float: left;
	text-align: right;
	padding: 3px 0;
	margin: 0;
}
#searchform #txtKeywords {
	border: 1px solid #ccc;
	background-color: #fafafa;
	text-align: right;
	font-size: 1em;
	padding: 3px;
	margin: 0;
	width: 100px;
}
#searchform .searchbutton {
	margin: 0;
	width: 20px;
	padding: 0 5px 2px 5px;
	background-color: #38c7d7;
	border: 0;
	color: #333;
	font-size: 140%;
	font-weight: bold;
}
#mastheadmenu {
	padding: 2px 5px 2px 0;
	margin: 1px 0;
	height: 25px;
	background-color: #311608;
}
#mastheadmenu #menu {
}
#mastheadmenu #search {
	margin: 0;
	padding: 0 0 0 0;
	border: none;
	float: right;
}
#mastheadmenu #search #adv {
	float: left;
	color: #eee;
	font-size: 8pt !important;
	padding: 6px 0 0 0;
}
#mastheadmenu #search #adv a {
	color: #eee;
}
#contenttop {
	background-image: url(images/bg_content_top.gif);
	background-repeat: no-repeat;
	height: 13px;
}
/* @end Layout - Header
-------------------------------- */


/* @group Layout - Footer
===================================== */

#footer {
	margin: 0;
	height: 25px;
	padding: 5px;
	background-color: #311608;

}
#footer a {
	text-decoration: none;
	color: #eee;
}
#footer #menu {
	float: left;
	width: 500px;
}
#footer #credit {
	padding: 4px 0;
	text-align: right;
	float: right;
}

/* @end Layout - Footer
-------------------------------- */

/* @end LAYOUT
-------------------------------- */



/* @group NAVIGATION/UI
===================================== */

/* @group Nav - Breadcrumb
===================================== */

#crumbList {
	    margin: 0;
    padding: 5px 8px;
	}

#crumbList li {
	color: #b6a395;
	}

#crumbList li a {
	padding-bottom: 0;
	border: 0;
	color: #b6a395;
	}

/* @end Nav - Breadcrumb
-------------------------------- */

/* @group Nav - Primary
===================================== */

#navPrimary {
	padding: 0 !important;
	width: 790px !important;
}
#navPrimary li {
	float: left;
	margin: 0 1em 0 0;
	line-height: 1.1em;
	}

/* @group Nav - Primary - Dropdown
===================================== */
/* http://www.htmldog.com/articles/suckerfish/dropdowns/ */

#navPrimary li ul { /* second-level lists */
	position: absolute;
	left: -9999px;
	z-index: 1000;
	width: 12em;
	margin: 0;
	padding: 0;
	list-style: none;
	}

#navPrimary li li { /* all list items */
	float: left;
	width: 14em; /* width needed for Opera */
	margin: 0;
	}

#navPrimary li li a {
	display: block;
	padding: 7px;
	line-height: 1;
	text-transform: none;
	}

#navPrimary ul li.first,
#navPrimary ul li li.first { /* all list items */
	border: 0;
	}

#navPrimary li ul ul { /* third-and-above-level lists */
	margin: -2.1em 0 0 12em;
	}

#navPrimary li:hover ul ul,
#navPrimary li:hover ul ul ul,
#navPrimary li.sfhover ul ul,
#navPrimary li.sfhover ul ul ul {
	left: -9999px;
	}

#navPrimary li:hover ul,
#navPrimary li li:hover ul,
#navPrimary li li li:hover ul,
#navPrimary li.sfhover ul,
#navPrimary li li.sfhover ul,
#navPrimary li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	}

/* @end Nav - Primary - Dropdown
-------------------------------- */

/* @end Nav - Primary
-------------------------------- */


/* @group Nav - Primary
===================================== */
#navPrimary {
	list-style: none;
	margin: 0;
	padding: 0 0 0 6px;
	width: 800px;
	text-transform: uppercase;
	font-weight: normal;
	float: left;
}
#navPrimary ul {
	margin: 0;
	padding: 0;
}
#navPrimary li {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	font-size: 120%;
	background-image: url(images/sep.gif);
	background-position: right center;
	background-repeat: no-repeat;	
}
#navPrimary li.first {
	padding: 0;
	margin: 0;
}
#navPrimary li.last {
	background-image: none;
}
#navPrimary li a {
	display: block;
	margin: 0;
	padding: 7px 10px;
	text-decoration: none;
	color: #fff;
}
#navPrimary li.last a {
}
#navPrimary li a:hover,
#navPrimary li:hover,
#navPrimary li.sfhover {
	color: #38c7d7;
	text-decoration: none;
}

#navPrimary li.current a, #navPrimary li.current li a:hover, #navPrimary li.current li.current a {
	color: #38c7d7;
}
#navPrimary li.current li a {
	color: #fff;
}

#navPrimary li ul { /* second-level lists */
	margin: 0 0 0 0;
	background-color: #311608;
	color: #fff;
	padding: 1px 5px 5px 5px;
}
#navPrimary li ul a {
	color: #fff;
}
#navPrimary li li.first {
	border-top: 1px solid #453620;
	margin: 0;
}
#navPrimary li li {
	background-image: none;
	width: 100%;
	border-top: 1px solid #453620;
	font-size: 11px;
}
#navPrimary li li a {
	color: #fff;
	
}
#navPrimary li li a:hover {
	color: #38C7D7;
	
}

#navPrimary li:hover li a:hover,
#navPrimary li.sfhover li a:hover {
	}

#navPrimary li li ul { /* third-level lists */
}



/* @end Nav - Primary
-------------------------------- */


/* @group Footer Nav
=================================================== */

.navFooter { 
	color: #000;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

.navFooter ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.navFooter li {
	font-size: 110%;
	display: inline;
	margin: 0;
	padding: 0;
}

.navFooter li a { 
	display: block;
	padding: 3px 8px;
	text-decoration: none; /* IE6 Bug */
	color: #453620;
	}

.navFooter li a:hover {
	color: #e2541c;
	text-decoration: underline;
	}

.navFooter li.current a {
	color: #e2541c;
	font-weight: bold;
	}
	
/* @end Footer Nav
---------------------------------------------- */



/* @group Nav - Secondary
===================================== */

#content .navSecondary { 
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
	}
#content .navSecondary li ul {
	margin-left: 0;
	list-style: none;
	}

#content .navSecondary li {
	position: relative;
	margin: 0 0 0.8em 0;
	padding: 0 0 0 1em 0;
	line-height: 1;
}

#content .navSecondary li a { 
	display: block;
	width: 100%; /* play nice in IE6 */
	padding: 0;
	margin: 0;
	text-decoration: none; /* IE6 Bug */
}

#content .navSecondary li a:hover {
	color: #311608;;
	text-decoration: none;
	}

#content .navSecondary li.current a {
	color: #311608;
	font-weight: bold;
	}


/* @group Nav - Secondary - Second Level
===================================== */

#content .navSecondary li.current ul {
	margin: 10px 0 0;
	padding: 0 0 0 10px;
	list-style: none;
	}

#content .navSecondary li.current ul li {
	position: relative;
	margin: 0 0 6px;
	padding: 0;
	font-weight: normal;
	}

#content .navSecondary li.current ul li.last { position: relative; }

#content .navSecondary li.current ul li a {
	display: block;
	padding: 0;
	font-weight: normal;
	text-decoration: none; /* IE6 Bug */
	}

#content .navSecondary li.current ul li a:hover { color: #311608; }
#content .navSecondary li.current li.current a { color: #311608; }

/* @end Nav - Secondary - Second Level
-------------------------------- */

/* @end Nav - Secondary
-------------------------------- */

/* @end NAVIGATION/UI
-------------------------------- */

.pod_image {
	width: 48%;
	float: left;
	margin: 0 5px;
}

/* @end default.css Overrides
-------------------------------- */
.svIndex dt {
    margin-bottom: 0.25em;
}
.svIndex,#svPortal {
	margin: 0 !important;
	padding: 0 !important;
	border: 0;	
	font-size: 90%;
}
.svIndex dl,#svPortal dl {
	border-top: 1px solid #fafafa;	
	margin: 0 !important;
	margin-top: 20px !important;
	padding: 20px 0 0 0;
}
.svIndex dl,#svPortal dl.first {
	border: none;
	margin-top:0;
	padding-top:0; }
/*#content .svIndex dl,#content #svPortal dl {
	padding: 0 !important;
}*/
#content .svIndex dt a {
	font-size: 14px;
	color: #453620;
	text-decoration: none;
}
.svIndex dl.clearfix {
	
}
.svIndex .readmore {
	padding: 8px 0 0 0;
	border-top: 1px solid #fafafa;
}
.svIndex dl.first .releaseDate {
	padding: 0;
	border: 0;
}
.svIndex .releaseDate,#left .svIndex .credits {
	font-size: 90%;
}
/* EOF */
