/*
Theme Name: RealMS
Theme URI: http://the47th.com
Description: The RealMS theme is a custom built solution in support of MerckSerono's RealMS project.
Version: 0.1
Author: Joel Oliveira & Forrest Frazier
Author URI: http://the47th.com
Tags: purple, tan, white, bbpress, magazine

*/

/* -------------------------------------------------
     BASIC FORMATTING 
------------------------------------------------- */

h1 {font-size: 2em;}
h2 {font-size: 1.4em; margin-top:10px;}
h3 {font-size: 1.2em; margin-top:10px;}
h4 {font-size: 1em;}
h2, h3, h4 { font-family:Helvetica, Verdana, Tahoma, Arial, sans-serif; }

a{ color:#0039a6; text-decoration:none;}
a:visited, a:active{color:#0039a6;}
a:hover{color:#0039a6; text-decoration:none;}

ul{margin:5px 0 5px 20px;}
ol{margin:5px 0 5px 20px;}

blockquote{
	margin:10px 0 10px 20px;
	padding:10px;
	font-size:1.4em;
	font-style: italic;
	color:#999;
}

pre, code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;
}

.sans-serif { font-family:'Helvetica Neue', Helvetica, Verdana, Tahoma, Arial, sans-serif; }
.serif { font-family: Georgia, "New Century Schoolbook", "Nimbus Roman No9 L", serif; }


/* ======================================================================== */
/* = COUNTRY SELECTOR                                                     = */
/* ======================================================================== */

#countries { 
	left:728px; 
	position:absolute; 
	top:21px; 
	z-index:100;
}
#countries h3 {
	text-shadow: 0px -1px 1px #000;
	border:solid 1px #ddeefa; 
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	background:#747474 url(images/country_bg.gif) left center repeat-x; 
	text-align:center; 
	line-height:18px; 
	font-size:14px; 
	color:#fff; 
	padding:3px 0; 
	width:200px; 
}
#countries h3 span { padding-right:25px; background:transparent url(images/country_arrow.gif) right center no-repeat;}
#countries:hover ul,
#countries.hover ul { display:block; }
#countries ul { 
	display:none; 
	overflow:hidden; 
	width:190px; 
	margin:0 0 0 5px; 
	background:#e4ffff; 
	
	border:solid 1px #e4ffff;
	border-bottom-left-radius:3px;
	-moz-border-radius-bottomleft:3px;	
	-webkit-border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	-moz-border-radius-bottomright:3px;	
	-webkit-border-bottom-right-radius:3px;
}
#countries ul li { display:block; clear:both; font-size:12px; padding:0 10px; }
#countries ul li a {  padding:4px 10px; line-height:14px; border-bottom:dotted 1px #9498b0; display:block; color:#000; }
#countries ul li a:hover { text-decoration:underline; }
#countries ul li.fr a {  }
#countries ul li.de a { background-position:right -16px; }
#countries ul li.gr a { background-position:right -43px; }
#countries ul li.es a { background-position:right -70px; }
#countries ul li.last a { border-bottom:none;}

