/*
Theme name: Wordpress IASIMUN
Theme URI: http://www.iasimun.org
Author: Cosmin Epureanu

All rights reserved (c)
*/

html, body{height: 100%;}
body{
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #e2e2e2;
}
img {display: block;}
#fastcol img{
	border: 1px solid #c1c1c1;
	padding: 3px;
}
#left img{
	margin: 3px 7px 3px 3px;
	padding: 3px;
	border: 1px solid #c1c1c1;
}
:focus{outline: none;}

/*
01. Element clases
*/
h1{font: normal 30px Georgia; margin: 6px 0;}
h2{font: normal 20px Georgia; margin: 4px 0;}
h3{font: normal 16px Georgia; margin: 2px 0;}
h4{font: normal 14px Georgia;}
#left p{ font-size: 13px; line-height: 17px; padding-bottom: 10px;}
#right p{ font-size: 12px; line-height: 16px;}
.home-cats p{margin: 0; padding: 0 !important;}
.tweetwhen{font-style: italic;color: #aaa;}
	/* titles + links */
	h1.title a:link, h1.title a:visited{
		color: #213a8d;
		text-decoration: none;
	}
	h3.Announcement{
		margin-top: 25px !important;
	}
	h3.Announcement a:link, h3.Announcement a:visited{
		color: #213a8d;
		text-decoration: none;
		font: normal 30px Georgia;
	}
	h2.title a:link, h2.title a:visited{
		color: #a00000;
		text-decoration: none;
	}
	h3.title a:link, h3.title a:visited{
		color: #172d77;
		text-decoration: none;
	}
	h1.title a:hover, h1.title a:active, h2.title a:hover, h2.title a:active, h3.title a:hover, h3.title a:active, h3.Announcement a:hover{
		text-decoration: underline;
		background: #ffffe8;
	}
	
	/* heads */
	#left h3.head{
		border-bottom: 1px solid #cccccc;
		margin-bottom: 8px;
		width: 100%;
	}
	#right h3.head{
		color: #005a84;
		margin-bottom: 8px;
		background-color: #e5eef3;
		border-bottom: 1px solid #cccccc;
		font: bold 12px Arial;
		text-transform: uppercase;
		width: 100%;
	}
	#fastcol .stbutton{display: none;}
	#secondcol .stbutton{display: none;}
	.fastcol-blue h3{
		height: 24px;
		background: #1921b1 url('images/head-blue.png') right top no-repeat;
		color: #fff;
		text-transform: uppercase;
		font: bold 12px Arial;
		line-height: 24px;
		padding-left: 6px;
	} .fastcol-blue p strong{color: #1921b1;}
	#fastcol p{
		padding: 0 8px;
		text-align: justify;
	}
	.fastcol-orange h3{
		height: 24px;
		background: #ff9600 url('images/head-orange.png') right top no-repeat;
		color: #fff;
		text-transform: uppercase;
		font: bold 12px Arial;
		line-height: 24px;
		padding-left: 6px;
	} .fastcol-orange p strong{color: #d57d00;}
	.fastcol-green h3{
		height: 24px;
		background: #008500 url('images/head-green.png') right top no-repeat;
		color: #fff;
		text-transform: uppercase;
		font: bold 12px Arial;
		line-height: 24px;
		padding-left: 6px;
	} .fastcol-green p strong{color: #008500;}
	
	
	/* author and date */
	.author, .date{
		color: #5e5e5e;
		font: normal 11px Arial;
	}
	.date{
		font-weight: bold; 
		color: #484848;
	}
	
	/* read more */
	a.more-link:link{
		font: bold Arial;
		font-weight: bold;
		color: #bf3030;
		text-decoration: none;
		padding-right: 10px;
	}
	a.more-link:visited{
		background: transparent url('images/visited.gif') right 4px no-repeat;
		font: bold Arial;
		color: #838383;
		text-decoration: none;
		padding-right: 12px;
		font-weight: normal;
	}
	a.more-link:hover, a.more-link:active{
		color: #bf3030;
		text-decoration: underline;
	}


/* 
02. Faux positioning technique
*/
.line {
	float: left;
	width: 100%;
	display: block;
	position: relative; /*prevents shifting when changing viewport in IE;thanks to Alan Gresley*/
}

.item {
	position: relative;
	float: left;
	overflow: hidden;
	left: 100%;
}

.sap-content {
	overflow: hidden;
}

/* Specific Containers CSS */
#container{
	width: 975px;
	height: auto;
	margin: 0 auto;
	background-color: #fff;
}
/* 
03. Header
*/
#header{
	width: 975px;
	height: 246px; /*246 */
	font-size: 11px;
	background: url('images/header_bg.png') left top no-repeat;
}
	/* toplinks */
	#toplinks{
		margin-left: -320px;
		width: 320px;
		text-align: right;
	}
	#toplinks ul{
		list-style: none;
		margin: 0 7px 0 0;
		padding: 0;
		float: right;
	}
	#toplinks ul li{
		float: left;
	}
	#toplinks ul li a:link, #toplinks ul li a:visited{
		display: block;
		padding: 5px 8px 5px 9px;
		color: #767676;
		text-decoration: none;
		background: #fff url('images/bullet.gif') left center no-repeat;
	}	.nobullet{background: none !important;}
	#toplinks ul li a:hover, #toplinks ul li a:active{
		color: #000;
	}
	
	/* weather */
	#weather{
		margin-left: -305px;
		width: 305px;
		height: 125px;
		position: relative;
	}
		span.today{
			font-size: 11px;
			color: #767676;
			font-weight: bold;
			text-transform: uppercase;
				position: absolute;
					left: 45px;
					top: 45px;
		}
		span.celsius{
			font-size: 20px;
			color: #767676;
			font-weight: bold;
				position: absolute;
					left: 77px;
					top: 60px;
		}
		img.icon{
			position: absolute;
				left: 134px;
				top: 40px;
		}
		span.status{
			font-size: 11px;
			font-weight: bold;
			color: #e40000;
				position: absolute;
					left: 200px;
					top: 45px;
		}
		span.advice{
			font-size: 11px;
			color: #767676;
				position: absolute;
					left: 200px;
					top: 59px;
		}

	/* search */
	#search-box{
		margin-left: -280px;
		width: 280px;
		height: 40px;
	}
		#search-box input.search{
			width: 196px;
			height: 15px;
			border: 1px solid #ccc;
			padding: 4px 5px 4px 5px;
			font-size: 12px;
			font-family: Arial;
		}
		#search-box input.button{
			width: 52px;
			height: 25px;
			background: #868686 url('images/search-button.gif') left top no-repeat;
			border: 0;
		}
	
	/* main menu */
	#mainmenu-box{
		margin-left: -100%;
		width: 100%;
		height: auto;
	}
		#mainmenu-box ul{
			margin: 0;
			padding: 0;
			list-style: none;
		}
		#mainmenu-box ul li{
			float: left;
		}
		#mainmenu-box ul li a:link, #mainmenu-box ul li a:visited{
			color: #fff;
			font-size: 11px;
			text-transform: uppercase;
			text-decoration: none;
			font-weight: bold;
			display: block;
			padding: 9px 14px;
		}
		#mainmenu-box ul li a:hover, #mainmenu-box ul li a:active{
			color: #ccc;
			padding-bottom: 8px;
			padding-top: 10px;
		}	
	#addarticle{
		margin-left: -108px;
		width: 108px;
	}
		#addarticle a:link, #addarticle a:visited{
			color: #fff;
			font-size: 11px;
			text-decoration: none;
			font-weight: bold;
			display: block;
			padding: 9px;
		}
		#addarticle a:hover, #addarticle a:active{
			padding-bottom: 8px;
			padding-top: 10px;
		}

	/* twitter */
	#twitter{
		width: 100%;
		margin-left: -100%;
		background-color: #ffffe8;
		border-bottom: 1px solid #fbe7b1;
		height: 25px;
		line-height: 25px;
	}
		span.twup{
			color: #080e73;
			text-transform: uppercase;
			font-weight: bold;
			padding-left: 35px;
			background: transparent url('images/twitter-icon.gif') left top no-repeat;
		}
		.twup a:link, .twup a:visited, .twup a:hover{
			text-decoration: none;
			color: #080e73;
		}

