/* @override http://mura:8500/mura/default/includes/themes/merced/css/site.css */

/*	Theme: Merced */

/* @group GLOBALS
===================================== */

body {
/*font-family: Helvetica,Arial,sans-serif;
	font-size: 62.5%;
	color: #434343;
	background: url(../images/bg-body.gif) repeat-x;*/
}
* {
	-moz-outline: 0;
}
hr {
	clear: both;
	height: 0;
	margin: 2em 0;
	border: 1px solid #ccc;
	border-width: 1px 0 0;
}
a {
	text-decoration: underline;
	color: #000;
}
a:hover {
	text-decoration: underline;
}
p.intro {
	color: #666;
	line-height: 1.4em;
	margin-bottom: 1.25em;
}
/* @group Globals - Tables
===================================== */

.content table {
	width: 100%;
	/*
margin-top: 30px;
*/
}
th {
	border: 0px solid;
	padding:0;
	/*
border-color: #becfd6 #becfd6 #dce6ea;
	color: #32566c;
	background: #e9f3f7;
*/
}
td {
	padding:0;
	/*padding: 10px;
	border: 0px solid #d6d6d6;*/
}
tr.alt td {
	background: #eee;
}
  /*Move*/
/* @end Globals - Tables
-------------------------------- */


/* @group Globals - Forms
===================================== */

form {
	margin:0;
	margin-bottom:0;
}

#primary #svSearchResults form {
	max-width: 100%;
}
#primary fieldset {
	border: none;
	padding: 0;
}
#primary legend {
	font-size: 1.2em;
	text-transform:uppercase;
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
}
#primary label {
	/*padding-top: .5em;
	line-height: 1;
	color: #0c2846;*/
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:2px;
	width:100%;
	text-align:left;
	text-transform:uppercase;
}
.submit, .buttons input {
	float: right;
	height: 2em;
	line-height: 2.1em;
	border: none;
	padding: 0 1em;
	font-size: 1em;
	/*font-weight: bold;
	color: #fff;
	background: #2e7aa7;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;*/
	font-family:Arial, Helvetica, sans-serif;
}
input.button, a.button {
	background:url("/apolis/images/site/btn_plus.png") no-repeat scroll right center #fff;
	border:1px solid #A8A8A8;
	font-size:7pt;
	height:auto;
	padding:3px 14px 3px 7px;
	position:relative;
	text-transform:uppercase;
	width:auto;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}

.success {
	background:none;
	border:none;
	color:#000;
	padding:0;
	margin:20px 0;
}

/* @group Globals - Forms - Search
===================================== */

#searchForm {
	position: absolute;
	top: 30%;
	right: 0;
	margin: 0;
	padding: 0;
}
#searchForm fieldset {
	padding: 0;
	border: 0;
}
#searchForm input.text {
	float: left;
	width: 160px;
	margin: 0 .75em 0 0;
	font-style: italic;
	padding: 1px;
}
#searchForm .submit {
	float: right;
}
/* @end Globals - Forms - Search
-------------------------------- */


/* @group Globals - Forms - Login
===================================== */

/* @group Globals - Forms - Login
===================================== */

#login {
	padding-bottom: 1em !important;
}
#login ol {
	padding-top: 0;
}
#svLoginContainer input.text {
	width: 99%;
}
#svLoginContainer p.required {
	float: none;
	clear: both;
}
#sendLogin fieldset {
	margin-top: -.5em;
	padding-top: .25em;
}
/* @end Globals - Forms - Login
-------------------------------- */

.sidebar #login {
	padding: 0;
}
/* @end Globals - Forms - Login
-------------------------------- */


/* @group Globals - Forms - Comments
===================================== */

#svComments {
	border-top: 2px solid #ccc;
	margin-top: 3em;
	padding-top: 2em;
}
#svComments dl {
	border-bottom: 1px dotted #ccc;
}
/* @end Globals - Forms - Comments
-------------------------------- */

/* @end Globals - Forms
-------------------------------- */

/* @end GLOBALS
-------------------------------- */



/* @group HELPER CLASSES
===================================== */

.clearfix:after {
	content: " "; /* Avoid extra space */
}
/* @end HELPER CLASSES
-------------------------------- */



/* @group LAYOUT
===================================== */

