/*
Theme Name: EN2010 RECAP
Theme URI: http://en2010.com
Description: EN2010 RECAP theme by <a href="http://www.deevio.com">Danny</a> and <a href="http://www.victory.org.ph">friends</a>.
Version: 1.0
Author: Danny van Ommen
Author URI: http://deevio.com
*/

body{
	margin:0;
	padding:0;
	background-color:#ffffff;
	
	font-family:arial;
	font-size:12px;
	color:#333333;
}

/* begin typography */
a{
	color:#3258ad;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

h1, h2, h3, h4{
	font-family:'arial';
	color:#333333;
}

p, .regular{
	font-family:arial;
	font-size:12px;
	color:#333333;
	line-height:150%;	
}

p.medium, .medium{
	font-family:arial;
	font-size:14px;
	color:#333333;
	line-height:150%;		
}

p.large, .large{
	font-family:arial;
	font-size:18px;
	color:#333333;
	line-height:150%;		
}

/*blog post*/
.post-title {font-size:20px;font-weight:bold;}
.post-date {font-size:10px;}

/* end typography */

/* begin layout */

div#header-bg{
	width:100%;
	background:#1e49a1 url('images/header-bg_20100120.jpg') top center repeat-x;
	height:287px;
	margin:0 auto;
}

div#header-container{
	width:100%;
	background:url('images/header-container_20100120.jpg') top center no-repeat;
	height:287px;
	margin:0 auto;
}

div#header{
	width:1000px;
	height:287px;
	margin:0 auto;
	
	
	/* background:url('images/header_20100120.jpg') top center no-repeat; */
	/* background:url('images/header_lastday.jpg') top center no-repeat; */
	/* background:url('images/header_day1.jpg') top center no-repeat; */
	/* background:url('images/header_day2.jpg') top center no-repeat; */
	/* background:url('images/header_day3.jpg') top center no-repeat; */
	background:url('images/header_recap.jpg') top center no-repeat;
}

div#en2010-logo{
	float:left;
	position:relative;
	top:52px;
	left:30px;	
}

div#register-btn{
	float:left;
	position:relative;
	top:0;
	left:223px;
}

div#register-btn a{
	display:block;
	width:469px;
	height:71px;
	background:url('images/register_button_3.jpg') 0 0 no-repeat;
}

div#register-btn a:hover{
	display:block;
	width:469px;
	height:71px;
	background:url('images/register_button_3.jpg') 0 -71px no-repeat;
}

div#body-header-bg{
	width:100%;
	min-height:200px;
	background:url('images/body-header-bg_20100120.jpg') top center repeat-x;	
}

div#body-header{
	width:100%;
	min-height:200px;
	margin:0 auto;
	background:url('images/body-header_20100120.jpg') top center no-repeat;	
}

div#body-footer-bg{
	width:100%;
	min-height:187px;
	background:url('images/body-footer-bg_20100120.jpg') bottom center repeat-x;	
}

div#body-footer{
	width:100%;
	min-height:187px;
	margin:0 auto;
	background:url('images/body-footer_20100120.jpg') bottom center no-repeat;	
}

div#paper{
	width:940px;
	margin:0 auto;
	position:relative;
	padding-top:10px;
	padding-bottom:10px;
}

div#paper p{
	
}

div#paper-left{
	float:left;
	width:600px;
	min-height:280px;
	margin-bottom:10px;
}

div#paper-left-l{
	float:left;
	width:170px;
	min-height:280px;
}

div#paper-left-r{
	float:right;
	width:410px;
	min-height:280px;
}

div#paper-right{
	float:right;
	width:330px;
	min-height:280px;
}

div#footer-bg{
	width:100%;
	background:#1e49a1 url('images/footer-bg_20100120.jpg') top center repeat-x;
	height:184px;
	margin:0 auto;
}

div#footer-container{
	width:100%;
	background:url('images/footer-container_20100120.jpg') top center no-repeat;
	height:184px;
	margin:0 auto;
}

div#footer{
	width:1000px;
	height:184px;
	margin:0 auto;
	background:url('images/footer_20100120.jpg') top center no-repeat;
}

div#everynation-logo{
	position:relative;
	top:42px;
	left:405px;
	width:189px;
	height:70px;
}

/* end layout */

/* begin content */

div#ads{
	width:600px;
	margin-top:10px;
	margin-bottom:10px;
}

#en2010-twitter-banner{
	cursor:pointer;
	display:block;
	width:600px;
	height:102px;
	background:#424474 url('images/ads/en2010_twitter_banner.jpg') no-repeat top;	
}

#en2010-twitter-banner-button{
	display:block;
	position:relative;
	left:0px;
	top:0px;
	width:600px;
	height:102px;
	background:url('images/ads/en2010_twitter_banner_button.png') 0 0 no-repeat;
}

#en2010-twitter-banner-button:hover{
	cursor:pointer;
	background:url('images/ads/en2010_twitter_banner_button.png') 0 -102px; no-repeat;	
}

#registration-open-for-all{
	display:block;
	width:600px;
	height:102px;
	background:#424474 url('images/ads/registration-closing-soon.jpg') no-repeat top;
}

