/*  
Theme Name: Students for development
Theme URI: http://www.sfdblog.ca
Description: Custom theme based on CoffeeBreak theme.
Version: 1.0
Author: 
Author URI: 

*/

body, h1, h2, h3, h4, h5, h6, h7, blockquote, p, form{
	margin: 0;
	padding: 0 0 0 0;
}
body{
	margin: 0;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	/*background: #273b4c url(images/bg_page.gif) repeat-y top;*/
	background-color:#273B4C;
	color: #383a3c;
	overflow-x:hidden;
}

body a:link{
	font-weight: bold;
	text-decoration: none;
	color:#383a3c;
}

body a:visited{
	font-weight: bold;
	text-decoration: underline;
	color: #383a3c;
}

body a:hover{
	font-weight: bold;
	text-decoration: underline;
	color: #498470;
}

#calendar{
	margin: 20;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 12px;
	text-align: center;
	color: #383a3c;
}

#calendar a:link{
	font-weight: bold;
	text-decoration: underline;
	color:#383a3c;
}

#calendar a:visited{
	font-weight: bold;
	text-decoration: underline;
	color: #383a3c;
}

#calendar a:hover{
	font-weight: bold;
	text-decoration: underline;
	color: #498470;
}

a:link{
	text-decoration: underline;
	color:#3c4e5e;
}

a:visited{
	text-decoration: underline;
	color: #3c4e5e;
}

a:hover{
	text-decoration: underline;
	color: #498470;
}

h1{
	font-family: Verdana, Arial, Sans-serif;
	font-size: 18px;
	padding: 20px 0 10px 40px;
}

h2{
	text-align: left;
	vertical-align: top;
	color: #3c4e5e;
}

h2 a:link{
	text-decoration: none;
	color:#3c4e5e;
}

h2 a:visited{
	text-decoration: none;
	color: #3c4e5e;
}

h2 a:hover{
	text-decoration: underline;
	color: #498470;
}

h3{
	font-family: Verdana, Arial, Sans-serif;
	font-size: 12px;
	padding: 20px 0 10px 0;
}

h4{
	padding: 0 0 0 15px;
}

blockquote { font-style: italic; 
	font-family: Verdana, Arial, Sans-serif; 
	color: #333; 
	margin: 1.5em 30px 1.5em 30px; 
	padding: 4px 4px 4px 10px;
	background: #e9ebed;
	border: 1px dashed #939da5; 
}

.entry p { 
	margin: 0 0 12px 0; 
}

.entry ul, .entry ol { 
	margin: 0 0 15px 40px; 
}
	
.entry ul { 
	list-style-type: disc; 
}
	
.entry li { 
	margin: 0 0 5px 0; 
}
		
.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol { 
	margin: 5px 0 5px 30px; 
}

.entry img.left { 
	padding-right: 5px;
	margin-: 0.5em 15px 0.5em 0; 
	border: 1px solid #ccc;
	background: #eee;
	float: left; 	
	clear: left; 
}
		
.entry img.right { 
	padding-left: 5px;
	margin: 0.5em 0 0.5em 15px; 
	border: 1px solid #ccc;
	background: #eee;
	float: right; 
	clear: right; 
}
		
.entry img.center { 
	display: block; 
	padding: 8px; 
	margin: 0 auto 1.5em auto; 
	border: 1px solid #ccc;
	background: #eee;
	float: none; 
	clear: both; 
}
	
.entry img.off { 
	padding: 0 !important; 
	border: none !important; 
}
		
.entry img.stack { 
	clear: none !important; 
}

#wrapper{
	margin: 0 auto 0 auto;
	width: 900px;
	text-align: left;
	background-color:#fff;
}


/*----HEADER----*/

#header{
	
}



#header h1 span{
	display:none;
}

#header h1 {
	padding:0;
	margin:0;
	}

#header h1 a {
	display:block;
	overflow: hidden;
	font-size: 0.0; line-height: 0.0;
	width:880px; height:144px;
	background: url(images/blog_header.jpg) no-repeat 50% bottom;
	padding-left:10px;
	margin-top:0px;
	border-color:#fff;
	border-style:solid;
	border-width:5px;

	}

/*----POST----*/