/* ======================================================================== */
/* = HEADER WITH SUB-HEADER                                               = */
/* ======================================================================== */
.with_subtitle { display:block; margin-bottom:10px; padding-left:15px; clear:both; }
	.with_subtitle h1 { color:#0039a6; display:block; font-family:Helvetica, Verdana, Tahoma, Arial, sans-serif; font-size:36px; line-height:44px; font-weight:lighter;}
	.with_subtitle h2 { color:#ffffff; display:block; font-size:18px; margin:0; font-weight:normal; }


/* ======================================================================== */
/* = NORMAL PAGE & BLOG TEMPLATE                                          = */
/* ======================================================================== */
.page-template-archive-userentry-php #content,
.page-template-single-only-loggedin-php #content,
.error404 #content,
.single #content,
.blog #content,
.page-template-default #content { overflow:hidden; float:left; width:615px; }

.page-template-archive-userentry-php #content h1,
.single #content h1,
.blog #content h1,
.page-template-default #content h1 { padding-left:20px; }

#contentwrap h1 { font-size:28px; font-weight:lighter; line-height:34px; color:#0039A6; margin:0px 0px 8px;}

/* archives page */
.archivetitle{font-size:1.2em; border-bottom: solid 1px #ddd;}
ul.archivelist{margin: 0; list-style: none;}
ul.archivelist li{padding:2px 0;}

/* ======================================================================== */
/* = BLOG POSTS / IN GENERAL                                              = */
/* ======================================================================== */
.localized-post, 
.post { 
	background:none repeat scroll 0 0 #FFFFFF; 
	padding:25px 22px;
	border:solid 1px #fff; 
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.post h2,
.post h3 { 
	color:#000000;
	font-size:14px;
	line-height:22px;
	margin:0 0 10px;
	}
.post h2 a,
.post h3 a { color:#000; text-decoration:none; font-size:24px;}
.post h2 a:hover,
.post h3 a:hover { color:#000; text-decoration:none; }
.localized-post p,
.post p { margin:0 0 1.2em 0;}
.post a { text-decoration:none; color:#0039a6; }
.post img { }
.post ul { 
       margin:0;
       list-style:disc outside none;
       padding:0 0 10px 15px;
}
.post li { 
       padding:0 0 5px 0; 
       margin:0; 
}
.post small{ font-size: 10px; display:block; margin-bottom:10px; }

.post .postmetadata {color:#999999; font-size:10px; font-weight:bold; padding:0; margin:0; }
.post .postmetadata a {text-decoration: underline; color:#999;}
.post .postmetadata a:hover {color:#333; text-decoration:underline;}

/* ======================================================================== */
/* = SINGLE(.php)                                                         = */
/* ======================================================================== */
.single h1 { 
	color:#fff;
	font-size:40px;
	font-weight:normal;
	line-height:44px;
	margin:0; 
	padding-left:20px;
}
.single h1 a { 
	color:#fff;
}


.alignleft {float:left;}
.alignright {float:right;}

/* styling for 'continued' page links */
p.continued{padding:5px; background:#f0f0f0;}
p.continued a{padding:5px; font-weight:bold;}

/* -------------------------------------------------
SIDEBAR
------------------------------------------------- */		
.sidebar { float:left; margin-left:15px; padding-left:10px; width:275px; padding-top:10px; font-size:13px; }
.sidebar h2 { color:#fff !important; font-size:16px !important; margin-bottom:12px !important; /*height:15px;*/ font-weight:bold !important; line-height:24px !important; }
.sidebar p {}
.sidebar a { color:#000; }
.sidebar a:hover { color:#000; text-decoration:underline; }
.sidebar ul { 
	list-style: circle inside;
	margin:0;
	padding:0;
	list-style:none;
	}
.sidebar ul li { }
.sidebar ul li a { }
.sidebar ul div { 
	display:block; 
	margin-bottom:20px;
	border-bottom:dotted 1px #fff;
}
.sidebar ul ul li { border-top:dotted 1px #fff; padding:8px 10px 8px 16px; background:transparent url(images/bullet_icon.gif) 5px center no-repeat; font-size:13px; }
.sidebar ul ul li a:link,
.sidebar ul ul li a:visited { color:#000; font-size:13px; display:block;}
.sidebar ul ul li a:hover,
.sidebar ul ul li a:active { color:#000; text-decoration:underline;}
.sidebar .widget_tag_cloud div,
.sidebar .widget_text      div.textwidget { padding:8px 10px 8px 16px; border-top:dotted 1px #fff; }
.sidebar .widget_text      div.textwidget a { text-decoration:underline; }
.sidebar .widget_tag_cloud div a { padding-right:10px; }
.sidebar .widget_nav_menu li a { color:#0039A6 !important; }
.sidebar .widget_nav_menu li.current-menu-item a { font-weight:bold; }


/* -------------------------------------------------
SEARCH
------------------------------------------------- */
#searchform {margin:10px 0;}
#searchform input {border: solid 1px #ddd;}
#searchform #s {width:200px; padding:2px;}
#searchsubmit{font-weight: bold; color:#666; pointer; padding: 1px;}

/* -------------------------------------------------
FEATURE LINKS
------------------------------------------------- */

.archive a{
padding-left:25px;
background: transparent  url(images/square.png) left no-repeat;}

/* -------------------------------------------------
COMMENTS
------------------------------------------------- */
#comments { border-top:1px dotted #A6A6A6; margin:25px 0 0; padding:25px 10px 20px 0; }
#comments h3 { font-size:19px; font-weight:normal; margin:0 0 10px; }
#comments ol.commentlist { margin:0; padding:0; overflow: hidden;}
#comments ol.commentlist li { margin:0px 0 10px; padding:15px 10px 10px 62px; position:relative; }
#comments ol.commentlist li .avatar { position:absolute; top:10px; left:10px; border:solid 2px #fff; }
#comments ol.commentlist li.alt { background:#ececec; }
#comments ol.commentlist a {}
#comments cite {font-style: normal; font-size:10px; color:#333333; }
#comments cite a { font-size:18px; }
#comments small.commentmetadata { margin-bottom:20px;}


/* ======================================================================== */
/* = COMMENT FORM                                                         = */
/* ======================================================================== */
#commentform { border-top:1px dotted #A6A6A6; margin:0px 10px 10px 0; padding:20px 10px 10px 0; }
#commentform h3 { font-size:19px; font-weight:normal; }
#commentform p { font-size:10px; color:#666;}
#commentform p.userinfo .serif { font-weight:bold; }
#commentform p.submit { text-align:right; }
#commentform p.submit input#submit { 
	text-shadow: 0px -1px 1px #000;
	border:solid 1px #333333; 
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	background:#747474 url(images/country_bg.gif) left center repeat-x; 
	text-align:center; 
	line-height:18px; 
	font-size:14px; 
	color:#fff; 
	padding:3px 0; 
	width:100px; 
	font-weight:bold;
	}
#commentbox { width:100%; min-width:400px; margin:5px 5px 0 0; }
#commentform #author, 
#commentform #email, 
#commentform #url, 
#commentform textarea { border:solid 1px #ccc; margin:5px 5px 0 0; }
#commentform textarea { 
	background:#f9f9f9; 
	border:solid 1px #333333; 
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	margin:0;
	width:547px;
}
#submit { cursor:pointer; }

/* ======================================================================== */
/* = DISPLAYING ENTRIES' LISTS                                            = */
/* ======================================================================== */
ul.entries { margin:0 0 10px 0; padding:0; overflow:auto;  }
ul.entries li { display:block; float:left; border:solid 1px #fff; border-top:solid 2px #fff; border-bottom:solid 2px #fff; background:#f1f1f1; }
ul.entries li:last-child { border-right:solid 2px #fff; }
ul.entries li a { color:#692B26;display:block;font-size:11px;line-height:16px;padding:112px 10px 10px 10px; width:116px; height:47px; position:relative; }
ul.entries li a img { width:136px; height:102px; display:block; position:absolute; top:0px; left:0px; }
ul.entries li a span { color:#000; }
ul.entries li a span.title { font-weight:bold; }



/* ======================================================================== */
/* = ENTRIES-SPECIFIC STYLE                                               = */
/* ======================================================================== */
.page-template-archive-userentry-php #jury_finalists,
.page-template-archive-userentry-php #public_finalists,
.page-template-archive-userentry-php #normal_entries { width:591px; padding:5px 12px 0; }
.page-template-archive-userentry-php div h2{ color:#DAE8EE;font-size:18px;font-weight:bold;line-height:44px; }
.page-template-archive-userentry-php div h2 span { color:#ffffff; font-weight:normal; }

.page-template-archive-userentry-php #jury_finalists,
.page-template-archive-userentry-php #public_finalists { background:#999999; }

.page-template-archive-userentry-php #normal_entries,
.page-template-archive-userentry-php #public_finalists { padding-bottom:15px; margin-bottom:15px; }

.page-template-archive-userentry-php #normal_entries { 
	background: #9FD2EE; 
	clear: both;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.page-template-archive-userentry-php #normal_entries li { margin-bottom:10px;}

.page-template-archive-userentry-php ul.entries { margin:0; overflow:hidden;  }
.page-template-archive-userentry-php ul.entries li { 
	margin: 10px; 
	padding: 6px; 
	background-color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.page-template-archive-userentry-php ul.entries li a { 
	height:auto;
	color:#999999;
	width:155px; 
	white-space:nowrap;
	background-color: transparent;
	padding: 0px;
}
.page-template-archive-userentry-php ul.entries li a span.title { 
	white-space:nowrap; 
	overflow:hidden; 
	padding:0; 
	display:block; 
	font-size:11px; 
	overflow: hidden;
	text-overflow:ellipsis 
}
.page-template-archive-userentry-php ul.entries li a img {
	clear:both;
	position:static;
	width:155px;
}

.page-template-archive-userentry-php ul.entries li .author {
	color: #888;
	font-style: italic;
	font-family: Georgia,serif;
	font-size:10px; 
}

.page-template-archive-userentry-php ul.entries li span.country {
	float: right;
	color: #aaa;
}

.page-template-archive-userentry-php ul.entries li .meta {
	color: #666;
	font-size:10px; 
}

#sorting { 
	padding: 5px;
	float:right; 
	margin:17px 0px 0px 0px; 
	text-align:left; 
	width:270px; 
}
#sorting h3,
#sorting ul li a { padding:4px 22px 2px 10px; }
#sorting h3 { font-size:11px; font-weight:normal; color:#003094; float:left; margin:0 0px 0 0; padding-right:10px; }
#sorting ul { display:inline; }
#sorting ul li { 
	float:left; 
	margin:0 10px 0 0 !important; 
	white-space: nowrap; 
}
#sorting ul li a { 
	font-size:11px; 
	color:#fff; 
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	display:block; 
	background: #509CC7 url(images/sort_sprites.gif) 92% -83px no-repeat; 
}
#sorting ul li a.active { background-position:92% 5px; font-weight: 700; background-color: #007DC9; }

body.single-userentry #contentwrap h1 a { color:#0039A6; font-size:30px; }
span.entry_post_date {
	font-size:14px; 
	color: #666;
	float: right;
}
.single-entry {
	padding-top: 15px;
}
h2.entry_author { 
	font-family: 'Helvetica Neue', Helvetica, Verdana, Tahoma, Arial, sans-serif;
	font-size:18px;
	color: #888;
	font-weight:300;
}
h2.entry_author span { color:#0039a6;}
h3.entry_synopsis { color:#666; font-weight:normal; clear: both;}

.single-entry object {
	margin-bottom: 13px;
}

/* ======================================================================== */
/* = HOMEPAGE-SPECIFIC STYLE                                              = */
/* ======================================================================== */
.page-template-home-page-php {  }
	.page-template-home-page-php #contentwrap { padding:0; width:940px; background:#5FB7E7; overflow:hidden; }
		.page-template-home-page-php #content { position:relative; background:none; padding:0 0 28px 0; }
		.page-template-home-page-php #contentwrap #content #top { 
			background:transparent url(images/home/bg_home_top.jpg) -47px top no-repeat; 
			padding:22px 10px 0 10px; 
			position:relative; 
			margin-bottom: 15px;
		}
			.page-template-home-page-php #top div.upcoming-movie {
				background:#323232; 
				border:solid 2px #616161; 
				border-bottom:solid 2px #1c1515; 
				border-left:solid 2px #1c1515; 
				padding:12px; 
				padding-left:6px;
				overflow:hidden;
				width:897px;
			}
			
			.page-template-home-page-php #top div.upcoming-movie td {
				vertical-align:top;
			}

			.page-template-home-page-php #top div.upcoming-movie .description {
				background-color:#5FB7E7;
				margin:0px;
				margin-left:14px;
				padding:12px;
				height:362px;
			}
			.page-template-home-page-php #top div.upcoming-movie .description em {
				font-weight:700;
			}
			.page-template-home-page-php #top div.upcoming-movie .description h1 {
				color: black;
				font-size: 18px;
				line-height: 20px;
				margin-bottom: 6px;
			}
			.page-template-home-page-php #top div.upcoming-movie .description p {
				margin-top:8px;
				font-size:14px;
				line-height:18px;
			}
			.page-template-home-page-php #top div.splash,
			.page-template-home-page-php #top div.announcement { 
				background:#323232; 
				border:solid 2px #616161; 
				border-bottom:solid 2px #1c1515; 
				border-left:solid 2px #1c1515; 
				padding:12px; 
				overflow:hidden;
				width:893px;
				
				background-image: -moz-linear-gradient(top, #323232, #0d0d0d); /* FF3.6 */
				background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #323232),color-stop(1, #0d0d0d)); /* Saf4+, Chrome */
				filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#323232', EndColorStr='#0d0d0d'); /* IE6,IE7 */
				-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#323232', EndColorStr='#0d0d0d')"; /* IE8 */
				
				}
				.page-template-home-page-php #top div.announcement {
					position:relative;
				}
				.page-template-home-page-php #top div.announcement .copy {
					position:absolute;
					top:125px;
					right:75px;
					width:300px;
				}
				.page-template-home-page-php #top div.announcement .copy h5 {
					font-size:14px;
					line-height:16px;
					margin-bottom:8px;
					margin-top:0px;
					font-weight:700;
				}
				.page-template-home-page-php #top div.announcement .copy p {
					margin-bottom:5px;
				}
				.page-template-home-page-php #top div.announcement .copy .it p,
				.page-template-home-page-php #top div.announcement .copy .fr p,
				.page-template-home-page-php #top div.announcement .copy .es p {
					font-size:13px;
					line-height:17px;
				}
				.page-template-home-page-php #top div.announcement .copy .de p {
					font-size:12px;
					line-height:17px;
				}
				
				.page-template-home-page-php #top div.announcement .uk_copy p {
					font-size:16px;
					line-height:20px;
				}
				
				.page-template-home-page-php #top .splash img.splash { background:none; border:solid 1px #71838e; padding:0; float:left; margin-right:17px;}
				.page-template-home-page-php #top .splash .intro { color:#ffffff; font-size:14px; margin-top:0px; height:85px; overflow:hidden; line-height:20px;} 
				.page-template-home-page-php #top .splash p { 
					font-size:11px;
					overflow:hidden; 
					margin-top:0px; 
					margin-bottom:10px; 
					border:solid 1px #5bb4e5; 
					background:#989898; 
					color: #240711;
					height: 61px;
					line-height:16px;
					overflow: hidden;
					padding:5px 0px 8px 10px;
					white-space:nowrap;
					
					/* let's pimp this ish out */
					border-radius:5px;
					-webkit-border-radius:5px;
					-moz-border-radius:5px;
					background-image: -moz-linear-gradient(top, #81d3f0, #5bb4e5); /* FF3.6 */
					background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #81d3f0),color-stop(1, #5bb4e5)); /* Saf4+, Chrome */
					filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#81d3f0', EndColorStr='#5bb4e5'); /* IE6,IE7 */
					-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#81d3f0', EndColorStr='#5bb4e5')"; /* IE8 */
				}
				.page-template-home-page-php #top .splash p.last { margin-bottom:0;}
					.page-template-home-page-php #top .splash p strong { 
						color:#ffffff; 
						font-size:15px; 
						font-family:Helvetica, Verdana, Tahoma, Arial, sans-serif; 
						font-weight:lighter; 
						display:block; 
						clear:both; 
						line-height:17px; 
						margin-bottom:0px;
						margin-top:3px;
					}
					.page-template-home-page-php #top .splash p a.go { 
						color:#fff;
						display:block; 
						font-size:14px;
						font-weight:bold;
						margin:4px 10px 0 0;
						padding:3px 5px 1px 5px;
						text-align:right;
						text-shadow: 0px -1px 1px #000;
						border:solid 1px #a4d8f2;
						border-radius:3px;
						-webkit-border-radius:3px;
						-moz-border-radius:3px;
					}

	.page-template-home-page-php .main-content-intro .localized-post { 
		font-size:14px;
		line-height:18px;
		background: white;
		padding: 20px 28px 0px;
		width: 584px;
		height:auto;
	}

	.page-template-home-page-php .main-content-intro .localized-post table {
		margin-bottom:16px;
	} 
	.page-template-home-page-php .main-content-intro .localized-post td {
		padding:1px 15px;
		font-size:12px;
		border:1px solid #aaa;
	}
				 	
 	.page-template-home-page-php .main-content-intro { 
		background:none repeat scroll 0 0 #FFFFFF;
		margin:0 0 0 10px;
		overflow:hidden;
		width:650px;
		height:auto;;
	}
	.page-template-home-page-php #above-entries { 
		padding-bottom:30px;
	}
	.page-template-home-page-php #above-entries .post { 
		height:auto;
	}
	.page-template-home-page-php #below-entries { 
		height:170px;
	}
	.page-template-home-page-php .main-content-intro .with_subtitle { height:auto; padding-left:28px; margin-bottom:0; }
	.page-template-home-page-php .main-content-intro h1 { color:#333333 !important; clear:both; padding-top:20px; display:block; font-size:24px; }
	.page-template-home-page-php .main-content-intro h2 { color:#0039a6; clear:both; font-size:16px; }
	
	.page-template-home-page-php .main-content-intro .localized-post,
	.page-template-home-page-php .main-content-intro .post { 
		padding: 0px 28px; 
		background:#fff; 
		width:584px; 
	}
	.page-template-home-page-php .main-content-intro .post { 
		height:220px; 
	}
	.page-template-home-page-php #latest-blog-post { float:left; width:270px; margin:0px 0 0 0; overflow:hidden; }
	.page-template-home-page-php #latest-blog-post .latest-posts { background:#d2ecec; height:247px; padding:25px 5px 0 20px; overflow:hidden }
	.page-template-home-page-php .right-side .read-more { background:#d2ecec;padding:5px 15px 5px 30px; text-align:right}
	.page-template-home-page-php .right-side .read-more a { text-decoration:underline }
/*
*/
			.page-template-home-page-php .post { border:none; padding:0; background:transparent; -moz-border-radius:0; border-radius:0; -webkit-border-radius:0; }
/*
				.page-template-home-page-php #latest-blog-post .post h3 { margin: 0;}
					.page-template-home-page-php #latest-blog-post .post h3 a { color:#0e0e0e; font-weight:normal; margin-bottom:5px; display:block; text-decoration:none; font-size:14px; }
		.page-template-home-page-php #latest-blog-post #scroll-blog { height:190px;overflow:hidden;width:238px; }

	.page-template-home-page-php #latest-entries { background:none repeat scroll 0 0 #333333; border-left:1px solid #FFFFFF;clear:left;margin:0 0 0 10px;padding:10px 0; width:650px; float:left;}
		.page-template-home-page-php #latest-entries h2 { color:#fff; font-weight:lighter; margin-left:43px; }
*/
	.page-template-home-page-php #sub-stories { clear:left;margin:0 0 0 10px; padding:0; width:650px; float:left; background:#fff;}
		.page-template-home-page-php #sub-stories h2 { font-size:1.8em; display:block; padding:24px 0 0 0px; font-weight:normal; margin:0px 10px 10px 28px; color:#333333; line-height:1em; border-top:dotted 1px #0039a6;}
			.page-template-home-page-php #sub-stories h2 span { font-size:.7em; font-weight:lighter; color:#0039a6; display:block; clear:both; margin-top:5px;}
		.page-template-home-page-php #sub-stories div { padding:10px 28px 10px; }
		.page-template-home-page-php #sub-stories p { margin-bottom:10px; }
		
	.page-template-home-page-php #social-media { float:left; display:block; width:270px; }
		.page-template-home-page-php #social-media #facebook,
		.page-template-home-page-php #social-media #twitter  { clear:both; padding:25px 0px 20px 20px; }
		.page-template-home-page-php #social-media #facebook { background-color:#f1f1f1; }
		.page-template-home-page-php #social-media #twitter  { background-color:#d2ecec; }
			.page-template-home-page-php #social-media #twitter ul { margin:0; }
				.page-template-home-page-php #social-media #twitter ul li { padding:5px 0; border-bottom:dotted 1px #a6a6a6; }
			.page-template-home-page-php #social-media h2 { display:block; background:transparent url(images/social-media-sprite.gif) top left no-repeat; height:24px; line-height:24px; padding-left:30px; font-size:11px; font-weight:normal; margin-right:25px;}
			.page-template-home-page-php #social-media #twitter h2 { background-position:bottom left }
				.page-template-home-page-php #social-media h2 span { display:block; border-bottom:solid 1px #000; color:#333333;}
		.page-template-home-page-php #social-media #scroll-fb,
		.page-template-home-page-php #social-media #scroll-twitter { height: 165px; width:238px; }
	


.main-page-body-layout td {
	vertical-align: top;
}

.main-page-body-layout  .unite-ms-right {
	padding: 25px 1px 25px 20px;
	background-color:white;
	width: 248px;
	border-left: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	padding-bottom:20px;
}
.main-page-body-layout  .unite-ms-right h3, #latest-blog-post h3.latest{
	font-size:18px;
	color:#0039A6;
	margin-bottom:8px;
}
.main-page-body-layout .de  .unite-ms-right h3, #latest-blog-post h3.latest{
	font-size:16px;
}


.main-page-body-layout  .unite-ms-right .p {
	padding-left: 20px;
	
}


.main-page-body-layout  .unite-ms-right img {
	width: 228px;
}


.home-page-entries {
	background-color: #343434;
	margin-left: 10px;
	padding: 10px 0px;
}

.home-page-entries h2s {
	font-size: 19px;
	font-weight: normal;
	color: #eee;
	margin-left: 40px;
}

.home-page-entries .entry-list {
	margin: 15px 0px 0px 40px;
	background-color: #fff;
	width: 563px;
	height: 175px;
	overflow: hidden;
	white-space: nowrap;
	border-top: 4px solid white;
	border-left: 4px solid white;
	border-right: 3px solid white;
}


.home-page-entries .entry {
	width: 136px;
	font-size: 11px;
	background-color: #fff;
	padding: 3px 0px 3px 4px;
}

.home-page-entries .entry img {
	width: 136px;
	height: 102px;
}

.home-page-entries .entry .title {
	color: black;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
	width: 136px;
}

.home-page-entries .entry .meta {
	color: #662D22;
}

.home-page-entries .entry .meta span {
	color: black;
}


.home-page-entries.left-slider-button, .home-page-entries .right-slider-button {
	position: absolute;
	top: 42px;
	z-index: 100;
	cursor: pointer;
}

.home-page-entries .left-slider-button {
	left: 0px;
}

.home-page-entries .right-slider-button {
	right: 0px;
}

.home-page-entries .entry-list-table {
	position: absolute;
	left: 0px;
	top: 0px;
}





/* ========================================================== */
/* = DELETE THESE WHEN COMMENTING BACK IN HOME PAGE ENTRIES = */
/* ========================================================== */
/*.page-template-home-page-php .main-content-intro { 
	float: left;
}

.page-template-home-page-php #contentwrap #content #top {
	margin-bottom: 0px;
}

.page-template-home-page-php #latest-blog-post {
	margin-top: 27px;
}

*/

#from-the-set #head {
	height:60px;
	width:900px;
}

#from-the-set #head h1 {
	float:left;
	margin-right:20px;
	padding-left:20px;
}

#from-the-set #head h3 {
	color: white;
	font-size: 16px;
	padding-top: 20px;
}


#from-the-set .section-1 {
	clear:both;
}

#from-the-set table.layout {
	width:100%;
}

