/*  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: #ebebeb;
	}

p.intro {
	margin-bottom: 1em;
	font-size: 1.8em;
	line-height: 1.3;
	color: #666;
	}

.content img {
	padding: .5em;
	border: 1px solid #ccc;
	}


/* @group Globals - Headings
===================================== */

p#sectionTitle {
	display: none;
	}

/* @end Globals - Headings
-------------------------------- */

/* @end GLOBALS
-------------------------------- */



/* @group LAYOUT
===================================== */

#container {
	position: relative;
	}

#content {
	padding: 3em 0 1em;
	background: #fff;
	}

/*.content {
	 border-left: 1px solid #ccc;
	 border-right: 1px solid #ccc;
	}*/

.twoColSL .content {
	border-right: 0;
	}

.twoColSR .content {
	border-left: 0;
	}


/* @group Layout - Header
===================================== */

#header {
	padding: 30px 0 0;
	background: #fff;
	}

#header h1 {
	float: left;
	margin: 0 0 0 30px;
	}

#header h1 a {
	color: #000;
	}

#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 {
	color: #999;
	}

#crumbList li a {
	padding-bottom: 0;
	border: 0;
	color: #999;
	}

/* @end Nav - Breadcrumb
-------------------------------- */


/* @group Nav - Primary
===================================== */

#navPrimary {
	margin-top: 0; /*32px;*/
	background: #333;
	font-size:9pt;
	}

#navPrimary li {
	margin: 0;
	}
#navPrimary li.first {
	/*margin-left: 12px;*/
	}

#navPrimary li a {
	display: block;
	padding: 0 1.5em;
	line-height: 3.2em;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	}

#navPrimary li a:hover,
#navPrimary li:hover,
#navPrimary li.sfhover {
	background-color: #666;
	text-decoration: none;
	}

#navPrimary li.current a {
	background-color: #000;
	}
#navPrimary li.current li a {
	background-color: transparent;
	}

#navPrimary li ul { /* second-level lists */
	border-top: 1px solid #fff;
	background-color: #666;
	font-size:8pt;
	width:180px;
	}

#navPrimary li li.first {
	margin-left: 0;
	}

#navPrimary li li {
	border-top: 1px solid #999;
	width:180px;
	}

#navPrimary li li a{

}

#navPrimary li:hover li a:hover,
#navPrimary li.sfhover li a:hover {
	color: #fff;
	background: #000;
}

#navPrimary li li ul { /* third-level lists */
	border-left: 1px solid #fff;
	background-color: #666;
	}

/* @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;
	font-size:9pt;
	}

dt.releaseDate {
	color: #666;
	}

/* @end default.css Overrides
-------------------------------- */


/* EOF */
