/*
Theme Name: IanParry
Author: Jeroen Lam
Author URI: http://www.lammetje.nl
Description: A custom theme for Ian Parry Scholarship
Version: 1.0
License: GNU General Public License
Tags: 
*/


/*---------------------------------------------------------------------------------------------*/
/*	CSS Reset by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/ v2.0
/*---------------------------------------------------------------------------------------------*/
html,body,div,span,applet,object,h1,h2,h3,h4,h5,h6,p,blockquote,a,img,strong,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
ol,ul{list-style:none;}
blockquote:before,blockquote:after{content:none;}
table{border-collapse:collapse;border-spacing:0;}
input:focus,textarea:focus{border:1px solid #999; outline:0;}
a:hover, a:active, a:focus { outline: none; -moz-outline-style: none;}
::-webkit-input-placeholder {color:#787974;}
:-moz-placeholder {color:#787974;}
.placeholder {color:#787974;}

/* --- Clearfix --- */
.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0;}
.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0;}


/* =Structure
-------------------------------------------------------------- */
html, body {
	min-height:100%;
}

html {
	overflow-y: scroll;
	-webkit-font-smoothing: subpixel-antialiased;
}
body {

}
#header{
	position:relative;
	display:block;
	height:22px;
	width:100%;
	min-width: 993px; /*FireFox*/
	background-color:#abd04c;
}
.center {
	display:block;
	margin: 0 auto;
	width:993px;
}
#logo {
	float:left;
	width:231px;
	height:74px;
	margin-top:-52px;
}
#wrap {

}
#page {
	display: block;
	position:relative;
}
#main {
	display:block;
	position:relative;	
/*	margin: 0 auto;
	width:993px;*/
}


/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =Header
-------------------------------------------------------------- */

#site-title {
	display:none;
}
#site-description {
	display:none;
}
.social {
	margin: 0 auto;	
	display:block;
	width:980px;
	height:69px;	
}
#followfacebook {
	width:34px;
	height:34px;
	margin-top:20px;
	background-image:url(images/headerSocial.png);
	display:block;
	float:right;
}
#followfacebook:hover {
	background-position: 0 -34px;
}
#followtwitter {
	width:34px;
	height:34px;
	margin-top:20px;
	margin-left:8px;
	background-image:url(images/headerSocial.png);
	background-position: -34px 0;
	display:block;
	float:right;	
}
#followtwitter:hover {
	background-position:  -34px -34px;
}

/* =Footer
-------------------------------------------------------------- */

#footer {
	width:100%;
	min-width: 993px; /*FireFox*/
	height:83px;
	background-image:url(images/footerdot.png);
	background-repeat:repeat-x;
	display:block;
	clear:both;
	background-color:#fff;
}
.footerelement {
	float:left;
	display:block;	
}
.sponsor {
	position:relative;
	display:block;
	padding:8px 0 0 13px;
	font-family:"HelveticaNeueW01-57CnOb";
	color:#6a6a6a;
	font-size:12px;	
}
.sponsorholder {
	position:absolute;
	margin-left:10px;	
}
.sponsoritem {
	padding:4px 13px 0 13px;
	float:left;
}
.footerdivider {
	margin-top:5px;
	height:31px;
	width:1px;
	display:block;
	float:left;
	background-color:#8b898a;	
}

/* =Menu
-------------------------------------------------------------- */

#access {
	font-family:"HelveticaNeueW01-57Cn";
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	display: block;
	float: left;
	letter-spacing:0.02em;
}
#access ul {
	list-style: none;
	margin: 0;
}
#access li {
	margin-top:3px;
	margin-left:10px;
	float: left;
	position: relative;
}
#access a {
	color:#fff;
	display: block;
	text-decoration: none;
}

