/* 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/>. 

	However, as a special exception, the copyright holders of Mura CMS grant you permission 
	to combine Mura CMS with programs or libraries that are released under the GNU Lesser General Public License version 2.1. 

	In addition, as a special exception,  the copyright holders of Mura CMS grant you permission 
	to combine Mura CMS  with independent software modules that communicate with Mura CMS solely 
	through modules packaged as Mura CMS plugins and deployed through the Mura CMS plugin installation API, 
	provided that these modules (a) may only modify the  /trunk/www/plugins/ directory through the Mura CMS 
	plugin installation API, (b) must not alter any default objects in the Mura CMS database 
	and (c) must not alter any files in the following directories except in cases where the code contains 
	a separately distributed license.

	/trunk/www/admin/ 
	/trunk/www/tasks/ 
	/trunk/www/config/ 
	/trunk/www/requirements/mura/ 

	You may copy and distribute such a combined work under the terms of GPL for Mura CMS, provided that you include  
	the source code of that other code when and as the GNU GPL requires distribution of source code. 

	For clarity, if you create a modified version of Mura CMS, you are not obligated to grant this special exception 
	for your modified version; it is your choice whether to do so, or to make such modified version available under 
	the GNU General Public License version 2  without this exception.  You may, if you choose, apply this exception 
	to your own modified versions of Mura CMS. */



/* @group GLOBALS
===================================== */

textarea {
	font-family: "Lucida Grande", "Lucida Sans", Verdana, Helvetica, Arial, sans-serif;
}
ul, ol, dl {
	margin-bottom: 1.5em;
}
a {
	color: #65A9E1;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* @end GLOBALS
-------------------------------- */



/* @group LAYOUT
===================================== */

#container {
	width: 960px;
	margin: 0 auto;
}
#content {
	clear: both;
}
#primary {
	float: left;
	width: 728px;
	padding: 0 15px;
}
.oneCol #primary {
	width: 930px;
	border: 0;
}
.twoColSL #content {
	width: 958px;
	background:transparent url(../images/bgs/bg-contentRight.png) repeat scroll 0 0;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	min-height:350px;
}
.twoColSL #primary {
	background-color:#FFFFFF;
	margin:0;
	min-height:450px;
	padding:20px 40px;
	position:relative;
	width:613px;
}
.threeCol #primary {
	width: 528px;
}
.content, .sidebar {
	min-height: 100px; /* Fixes odd no-content disappearing bug. */
}
#left {
	float: left;
}
#right {
	float: right;
}
.sidebar {
	margin: 0 15px;
	width: 170px;
}
#left.sidebar {
	margin:0;
	padding:30px 20px;
	width:225px;
}
#right.sidebar {
}
/* @group Layout - Header
===================================== */

#header {
	position: relative;
	background-color: #fff;
	padding-top: 30px;
	z-index:200;
}
#header h1 {
	float: left;
	height: 115px;
}
h1 a {
	display: block;
	width: 350px;
	height: 84px;
	text-indent: -9999px;
	background: url(../images/paveloff-vision-center-logo.png) no-repeat;
}
#header div {
	right: 0;
	float: right;
	width: 425px;
	margin: 5px 0 0 0;
}
/* @end Layout - Header
-------------------------------- */


/* @group Layout - Footer
===================================== */

#footer {
	background: transparent url(../images/bgs/bg-nav.png) repeat;
	padding: 10px 10px 0 10px;
	margin: 0;
	clear: both;
	height: 36px;
	position: relative;
}
#footer p {
	float: left;
	margin: 0;
	padding: 0;
}
#footer ul {
	position: absolute;
	right: 0;
	margin: 0;
	padding:0;
}
#footer ul li {
	border-right:1px solid #CCCCCC;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-right:1.4em;
	padding-right:1.4em;
	position:relative;
}
#footer ul li.last {
	border: none;
	margin: 0;
}
/* @end Layout - Footer
-------------------------------- */

/* @end LAYOUT
-------------------------------- */



