﻿* {
	padding: 0px;
	margin: 0px;
	text-align: left;
}

body {
	min-width: 950px;
	background-color: #0c1d2d;
	text-align: center;
	background-image:url('images/bg.png');
	background-repeat:repeat-x;
}

.center{
	padding-top:10px;
	margin: 0 auto;
	width: 812px;
	clear: none;
}

.main{
	border: 10px solid black;
	background: #bacfd9;
	clear: none;
}

.menu{
	font-family: Georgia ;
	font-size: 18px;
	width: 796px;	
	height:45px;
	background-image:url('images/menu_bg.png');
	background-repeat:repeat-x;
}

.menu ul{
	font-family: Georgia;
	padding-top:10px;
	max-width:780px;
	list-style-type:circle;
}

.menu li{
	padding-left:61px;
	font-family: Georgia ;
	display:inline;
}

.menu  img{
	border-style:none;
}

.footer{
	margin-top:-60px;
}

.header{
	height:145px;
	border: 10px solid black;
	background-color:#0c1d2d;
	clear: none;
}

.separator{
	background-image:url('images/separator.png');
	background-repeat:no-repeat;
	width:600px;
	height:19px;
	margin:30px 0 30px 0;
	margin-left:78px;
}

.more-separator{
	background-image:url('images/more-separator.png');
	background-repeat:no-repeat;
	width:600px;
	height:19px;
	margin:70px 0 30px 0;
	margin-left:78px;
}

.archives{
	margin-top:-30px;

}

.archives ul{
	list-style-type: none;
	padding: 20px;
	margin: 0px;
}

.archives li{
	background-image: url(images/pdf_icon.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding:12px 0 10px 30px; 
	display:block;
	font-family: Verdana ;
	font-size: 13px;
}

.archive a{
	padding:10px;
}

#moon{
	margin-bottom:-170px;
	margin-left:40px;
	margin-top:30px;
}


#outer{
	border: 2px solid white;
	margin-left:12px;
	/*margin-top:-4px;*/
}

#main_text{
	padding-top:5px;
	padding-bottom:20px;
	margin:15px;
}



#footer_text{
	margin-left:5px;
	margin-top:-28px;
}

#header_text{
	float:right;
	position:absolute;
	padding-left:250px;
	padding-top:30px;
}

#contact{
	float:right;
	margin-top:30px;
	margin-right:50px;
	clear: both;
	
	font-weight:bold;
	font-family:Georgia;
	color:#000000;
	font-size:12px;
}

#contact a  img{
	border: 0px;
	border-style:solid;
	border-color:#003366;
}

.cont_inline{
	background-image:url('images/contact-bg.png');
	background-repeat:no-repeat;
}


h1{
	font-family:Georgia;
	font-size:40px;
	font-weight:bold;
	color:#a5cfe8;
	margin-left:100px;
}

h2{
	margin:5px;
	font-family: Georgia ;
	font-size: 18px;
	color:#000000;
}

h3{
	color:#ffffff;
	font-family: Verdana;
	font-size: 10px;
}

h4{
	color:#ffffff;
	font-family: Verdana ;
	font-size: 10px;
	float:right;
	position:relative;
}

h4 a:link {
	color:#ffffff;
}      /* unvisited link */

h4 a:visited {
	color:#ffffff;
}

h4 a:hover {
	color:#4a88c5;
}


#header_text p{
	margin-top:25px;
	font-family:Georgia;
	font-size:14px;
	font-weight:bold;
	color:#a5cfe8;
}

p{
	font-family: Verdana ;
	font-size: 13px;
	text-align:left;
	padding:0 20px 50px 20px;
}

a img{
	border-style:solid;
	border-color:#003366;
}

a {
	font-weight:bold;
	text-decoration:none;
}

a:link {
	color:#003366;
}      /* unvisited link */


a:visited {
	color:#003366;
}

a:hover {
	color:#4b87c3;
}

a:active {
	color:#003366;
} 


/*PORTFOLIO CSS*/
.portfolio{
	padding-bottom:40px;
}

.portfolio ul{
	padding:20px 10px 10px 10px;
	list-style-type:none
}

.portfolio li{
	padding:0px;
	margin-left:4px;
	float:left;
	clear:none;
}

.plate {
	float: none;
	clear: both;
}

.portfolio_title{
	font-weight:bold;
	margin-bottom:-15px;
	color:#003366;
	font-size:12px;
	font-family:Georgia;
}

.portfolio_date{
	font-size:12px;
	font-family:Georgia;
}

/*BLOG*/
.blog{ 
	margin-bottom:-20px;
}

.blogpost{ 
	margin-top:50px; 
}

#title{
	font-weight:bold;
	padding:5px;
	padding-bottom:10px;
	color:#003366;
	font-size:18px;
}

#post_main_text{
	padding-top:5px;
	padding-bottom:20px;
	margin:15px;
	font-family:Verdana;
	font-size:13px;
}

#post_main_text ul{
	padding:5px 0 5px 10px;
	list-style-position:inside;
}

#post_main_text ol{
	padding:5px 0 5px 10px;
	list-style-position:inside;
}

#post_main_text li{
	padding-left:0px;
	font-family:Verdana;
	font-size:13px;
}

#readmore{
	float:right;
	font-weight:bold;
	padding:5px;
	color:#003366;
}

#date{
	background-image: url('images/date_bg.png');
	background-repeat:no-repeat;
	
	float:left;
	font-size:14px;
	font-family:Georgia;
	font-weight:bold;
	
	width:110px;
	height:30px;
	
	padding:5px 5px 0 5px;
	margin-bottom:-10px;
}

#archives{
	padding-bottom:80px;
	font-size:18px;
	font-family:Georgia;
	font-weight:bold;
}

#pagination{
	text-align:center;
}

#return{
	text-align:center;
}