#access li:hover > a {
	color:#000000;
}
#access li.menu-divider {

}
#access li.menu-divider:last-child {
	display:none;
}
#access li.current_page_item a{
	color:#000000;
}
.menu{
	position:relative;
	float:right;
	display:block;
	padding-right:8px;

}
#access .current-menu-item > a {
	color:#000;
}
/* =Home
-------------------------------------------------------------- */
#homeholder {
	z-index:4;
	position:relative;
	display:block;
	margin: 20px auto 40px auto;
	width: 720px;
	height: 518px;
	clear:both;
	background-image:url(images/loader.gif);
	background-repeat:no-repeat;
	background-position: 327px 226px;	
}
.slideholer {
	float:none;
	position:absolute;

}
.slideholer img {
	width:720px;
	height:auto;
}
.foto {
	display:none;	
}
.info {
	display:block;
	margin-top:2px;
	margin-right:180px;
	float:right;
}
.imgh {
	height:auto;
	display:block;
	float:none;	
}
.photographer {
	margin-right:10px;
	margin-top:1px;
	color:#666666;
	font-family: "HelveticaNeueW01-67MdCn 692710";
	font-size:21px;	
	float:left;
	display:block;
}
.award {
	margin-right:20px;
	float:left;
	margin-top:4px;
	color:#666666;
	font-family: "HelveticaNeueW01-47LtCn 692686";
	font-size:18px;	
	display:block;
}

.viewp {
	float:left;
	margin-top:7px;
	color:#abd04c;
	font-family: "HelveticaNeueW01-57Cn";
	font-size:16px;	
	display:block;
	text-decoration:underline;
		cursor:pointer;
}
.viewp a, viewp a:visited {
	color:#abd04c;	
}
#control{
	position:relative;
	top:492px;
	float:right;
	background-image:url(images/homecontrol.png);
	width:143px;
	height:26px;
	display:block;
}
#back {
	cursor:pointer;
	position:absolute;
	display:block;
	width:26px;
	height:26px;
	background-image:url(images/homecontrol.png);
	background-position: 0px -26px;
	margin-left:43px;
}
#back:hover {
	background-position: 0px -52px;
}
#forward {
	cursor:pointer;	
	position:absolute;
	display:block;
	width:26px;
	height:26px;
	background-image:url(images/homecontrol.png);
	background-position: -26px -26px;
	margin-left:69px;
}
#forward:hover {
	background-position: -26px -52px;
}
#fullscreen {
	cursor:pointer;	
	position:absolute;
	display:block;
	width:26px;
	height:26px;
	background-image:url(images/homecontrol.png);
	background-position: -52px -26px;
	margin-left:116px;
}



/* =Blog
-------------------------------------------------------------- */

.blogleft {
	float:left;
	margin-bottom:20px;
}

.blogright {
	margin-top:20px;
	margin-bottom:40px;
	float:right;
}
.backoverview {
	margin: 20px 0 20px 20px;
	color:#abd04c;
	font-family: "HelveticaNeueW01-57Cn";
	font-size:16px;	
	text-decoration:underline;
}
.backoverview a {
	color:#abd04c;
}
.blogitem {
	margin:20px;
	background-color:#f0efef;
	width:670px;	
}
.blogheader {
	background-color:#f7f7f7;
	font-family:"HelveticaNeueW01-77BdCn 692722";
	color:#abd04c;
	display:block;
	float:none;
	width:670px;
	height:77px;
}
.blogdate1 {
	margin: 7px 0 0 18px;
	font-size:50px;
	float:left;
}
.blogdate2 {
	margin: 41px 0 0 3px;
	font-size:15px;
	float:left;	
	text-transform:uppercase;
}
.datedivider {
	margin: 37px 10px 0 9px;
	float:left;
	display:block;
	width:2px;
	height:21px;
	background-color:#abd04c;
}
.blogauthor {
	float:left;	
	padding: 43px 0 0 0;
	font-family:"HelveticaNeueW01-57Cn";
	font-size:14px;
}
.blogtitle {
	padding: 15px 20px 10px 20px;
	color:#000;
	font-family:"HelveticaNeueW01-57Cn";
	font-size:25px;
}
.blogmain {
	padding: 10px 20px 10px 20px;
	margin-bottom:40px;
	color:#000;
	font-family:"HelveticaNeueW01-57Cn";
	font-size:14px;
	line-height:25px;
}
.blogmain p {
	margin-bottom:10px;
}
.blogmain a {
	color:#000;
	text-decoration:underline;
}