#container {
	width: 940px;
	margin: 0 auto;
	padding: 0 25px 25px;
	background: #fff;
}
#content {
	position: relative;
	min-height:520px;
	margin-top: 15px;
}
.home #content {
	margin-top: 20px;
}
#primary {
	/*float: left;*/
	width: 100%;
	/*color: #232323;*/
}
.home #primary {
	width: 940px;
}
.twoColSL #primary {
	float: right;
	width: 700px;
}
.twoColSR #primary {
	float: left;
	width: 700px;
}
.threeCol #primary {
	width: 940px;
}
.content, .sidebar {
	min-height: 60px; /*Fixes odd no-content disappearing bug.*/
}
.column {
	float:left;
	clear:right;
	margin-left:20px;
}
.column.first {
	margin-left:0;
}
.column .feature, .column.content .svIndex {
	background:url("/apolis/images/site/section_bg2.png") repeat-x scroll center top transparent;
	color:#666666;
	float:left;
	line-height:134%;
	margin:0;
	padding:20px;
	width:420px;
	font-family:Arial, Helvetica, sans-serif;
	border:none;
	margin-top:0;
}
.column .feature a, .column .svIndex dt a {
	text-decoration:none;
	color:inherit;
}
.feature .icon {
	float:left;
	margin:5px 10px 10px 0;
}
.feature .icon a {
	float:left;
	margin:5px 10px 0 0;
	font-size:110%;
	color:#000;
}
.column .svIndex dl {
	margin:0;
	display:inline;
}
.column h3, .column .feature h4 {
	font-size:1.25em;
	display:inline;
	color:#000;
	text-transform:uppercase;
}
.content.column .svIndex dt {
	font-size:1em;
}
.content.column .svIndex dd.image, .content.column .svIndex dd.credits, .content.column .svIndex dd.tags {
	display:none;
}
#left {
	float: left;
	width: 167px;
	margin-right: 26px;
	padding: 30px 0;
}
.home #left {
	width: 687px;
	padding: 0;
}
#right {
	float: right;
	width: 220px;
	margin: 0 0 0 20px;
	padding: 0;
}
.home #right {
	width: 213px;
	margin: -40px 0 0;
	padding: 0;
}
.threeColSR {
	width: 167px;
}
.sidebar {
}
#left.sidebar {
}
#right.sidebar {
}
.sysFilmArchive #right.sidebar {
	margin-top:20px;
}
.thirdCol {
	width:300px;
	float:right;
}
.twoThirdsCol {
	width:620px;
}
.overlay a {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}
/* @group Layout - Header
===================================== */

#header {
	position: relative;
	padding-top: 15px;
}
#header h1 {
display: block;
	width: 143px;
	height: 80px;
	margin: 0 auto;
}
#header h1 a {
	display: block;
	width: 143px;
	height: 80px;
	text-indent: -9999px;
	background: url("/apolis/images/site/apolis_logo.png") no-repeat;
}
#header .navUtility {
	position: absolute;
	top: 32%;
	right: 225px;
}
/* @end Layout - Header
-------------------------------- */


/* @group Layout - Footer
===================================== */

#footer {
	clear: both;
	margin-top: 20px;
	padding:30px 0 40px;
	float:left;
	border-top: 1px solid #777;
	text-transform:uppercase;
	color:#333;
	font-size: 80%;
	font-family:Arial, Helvetica, sans-serif;
}
#footer .sect {
	float: left;
	width: auto;
	margin-left: 53px;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
}
#footer .sect.first,
#footer ul.last {
	margin-left:30px;
}
#footer li {
	margin: 0px;
}
#footer a {
	text-decoration: none;
	color: #777;
	line-height: 1.6;
}
#footer a:hover {
	text-decoration:underline;
}
#footer .signup {
	float: left;
}
#footer label, #footer input {
	clear: both;
	float: left;
	width: auto;
	font-size:1.2em;
	margin-bottom: 0.5em;
}
#footer input.text {
	width: 275px;
}
#footer h5 {
	font-weight: bold;
}
#footer input.button {
	float: right;
}
#footer .wrap {
	float: right;
	font-size: 115%;
	text-align: right;
}
#emailSignup {
	background:url("/apolis/images/site/chimp_bg3.png") repeat scroll 0 0 transparent;
	float:left;
	height:510px;
	left:250px;
	margin-top:-425px;
	padding:11px 29px 29px 11px;
	position:absolute;
	text-align:left;
	width:655px;
	z-index:1000;
}
#emailSignup input {
	background:url("/apolis/images/site/btn_plus.png") no-repeat scroll right center transparent;
	border:1px solid #A8A8A8;
	font-size:7pt;
	height:auto;
	margin:477px 12px 0 -75px;
	padding:3px 12px 3px 4px;
	position:relative;
	text-transform:uppercase;
	width:auto;
}
/* @end Layout - Footer
-------------------------------- */

/* @end LAYOUT
-------------------------------- */



/* @group NAVIGATION/UI
===================================== */

/* @group Nav - Breadcrumb
===================================== */

#crumbList {
	margin: 0 0 1.5em;
}
#crumbList li {
	font-size: 1.1em;
}
#crumbList li a:hover {
	text-decoration: underline;
}
/* @end Nav - Breadcrumb
-------------------------------- */

/* @group Nav - Utility
===================================== */

.navUtility {
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.navUtility li {
	display: inline;
	margin: 0 .5em 0 -0.5em;
	padding: 0 10px;
	list-style: none;
	font-size: 1em !important;
}
#footer .navUtility {
	float: left;
}
#footer .navUtility li {
	padding: 0 5px;
	border-left: 1px solid #cfcfcf;
}
#header .navUtility li {
	border-left: 1px solid #959595;
}
#footer .navUtility li a {
	font-size: .9em !important;
	color: #999;
}
/* @end Nav - Primary
-------------------------------- */