#registration-open-for-all-button{
	display:block;
	position:relative;
	left:442px;
	top:16px;
	width:144px;
	height:54px;
	background:#424474 url('images/ads/register-today-button.jpg') 0 0 no-repeat;
}

#registration-open-for-all-button:hover{
	background:#424474 url('images/ads/register-today-button.jpg') 0 -54px; no-repeat;	
}


.reg_now {	background:#c0c0c0; 
			height:102px; 
			width:600px; 
			background: #ffffff url('images/ads/en2010-international-reg-butn.jpg') no-repeat top;
			color:#ffffff;
			font-family: Century Gothic,Tahoma;
			
		}
		
.clear {clear:all;}		
	
/* ONLINE REGISTRATION OPENS ON and FEBRUARY 1, 2010!* */	
.reg_now .blue {height:81px; width:600px; }
  .blue .date_announcement {float:left;width:340px; }
  .blue .regbutton{float:right;}
  
 /*text: International delegates and Register Now*/
  .regbutton .label{float:left; width:100px;font-size:14px;letter-spacing:-.01em;font-weight:300;padding:25px 0 0 0; }
  .regbutton .reglink {float:right;width:140px;font-size:15px;font-weight:bold;letter-spacing:.01em; padding:33px 0 0 0;}
		.reglink  a {text-decoration:none;color:#9b248d;}
		.reglink a:hover {color:#b8a9d2;}
		.reglink a {padding-left:14px;}
	
/*test: For international delegates only. Registration opens March 1 for Philippine delegates*/	
.reg_now .dark_blue {height:20px; color:#ffffff;}
.reg_now .dark_blue  p {color:#c0c0c0; margin:0; padding:2px 0 0 0; font-size:10px; width:570px;text-align:right;}






div#counter{
	margin-top:10px;
	width:330px;
	height:96px;
	background-color:#ffffff;
	border-bottom:6px #970580 solid;
}

div#video{
	margin-top:10px;
	width:330px;
	background:url("images/embedr_bg.gif") repeat-x;
}

div#video h3{
	font-family:'trebuchet ms', 'arial';
	font-size:18px;
	color:#ffffff;
	background-color:#333333;
	margin:0;
	padding:4px;
}

div#featured-article{
	
}

div#featured-article h2{
	color:#8ce113;	
	margin:0;
	font-size:28px;
}


/*Collapsing Archive - for blog page*/
div.archive {padding-bottom:10px;}

div.postArchive.green{
	border-left:7px solid #8cc63f;
	width:165px;
	padding-bottom:5px;
	
	
}


div.postArchive ul li.item a {
	
	font-family:verdana;
	font-weight:bold;
	font-size:10px;
	color:#3258ad;
	padding-left:10px;
	background-position:0px 4px;
	background-repeat:no-repeat;
	background-image:url("images/quicklinks_green-arrow.gif");

}



div.postArchive  h3{
	border-bottom:1px dotted #999;
	padding-bottom: 3px;
	font-size:11px;
	font-weight:bold;
	font-family:arial;
	color:#999999;
	margin-left:10px;
}

div.postArchive  ul  {list-style:none;padding:0;margin:0}

div.postArchive ul li {padding-left:8px;}



div.postArchive ul.list a {font-size:11px; color:#999999; font-weight:bold;}


div.postArchive span.collapsing.categories.item {
        border:0;
        padding:0; 
        margin:0; 
        cursor:pointer;
		margin-top:3px;margin-bottom:3px;
}



div.postArchive  ul.list {padding:0;margin:0;}

div.postArchive ul.collapsing.categories`.sym {
   font-size:1.2em;
   font-family:Monaco, 'Andale Mono', 'FreeMono', 'Courier new', 'Courier', monospace;
   cursor:pointer;
   }
 /*end collapsing archive*/

/*collapse/expand category archive */
div.catArchive.green{
	border-left:7px solid #8cc63f;
	width:165px;
	padding-bottom:5px;
	cursor:pointer;
}


div.catArchive ul li.categories.item a {
	
	font-family:verdana;
	font-weight:bold;
	font-size:10px;
	color:#3258ad;
	padding-left:13px;
	background-position:3px 4px;
	background-repeat:no-repeat;
	background-image:url("images/quicklinks_green-arrow.gif");
	
	display:block;
}


div.catArchive ul li.categories a {font-size:11px; font-weight:bold; padding:4px 4px 4px 6px;}
div.catArchive ul li.categories {font-size:11px; font-weight:bold;}

div.catArchive  h3{
	padding-bottom: 3px;
	font-size:11px;
	font-weight:bold;
	font-family:arial;
	color:#999999;
	margin-left:10px;
}

div.catArchive  ul  {list-style:none;padding:0;margin:0}

div.catArchive ul li {padding-left:8px;}





div.catArchive span.collapsing.categories.item {
        border:0;
        padding:0; 
        margin:0; 
        cursor:pointer;
		margin-top:3px;margin-bottom:3px;
}



div.catArchive  ul.list {padding:0;margin:0;}

div.catArchive ul.collapsing.categories`.sym {
   font-size:1.2em;
   font-family:Monaco, 'Andale Mono', 'FreeMono', 'Courier new', 'Courier', monospace;
   cursor:pointer;
   }

/*end collpase/expand category archive*/


/* end content */