.blogmain strong, .blogmain b{
	font-family:"HelveticaNeueW01-77BdCn 692722";
}
.blogmain i{
	font-family:"HelveticaNeueW01-57CnOb";
}

.bloglink {
	text-transform:uppercase;
	font-family: "HelveticaNeueW01-57Cn";
	padding: 10px 20px 19px 20px;
	text-align:right;
	font-size:16px;	
	text-decoration:underline;
}
.bloglink a, .bloglink a:visited{
	color:#abd04c;

}
.sharetwitter {
	margin:38px 10px 0 0;
	float:right;
	display:block;
	background-image:url(images/share.png);
	width:55px;
	height:20px;
	cursor:pointer;	
}
.sharetwitter:hover {
	background-position: 0 -20px;
}
.sharefacebook {
	margin:38px 20px 0 0;	
	float:right;
	display:block;
	background-image:url(images/share.png);
	width:60px;
	height:20px;
	cursor:pointer;
	background-position: -55px 0px;	
}
.sharefacebook:hover {
	background-position: -55px -20px;
}
/* =pagination
-------------------------------------------------------------- */

.pagination {
	font-family:"HelveticaNeueW01-57Cn";
	clear:both;
	margin-top:-10px;
	margin-bottom:46px;
	padding:0 20px 20px 20px;
	position:relative;
	font-size:13px;
	line-height:13px;
}
 
.pagination span, .pagination a {
	display:block;
	float:left;
	margin: 2px 4px 2px 0;
	padding:5px 9px 6px 9px;
	text-decoration:none;
	width:auto;
	color:#fff;
	background: #999999;
}
 
.pagination a:hover{
	color:#fff;
	background: #c7c7c7;
}
 
.pagination .current{
	padding:5px 9px 6px 9px;
	background: #abd04c;
	color:#fff;
}

/* = Dropdown
-------------------------------------------------------------- */

.dropdownholder {
	position:relative;
	margin-top:-50px;
	margin-right:43px;
	float:right;
	
}
.selected {
	display:block;
	padding: 11px 0 0 10px;
	background-color:#fafafa;
	border: 1px solid #f0f0f0;	
	width:135px;
	height:29px;
	position:relative;
	font-family:"HelveticaNeueW01-67MdCn 692710";
	color:#5c5c5c;
	text-decoration:none;
	font-size:15px;
}

.yearnavigation {
	position:absolute;
	margin-top:-42px;	
	display:none;
	border: 1px solid #f0f0f0;	
	background-color:#fafafa;
	display: block;
	float:left;
	display:none;
	z-index:5;
	min-width:145px;
	padding-bottom:10px;
}
.yearnavigation a,
.yearnavigation a:visited {
	font-family:"HelveticaNeueW01-67MdCn 692710";
	color:#5c5c5c;
	font-size:15px;
	padding:10px 10px 2px 10px;
	color:#5c5c5c;
	text-decoration:none;
	display:block;
}
.yearnavigation a:hover {
	color:#abd04c;
}
#arrow-right {
	margin: 17px 0 0 127px;
	z-index:3;
	position:absolute;
	width: 0; 
	height: 0; 
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent; 
	border-left:5px solid #666666; 
}

#arrow-down {
	margin: 19px 0 0 125px;
	z-index:7;
	position:absolute;
	width: 0; 
	height: 0; 
	border-left: 4px solid transparent;
	border-right: 4px solid transparent; 
	border-top: 5px solid #abd04c;
	display:none;
}


/* = Twitterfeed
-------------------------------------------------------------- */