/* @group Nav - Primary
===================================== */

#navPrimary {
	height: 40px;
	overflow: hidden;
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	text-transform:uppercase;
	border-bottom:1px solid #777;
}
#navPrimary li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
#navPrimary li.first {
	margin-left: 60px;
}
#navPrimary a {
	display: block;
	padding: 10px 40px 0;
	height: 31px;
	color: #707070;
	text-decoration: none;
}
#navPrimary a.current {
	color:#000;
}

#navPrimary li:hover a, 
#navPrimary li li:hover a:hover, 
#navPrimary li.sfhover a:hover{
	/*border-bottom:4px solid #000000;
	height:27px;*/
	color: #900;
}

/*#navPrimary li a:hover, #navPrimary li.current a, #navPrimary li:hover, #navPrimary li.sfhover{
	background: #eee;
	}*/

/* @group Nav - Primary - Dropdown
===================================== */
/* http://www.htmldog.com/articles/suckerfish/dropdowns/ */

#navPrimary li ul { /* second-level lists */
	position: absolute;
	left: -9999px;
	z-index: 10;
	width: 24em;
	margin: 0 0 0 27px;
	padding-top:1em;
	padding-left: 0;
	list-style: none;
	background: #fff;
	border-bottom:3px solid #000;
}
#navPrimary li li { /* all list items */
	float: left;
	width: 24em; /* width needed for Opera */
	margin: 0 !important;
}
#navPrimary li li a {
	display: block;
	padding: 0 1em;
	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: -1.95em 0 0 12em;
}
#navPrimary li:hover li a {
	color:#000;
	text-decoration: none;
}
#navPrimary li li a:hover {
	color: #900;
	text-decoration: underline;
}
#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;
	padding: 0;
	list-style: none;
	height: auto;
	font-size:0.95em;
}
#sysFilmArchive .navSecondary {
	margin-top:1em;	
}
.navSecondary li {
	margin: 0 0 0.75em;
	padding: 0 0 0.75em;
	border-bottom: 1px solid #e6e6e6;
	line-height: 1.2;
}
.navSecondary .last {
	border: 0;
	padding-bottom: 0;
}
.navSecondary li ul {
	margin: .5em 0 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.navSecondary li a {
	display: block;
	text-decoration:none;
}
.navSecondary li a:hover {
	text-decoration:underline;
}
.navSecondary li.current a {
	color: #990000;
}
/* @group Nav - Secondary - Second Level
===================================== */

.navSecondary li.current ul {
}
.navSecondary li li {
	margin: 0 0 .5em 1em;
	padding: 0;
	border-bottom: none;
	list-style: none;
	line-height: 1.2em;
}
.navSecondary li.current li a {
	font-weight: normal;
	color: #434343;
}
/* @end Nav - Secondary - Second Level
-------------------------------- */

/* @end Nav - Secondary
-------------------------------- */


/* @group Nav - More Results
===================================== */

.svIndex dl.moreResults {
	border-top: 1px solid #ccc;
	padding-top: 1.5em;
	width:100%;
	margin-left:0;
}
.content .svIndex dt.moreResults dt {
	float: left;
	margin-right: 0.5em;
	height:auto;
}
.moreResults ul {
	/*float: right;*/
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.moreResults li {
	display: inline;
	padding: 0 .25em;
	list-style: none;
	border-right: 1px solid #b6b6b6;
}
.moreResults li.resultsFound {
	padding-right: .5em;
}
.moreResults li.navNext {
	border-right: 0;
}
.moreResults li.navPrev {
	border-right: 0;
}
.moreResults li a {
	padding: 0;
}
/* @end Nav - More Results
-------------------------------- */

/* @end NAVIGATION/UI
-------------------------------- */



/* @group MODULES
===================================== */

/* @group Galleries
===================================== */
/*Optimized Grid for 80px Thumbnails*/

.svGallery {
	margin-top:10px;
}
.svGalleryItem {
	margin-bottom:0px;
}
.svGalleryItem img {
	margin-bottom:10px;	
}

#svGallery {
	border-top:1px solid #CCCCCC;
	padding-top: 20px;
}
.oneCol #svGallery li {
	width: 9%;
}
.twoColSR #svGallery li, .twoColSL #svGallery li {
	/*width: 11%;*/
	width:auto;
	text-align:left;
	margin:0 20px 0 0;
}
.threeCol #svGallery li {
	width: 18%;
}
/* @end
-------------------------------- */

/* @group Calendar
===================================== */

.svCalendar table {
	margin-top: 0;
}
.svCalendar th {
	background: #0c2846;
	vertical-align: middle;
}
.svCalendar th a, .svCalendar th a:hover {
	background: #0c2846;
}
.svCalendar th a:hover {
	color: #2e7aa7;
}
.svCalendar tr.dayofweek td {
	background: #2e7aa7;
	color: #fff;
}
.svCalendar th, .svCalendar td {
	border: 1px solid #fff;
}
.svCalendar td {
	background: #e9f3f7;
}
/* @end Calendar
-------------------------------- */

