/*
Theme Name: SOS Sona

*/

@import url("reset.css");

body
{
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #505050;
}

div.post div.text div.ec3_iconlet *{line-height: 100%}

.alignleft
{
	float: left;
}

.aligncenter
{
	width: auto;
	margin-right: auto;
	margin-left: auto;
}

.alignright
{
	float: right;
}

img.alignleft
{
	margin: 0 1em .5em 0;
}

img.aligncenter
{
	margin-bottom: .5em;
}

img.alignright
{
	margin: 0 0 .5em 1em;
}

.in
{
	margin: 10px;
}

.clear
{ 
	clear: both;
}

p
{
	line-height: 150%;
	margin: 3px 0
}

li
{
	margin: 0;
	list-style-type: none;
	line-height: 150%;
}

a
{
	color: #303030;
}

a:hover
{
	text-decoration: none;
}

h1
{
	background-color: #C1C2C4;
	font-size: 100%;
	display: none;
	color: #505050;
}

h2
{
	color: #231f20;
	font-size: 25px;
	font-weight: bold;
}

	h2 a
	{
		color: #231f20;
		text-decoration: none;
	}
	
	h2 a:hover
	{
		color: #8F1508;
	}

h3
{
	color: #231f20;
	font-size: 18px;
	font-weight: bold;
}

	h3 a
	{
		color: #231f20;
		text-decoration: none;
	}
	
	h3 a:hover
	{
		color: #8F1508;
	}

h4.red
{
	background-image:url('img/bkg_title_red.jpg');
	line-height: 30px;
	text-align: center;
	font-size: 100%;
	color: #FFF;
	text-transform: uppercase;
}

h4.black
{
	background-image:url('img/bkg_title_black.jpg');
	line-height: 30px;
	text-align: center;
	font-size: 100%;
	color: #FFF;
	text-transform:uppercase;
}

#container
{
	width: 1000px;
	margin: 0 auto;
}

#header
{
	background-image:url('img/header.jpg');
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 214px
}

ul#menu
{
	background-color: #c1c2c4;
	height: 30px;
	border-top: 1px solid #fff
}

	ul#menu li
	{
		float: left;
		height: 30px;
		list-style-type: none;
	}
	
	ul#menu li a
	{
		display: block;
		line-height: 30px;
		padding: 0 5px;
		color: #202020;
		text-decoration: none;
		font-size: 90%;
		text-transform: uppercase;
	}
	
	ul#menu li a:hover
	{
		background-color:#CCC;
		text-decoration: underline;
	}
	
	ul#menu li.current-cat a, ul#menu li.current_page_item a
	{
		background-image:url('img/bkg_menu.jpg');
		background-position: 0 bottom;
		background-repeat: repeat-x;
		color: #FFF;
	}



div#col1
{
	width: 170px;
	float: left;
}

	div#col1 p
	{
		line-height: 120%;
	}
	
	div#col1 div.in
	{
		border-bottom: 1px dotted #909090;
		padding-bottom: 5px;
	}

div#col2
{
	width: 540px;
	float: left;
}

div#col3
{
	width: 290px;
	float: left;
}

	div#col3 h4.black
	{
		background-image:url('img/bkg_title_black2.jpg');
	}
	
	div#col3 h4.red
	{
		background-image:url('img/bkg_title_red2.jpg');
	}

div.rss
{
	padding:10px 0;
}

	div.rss a
	{
		color: #505050;
		line-height: 150%;
	}

	div.rss img
	{
		display:block;
		float: left;
		margin:0 10px 0 0
	}
	
ul.cat
{
	list-style-type: none;
}

	ul.cat li
	{
		line-height: 20px;
		font-weight: bold;
	}
	
	ul.cat li a
	{
		color: #505050;
	}
	
input#searchbox
{
	background-color: #e2e3e4;
	background-image:url('img/bkg_search.jpg');
	background-position:0 bottom;
	background-repeat:repeat-x;	
	border: 1px solid #ccc;
	width: 142px;
	padding: 3px;
}

div.post
{
	margin-bottom: 10px;
	
}

	div.post .ec3_schedule
	{
		display: none;
	}

	div.post div.top
	{
		background-color: #ce181e;
		color: #FFF;
		text-transform: uppercase;
		font-size: 90%;
		line-height: 110%;
		padding: 2px 5px;
	}
	
		div.post div.top a
		{
			color: #fff;
		}
	
	div.post div.date
	{
		font-style: italic;
		line-height: 200%;
		color: #8c8e90;
	}
	
	div.post div.author
	{
		color: #5e5f61;
		line-height: 200%;
		font-weight: bold;
		font-style: italic;
	}
	
	div.post div.text
	{
		border: 1px dotted #909090;
		border-width: 1px 0;
		padding: 10px 0;
		line-height: 150%;
		font-family: Verdana;
		font-size: 10pt;
	}

        div.post div.text *{line-height: 150%}
	
	div.post p.postmetadata a
	{
		color: #343434;
	}
	
div#footer
{
	margin-top: 20px;
	clear: both;
	text-align: right;
	border-top: 1px solid #eee;
}

	div#footer *
	{
		color: #646464;
	}

/* WIDGET */
li.widget
{
	list-style-type: none;
}

	li.widget h2
	{
		background-image:url('img/bkg_title_red2.jpg');
		line-height: 30px;
		text-align: center;
		font-size: 100%;
		color: #FFF;
		text-transform:uppercase;
	}
	
.box_red, .box_black
{
	background-color: #8F1508;
	color: #fff;
	padding: 5px;
	font-size: 150%;
	font-weight: bold;
	margin-top: 1px;
}

.box_black
{
	background-color: #3E3B3F;
}

p.box_desc
{
	margin: 1px 0;
	padding: 5px;
	background-color: #ddd;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

#box_comments
{
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	padding: 10px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

	#box_comments a
	{
		color: #343434;
	}
	
	#box_comments h3#postcomment
	{
		margin-top: 20px;
	}
	
	#box_comments p
	{
		margin: 10px 0;
	}
	
	textarea#comment
	{
		width: 495px;
		height: 100px;
		font-size: 12px;
		font-family:Arial, Helvetica, sans-serif;
	}

ol#commentlist li
{
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px dotted #ddd;
}

.slideshowlink a
{
	display: none;
}

.search_box
{
	padding: 10px 0;
	margin: 10px 0;
	border-bottom: 1px solid #ddd;
}

cite
{
	font-weight: bold;
	font-style: none;
}

div.thumb
{
	clear: both;
	float: right;
	padding: 1px;
	border: 1px solid #ddd;
	margin : 0 0 5px 10px;
}