#twitterfeed {
	padding:20px;
}
.twitterh {
	padding:20px 0 20px 20px;	
	color:#abd04c;
	font-family:"HelveticaNeueW01-67MdCn 692710";
	font-size:15px;
	text-transform:uppercase;
}
.twitterholder {
	float:right;
	width:250px;
	background-color:#f0efef;
	font-family:"HelveticaNeueW01-57Cn";
	font-size:14px;
	line-height:20px;
	color:#000;
}
.twitterholder a{
	color:#000;
}
.bird {
	margin: 21px 20px 0 20px;
	width:18px;
	height:15px;
	display:block;
	float:left;
	background-image:url(images/bird.png);
}
.joinconversation {
	margin: 20px 20px 20px 0;
	color:#abd04c;
	font-family: "HelveticaNeueW01-57Cn";
	font-size:12px;	
	text-decoration:underline;
	text-transform:uppercase;
	float:right;
}
.joinconversation a {
	color:#abd04c;
}

.feedend {
	height:10px;
	background-color:#abd04c;
	display:block;
	clear:both;
	
	
}
.tweet_list li{
	float:none;
	display:block;
	background:url(images/footerdot.png) bottom repeat-x;
	padding-top:15px;	
	padding-bottom:15px;
}

.tweet_user {
	margin-right:5px;
	float:left;
}
.tweet_text {
	margin-bottom:10px;
	clear:both;
	float:none;
	display:block;
}
.tweet_action {
	text-decoration:none;
	font-family:"HelveticaNeueW01-77BdCn 692722";
}
.tweet_reply {
	float:none;
}


/* = Winners
-------------------------------------------------------------- */

.winnertitle {
	font-family:"HelveticaNeueW01-67MdCn 692710";
	color:#abd04c;
	font-size:50px;
	margin: 10px 0 10px 0;
	padding-left:430px;
	display:block;
}
.press {
	position:absolute;
	width:973px;
	text-align:right;
	margin:43px 40px 0 0;
	color:#abd04c;
	font-family: "HelveticaNeueW01-57Cn";
	font-size:16px;	
	display:block;
	text-decoration:underline;
	text-transform:uppercase;
}
.press a, .press a:visited {
	color:#abd04c;	
}

.winners {
	margin-left:20px;
	display:block;
	clear:both;
}
.winners a, .winners:visited {
	text-decoration:none;
}
.first {
	display:block;
	float:left;
	width:506px;
	cursor: pointer;
	position:relative;
}
.firstloading {
	z-index:5;
	display:none;
	width:506px;
	height:339px;
	opacity:0.4;
	filter: alpha(opacity = 0.4);
	background-image:url(images/loader.gif);
	background-repeat:no-repeat;
	background-position: 220px 136px;
	position:absolute;
	background-color:#fff;
}
.first img {
	width:506px;
	height:auto;
}

.hover a img, .hover a { 
	border: none;
	overflow: hidden;
	float: left;
	clear:both;
}
.hover a:hover { 
	border: 3px solid #abd04c;
}
.hover a:hover img {
	margin: -3px;
}
.winnardivider {
	display:block;
	height:4px;
	clear:both;
}
.winnarphotographer {
	color:#828282;
	font-family: "HelveticaNeueW01-77BdCn 692722";
	font-size:15px;	
	display:block;
}
.winnaraward {
	color:#666666;
	margin: 0;
	font-family: "HelveticaNeueW01-57Cn";
	font-size:13px;
	display:block;
}
.rest {
	position:relative;
	cursor: pointer;
	display:block;
	margin-left:20px;
	float:left;
	width:207px;
	height:200px;
}
.restloading {
	z-index:5;
	display:none;
	width:207px;
	height:138px;
	opacity:0.4;
	filter: alpha(opacity = 0.4);
	background-image:url(images/loader.gif);
	background-repeat:no-repeat;
	background-position: 70px 36px;
	position:absolute;
	background-color:#fff;
}
.rest img {
	width:207px;
	height:auto;
}

/* = Winners detail
-------------------------------------------------------------- */

#winnerdetail {
	width:960px;

}
.wdetailline {
	width:100%;
	height:3px;
	display:block;
	background-color:#abd04c;
}
#closedetail {
	position:relative;
	margin-top:4px;
	margin-right:10px;	
	float:right;
	width:24px;
	height:24px;
	display:block;
	background-image:url(images/close.png);
	cursor: pointer;
}
#closedetail:hover{
	background-position: 0 -24px;
}
#singewinner {
	margin: 0 auto;
	width:993px;
	display:block;
}
#swapitems {
	display:block;
	position:relative;
}
#detailproject {
	background-color:#fff;	
	margin: 20px 0 50px 20px;
	display:block;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#detailphotographer {
	background-color:#fff;	
	margin: 20px 0 50px 20px;
	display:none;
}
#detailsynopsis {
	background-color:#fff;		
	margin: 20px 0 50px 20px;
	display:none;
}
.detailtop {
	margin: 20px 0 0 20px;	
	height:45px;
}
#detailbuttons {
	float:right;
	margin-right:20px;	
}