#from-the-set table.layout .left-col {
	width:320px;
	background-color:#343434;
}

#from-the-set #section-1,
#from-the-set #section-2,
#from-the-set #section-3 {
	margin-right:12px;
}

#from-the-set  .left-col,
#from-the-set  .right-col {
	padding: 8px 30px;
	vertical-align: top;
}

#from-the-set #section-1 .right-col img.filmmaker {
	float:left;
	width:200px;
	margin-right:16px;
}

#from-the-set #section-1 .left-col h3 {
	color:#fff;
}


#from-the-set #section-1 .right-col h3,
#from-the-set #section-1 .right-col h5 {
	color:#0039a6;
}
#from-the-set h3 {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 8px;
}

#from-the-set #section-1 h5 {
	font-size: 12px;
}
#from-the-set,
#from-the-set p {
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom: 8px;
}



#from-the-set #filmmaker-strip {
	position:relative;
	overflow:hidden;
	width:478px;
	height:340px;
}

#from-the-set #filmmaking-strip {
	position:relative;
	overflow:hidden;
	width:478px;
	height:250px;
}

#from-the-set .selector .dark {
	display:none;
	color:#333;
}

#from-the-set .selector .light {
	color:#888;
}


#from-the-set .selector .selected .light {
	display:none;
}
#from-the-set .selector .selected .dark {
	display:inline;
}