/*
04. Main Body
*/

#main{
	width: 975px;
	height: auto;
	margin-top: 20px;
}

	/* left */
	#left{
		width: 465px;
		margin-left: -100%;
		padding: 0px 7px 0px 15px;
		border-right: 1px solid #c1c1c1;
	}
	.page-participants{
		width: 940px !important;
	}
	
	/* right */
	#right{
		width: 465px;
		margin-left: -487px;
		padding: 0px 15px 0px 7px;
	}
		#fastcol p{
			font-size: 11px;
			line-height: 13px;
		}
		#fastcol{
			margin-bottom: 10px;
		}
		.fastcol-blue, .fastcol-orange, .fastcol-green{
			width: 33%;
		}
		.fastcol-blue{margin-left: -100%;}
		.fastcol-orange{margin-left: -66.5%;}
		.fastcol-green{margin-left: -33%;}
		
		#secondcol{
			width: 305px;
			margin-left: -100%;
			padding: 0 7px 0 0;
			border-right: 1px solid #c1c1c1;
		}
		#thirdcol{
			width: 147px;
			padding: 0 0 0 7px;
			margin-left: -153px;
		}
		
/*
05. Footer
*/

#breadcrumbs{
	width: 975px;
	height: 35px;
	line-height: 35px;
	color: #7b7b7b;
}
	.youarehere{
		padding-left: 15px;
		margin-left: -100%;
	}
	.gotop{
		margin-left: -8%;
	}
	