.urllink {
    color: #000000;
    cursor: pointer;
    float: none;
    font-family: "HelveticaNeueW01-57Cn";
    font-size: 15px;
    margin-bottom: 20px;
    text-decoration: underline;
}

.urllink a, .urllink a:visited {
    color: #000000;
}
.detaillink {
	float:left;
	margin-top:7px;
	margin-left:20px;
	color:#abd04c;
	font-family: "HelveticaNeueW01-57Cn";
	font-size:16px;	
	display:block;
	text-decoration:underline;
	text-transform:uppercase;
	cursor:pointer;
}
.detaillink a, .detaillink a:visited {
	color:#abd04c;	
}

.detailphotographer {
	color:#666666;
	font-family: "HelveticaNeueW01-67MdCn 692710";
	font-size:25px;	
	display:block;
	float:left;
}
.detaildivider {
	color:#828282;
	font-family: "HelveticaNeueW01-77BdCn 692722";
	font-size:25px;	
	display:block;
	float:left;
}
.detailaward {
	color:#666666;
	margin:7px 0 0 8px;
	font-family: "HelveticaNeueW01-47LtCn 692686";
	font-size:18px;	
	display:block;
	float:left;
}
.detailswap {
	margin:10px 0 0 15px;
	font-family:"HelveticaNeueW01-57Cn";
	font-size:13px;
	color:#abd04c;
	float:left;
	text-decoration:underline;
	cursor: pointer;
}
.detailswap a, .detailswap a:visited {
	color:#abd04c;	
}
.detailborder {
	position:relative;
	width:958px;
	height:658px;
	display:block;
	border:1px;
	border-style:solid;
	border-color:#e3e3e3;
	background-image:url(images/loader.gif);
	background-repeat:no-repeat;
	background-position: 446px 296px;
}
#controlLeft{
	position:absolute;
	width:53px;
	height:658px;
	display:block;
	cursor:pointer
}
#lefticon{
	position:relative;
	display:block;
	width:25px;
	height:50px;
	margin: 304px 0 0 16px;
	background-image:url(images/leftright.png);	
}

#controlRight{
	position:absolute;
	left:905px;
	width:53px;
	height:658px;
	display:block;
	cursor:pointer
}
#righticon{
	position:relative;
	display:block;
	width:25px;
	height:50px;
	margin: 304px 0 0 16px;
	background-position: -25px 0;
	background-image:url(images/leftright.png);	
}

.slides {
	position:relative;
}
.slides li {
	position: absolute;
}