#from-the-set  .selector a {
	padding:5px 11px;
	font-size:16px;
}
#from-the-set #filmmaking-strip-inner, 
#from-the-set #filmmaker-strip-inner{ 
	position:absolute;
	width:20000px;
}

#from-the-set .bio,
#from-the-set .tips {
	float:left;
	width:478px;
	vertical-align:top;
	padding-right:8px;
	margin-right:5px;
	border-right:1px solid #888;
}

#from-the-set #section-1 .right-col .role {
	color:#aaa;
	text-transform:uppercase;
}


#from-the-set .selector {
	text-align:center;
}


#from-the-set #videos h5 {
	color:white;
}

#from-the-set #section-1 .right-col {
	background-color:#fff;
}
#from-the-set .section-1 .right-col {
	
}


#from-the-set #section-2 h3.overall {
	margin-bottom: 12px;
	margin-left: 30px;
}

#from-the-set #section-2 h3 {
	color:#343434;
}

#from-the-set #section-2 .right-col h3 {
	margin:0px 0px 8px;
}

#from-the-set #section-2 .right-col .tipname {
	font-weight:700;;
}

#from-the-set #section-2 .tip-1 {
	margin-bottom:16px;
}

#from-the-set #section-2 .tip-2 {
	clear:both;
}


#from-the-set #section-2 .tip-2 img,
#from-the-set #section-2 .tip-1 img {
	width:132px;
	height:99px;
}

