body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	vertical-align: top;
	color: #CCC;
    padding-top: 15px;
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-image: none;
    background-color: #183f55;
}

input, select, textarea
{
	font-size : 13px;
	background-color : #183f55;
	border : 1px solid #7F7F7F;
	margin : 2px;
    color: #FFFFFF;
}

#wrapper{
	clear: both;
	margin: 10px auto 10px auto;
	text-align: left;
	border-top: 2px solid #7F7F7F;
    width: 99%
}

h1{
	font-family: Sylfaen;
	font-size: 25px;
    color: #FFFFFF;
    padding-top: 20px
}

h3{
	padding: 15px 0 15px 0;
    font-size: 17px;
    font-weight: normal;
    font-variant: normal
}

h4{
	padding: 0 0 0 15px;
	color: #CCC;
    font-size : 16px;
}

a{
	text-decoration: none;
	color: #9CF;
}

a:link{
	text-decoration: none;
	color:#9CF;
}

a:hover{
	text-decoration: none;
	color: #FFF;
}


.logo{
  font-size: 24px;
  font-variant: normal;
  color: #CCC;
  border-bottom-color: #7F7F7F;
  border-bottom-style: solid;
  border-bottom-width: 1px
}

blockquote { font-style: italic; 
	color: #CCC;
	margin: 1.5em 30px 1.5em 30px; 
	padding: 4px 4px 4px 10px;
	background: #111;
	border-right: 1px dotted #7F7F7F;
	border-bottom: 1px dotted #7F7F7F;
}

.entry{
	line-height: 20px;
}

.entry ul h4{
	font-weight: normal;
	text-transform: uppercase;
	color: #CCC;
	padding: 3px 0;
	margin: 20px 10px 5px 0;
	border-bottom: 1px solid #7F7F7F;
}


.entry p {
	margin: 0 0 15px 0;
}

.entry ul, .entry ol {
    list-style: none;
    margin-top: 15px;
    margin-right: 20px
}

.entry ul {
    list-style: none;
}

.entry li {
	margin: 0 0 0 13px;
	line-height: 20px;
	list-style: none;
    color: #CCC;
}

.entry ul ol li, .entry ol li ol {
	margin: 5px 0 5px 15px;
    list-style: decimal;
}

.entry ul ul li, .entry ol li ul {
	margin: 5px 0 5px 15px;
    list-style: disc;
}

.entry_z{
	line-height: 20px;
    padding: 0px 0px 0px 10px;
}

.entry_z ul h4{
	font-weight: normal;
	text-transform: uppercase;
	color: #CCC;
	padding: 3px 0;
	margin: 20px 10px 5px 0;
	border-bottom: 1px solid #7F7F7F;
}


.entry_z p {
	margin: 0 0 15px 0;
}

.entry_z ul, .entry ol {
	margin: 15px 20px 0 0;
    list-style: none;
    padding: 0px 0px 0px 0px;
}

.entry_z ul {
    list-style: none;
    margin: 0px 0px 0px 0px
}

.entry_z li {
	margin: 0 0 0 13px;
	line-height: 20px;
	list-style: none;
    color: #FFFFFF;
}



/*----POST----*/

#container{
	float: left;
    padding-top: 15px;
    padding-bottom: 15px;
}

.post{
    color: #CCC;
}

.post h2{
	font-size: 22px;
	padding: 20px 0 0 0;
    color: #FFFFFF;
}

.post h4{
	color: #CCC;
}

.postinfo{
	color: #CCC;
	padding: 2px 0 20px 0;
}

.postinfo a{
	color: #aaa;
}

.news{
	line-height: 22px;
    padding: 5px 15px 5px 5px;
    color: #CCC;
}

.news a{
	text-decoration: none;
	color: #9CF;
	padding: 2px 2px;
}

.news a:hover{
	text-decoration: none;
	color: #CCC;
}

.news h2{
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #CCC;
	padding: 3px 0;
	margin: 0 0 0 0px;
	border-bottom: 1px solid #7F7F7F;
}