/* @group Dragable Feeds */

#svRSSFeeds form {
	background: transparent;
}
li.boxItemHeader { /* Link of items inside dragable boxes */
	color: #2e7aa7;
	padding-left: 10px;
	background: url(../images/pointer_red_sm.gif) no-repeat left .25em;
}
a.boxItemHeader { /* Link of items inside dragable boxes */
	color: #2e7aa7;
}
#svAddNewFeed {
	padding: 0 !important;
	background: transparent !important;
}
#svAddNewFeed button { /* !important used to override dragable_feeds.css */
	background: #2e7aa7 !important;
	font-size: 11px !important;
}
/* @end */



/* @group Features
===================================== */

#features {
	overflow: hidden;
}
#features dl {
	float: left;
	clear: none;
	width: 213px;
	margin: 0 16px 0 0;
}
#features dt {
	font-size: 2em;
	font-weight: bold;
	letter-spacing: -0.025em;
}
#features dt a {
	color: #232323;
}
#features dt a:hover {
	text-decoration: none;
}
#features dd {
	font-size: 1.1em;
}
#features dd p {
	margin: -3px 0 8px;
	line-height: 15px;
}
#features dd a {
	font-weight: bold;
}
#features dd.image {
	float: none;
	margin: 0 0 1.7em;
}
#features dd.image img {
/* recommended size: */
	/*width: 213px;*/
	/*height: 120px;*/
	}
/* @end Features
-------------------------------- */


/* @group Home Feeds
===================================== */

.home .sidebar .svIndex h3 {
	display: block;
	padding: 0 1em;
	margin-bottom: 1em;
	line-height: 40px;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #fff;
	background: #ff3405;
}
.home .sidebar .svIndex dl {
	margin: 0 1.5em 1em;
	padding: 0 0 .5em;
	border-bottom: 1px solid #d6d6d6;
}
.home .sidebar .svIndex dl.last, .home .sidebar .svIndex dl:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
.home .sidebar .svIndex dt {
	margin: 0 0 .5em;
	padding: 0;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.3;
}
.home .sidebar .svIndex dt.releaseDate {
	margin: 0 0 3px;
	font-size: 1em;
	text-transform: uppercase;
	color: #979797;
}
.home .sidebar .svIndex dd {
	margin: 0 0 .25em;
	padding: 0;
	font-size: 1.1em;
	color: #434343;
}
.home .sidebar .svIndex dd.summary {
	margin: 0 0 .5em;
}
/*.home .sidebar .credits,
.home .sidebar .tags,
.home .sidebar .ratings,
.home .sidebar .credits {
	color: #999 !important;
	}*/

.home .sidebar .svIndex dl.hasImage .image {
	margin: 0 .5em 0em 0;
}
.home .sidebar .svIndex dl.hasImage .image img {
	width: 50px;
}
.home .sidebar .svIndex dd p {
	margin: 0;
	padding: 0;
	line-height: inherit;
}
.home .sidebar .svIndex span.readMore a {
	display: none;
}
/* @end Home Promo Feeds
-------------------------------- */

/* @group Indexes
===================================== */
.svIndex .set {
	float:left;
}
.svIndex dl, .svIndex dl.last {
	/*border-bottom: 1px dotted #ccc;*/
	clear:none;
	float:left;
	width:220px;
	clear:,;
	margin:20px 0 20px 20px;
}
.svIndex dl.first {
	margin-left:0;
	clear:left;
}
.svIndex dl.featured {
	margin-left:0;
	width:940px;
}
.sidebar .svIndex dl {
	margin: .5em 0 0 20px;
	padding: .5em 0 .5em;
}
.svIndex dl.hasImage {
	/*padding-left: 90px;*/
	position: relative;
	min-height: 160px;
}
.sidebar .svIndex dl.hasImage {
	min-height: 0;
	padding-left: 0;
}
.svIndex dl.hasImage .image {
	float: none;
	/*margin-right:20px;*/
	height:157px;
	width:220px;
	margin-bottom:0.25em;
	overflow:hidden;
}
.svIndex dl.featured.hasImage .image {
	display:block;
	max-height:500px;
	overflow:hidden;
	width:460px;
	margin-right:20px;
	height:auto;
	float:left;
}
.sidebar .svIndex dl.hasImage .image, .content .svIndex dd.credits, .content .svIndex dd.tags {
	display: none;
}
.content .svIndex {
	width:940px;
	float:left;
	padding:0;
	margin:0;
}
.content .svIndex dt {
	font-size: 1.6em;
	margin-bottom: .5em;
	height:35px;
	overflow:hidden;
	padding-left:2px;
}
.content .svIndex .featured dt {
	height:auto;
	font-size:1.8em;
	line-height:1.1;
}
.svIndex dt.releaseDate, span.releaseDate {
	text-transform: uppercase;
	color: #777;
	margin-bottom: .5em;
	font-size: 1em !important;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
}
span.releaseDate {
	font-size:0.85em !important;
}
.svIndex dd {
	line-height: 1.2;
}
.svIndex dd.image {
	/*position: absolute;*/
	top: 0;
	left: 0;
}
.svIndex dd.summary {
	font-size:1em;
}
.svIndex .featured dd.summary {
	width:460px;
	float:left;
}
.svIndex .featured dd.summary p, .featured dd.summary span.readMore a {
	font-size:1.3em;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.summary p {
	min-height:65px;
	margin-right:0.25em;
	display:inline;
}
dd.summary span.readMore a {
	/*float:right;*/
	color:#777;
}

#activism .readMore a {
	/*float:right;*/
	color:#000;
	font-size:1.4em;
	line-height:2;
}