#from-the-set #section-2 .tip-1 img {
	margin-right:16px;
	float:left;
}

#from-the-set #section-2 .tip-2 img {
	margin-left:16px;
	float:right;
}


#from-the-set #section-2 {
	background-color:white;
	margin-top:12px;
	padding-top:16px;
	
	border-top-left-radius:3px;
	-moz-border-radius-topleft:3px;	
	-webkit-border-top-left-radius:3px;
	border-top-right-radius:3px;
	-moz-border-radius-topright:3px;	
	-webkit-border-top-right-radius:3px;
}

#from-the-set #section-3 {
	background-color:#D2ECEC;
	padding:30px;
	border-bottom-left-radius:3px;
	-moz-border-radius-bottomleft:3px;	
	-webkit-border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	-moz-border-radius-bottomright:3px;	
	-webkit-border-bottom-right-radius:3px;
}

#from-the-set #section-3 h1 {
	margin-bottom:16px;
}

#from-the-set #section-3 h5 {
	font-size:12px;
	margin-bottom:8px;
}

#from-the-set #section-3 td.link {
	padding:2px 10px;
}

#from-the-set #section-3 li {
	padding:2px 0px;
}

#from-the-set #section-3 .question {
	padding:4px 8px 4px 0px;
}

#from-the-set #section-3 .wp-polls .Buttons,
#from-the-set #section-3 .wp-polls a.results-link {
	border:none;
	text-transform:uppercase;
	margin-right:8px;
	background-color:blue;
	background-image: -moz-linear-gradient(top, #5074be, #0438a5); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #5074be),color-stop(1, #0438a5)); /* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#5074be', EndColorStr='#0438a5'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#5074be', EndColorStr='#0438a5')"; /* IE8 */
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	padding:4px 8px;
	color:#fff;
}