#footer-area{
	background: #7b7b7b;
	width: 975px;
	color: #fff;
}	
	#footer-area a:link, #footer-area a:visited{
		color: #fff;
		text-decoration: none;
		background: none;
	}
	#footer-area ul{
		margin: 15px 0 30px 0;
		padding: 0;
	}
	#footer-area ul li{
		list-style: none;
		line-height: 21px;
	}
	#footer-area h3{
		font-size: 24px;
	}
	#footer-area p{margin:0;}
	.about-footer{
		width: 306px;
		padding: 15px 15px 0;
		margin-left: -100%;
	}
	.footer-box{
		width: 15%;
		margin-top: 25px;
		margin-left: -65%;
	}

/* Icons */
a.twitter:link, a.twitter:visited{
	padding-left: 20px;
	background: transparent url('images/twitter.gif') left top no-repeat !important;
	height: 16px;
	display: block;
	margin-bottom: 3px;
}
a.facebook:link, a.facebook:visited{
	padding-left: 20px;
	background: transparent url('images/facebook.gif') left top no-repeat !important;
	height: 16px;
	display: block;
	margin-bottom: 3px;
}
a.rss:link, a.rss:visited{
	padding-left: 20px;
	background: transparent url('images/rss.gif') left top no-repeat !important;
	height: 16px;
	display: block;
	margin-bottom: 3px;
}

.alignleft{float: left;}
.alignright{float: right;}
p{ text-align: left;}

a:visited{
	color: #555;
}

/* Sublevel menus */
.tabcontainer{
clear: left;
position: absolute;
	left: 0;
	top: 0;
background: #ff9c00;
height: 25px;
z-index: 100;
border-bottom: 1px solid #f39500;
}
.tabcontent{
display:none;
}

.tabcontent ul{
	margin: 0; padding: 0; list-style: none; width: 975px;
}
.tabcontent ul li{
	float: left;
}
.tabcontent ul li a:link, .tabcontent ul li a:visited{
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 0 14px;
	line-height: 25px;
	height: 25px;
	text-transform: uppercase;
	float: left;
}
.tabcontent ul li a:hover, .tabcontent ul li a:active{
	color: #ffeed2;
	padding-top: 1px;
	background-color: #f39500;
}


/* Comments */
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

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

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

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

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}
iframe{
	border: 0;
}

p.wp-caption-text{
	font-size: 11px !important;
	font-weight: bold;
	margin-top: 3px;
	padding-left: 6px;
	color: #333;
	line-height: 13px !important;
}

div#main div.sap-content h3{
	
}
div#main div.sap-content p{
	margin-top: 20px;
	padding: 0;
	margin-bottom: 0px;
}
div#main div.sap-content ol{
	margin-top: 10px !important;
	padding-top: 0px !important;
	margin-bottom: 15px !important;
}