#container{
	float: left;
	width: 630px;
	padding: 0 0 0 0;
}

.post{
	padding: 5px 50px 10px 40px;
}

.post h2{
	font-family: Garamond, Sans-serif;
	font-size: 20px;
	padding: 5px 0 20px 0;
}

.entry{
	line-height: 18px;
}

.postinfo{
	font-size: 11px;
	color: #677581;
	padding: 2px 0 20px 0;
	margin-top: -18px;
}

.postinfo a{
	color: #677581;
}

.postdate{ color: #677581; }

p.postmetadata{
	font-size: 10px;
	color: #677581;
	border-bottom: 1px dashed #c9ced2;
	margin: 20px 0 0 0;
	padding: 5px 0 0 0;
}

p.postmetadata strong{
	float: right;
}

.post img { 
	border: 1px solid #849097;
	padding: 4px;
	margin-right: 10px;
	margin-bottom: 10px;
}


/* This is the link at the bottom of a post which lets you go to the next or previous post */

.navigation{
	padding: 0px 20px 20px 40px;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}

/*----SIDEBAR STYLES----*/

.sidebar{
	background-color:#E9EBED;
	float: right;
	width: 260px;
	margin: 0 auto 5px auto;
	padding-top: 15px;
	padding-bottom: 23px;
	display: inline;
	overflow: hidden;
	margin-right:7px;
	
}

.sidebar ul{
	list-style: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar ul li{
	padding: 10px 0 10px 5px;
}

.sidebar ul li h2{
	font-family: Verdana, Arial, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #262626;
	padding: 3px 3px 3px 20px;
	margin: 0 10px 10px 0;
	background: #d1d6d9;
}

.sidebar ul ul li{
	padding: 0;
	margin: 0 0 8px 13px;
	line-height: 20px;
	list-style: url(images/mug_bullet.gif);
}

.sidebar a:link{
	font-weight: normal;
	text-decoration: none;
	color:#404040;
}

.sidebar a:visited{
	font-weight: normal;
	text-decoration: none;
	color:#404040;
}

.sidebar a:hover{
	font-weight: normal;
	text-decoration: underline;
	color: #000000;
}


table#wp-calendar{
	width: 100%;
}

/*----COMMENT FORM----*/

#comment-form{
	width: 475px;
	margin: 50px 0 0;
	border: 2px dotted #939da5;
	padding: 5px 5px 15px 15px;
	background: #e9ebed url(images/mug.gif) no-repeat top right;
}

.comments-template ol{
	margin: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	line-height: 18px;
	margin: 10px 0 10px 0;
}

.comments-template h2, .comments-template h3{
	font-family: Garamond, Sans-serif;
	font-size: 16px;
	color: #273b4c;
	padding: 10px 0 10px 0;
}

.commentmetadata{
	font-size: 12px;
	color: #273b4c;
	padding: 20px 0 20px 0;
}

.commentmetadata strong { 
	font-size: 14px; 
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template input{
	border: 1px solid #333;
}

.comments-template textarea{
	font-family: Verdana, Arial, Sans-serif;
	font-size: 11px;
	color: #000;
	margin: 30px 15px 15px 0;
	background: #FFF;
	border: 1px solid #939da5;
	width:463px;
}

/*----FOOTER----*/
#footer{
	clear: both;
	width: 875px;
	padding: 4px 5px 4px 10px;
	line-height: 18px;
	font-size: 11px;
	color: #e9ebed;
	background: #273b4c;
	border: 5px solid #ffffff;

}

#footer a:link{
	text-decoration: none;
	color: #ffffff;
	font-size: 10px;
}

#footer a:hover{
	text-decoration: underline;
	color: #ffffff;
}

#footer a:visited{
	text-decoration: none;
	color: #e9ebed;
}

#footer div.disclaimer {
	float: left;
	font-size:11px;
	width: 380px;
}

#footer div.disclaimer p {
	line-height:15px;
}

#footer div.logos  {
	float: right;
	width: 435px;
	padding: 5px 0 0;
}

#footer div.logos  a	{ float: left; margin-left: 10px; }
#footer div.logos img	{ border: 0; }

#footer #legal			{ clear: both; float: right; text-align: right; margin-top: -16px; }