#inspiration {
	margin-top:-20px;
}

#inspiration .head {
	position:relative;
}

#inspiration .head h3 {
	color: white;
	font-weight: 500;
	font-size: 14px;
}

#inspiration .block-1 .left-col {
	float:left; 
	border:none; 
	margin:10px 0px;
	width:270px;
	background-color:#d2eced;
	padding:30px 15px;
}

#inspiration .block-1 .left-col img {
	height:180px;
	width:270px;
}

#inspiration .block-1 .left-col h5 {
	font-size:16px;
	line-height:24px;
	font-weight:500;
	margin-bottom:8px;
	line-height:20px;
}

#inspiration .block-1 .left-col p {
	font-size:12px;
	line-height:1.4em;
	margin-bottom:12px;
}

#inspiration .block-1 .left-col, #inspiration .block-1 .right-col {
	height:670px;
}

#inspiration .it .block-1 .left-col, #inspiration .it .block-1 .right-col {
	height:900px;
}

#inspiration .de .block-1 .left-col, #inspiration .de .block-1 .right-col {
	height:980px;
}


#inspiration .block-1 .right-col {
	float:right; 
	border:none; 
	margin:10px 0px;
	background-color:#343434;
	width:580px;
	padding:30px 15px;
	position:relative;
}

#inspiration .block-1 .right-col h1 {
	color:#58b2e7;
	font-weight:200;
	font-size:24px;
}

#inspiration .block-1 .right-col .sort {
	position:absolute;
	right:25px;
	top:110px;
	width:350px;
}
#inspiration .block-1 .right-col .sort ul {
	margin:0px;
	padding:0px;
}

#inspiration .block-1 .right-col .sort ul, #inspiration .block-1 .right-col .sort h3 {
	float:right;
}

#inspiration .block-1 .right-col .sort li {
	float:left;
}

#inspiration .block-1 .right-col .sort li, #inspiration .block-1 .right-col .sort h3 {
	display:block;
	margin:5px;
}
#inspiration .block-1 .right-col .sort h3 {
	line-height:20px;
	color:#ccc;
	font-weight:500;
	font-size:12px;
}