/* @end indexes */

/* @group Blog Entry */

a#svAsset {
	padding: 0;
	margin:0 0 1em 0;
	overflow:hidden;
	width:700px;
}
.photoCredit {
	float:right;
	font-style:italic;
	font-size:1.1em;
	margin-bottom:0.5em;
	clear:right;
}
.credit {
	font-family:Arial, Helvetica, sans-serif;
}
.externalLink {
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
}
#primary.content .imgMed {
	float:none;
	margin:0;
}
/* @end Blog Entry */

/* @group Ratings */

.content .svIndex dd.credits, .content .svIndex dd.comments, .content .svIndex dd.tags, .content .svIndex dd.rating {
	line-height: 20px; /* acommodate height of stars */
}
div.stars a {
	width: 14px;
	height: 13px;
	background: transparent url(../images/rater/stars.png) no-repeat;
}
.zero {
	background-image: url(../images/rater/star_zero.png);
}
.one {
	background-image: url(../images/rater/star_one.png);
}
.onehalf {
	background-image: url(../images/rater/star_onehalf.png);
}
.two {
	background-image: url(../images/rater/star_two.png);
}
.twohalf {
	background-image: url(../images/rater/star_twohalf.png);
}
.three {
	background-image: url(../images/rater/star_three.png);
}
.threehalf {
	background-image: url(../images/rater/star_threehalf.png);
}
.four {
	background-image: url(../images/rater/star_four.png);
}
.fourhalf {
	background-image: url(../images/rater/star_fourhalf.png);
}
.five {
	background-image: url(../images/rater/star_five.png);
}
/* @end Ratings */

/* @group Slideshow
===================================== */

.content .svSlideshow {
	border-top:none;
	margin:0;
	padding:0;
}
.svSlides dl {
	border: 0;
	margin: 0;
}
.svSlides dl.hasImage { /* Optimized for 180px wide images. Edit image size in "site settings." Adjust here as necessary*/
	position: relative;
	padding-left: 200px;
	min-height: 180px;
}
/*.home .svSlideshow {
	position: relative;
	width: 627px;
	*height: 234px;*
	overflow: hidden;
	padding: 30px 30px 10px;
	margin: 0 0 2.2em;
	color: #b4dffa;
	background: #102e50 url(../images/bg-hero.jpg) no-repeat !important;
	border: 0;
	}
*/

.home .svSlides {
	overflow:hidden;
	position:relative;
	margin:0 0 20px 0;
	padding:0;
	height:350px;
	width:940px;
}
/*.home .svSlides {
	position: relative;
	border: 0;
	z-index: 1;
	padding: 0;
	margin: 0 !important;
	min-height: 186px;
	}*/

.home .svSlides dl {
	/*width: 440px;*/
	height: 370px;
	/*margin-left:45px;*/
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 1em;
	background: transparent !important; /*for IE 6/7*/
}
.svSlides dt {
	display:none;
}
/*.home .svSlides dt {
	margin-bottom: .35em !important;
	font-size: 2.6em !important;
	font-weight: bold;
	letter-spacing: -0.025em;
	line-height: 1;
	color: #fff;
	}*/