.newsdate{
	font-weight: normal;
	text-transform: uppercase;
	color: #CCC;
}

.enghref{
	float: right;
	padding-top: 50px;
	padding-bottom: 15px;
	display: inline;
	overflow: hidden;
    width: 100px;
}

.mailhomesite{
	float: right;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-right: 20px;
	display: inline;
	overflow: hidden;
}

/*----SIDEBAR STYLES----*/

.sidebar{
	float: left;
	padding-top: 10px;
	padding-bottom: 15px;
	display: inline;
	overflow: hidden;
    width: 180px;
}

.sidebar ul{
	list-style: none;
	margin: 0;
	padding: 0 10px;
}

.sidebar ul li{
	padding: 10px 0 20px 0;
}

.sidebar ul li h2{
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #CCC;
	padding: 3px 0;
	margin: 0 10px 0 22px;
	border-bottom: 1px solid #7F7F7F;
}

.sidebar ul ul li{
	padding: 0;
	margin: 0 0 0 13px;
	line-height: 20px;
	list-style: none;
	border-bottom: 1px solid #7F7F7F;
}

.sidebar ul li a{
	display: block;
	text-decoration: none;
	color:#9CF;
	padding: 2px 2px;
}

.sidebar ul li a:hover{
	text-decoration: none;
	color: #CCC;
	background: #222;
}

/* Left Sidebar */

.leftbar{
	float: left;
	width: 150px;
	padding-bottom: 15px;
	display: inline;
	overflow: hidden;
    color: #CCC;
    padding-top: 15px
}

.leftbar ul{
	list-style: none;
	margin: 0 0 0 7px;
	padding: 0 0 0 7px;
}

.leftbar ul li{
	padding: 10px 0 20px 0;
}

.leftbar ul li h2{
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #CCC;
	padding: 3px 0;
	margin: 0 0 0 14px;
	border-bottom: 1px solid #7F7F7F;
}

.leftbar ul ul li{
	padding: 0;
	margin: 0;
	line-height: 20px;
	list-style: none;
	border-bottom: 1px solid #7F7F7F;
}
.leftbar ul li a{
	display: block;
	text-decoration: none;
	color: #9CF;
	padding: 2px 2px;
}

.leftbar ul li a:hover{
	text-decoration: none;
	color: #FFF;
	background: #1C4A64;
}

#a1{
	display: block;
	text-decoration: none;
	color: #d9ba8e;
	padding: 2px 2px;
}

#a1:hover{
	text-decoration: none;
	color: #FFF;
	background: #1C4A64;
}

/*----COMMENT FORM----*/

#comment-form{
	background: transparent;
    border-bottom-color: #7F7F7F;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-bottom: 10px;
    color: #CCC
}

#comment-form h2{
	font-size: 16px;
	font-weight: normal;
	color: #CCC;
	padding: 3px 0;
	margin: 0 0 0 0px;
	border-bottom: 1px solid #7F7F7F;
}
/*----FOOTER----*/

#footer{
	clear: none;
	float: left;
	margin: 0;
	padding: 10px 5px 5px 10px;
	line-height: 18px;
	font-size: 80%;
	color: #CCC;
}

#footer a:link{
	text-decoration: none;
	color: #9CF;
}

#footer a:hover{
	text-decoration: underline;
	color: #FFF;
}

#footer a:visited{
	text-decoration: none;
	color: #9CF;
}


/*-----SITE MAP-----*/
#sitemap {
	PADDING-TOP: 5px
}
#sitemap UL {
	LIST-STYLE-TYPE: none;
	FONT-WEIGHT: bold;
	PADDING-TOP: 10px
}
#sitemap UL LI {
	LIST-STYLE-TYPE: none;
	FONT-WEIGHT: bold;
	PADDING-TOP: 5px;
}

#sitemap UL LI UL {
	LIST-STYLE-TYPE: none;
	FONT-WEIGHT: bold;
	PADDING-TOP: 0px;
}

#sitemap A {
    FONT-WEIGHT: bold;
}
#sitemap A:hover {
    FONT-WEIGHT: bold;
}