#inspiration .block-1 .right-col .sort li a {
	font-weight:500;
	font-size:14px;
	line-height:20px;
	color:#58B2E7;
	text-decoration:underline;
}
#inspiration .block-1 .right-col .rating li.rating-sort a,
#inspiration .block-1 .right-col .country li.country-sort a,
#inspiration .block-1 .right-col .date li.date-sort a {
	text-decoration:none;
}

#inspiration .block-2 {
	border-radius:5px;
	-moz-radius:5px;	
	-webkit-border-radius:5px;
	background-color:white;
	clear:both;
	margin-top:20px;
	padding:50px;
}
#inspiration .block-2 h3 {
	font-weight:500;
	font-size:20px;
	line-height:28px;
	color:#333;
	margin-bottom:10px;
}
#inspiration .block-2 .big-logo {
	float:left;
}

#inspiration .block-2 .big-logo img {
}

#inspiration .block-2 .content-panel {
	width:800px;
}

#inspiration .block-2 .content-panel  {
	font-size:14px;
	line-height:150%;
	margin-bottom:30px;
}

#inspiration .block-2 .content-panel .upper img {
	float:left;
	margin-right:30px;
}

#inspiration .block-2 .content-panel .lower {
	clear:top;
}

#inspiration .block-2 .content-panel .lower img {
	float:right;
	margin-left:30px;
}


#inspiration .innovation-inspiration-entries ul {
	margin:0;
	padding:0;
}

#inspiration .innovation-inspiration-entries li {
	float:left;
	width:160px;
	background-color:#eee;
	border:1px solid white;
	margin:10px;
	padding:5px;
	
	border:solid 1px #e4ffff;
	border-radius:3px;
	-moz-radius:3px;	
	-webkit-border-radius:3px;
	
}

#inspiration .innovation-inspiration-entries li span {
	display:block;
	color:#aaa;
	white-space:nowrap; 
	overflow:hidden; 
	margin:2px 0px;
	padding:0; 
	font-size:11px; 
	text-overflow:ellipsis;
	line-height:1.2em;
}


#inspiration .innovation-inspiration-entries li .inspiration-entry-title{
	font-weight:700;
	color:black;
}

#inspiration .innovation-inspiration-entries li .inspiration-entry-author {
	width:100px;
}

#inspiration .innovation-inspiration-entries li .inspiration-entry-stars {
	width:120px; 
	margin:6px auto; 
	padding-top:3px;
	border-top:1px solid #ccc;
}


#inspiration .innovation-inspiration-entries li img {
	width:155px;
	height:102px;
	padding:3px;
}
#inspiration .block-1 .right-col .nav-link {
	background-color:#343434;
	text-align:center;
	font-style:italic;
	line-height:32px;
	width:132px;
	height:36px;
}


/* single post nav for previous/next entries */
.navigation { overflow:hidden; padding: 10px 10px;}
.navigation span.nav-link { 
	font-size:14px; 
	color:#fff; 
	display:block;
}




#inspiration .block-1 .right-col .share {
	width:250px;
	text-align:center;
	margin:10px auto;
	color:black;
	font-size:24px;
	padding:10px;
}
#inspiration .block-1 .right-col #share-top, #inspiration .block-1 .right-col #share-bottom {
	margin:0px auto;
	display:block;
}
#inspiration .block-1 .right-col #share-top{
	padding-bottom:0px;
}



#inspiration .navigation { padding: 0px; position:relative;}

#inspiration .navigation span.older {
	position:absolute;
	right:20px;
	top:20px;
	background-color:red;
}

#inspiration .navigation span.newer {
	position:absolute;
	left:20px;
	top:20px;
	background-color:red;
}


.head-entry-panel {
	background-color:#333;
	height:360px;
	position:relative;
}

.head-entry-panel .main-image {
	position:relative;
	float: left;
	width: 630px;
}
.head-entry-panel .main-image .entry-list-wrapper {
	position:absolute;
	left:20px;
	top:50px;
	width:320px;
	height:210px;
	padding:0px;
	background-color:#888;
	overflow:hidden;
	opacity:.7;
}

.head-entry-panel .entry {
	width:280px;
	height:150px;
	overflow: hidden;
	text-overflow: ellipsis;
	padding:0px 20px;
}

.head-entry-panel .entry-list-wrapper h3 {
	color:#ddf;
	font-weight:200;
	font-size:24px;
	line-height:30px;
	margin:20px 20px 10px;
}

.head-entry-panel .entry h5 {
	color:white;
	margin:0;
	line-height:24px;
	font-size:18px;
	height:24px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	
}
.head-entry-panel .entry .date {
	color:white;
	font-size:10px;
}
.head-entry-panel .entry .content {
	margin-top:5px;
	height:74px;
	overflow:hidden;
	text-overflow:ellipsis;
}
.head-entry-panel .entry a .content, .head-entry-panel .entry a .content, .head-entry-panel .entry a .content p {
	font-size:16px;
	line-height:24px;
	color:white;
}

.head-entry-panel .entry .read-more {
	color:#88ccff;
	text-decoration:underline;
	font-size:18px;
	line-height:24px;
	font-style:italic;
	text-align:right;
}



.head-entry-panel .main-image .likes {
	top:5px;
	right:5px;
	position:absolute;
/*	background-color:#fff;*/
	padding:7px 0px 2px 7px;
/*	border: 1px solid #aaa;*/
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}


.head-entry-panel .go {
	text-align:center;
	position:absolute;
	padding:0px;
	width:269px;
	right:0px;
	top:0px;
	color:#fff;
	font-weight:500;
}

.head-entry-panel .go h3 {
	font-weight:200;
	font-size:18px;
	margin-bottom:12px;
}
.head-entry-panel .go .enter-to-win {
	font-size:16px;
}

.head-entry-panel .go a {
	padding:0px;
}

.image-and-actions {
	background-color:#333;
	padding:10px;
	height:340px;
}