.slide {
	position:absolute;
	width:100%;
	opacity:0;
	filter: alpha(opacity = 0);
}
.totalslide {
	position:relative;
}
.totalslide img {
	max-height:640px;
	max-width:834px;
	position:absolute;
}
.slide img {
       /* added static width and height to fix the showcase, wordpress didn't resize our images anymore :( */
       width: 850px;
       height: 566px;
}
.slide span {
	position:absolute;
	background-image:url(images/tblack.png);
	color:#fff;
	display:none;
}
.slide h2 {
	font-family: "HelveticaNeueW01-77BdCn 692722";	
	margin: 20px 20px 10px 20px;
	font-size:13px;
}
.slide h3 {
	font-family: "HelveticaNeueW01-57Cn";
	margin: 3px 20px 20px 20px;
	font-size:13px;
}
#captioncontrol {
	float:left;
	margin-top:7px;
	color:#abd04c;
	font-family: "HelveticaNeueW01-57Cn";
	font-size:16px;	
	display:block;
	text-decoration:underline;
	text-transform:uppercase;
	cursor:pointer;
}
.slidetitel {
	color:#fff;
	font-family: "HelveticaNeueW01-77BdCn 692722";
	font-size:15px;
	padding: 10px 20px 5px 20px;
}
.slidedescription {
	color:#fff;
	font-family: "HelveticaNeueW01-ThinCn 673383";
	font-size:15px;
	line-height:20px;
	padding: 10px 20px 20px 20px;
}
.control {
	height:50px;
}
.controlright {
	margin:9px 13px 0 0 ;
	float:right;
}
.controlbox {
	cursor:pointer;
	display:block;
	width:14px;
	height:14px;
	background-color:#a2a2a2;
	float:left;
	margin-left:10px;
	
}
.detailsynopsis {
	font-family: "HelveticaNeueW01-47LtCn 692686";
	font-size:18px;
	display:block;
}
.detailsynopsis h1 {
	font-family:"HelveticaNeueW01-67MdCn 692710";
	font-size:50px;
	color:#abd04c;
	margin-bottom:18px;
}
.detailsynopsis p {
	margin-bottom:15px;
}
.detailsynopsis a {
	color:#abd04c;
	text-decoration:underline;
}

.detailsynopsis strong, .detailsynopsis b{
	font-family:"HelveticaNeueW01-77BdCn 692722";
}
.detailsynopsis i{
	font-family:"HelveticaNeueW01-57CnOb";
}
#winnerh {
	z-index:7;
	display:block;
	position:relative;
	height:493px;
	overflow:hidden;
}
#winneroverview {
	width:993px;
	display:block;
	position:absolute;
}
#contentholder {
	z-index:6;
	display:block;
	position:absolute;
	background-color:#FFF;
	width:100%;
	clear:both;
}

/* =Alumni
-------------------------------------------------------------- */
#alumnih {
	z-index:7;
	display:block;
	position:relative;
	height:620px;
	overflow:hidden;
}
.alumniholder {
	position:relative;
	display:block;
	width:515px;
	padding-bottom:20px;
	background:url(images/footerdot.png) bottom repeat-x;
}
.alumniloading {
	z-index:5;
	width:515px;
	height:90px;
	display:none;
	background-image:url(images/loadersmall.gif);
	background-repeat:no-repeat;
	background-position: 465px 15px;
	position:absolute;
}
.alumniphotographer {
	margin:10px 0 0 0;
	color:#000;
	font-family: "HelveticaNeueW01-77BdCn 692722";
	font-size:14px;
	line-height:20px;
	display:block;
}
.alumnidetail {
	font-family:"HelveticaNeueW01-57Cn";
	color:#000;
	font-size:14px;
	line-height:20px;
	display:block;
}
.alumnimorelink {
	font-family: "HelveticaNeueW01-57Cn";
	font-size:16px;	
	text-align:right;
	display:block;		
}
.alumnimorelink a, .alumnimorelink a:visited {
	color:#abd04c !important;
	text-decoration:underline;
}




/* =Content
-------------------------------------------------------------- */

.contentimg {
	padding:20px;
	margin-bottom:15px;
	float:left;
}
.title {
	padding: 10px 0 0 0;
	font-family:"HelveticaNeueW01-67MdCn 692710";
	color:#abd04c;
	font-size:50px;
	display:block;
}
.contenrright {
	position:relative;
	margin-left:430px;	
}
.buybook {
	position:absolute;
	width:62px;
	height:38px;
	display:block;
	background-image:url(images/paypal.png);
	margin:30px 0 0 894px;
}
.maincontent {
	float:left;
	display:block;
	width: 550px;
	margin: 1px 0 40px 0;
	padding-top: 10px;
	font-family:"HelveticaNeueW01-57Cn";
	color:#000;
	font-size:14px;
	line-height:20px;
}