.home .svSlides dt.releaseDate {
	color: #abdffa;
	font-size: 11px !important;
	font-weight: normal;
	margin-bottom: .5em !important;
}
.home .svSlides dt a {
	color: #fff;
}
.home .svSlides dd {
	margin-bottom: 1.1em;
	letter-spacing: -0.025em;
	font-size: 1.4em !important;
	line-height: 1.2em;
	padding: 0;
}
.home .svSlides dd.image { /* Optimized for 180px wide "medium" images - edit image size in "site settings." Adjust here as necessary */
	position: absolute;
	display: block;
	width: 180px;
	height: 180px;
	float: none;
	padding: 0;
	border: 3px solid #1c5981;
}
.home .svSlides dd.image img {
	display: block;
}
.home .svSlides .readMore {
	float: right;
}
.home .svSlides .readMore a {
	font-size: 11px !important;
	font-weight: bold;
	color: #fff;
	height: 2.1em;
	line-height: 2.1em;
	border: none;
	padding: 0 1em;
	display: block;
	width: 60px;
	text-align: left;
	padding-right: 22px;
	margin-right: 339px;
	margin-top: .75em;
	background: #2e7aa7 url(../images/arrows_white.gif) no-repeat 6.8em 50%;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
}
.svPager {
	text-align: center;
	line-height: 2;
}
.home ol.svPager {
	position: relative;
	z-index: 200;
	width: 940px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	top:-38px;
	left:1px;
	list-style: none;
}
ol.svPager li {
	padding:0;
	margin:0;
}
ol.svPager a {
	color: #000;
	background: #ddd;
	outline: none;
	display:block;
	width:14px;
	height:14px;
	float:left;
	text-decoration: none;
	opacity:0.6;/*-webkit-border-radius: 4px;
	-moz-border-radius: 3px;
	border-radius: 3px;*/
	}
ol.svPager li.activeLI a, ol.svPager a:hover {
	color: #fff;
	background: #000;
}
/* @end Slideshow
-------------------------------- */

/* @end Indexes
-------------------------------- */


/* @group Session Tools
===================================== */

#svSessionTools p#welcome {
	font-weight: bold;
	color: #ff3405;
}
/* @end Session Tools
-------------------------------- */


/* @group User Tools - Categories
===================================== */

#svCategories li {
	margin: 0;
	padding: 0;
}
#svCategories li a {
	margin: 0;
	padding: 0;
}
/* @end User Tools - Categories
-------------------------------- */


/* @group User Tools - Favorites
===================================== */

#favoriteList li {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
}
#favoriteList li a {
	margin: 0;
	padding: 0;
}
/* @end User Tools - Favorites
-------------------------------- */

/* @end MODULES
-------------------------------- */

/* @group Dealers
===================================== */
.international {
	height:auto;
	overflow:auto;
}
.country {
	float:left;
	line-height:15px;
	margin-right:10px;
	margin-top:10px;
	width:100%;
}
.countryHeader {
	margin:10px 0;
	border-bottom:1px solid #ddd;
	font-size:1.8em;
}
.stockist {
	float:left;
	margin-right:10px;
	width:23%;
}
.stockist h4 {
	font-size:1.2em;
}
/* @end Dealers
-------------------------------- */


/* @group Profile
===================================== */

.content .contentBox {
	background:url("/apolis/images/site/section_bg.png") repeat-x scroll center bottom transparent;
	min-height:30px;
	padding:20px;
	width:900px;
	margin-bottom:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
}
.content .contentBox h3 {
	text-transform:uppercase;
	display:inline;
	margin-right:0.25em;
}
.content .contentBox p {
	margin:0;
	display:inline;
}
/*Source landing*/ 
.content .landingSection {
	float:left;
	width:420px;
	margin:10px 10px 10px 0;
	line-height:130%;
}
.content .landingSection ul, .content .landingSection li {
	margin:0;
	padding:0;
	line-height:inherit;
}
.content .landingSection li {
	margin-top:20px;
	list-style:none;
}
.content .landingSection a {
	font-weight:bold;
	text-decoration:underline;
}
/*profile*/

.content #byline {
	width:940px;
	float:left;
	text-transform:uppercase;
	text-align:right;
	font-size:7pt;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:4px;
}
.content #byline.intro {
	margin-bottom:20px;
}
#daubebyline {
	margin-bottom:10px;
	color:#666666;
	font-family:Arial,Helvetica,sans-serif;
	font-size:7pt;
	padding-top:4px;
	text-align:right;
	text-transform:uppercase;
	clear:both;
	width:700px;
}
.content #slider {
	float:left;
	width:700px;
	margin-bottom:0;
	height:350px !important;
}
.content #slider img {
	float:left;
}
#timeline {
	margin: 10px 0;
	float: left;
}
#timeline #pointer {
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	width: 25px;
	text-align: center;
	line-height: 100%;
}
#timeline #pointer #tick {
	width: 50%;
	border-right: 1px solid #000000;
	height: 6px;
	overflow: hidden;
}
#timeline ul {
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #000000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#timeline li {
	float: left;
	list-style: none;
	width: 41px;
	margin-left: 87px;
	color: #666666;
	font-size: 8pt;
}
.sysProfileMichaelDaubeCitta #timeline li {
	width: 40px;
	margin-left: 60px;
}
#timeline li.first {
	margin-left: 0px;
}
.content #details {
	font-size: 8pt;
	width: 300px;
	float: left;
	padding-right: 30px;
	padding-left: 0;
	min-height: 200px;
}
#profiles .content #details {
	font-size: 7pt;
	float:left;
	margin-left:20px;
	width:220px;
	padding-right:0;
}
.content #details li {
	text-transform:none;
	margin-bottom:0.5em;
}
.content #details h5,
.content #details strong {
	text-transform:uppercase;
}
.content #details strong {
	clear:both;
	display:block;
	margin-top:10px;
}
.content #details a {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
}
.content #details a:hover {
	text-decoration:underline;
}
.content #details.intro {
	text-transform:none;
	color:#000000;
	font-weight:bold;
	font-size:inherit;
}
.content #details p {
	margin-bottom: 0.7em;
}
.content #timestamp {
	width: 610px;
	float: left;
	margin-bottom:10px;
	/*height: 170px;*/
	/*height: 300px;*/
	min-height: 300px;
}
.content #timestamp.intro {
	height:auto;
}

