* { padding:0; margin:0; }

html { min-height: 100%; margin-bottom: 1px; }  /* FireFox Page-Shift Fix */

body {
	margin: 0;
	text-align: center;
	padding:0;
	font-family: "Calabria", Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.75em;
	color:#333333;
	background-color:#c9e2ef;
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: fixed;
}

/*** USEFUL ***/

.clear {clear: both;}
.clear_fusion {clear: both;line-height: 1px;height: 1px;font-size: 1px;}
.float_left {float:left;}
.float_right {float:right;}
.center {text-align: center;}
.left {text-align: left;}
.right {text-align: right;}
.img_left {float: left; margin: 0 15px 5px 0;}
.img_right {float: left; margin: 0 10 5px 15px;}
.vertical_align {display: inline;vertical-align: middle;}
.vertical_align_all * {display: inline;vertical-align: middle;}
a img {border: 0px none;}

/*** STRUCTURE ***/

#wrapper {
	width:975px;
	margin: 1em auto 0 auto;
	text-align: left;
}

#search {
float: right;
width: 220px;
text-align: right;
}

.content_wrapper_middle {
	background-image: url(../images/bg_content_middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.content_wrapper_top {
	background-image: url(../images/bg_content_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.content_wrapper_bottom {
	background-image: url(../images/bg_content_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 15px;
}

/* 2 Col */

.r2_ff {
	padding: 1em 0;
}

.r2_ff .c1 {
	float:left;
	width: 630px;
}
.r2_ff .c2 {
	float:left;
	margin-left: 15px;
	width: 300px;
}

/* 3 Col */


.r3_9 {
	width:100%;
	padding: 5px 0 1em 0;
}

.r3_9 .c1 {
	float:left;
	width:300px;
}
.r3_9 .c2{
	float:left;
	width:300px;
	margin-left: 22px;
	margin-right: 23px;
}
.r3_9 .c3{
	float:left;
	width:300px;
}

.content_box_small_middle {
	background-image: url(../images/bg_content_small_middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-bottom: 1em;
	zoom: 1;
}

.content_box_small_top {
	background-image: url(../images/bg_content_small_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.content_box_small_bottom {
	background-image: url(../images/bg_content_small_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 15px;
	font-size: 0.95em;
}

.box_height, .sidebar_home .content_box_small_bottom {
	min-height: 22em;
	}

.content_box_big_middle {
	background-image: url(../images/bg_content_big_middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.content_box_big_top {
	background-image: url(../images/bg_content_big_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.content_box_big_bottom {
	background-image: url(../images/bg_content_big_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 20px;
}

.mini_post {
	background-color: #f7fafc;
	border-right: 1px dotted #d7e8f1;
	border-bottom: 1px dotted #d7e8f1;
	padding: 1em 15px;
	margin-bottom: 1.5em;
}

.post img {
	margin: 5px 10px;
}

/*** FORMATTING ***/

p {
line-height: 160%;
margin: 0 0 1em 0;
}

	p.meta {
		color: #696969;
		font-style: italic;
	}
	
	#footer p {
		color: #696969;
	} 
	
	#footer p a {
		color: #445d85;
	} 
	
	p.audio {
		font-style: italic;
		color: #696969;
	}

ul, ol {
line-height: 160%;
margin: 0 0 1em 25px;
}

.sidebar_home ul, .sidebar_home ol {
	list-style-type: none;
	margin: 0;
}

.sidebar_home ul li {
	margin-bottom: 0.25em;
}

h1, h2, h3, h4, h5 {
	font-size: 1.8em;
	color: #000000;
	margin: 0 0 0.5em 0;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1 {
	color: #445d85;
}

h2 {
	font-size: 1.4em;
}

	h2.divider {
		margin: 1.75em 0 1.5em 0;
		background-image: url(../images/bg_h4.gif);
		padding-bottom: 0.75em;
		background-repeat: repeat-x;
		background-position: left bottom;
	}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.5em;
	color: #445d85;
	padding-bottom: 0.6em;
	margin-bottom: 0.5em;
	background-image: url(../images/bg_h4.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

h5 {
	font-size: 1.1em;
	font-weight: bold;
	color: #696969;
}

a, a:visited, a:active {
color: #2a8ebf;
}

a:hover {
color: #000000;
}

a.page_button {

	width: 170px;
	padding: 3px;
	margin: 3px;
	background-color: #DBECF4;
	border: 1px solid #c4dde9;
	text-decoration: none;
	}

/*** COMMENTS ***/

#comment_list {
	list-style-type: none;
	margin-left: 0;
}

#comment_list li {
	padding: 1em 0;
	border-bottom: 1px dotted #CCCCCC;
}

/*** TAGS ***/

p.tags {
	line-height: 220%;
	font-size: 0.859em;
}

p.tags a {
	text-decoration: none;
	padding: 3px;
	color: #2a8ebf !important;
	display: inline;
	vertical-align: middle;
}

p.tags a:hover {
	background-color: #EFF7FA;
}


.tag_cloud {
	background-image: url(../images/bg_home_tags.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	width:915px;
	height:251px;
	padding: 15px;
	line-height: 220%;
	font-size: 0.85em;
	margin-bottom: 20px;
}

.tag_cloud a {
	text-decoration: none;
	padding: 3px;
	color: #2a8ebf !important;
	display: inline;
	vertical-align: middle;
}

.tag_cloud a:hover {
	background-color: #EFF7FA;
}

a.panel_what {
	display: block;
	width: 215px;
	height: 187px;
	padding: 20px 80px 20px 15px;
	background-image: url(../images/bg_panel_what.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	line-height: 180%;
	text-decoration: none;
	margin-bottom: 10px;
}

a.panel_cet {
	display: block;
	width: 215px;
	height: 187px;
	padding: 20px 80px 20px 15px;
	background-image: url(../images/bg_panel_cet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	line-height: 180%;
	text-decoration: none;
	margin-bottom: 10px;
}

a.panel_prereg {
	display: block;
	width: 215px;
	height: 187px;
	padding: 20px 80px 20px 15px;
	background-image: url(../images/bg_panel_prereg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	line-height: 180%;
	text-decoration: none;
	margin-bottom: 10px;
}

a.panel_what span, a.panel_cet span, a.panel_prereg span {
	font-size: 1.75em;
}

/*** NEWS TICKER ***/

div#news-slide 
{
	height:18px;
	margin: 0;
	padding: 7px 0; 
	} 

ul#news-slide-list 
{
	list-style-type: none;
	margin-left: 10px;
	height: 18px;
	overflow: hidden;
	}

ul#news-slide-list a
{
	text-decoration: none;
	font-size: 1.25em;
	}
ul.related_posts {
	margin: 0;
	list-style-type: none;
	}