.maincontent strong, .maincontent b{
	font-family:"HelveticaNeueW01-77BdCn 692722";
}
.maincontent i{
	font-family:"HelveticaNeueW01-57CnOb";
}
.maincontent a, .maincontent a:visited {
	color:#000;
	text-decoration:underline;
}
.maincontent h6 {
	font-family:"HelveticaNeueW01-ThinCn 673383";
	text-decoration:underline;
	margin-bottom:5px;
}
.maincontent h5 {
	margin: -10px 0 10px 0;
	text-transform:uppercase;
	font-family: "HelveticaNeueW01-57Cn";
	font-size:16px;	
	text-decoration:underline;
}
.maincontent h5 a, .maincontent h5 a:visited {
	color:#abd04c;
}
.maincontent p {
	margin-bottom:20px;	
}




/* = Scroll
-------------------------------------------------------------- */
.scroll {
	float:left;
	display:block;
	width: 550px;
	margin: 1px 0 40px 0;
	padding: 10px 0 0 0;
	font-family:"HelveticaNeueW01-57Cn";
	color:#000;
	font-size:14px;
	line-height:20px;
}
.scroll strong, .scroll b{
	font-family:"HelveticaNeueW01-77BdCn 692722";
}
.scroll i{
	font-family:"HelveticaNeueW01-57CnOb";
}
.scroll a, .scroll a:visited {
	color:#000;
	text-decoration:underline;
}
.scroll h6 {
	font-family:"HelveticaNeueW01-ThinCn 673383";
	text-decoration:underline;
	margin-bottom:5px;
}
.scroll h5 {
	margin: -10px 0 10px 0;
	text-transform:uppercase;
	font-family: "HelveticaNeueW01-57Cn";
	font-size:16px;	
	text-decoration:underline;
}
.scroll h5 a, .scroll h5 a:visited {
	color:#abd04c;
}
.scroll p {
	margin-bottom:20px;	
}
.scroll .viewport { width: 515px; height: 500px; overflow: hidden; position: relative; }
.scroll .overview { list-style: none; position: absolute; left: 0; top: 0; }
.scroll .scrollbar{ background-color:#e6f1c9; position: relative; background-position: 0 0; float: right; width: 10px; }
.scroll .track {background-color:#e6f1c9; height: 100%; width:10px; position: relative; padding: 0; }
.scroll .thumb {background-color:#abd04c; height: 20px; width: 10px; cursor: pointer; overflow: hidden; position: absolute; top: 0;  }
.scroll .thumb .end { background-color:#e6f1c9; overflow: hidden; height: 0; width: 10px; }
.scroll .disable { display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }

.sticky {
}
.entry-meta {
	clear: both;
	display: block;
}
.single-author .entry-meta .byline {
	display: none;
}
#content nav {
	display: block;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {

}
.page-link {
	clear: both;
}
.page .edit-link {
	clear: both;
	display: block;
}

/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;

}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Gallery Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin: 0 1em 0 0;
}

/* Image Posts */
.format-image .entry-header {
	display: none;
}
.single .format-image .entry-header {
	display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
	padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
	padding-top: 0;
}


/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {

}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img,
.wp-caption {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.size-full {
	min-width:630px;
	height:auto;
	
}
img.alignleft {

}
img.alignright {

}
.wp-caption {
	text-align: center;
}
.wp-caption img {

}
.wp-caption .wp-caption-text {

}
.gallery-caption {
}
.wp-smiley {
	margin: 0;
}


/* =Forms
-------------------------------------------------------------- */

#searchform label {
	display: none;
}
#searchform input#s {
	width: 60%;
}
input[type=text],
input#s {
	margin: 0 1em 0 0;
	width: 60%;
}
textarea {
	width: 80%;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}


/* =Comments
-------------------------------------------------------------- */

article.comment {
	display: block;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}


/* =Widgets
-------------------------------------------------------------- */

.widget {
	display: block;
}
.widget-area .widget_search {

}
.widget-area .widget_search input {
	float: left;
}

/*-----------------------------------------------------------------------------------*/
/*	Styles for Internet Explorer 8 and below
/*-----------------------------------------------------------------------------------*/

.ie .totalslide {
	opacity:inherit;
	filter:inherit;	
}
.ie .totalslide img {
	opacity:inherit;
	filter:inherit;	
}
.ie .totalslide span {
	opacity:inherit;
	filter:inherit;	
}