.sysRodArnold #timestamp.intro,
.sysMichaelDaube #timestamp.intro {
	width:700px;
}
.content #controls {
	float: right;
	position: relative;
	width:90px;
	right:0px;
	top:-10px;
	margin-bottom:-50px;
}
/* Easy Slider */

#slider ul, #slider li, #slider2 ul, #slider2 li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider2 {
	margin-top:1em;
}
#slider li, #slider2 li {
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:940px;
	height:360px;
	overflow:hidden;
}
#prevBtn, #nextBtn, #slider1next, #slider1prev {
	display:block;
	float:left;
	/*margin-left: 10px;*/
	cursor: pointer;

	position:relative;
}
#nextBtn, #slider1prev {
	float:right;
}
#prevBtn a, #nextBtn a, #slider1next a, #slider1prev a {
	background: #FFFFFF;
	border: 1px solid #999999;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding: 2px 10px;
	font-size:150%;
	font-weight:bold;
	color: #777777;
	display:block;
	position:relative;
	text-align:center;
	width:auto;
	margin-bottom:10px;
	text-transform:uppercase;
	opacity:0.7;
}
#prevBtn a:hover, #nextBtn a:hover, #slider1next a:hover, #slider1prev a:hover {
	background: #eeeeee;
	border: 1px solid #666666;
	color: #000000;
	opacity:0.9;
}
#prevBtnOvr a, #nextBtnOvr a {
	color:#FFFFFF;
	display:block;
	font-size:40pt;
	height:210px;
	text-indent:-10000px;
	padding:140px 10px 0;
	position:absolute;
	text-decoration:none;
	top:30px;
	width:470px;
}
#nextBtnOvr a {
	right:0;
}
#prevBtnOvr a:hover, #nextBtnOvr a:hover {
	text-indent:inherit;
}
#nextBtnOvr a:hover {
	text-align:right;
}
.promo {
	float:left;
	margin-left:20px;
	width:220px;
}
.promo.first {
	margin:0;
}
.promo a {
	text-decoration:none;
	font-style:italic;
}
/* @end Profile
-------------------------------- */

ul#socialbookmarks {
	margin:10px 0 0;
	padding:10px 0;
	border-top:1px solid #E6E6E6;
}
ul#socialbookmarks li {
	list-style-type: none;
	display:inline;
}
/* @group Activism
===================================== */

