@charset "utf-8";
/* ------ CSS RESET ------ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	font: 12px/1.5 Tahoma, Arial, Helvetica, sans-serif;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* ------ CSS RESET END ------ */

body {
	background: #2D6870 url(../images/background.jpg) top center no-repeat;
	color: #fff;
}

a {	
	color:#fff000; 
}

a:hover { 
	text-decoration: underline; 
}

h3{
	font-size:14px;
	font-weight:bold;
	padding:5px 5px 5px 0;
	color:#A3D5EA;
	font-family: Georgia;
}

br.clear {
	clear:both;
}

#header{
	margin:0 auto 0 auto;
	height: 234px;
	width:960px;
}

#out_content{
	width:100%;
	float:left;
	border-bottom: 1px solid #0b5660;
}

#maincontent{
	margin:0 auto 0 auto;
	width:880px;
	padding: 0px 40px 0px 40px;
}

#out_footer{
	width: 100%;
	height: 120px;
	background: #0b5660;
	border-top: 1px solid #2d676f;
	margin:0;
	clear: both;
	margin:0;
}

#footer{
	margin:0 auto 0 auto;
	padding-top:10px;
	height: 110px;
	width:960px;
	color:#fff;
	text-align: left;
}

#footer p {
	padding-left:40px;
}

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


/* MAIN MENU */

#mainmenu ul{
	padding:20px 0 0 0px;
	list-style-type: none;
	width: 390px;
	height: 30px;
	float: right;
	text-align: right;
}	
	#mainmenu ul li {
		float: left;
	}
		#mainmenu ul li a{
			float:right;
			width: auto;
			padding:2px 8px 2px 8px;
			height: 24px;
			line-height:24px;
			text-transform: uppercase;
			-moz-border-radius: 6px;
			-khtml-border-radius: 6px;
			-webkit-border-radius: 6px;
			border-radius: 6px;
			color: #fff;
			text-decoration: none;
			font-size: 10pt;
			font-weight: bold;
			margin-left:8px;
		}

	#mainmenu ul a:hover, #mainmenu ul a.active{
		background: url(../images/bg-nav.png);
	}
/* END MAIN MENU */

/* CONTENT */
#content{
	float:left;
	width:557px;
	padding:0 0 15px 0;
}

	#content h2{
		font-size: 26px;
		font-family: Georgia;
		font-weight:normal;
		color:#fff;
		letter-spacing:-1px
	}
	
	#content img{
		border:1px dashed #1c535b;
		padding:5px;
	}
	

/* END CONTENT */

/* RIGHT COLL */

#right{
	float:right;
	width: 260px;	
}

	#right .title{
		padding:0 0 10px 0;
		font-size:22px;
		color:#fff;
		font-family: Georgia;
	}
	
	#right .cats{
		padding:0 0 20px 0;
	}
	
		#right .cats li{
			
		}
		
			#right .cats li a{
				text-decoration:none;
				border-bottom:1px dashed #1c535b;
				font-size:14px;
				display: block;
				width: 100%;
				color: #ccc;
				padding:3px 0 3px 2px;
			}

/* END RIGHT COLL */

/* BLOG */
.blogtitle {
	float:left;
	width: 100%;
	padding: 0 0 10px 0;
}

.blogtitle h2{
	font-size:15pt;
	
}

.blogtitle h2 a{
	color:#fff;
	text-decoration: none;
}

.blogtitle p{
	color: #a3d5ea;
	font-size:11px;
}
.blogtitle p a{
	text-decoration: none;
	color: #a3d5ea;
}

.text{
	color: #fff;
	margin-bottom: 25px;
}

/* END BLOG */

/* OTHER */
#rss{
	float:right;
	width: 47px;
	height: 24px;
	padding:10px 0 0 32px
}

	#rss:hover{
		background: url(../images/rss_hover.gif) no-repeat 1px 0px;
		color:#f6d76d;
	}

	
#comments div{
	padding:10px 5px 10px 5px;
	border-bottom: 1px dotted #1c535b;
}

#comments div p strong{
	color: #A3D5EA;
}


#addcom input{
	width: 485px;
	margin:0 0 12px 0;
	padding:4px;
	background: #fff;
	border: 1px solid #1c535b;
	float: left;
}

#addcom p{
	float: left;
	width: 100%;
}

#addcom label {
	float: left;
	display: block;
	width: 56px;
	padding:2px
}

#addcom textarea{
	width: 547px;
	height:150px;
	padding:4px;
	background: #fff;
	border: 1px solid #1c535b;
	margin-bottom: 12px;
}
#addcom input.submit{
	width: 160px;
	float: left;
	margin-top:10px;
}

#addcom img {
	float: left;
}

#addcom input#captcha {
	width: 100px;
	float: left;
	margin-left:10px;
}

#addcom span {
	float: left;
	width: 300px;
	display: block;
	margin-left:10px;
}

.msg{
	border:1px dashed #1c535b;
	color:#10529C;
	text-align: center;
	font-weight: bold;
	padding:4px;
}

/* pagination */

.pagination {
	padding: 3px;
	margin: 3px;
	text-align: left;
}

.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	text-decoration: none;
	color: #fff;
}

.pagination a:hover, .pagination a:active {
	color: #fff000;
}
.pagination .current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	font-weight: bold;
	background-color: #06a;
	color: #FFF;
}
.pagination .disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	color: #fff;
}

.success {
	background: url(../images/success.png) no-repeat 8px 50%;
	padding:4px 4px 4px 30px;
	margin-bottom: 8px;
	border:1px dashed #1c535b;
}

.error {
	background:url(../images/error.png) no-repeat 8px 50%;
	padding:4px 4px 4px 30px;
	margin-bottom: 8px;
	border:1px dashed #1c535b;
}

.text ul{
	padding:10px;
	list-style-type: circle;
	margin-left:10px;
}

.text ol{
	margin-left:26px;
}

.text p {
	margin-bottom: 8px;
}

table.coolTable {

}

table.coolTable tr td{
	padding:4px;
	border: 1px dashed #1c535b;
}

div.quote{
	padding:4px;
	border: 1px dashed #1c535b;
	background:#fff;
	color: #00373F;
}