.image-and-actions .main-image {
	float: left;
	width: 630px;
	position:relative;
}
.image-and-actions .main-image .likes {
	top:5px;
	right:5px;
	position:absolute;
/*	background-color:#fff;*/
	padding:7px 0px 2px 7px;
/*	border: 1px solid #aaa;*/
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	
}



.image-and-actions .main-image img {
	width:630px;
	height:340px;
}
.image-and-actions .actions {
	float:right;
	width:250px;
}

.image-and-actions .actions ul, .image-and-actions .actions li {
	margin:0px;
	padding:0px;
}
.image-and-actions .actions li {
	padding:13px;
	margin-bottom:15px;
	background-color:#58b2e7;
	font-weight:200;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	margin-top:35px;
	
	background-image: -moz-linear-gradient(top, #8cF, #58b2e7); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #8cF),color-stop(1, #58b2e7)); /* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#8cF', EndColorStr='#58b2e7'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#88ccfF', EndColorStr='#58b2e7')"; /* IE8 */
}

.image-and-actions .actions .es li, .image-and-actions .actions .de li {
	margin-top:15px;
}
.image-and-actions .actions li.first {
	margin-top:0px;
}
.image-and-actions .actions li span {
	display:block;
}

.image-and-actions .actions li .title {
	color:white;
	font-size:20px;
	line-height:48px;
}
.image-and-actions .actions .it li .title {
	font-size:28px;
	line-height:32px;
}
 .image-and-actions .actions .de li .title {
	font-size:24px;
	line-height:28px;
}

.image-and-actions .actions li .message{
	font-size:16px;
	line-height:24px;
	color:#0039A6;
}

 .image-and-actions .actions .de li .message {
	font-size:14px;
	line-height:20px;
}


.image-and-actions .actions li .go {
	color:white;
	font-size:14px;
	text-align:right;
	line-height:18px;
	margin-top:3px;
	border:1px solid #ddd;
	padding:3px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	
}

.image-and-actions .actions li .go a {
	color:white;
	text-decoration:none;
	padding-left:150px;
}

#your-story #head {
	height:60px;
	width:900px;
}

#your-story #head h1 {
	float:left;
	margin-right:20px;
	padding-left:20px;
}

#your-story #head h3 {
	color: white;
	font-size: 16px;
	padding-top: 20px;
}

#your-story #section-1 {
		height:548px;
}

#your-story .fr #section-1,
#your-story .it #section-1,
#your-story .es #section-1,
#your-story .de #section-1 {
		height:589px;
}

#your-story .it #section-1 {
	height:604px;
}


#your-story #section-1, #your-story #section-2 {
	background-color:#333;
	position:relative;
	width:900px;
	padding:10px;
}
#your-story #section-2 {
	margin-top:20px;
	background-color:#fff;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	position:relative;
}

#your-story #section-1 h5 {
	color:white;
	font-size:18px;
	font-weight:500;
	margin-bottom:15px;
}

#your-story #section-2 .videos {
	width:400px;
}

#your-story #section-2 h3 {
	padding-left:40px;
	margin-bottom:10px;
	font-size:14px;
}

#your-story #section-2 .descriptions {
	width:450px;
	position:absolute;
	right:10px;
	top:44px;
	padding:0px;
}

#your-story #section-2 .descriptions p {
	font-size:12px;
	line-height:1.5em;
}

#your-story #section-2 h5 {
	line-height:1.5em;
	font-size:12px;
	float:left;
	margin-right:3px;
}

#your-story #section-2 .descriptions img {
	width:180px;
	height:120px;
	padding:0px;
}

#your-story #section-2 .description-one img {
	float:left;
	padding:0px 5px 5px 0px;
}

#your-story #section-2 .description-two {
	margin-top:30px;
	clear:both;
}

#your-story #section-2 .description-two img {
	float:right;
	padding: 5px 5px 0px 0px;
}

#your-story #section-1 .movie {
	margin-top:15px;
	width:500px;
}

#your-story #section-1 .movie p {
	color:white;
	font-size:12px;
	line-height:16px;
	margin-bottom:6px;
}

#your-story #section-1 .movie .under h5 {
	margin-top:12px;
	color:#5FB7E7;
}


#your-story .entries {
	background-color: #343434;
	margin-left: 10px;
	padding: 10px 0px;
	width:350px;
	position:absolute;
	right:50px;
	top:5px;
}

#your-story .entries h2 {
	font-size: 19px;
	font-weight: normal;
	color: #eee;
	margin-left: 40px;
}

#your-story .entries div.entry-list {
	margin: 15px 0px 0px 40px;
	background-color: #fff;
	width: 282px;
	height: 175px;
	overflow: hidden;
	white-space: nowrap;
	border-top: 4px solid white;
	border-left: 4px solid white;
	border-right: 3px solid white;
	position: relative;
}

#your-story .entries .entry {
	width: 136px;
	font-size: 11px;
	background-color: #fff;
	padding: 3px 0px 3px 4px;
}

#your-story .entries .entry img {
	width: 136px;
	height: 102px;
}

#your-story .entries .entry .title {
	color: black;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
	width: 136px;
}

#your-story .entries .entry .meta {
	color: #662D22;
}

#your-story .entries .entry .meta span {
	color: black;
}

#your-story .entries .entry-list-wrapper {
	position: relative;
	margin-bottom: 10px;
}

#your-story .entries .left-slider-button, #your-story .entries .right-slider-button {
	position: absolute;
	top: 42px;
	z-index: 100;
	cursor: pointer;
}

#your-story .entries .left-slider-button {
	left: 0px;
}

#your-story .entries .right-slider-button {
	right: -20px;
}

#your-story .entries .entry-list-table {
	position: absolute;
	left: 0px;
	top: 0px;
}
