#activism .contentBox {
	margin-bottom:0;
}
#primary .header {
	background:none repeat scroll 0 0 #000000;
	color:#FFFFFF;
	float:left;
	height:30px;
	margin:10px 0;
	text-align:left;
	width:940px;
}
#primary .header h2 {
	color:#FFFFFF;
	float:left;
	font-size:11pt;
	font-weight:normal;
	margin:0;
	padding-left:20px;
	padding-top:7px;
	text-align:left;
}
#primary .header .pages {
	display:block;
	float:right;
}
#primary .header .page {
	border-color:#FFFFFF;
	border-style:solid;
	border-width:0 0 0 1px;
	color:#666666;
	display:block;
	float:left;
	font-weight:bold;
	height:30px;
	padding-top:7px;
	font-size:1.2em;
	text-align:center;
	width:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
}
#primary .header .page.on, #primary .header .page:hover {
	color:#FFFFFF;
}
#primary .third {
	border-color:#999999;
	border-style:solid;
	border-width:0 0 0 1px;
	float:left;
	font-size:90%;
	height:325px;
	line-height:110%;
	margin:0 0 10px 10px;
	padding:0 0 0 9px;
	width:270px;
}
#primary .third.first {
	border-style:none;
	margin:0;
	padding:0;
}
#primary .twothirds {
	border-color:#999999;
	border-style:solid;
	border-width:0 0 0 1px;
	float:left;
	height:325px;
	margin:0 0 10px 9px;
	padding:0 0 0 10px;
	width:650px;
}
#primary .twothirds.uganda {
	background:url("/tasks/sites/apolis/assets/image/activism/map_uganda.png") no-repeat scroll 10px 0 transparent;
	height:50px;
	padding:275px 20px 0;
	width:620px;
}
#primary .twothirds.uganda.results {
	background:url("/tasks/sites/apolis/assets/image/activism/uganda_results.png") no-repeat scroll 10px 0 transparent;
	height:73px;
	padding:237px 20px 15px;
	width:620px;
}
#primary .twothirds.nepal {
	background:url("/tasks/sites/apolis/assets/image/activism/map_nepal.png") no-repeat scroll 10px 0 transparent;
	height:50px;
	padding:275px 20px 0;
	width:620px;
}
#primary .twothirds.nepal.results {
	background:url("/tasks/sites/apolis/assets/image/activism/nepal_results.png") no-repeat scroll 10px 0 transparent;
	height:73px;
	padding:237px 20px 15px;
	width:620px;
}
#pageArea .twothirds.nepal.order {
	background:url("/tasks/sites/apolis/assets/image/activism/nepal_collection.jpg") no-repeat scroll 10px 0 transparent;
	height:32px;
	padding:293px 20px 0;
	width:620px;
}
#primary .twothirds.nepal.transitresults {
	background:url("/tasks/sites/apolis/assets/image/activism/nepal_results_rapha.png") no-repeat scroll 10px 0 transparent;
	height:73px;
	padding:237px 20px 15px;
	width:620px;
}
#primary .twothirds.bangladesh {
	background:url("/tasks/sites/apolis/assets/image/activism/map_bangladesh.png") no-repeat scroll 10px 0 transparent;
	height:50px;
	padding:275px 20px 0;
	width:620px;
}
#primary .twothirds .subheader {
	background-color:#EDEDED;
	float:left;
	height:30px;
	margin:0;
	width:650px;
}
#primary .twothirds .subheader div {
	float:right;
	height:30px;
	padding:7px 10px 0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.25em;
}
#primary .twothirds .subheader .spacer {
	background-color:#FFFFFF;
	padding:0;
	width:10px;
}
#primary .maparea {
	background:url("/tasks/sites/apolis/assets/image/activism/map_uganda_bg.png") repeat-x scroll left top transparent;
	float:left;
	height:390px;
	margin:10px 0;
}
#primary .maparea.nepal {
	background:url("/tasks/sites/apolis/assets/image/activism/map_nepal_bg.png") repeat-x scroll left top transparent;
}
#primary .maparea.bangladesh {
	background:url("/tasks/sites/apolis/assets/image/activism/map_bangladesh_bg.png") repeat-x scroll left top transparent;
}
#primary .maparea div {
	float:left;
	margin:20px;
}
#primary .maparea div img {
	float:right;
	margin-left:20px;
}
#primary hr {
	background:none repeat scroll 0 0 #000000;
	border:medium none;
	clear:both;
	height:5px;
	margin:10px 0;
}

#orderlink a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.25em;
	text-decoration:none;
}

#primary #slide-images {
	border:1px solid #CCCCCC;
	float:left;
	height:368px;
	margin:40px 0 10px;
	width:848px;
}
#primary #slide-images p {
	display:block;
	position:absolute;
}
#primary #slidebuttons {
	float:left;
	margin-bottom:-22px;
	margin-top:-22px;
	position:relative;
}
#primary #icslidebuttons, #primary #filsonslidebuttons, #primary #apolisslidebuttons, #primary #resultsslidebuttons {
	float:left;
	margin-bottom:-25px;
	margin-top:-25px;
	position:relative;
}
#primary #slidebuttons div, #primary #icslidebuttons div, #primary #filsonslidebuttons div, #primary #apolisslidebuttons div, #primary #resultsslidebuttons div {
	background-color:#FFFFFF;
	color:#000000;
	cursor:pointer;
	float:left;
	font-weight:bold;
	line-height:100%;
	opacity:0.7;
	overflow:hidden;
	padding:6px 8px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}
#primary #slidebuttons div.first, #primary #icslidebuttons div.first, #primary #filsonslidebuttons div.first, #primary #apolisslidebuttons div.first, #primary #resultsslidebuttons div.first {
	border-left-width:0;
}
#primary #slidebuttons div.on, #primary #icslidebuttons div.on, #primary #filsonslidebuttons div.on, #primary #apolisslidebuttons div.on, #primary #resultsslidebuttons div.on {
	background-color:#E8E8E8;
}


.twothirds .slideshow {
	background-color:#fff;
	display:none;
	height:325px;
	position:absolute;
	padding-left:25px;
	width:625px;
}
.twothirds .closebox  {
	background-color:#FFFFFF;
	cursor:pointer;
	height:17px;
	left:561px;
	line-height:100%;
	opacity:0.5;
	padding:5px 1px 0;
	position:absolute;
	text-align:center;
	width:22px;
	font-family:Arial, Helvetica, sans-serif;
}

#store2Items,
#store2ItemsControls {
	margin:0;
	padding:10px 0;
	width:700px;
	float:left;
	clear:both;
}
.Store2Item {
	float:left;
	font-family:arial;
	margin-left:20px;
	text-align:center;
	width:100px;
}
.Store2Item.first {
	margin:0;
}
#store2ItemsControls {
	text-align:right;
	border-top:1px solid #E6E6E6;
	margin-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
}


/* @end Activism
-------------------------------- */


/* EOF */