/* ---- TOP MENU ---------- */
#top-menu {
	float:left;
	position:absolute;
	margin-left:20px;
	top:119px;
	z-index:999;
}
#top-menu ul{
	margin:0;
	padding:0 0 2px;
	text-align:left;
}
#top-menu ul li {
	color:#EEEEEE;
	display:inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#top-menu ul li a{
	color:#FFFFFF;
	font-weight:bold;
	line-height:1em;
	padding:2px;
	text-decoration:none;
}
#top-menu ul li a:hover {
	text-decoration:underline;
}

/* ------ langswitch ------*/
#langswitch {
	float:left;
	position:absolute;
	margin-left:800px;
	margin-right:30px;
	top:30px;
	width:400px;
	z-index:998;
	color::#fff;
}
#langswitch a, #langswitch a:visited {
	color:#fff !important;
	text-decoration:none;
}
#langswitch a:hover {
	color:#fff !important;
	text-decoration:underline;
	
	text-align:right;
	
}

/* ---- authors-by-category ---- */
#authors-by-category ul li {
	list-style-image:none;
	list-style-type:none;
	margin-left:0;
}

#authors-by-category ul li a {font-weight:bold}

#authors-by-category ul li ul li{ 
	margin:5px 0 5px 30px !important; 
	list-style-image:url(images/mug_bullet.gif);
	
}
#authors-by-category ul li ul li a { font-weight:normal;}

#authors-by-category ul li ul { display:none;}


/* =CALENDAR
-------------------------------------------------------------- */
#calendar-overview				{ padding: 20px 0 12px; border-top: 20px solid #fff; clear: both; }
#calendar-overview h2			{ color: #262626; font-family: Verdana,Arial,Sans-serif; font-size: 12px; font-weight: bold; margin: 0 20px 15px 20px; }

#calendar-overview ul			{ margin: 0 20px 20px 20px; padding: 0; border-top: 1px dashed #C9CED2; }
#calendar-overview li			{ border-bottom: 1px dashed #C9CED2; padding: 5px 0;}
#calendar-overview li .date		{ display: block; font-size: 11px; line-height: 13px; }
#calendar-overview li .title	{ display: block; font-weight: bold; padding: 3px 0; }
#calendar-overview li .title a	{ font-weight: bold; color: #3C4E5E; }
#calendar-overview li .location	{}

#calendar-overview a			{ text-decoration: underline; }
#calendar-overview a:hover	{ text-decoration: none; }

#calendar-overview .all			{ color: #000; text-decoration: none; font-size: 11px; line-height: 13px; padding-bottom: 10px; }
#calendar-overview .all a		{ float: right; margin-right: 15px; padding: 0; color: #3C4E5E; }

/* calendar full view */
#container table.fullcalendar { }

#container table.em-calendar td.eventful a,
#container table.em-calendar td.eventful-today a { font-weight: normal; }

#container table.em-calendar thead td,
#container table.em-calendar thead .month_name  { text-align: center; }

#container table.em-calendar td	{ width: 107px; font-size: 11px; line-height: 13px; }

#container table.em-calendar ul,
#container table.em-calendar ol {
    margin: 0;
	list-style: none;
	padding: 0; 
}

#container table.em-calendar a			{ color: #000; text-decoration: none; }
#container table.em-calendar li a		{ text-decoration: underline; color: #000; ; }
#container table.em-calendar li a:hover	{ text-decoration: none; }
#container table.em-calendar td.eventless-today { background-color: #eee; }

body.page-template-page-events-php #container	{ width: 900px; }
body.page-template-page-events-php .post 		{ padding: 5px 40px 10px 40px; }
body.page-template-page-events-php .post h2 	{ padding: 5px 0; }
body.page-template-page-events-php .entry 		{ width: 820px; line-height: 18px; }

.em-calendar-wrapper	{}



/* events list (dayli) */
#current-events 						{ width: 100%; }
#current-events #event-time			 	{ width: 200px; }
#current-events #event-description		{ }

#current-events th	{ padding: 15px 0; border-bottom: 1px dashed #C9CED2; vertical-align: top; }
#current-events td	{ padding: 15px 0; border-bottom: 1px dashed #C9CED2; vertical-align: top; }