/* @group NAVIGATION/UI
===================================== */

/* @group Nav - Primary
===================================== */

#navPrimary, #navPrimary * {
	margin:			0;
	padding:		0;
	list-style:		none;
	z-index:3;
}
#navPrimary {
	position:	relative;
	clear: both;
	height:36px;
	margin: 0;
	padding: 0;
	line-height:	1.0;
	width: 100%;
	background: transparent url(../images/bgs/bg-nav-div.png) repeat-x;
}
ul#navPrimary li {
	float: left;
	position:	relative;
	margin: 0 1px 0 0;
	background: transparent url(../images/bgs/bg-nav.png) repeat-x;
}
ul#navPrimary li.last a {
	padding-right: 45px;
}
#navPrimary a {
	color: #fff;
	display: block;
	padding:12px 22px;
	font-variant:small-caps;
	text-decoration: none;
}
ul#navPrimary li.current a {
	color: #56606a;
	background: transparent url(../images/bgs/bg-nav-over.png) repeat-x;
}
#navPrimary li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
#navPrimary li:hover ul, #navPrimary li.sfHover ul {
	width: 200px;
	left:			0;
	top:	 36px; /* match top ul list item height */
	z-index:		9999;
}
ul#navPrimary li:hover li ul, ul#navPrimary li.sfHover li ul {
	top:	-999em;
}
ul#navPrimary li li:hover ul, ul#navPrimary li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			36px;
}
ul#navPrimary li li:hover li ul, ul#navPrimary li li.sfHover li ul {
	top:	-999em;
}
ul#navPrimary li li li:hover ul, ul#navPrimary li li li.sfHover ul {
	position: absolute;
	left:			10em; /* match ul width */
	top:			36px;
}
#navPrimary li a:hover, #navPrimary li.current a, #navPrimary li:hover, #navPrimary li.sfhover {
}
#navPrimary li:hover a, #navPrimary li li:hover a:hover, #navPrimary li.sfhover a:hover {
	color: #56606a;
}
#navPrimary li li a:hover {
	color: #56606a;
}
/*** arrows **/
#navPrimary a.sf-with-ul {
	padding-right: 32px;
	min-width:	1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:	absolute;
	display: block;
	right: 0;
	top:			15px; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background: url(../images/icons/icon-arrow.png) no-repeat 0 -20px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			15px;
	background-position: 0 -10px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
	background-position: 0 -18px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
ul#navPrimary .sf-sub-indicator {
	background-position:  0 -10px;
}
ul#navPrimary a > .sf-sub-indicator {
	background-position:  0 -10px;
	padding-right: 17px;
}
/* apply hovers to modern browsers */
ul#navPrimary a:focus > .sf-sub-indicator, ul#navPrimary a:hover > .sf-sub-indicator, ul#navPrimary a:active > .sf-sub-indicator, ul#navPrimary li:hover > a > .sf-sub-indicator, ul#navPrimary li.sfHover > a > .sf-sub-indicator {
	background-position: 0 -1px; /* arrow hovers for modern browsers*/
}
/* @group Nav - Primary - Dropdown
===================================== */
/* http://www.htmldog.com/articles/suckerfish/dropdowns/ */

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background: transparent url(../images/bgs/bg-shadow.png) no-repeat bottom right;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
#navPrimary li:hover, #navPrimary li.sfHover, #navPrimary a:focus, #navPrimary a:hover, #navPrimary a:active {
	outline:		0;
	cursor: pointer;
}
#navPrimary li ul { /* second-level lists */
	position: absolute;
	left: -9999px;
	z-index: 10;
	width: 145px;
	margin: 0;
	padding: 8px 10px 15px 10px;
}
ul#navPrimary li li { /* all list items */
	background:	none;
	float: left;
	margin: 0 !important;
	border-top: 1px solid #333;
	width: 90% /* width needed for Opera */
}
#navPrimary li li a {
	border: 0;
	border-left: 1px solid #333;
	display: block;
	padding: .75em;
	line-height: 1;
	font-size: .90em;
	font-variant:normal;
	color: #fff !important;
}
#navPrimary li.current li a {
	background:	none;
}
#navPrimary li li a:hover {
	border-left: 1px solid #999;
}
#navPrimary ul li.first, #navPrimary ul li li.first { /* all list items */
	border: 0;
}
#navPrimary li ul ul { /* third-and-above-level lists */
	margin: -1.95em 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;
	z-index: 1001;
}
#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 - Secondary
===================================== */

.navSecondary {
	margin: 0 0 2em;
	padding: 0;
	list-style: none;
}
.navSecondary li ul {
	margin-left: 0;
	list-style: none;
}
.navSecondary li {
	position: relative;
	margin: 0 0 2em;
	padding: 0 0 0 1em;
	line-height: 1;
}
.navSecondary li a {
	display: block;
	width: 100%; /* play nice in IE6 */
	padding: 0;
	font-weight: bold;
	text-decoration: none; /* IE6 Bug */
}
.navSecondary li a:hover {
	color: #CCC;
	text-decoration: none;
}
.navSecondary li.current a {
	font-weight: bold;
	font-size: 1.2em;
	background: transparent url(../images/icons/icon-link-arrow.png) no-repeat scroll left 3px;
	padding-left: 14px;
}
/* @group Nav - Secondary - Second Level
===================================== */

.navSecondary li.current ul {
	margin: 10px 0 0;
	padding: 0 0 0 16px;
	list-style: none;
}
.navSecondary li.current ul li {
	position: relative;
	margin: 0 0 10px 6px;
	padding: 0;
	font-weight: normal;
}
.navSecondary li.current ul li.last {
	position: relative;
}
.navSecondary li.current ul li a {
	font-size: .9em;
	display: block;
	background: none;
	padding: 0;
	font-weight: normal;
	text-decoration: none; /* IE6 Bug */
}
.navSecondary li.current ul li a:hover {
	color: #CCC;
}
.navSecondary li.current li.current a {
	color: #FFF;
}
/* @end Nav - Secondary - Second Level
-------------------------------- */

/* @end Nav - Secondary
-------------------------------- */

/* @end NAVIGATION/UI
-------------------------------- */



/* @group MODULES
===================================== */

/* add modules, components, etc. here */
.contentWrapper {
	position: relative;
	overflow: auto;
	min-height:350px;
	background: transparent url(../images/bgs/bg-contentRight.png) repeat;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.leftHome {
	position: relative;
	float: left;
	overflow: auto;
	background-color: #fff;
	border-right: 1px solid #ccc;
	padding: 20px 30px;
	width: 550px;
}
.leftHome ul {
	color:#5b7d94;
	font-size:1.2em;
	margin:0;
	overflow:auto;
	padding: 0 0 0 20px;
	position:relative;
	font-style: italic;
}
.leftHome ul.bottom {
	font-size:1.1em;
	color: #325568;
	overflow:auto;
	margin: 0;
	padding: 0 0 35px 30px;
	position:relative;
	font-style: normal;
}
.leftHome ul.bottom li {
	margin: 0;
}
.leftHome ul strong {
	color: #4079a1;
}
.leftHome li {
	margin: 22px 0 23px 0;
}
.rightHome {
	float:left;
	overflow:hidden;
	padding:20px;
	position:relative;
	width:307px;
}
#content .entries ul {
	list-style: none;
	margin: 0 0 25px 0;
	padding: 0 0 25px 0;
	border-bottom: 1px solid #333;
}
#content .entries p.date {
	color: #fff;
	margin: 0;
	font-style:italic;
}
#content .entries h5, #content .entries p {
	margin: 0;
	font-size: 100%;
}
#content .entries li {
	margin: 1.2em 0;
}
.staff {
	clear: both;
	overflow: auto;
	margin: 2em 0;
	padding: 1em 0;
	border-top: 1px solid #ccc;
}
.staff img {
	border: 1px solid #333;
}

/* @end MODULES
-------------------------------- */

/* EOF */