#current-events #event-time,
#current-events #event-description 		{ text-align: left; }

/* TOP CONTENT */
#top-content-tabs                  { position: relative; border-top: 20px solid #fff; clear: both; padding: 20px 15px 0; }
#top-content-tabs .section         { overflow: hidden; display: none; clear: both; }
#top-content-tabs .active-section  { display: block; }

#top-content-tabs h2           				{ color: #262626; font-family: Verdana,Arial,Sans-serif; font-size: 12px; font-weight: bold; margin: 0 0 15px 0; }
#top-content-tabs .tabs-nav    				{ list-style: none; padding: 0; }
#top-content-tabs .tabs-nav li				{ float: left; font-size: 11px; line-height: 13px; font-weight: bold; padding: 0; margin: 0 0 0 1px; }
#top-content-tabs .tabs-nav li a			{ float: left; padding: 8px 10px 7px; font-weight: bold; color: #000; text-decoration: none; outline: 0; }
#top-content-tabs .tabs-nav li.first   		{ margin-top: 0; z-index: 20; margin: 0; }
#top-content-tabs .tabs-nav li.selected		{ }
#top-content-tabs .tabs-nav li.selected a   { background: #fff; }

#top-content-tabs .tab-content		{ background: #fff; padding: 15px 0; min-height: 100px; height: auto !important; height: 100px; clear: both; }
#top-content-tabs .tab-content ul	{ margin: 0 10px 5px 10px; padding: 0; border-top: 1px dashed #C9CED2; }
#top-content-tabs .tab-content li	{ border-bottom: 1px dashed #C9CED2; padding: 5px 0; }
#top-content-tabs .tab-content a		{ text-decoration: none; font-weight: normal; color: #3C4E5E; }
#top-content-tabs .tab-content a:hover	{ text-decoration: underline; }
#top-content-tabs .tab-content p		{ padding: 30px 0 0 90px; margin: 0; }

#top-content-tabs .comment-count	{ color: #aaa; }

#top-content-tabs .loading					{ }
#top-content-tabs .loading .tab-content		{ background: #fff url(images/ajax-loader.gif) no-repeat 50% 50%; }
#top-content-tabs .loading .tab-content *	{ visibility: hidden; }

ul.tabs-date-range 			    { padding: 10px 0 10px 10px; margin: 10px 0 0; background: #D1D6D9; }
ul.tabs-date-range li		    { padding: 0; margin: 0 8px 0 0; display: inline; }
ul.tabs-date-range li.first-tab { margin-left: 0 !important; }
ul.tabs-date-range li a		    { text-decoration: none; }

ul.tabs-date-range li.selected a,
ul.tabs-date-range li a:hover	{ text-decoration: underline; }

/* = CONTESTS
-------------------------------------------------------------- */
#contests-overview				{ padding: 20px 0 5px; border-top: 20px solid #fff; clear: both; }
#contests-overview h2			{ background: #D1D6D9; color: #262626; font-family: Verdana,Arial,Sans-serif; font-size: 12px; font-weight: bold; margin: 0 20px 20px 20px; padding: 3px 3px 3px 20px; }

#contests-overview ul			{ margin: 0 20px 20px 20px; padding: 0; border-top: 1px dashed #C9CED2; }
#contests-overview li			{ border-bottom: 1px dashed #C9CED2; padding: 5px 0;}
#contests-overview li .date		{ display: block; font-size: 11px; line-height: 13px; }
#contests-overview li a			{ display: block; padding: 3px 0; font-weight: bold; color: #3C4E5E; }
#contests-overview li .location	{}

#contests-overview a		{ text-decoration: none; }
#contests-overview a:hover	{ text-decoration: underline; }


/* LIKE BUTTON */
.button-like 		{ text-align: right; width: 85px; margin: -43px 0 0 auto; }

#field-event-address .location-name,
#sidebar .location-name		{ display: none; }

/* GENERAL */
#top-content-tabs .tabs-nav:after,
#calendar-overview .all:after,
#footer:after           { content: "."; display: block; height: 0; clear: both; visibility: hidden; font-size: 0px; line-height: 0; overflow: hidden; }
