
/* 
TABLE OF CONTENTS

  HTML Elements
  Page Structure
  Headings
  Content Styles
  Forms
  Clear
  Footer



/* ---------- @ HTML Elements -----------*/

* { 
	margin: 0;
	padding: 0;
	} 

body,html {
	min-height:101%; /*Firefox scrollbar fix*/
	}
	
body {	
	color:#FFF;
	background-color: #1b4680;
	background-attachment: fixed;
	background-color: #1b4680;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom:38px;
	}

body, select, textarea, input {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	}

#bgImg{
height:100%;
left:0;
margin:0;
overflow:hidden;
padding:0;
position:absolute;
text-align:center;
top:0;
width:100%;
}

p {	
	margin: 15px 0;
	line-height:110%;
	}
	
p.headline{
	font-size:100%;	
	font-family: Verdana, Geneva, sans-serif;
	font-weight:bold;
	line-height:140%;
}
		
a, a:visited {	
	color: #000000;
	text-decoration:none ;
	}

a:hover, a:active {
	color:red;
	text-decoration:underline;
	}

*:focus { 
	outline: none;
	}

ol {
	margin: 15px 15px 15px 35px;
	}
	
li a:hover, li a:active {
	text-decoration:none
	}

a img {
	border:none
	}	
		
.homeul{
	padding-left: 20px;
	list-style-position: outside;
	list-style-type: disc;	
}

#reg
{
	font-size: smaller;
}
/* ---------- @ Page Structure -----------*/

#flag {
	padding-bottom:33px;

	}

#interior #flag {
	background-attachment: fixed;
	background-color: #1b4680;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
				
.wrapper {
	margin: 0 auto;
	width: 1000px;
	}
	   
#masthead {
	height: 150px;
	padding:10px 0 0 0px;
	}

#branding {
	padding-left:0px;
	height:133px;
	}

#description {
	color:#7ec2f8;
	letter-spacing:0.06em;
	font-size:0.9em;
	text-transform:uppercase;
	padding-left:2px;
	}
		
.left {	
	float:left;
	}

.right {	
	float:right
	}
	
#sidebar {
	width:225px;
	float:right;
	position:relative;
	}

	
		
/* ---------- @ Headings -----------*/

		   
h1 {
	font:2.5em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	width:200px;
	padding-top:5px;
	float:left;
	}

h2 {	
	font:2em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	line-height:100%;
	}

h3 {	
	font: 1.5em Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	font-weight:bold;
	line-height:110%;
	}
			
h4 {	
	font-size: 1.2em
	}

#commentarea h4, h4.pagetitle {
	color:#e9d393;
	margin-bottom:13px
	}

#submenu h4 {
	margin: 6px 0 5px 0;
	}
	
		
	


/* ---------- @ Content Styles -----------*/


	
h1 a, h1 a:visited {
	color:#FFF;
	}

h1 a:hover, h1 a:active {
	text-decoration:underline
	}	


h2 a, h2 a:visited {
	color:#fec855;
	}

.commentcount {
	background:url(images/bubble.gif) no-repeat 0 2px;
	padding-left:17px;
	font:11px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial;
	margin-left:9px;
	}

.commentcount a, .commentcount a:visited {
	color:#9cbff3;
	}
	
#interior #content {
	width:760px;
	margin-top:10px;
	padding:5px;
    float:left;
	background-image: url(images/mainbg.png);
	border: 5px solid #FFFFFF;
	}

#home_content{
	width:760px;
	padding:5px;
    float:left;
	background-image: url(images/mainbg.png);
	border: 5px solid #FFFFFF;
	position:relative;
}

#home_text{
	width:740px;
	padding:5px;
    float:left;
	background-image: url(images/mainbg.png);
	border: 5px solid #FFFFFF;
	position:relative;
}

#intro_content{
	width:760px;
	padding:5px;
    float:left;
	background-image: url(images/mainbg.png);
	border: 5px solid #FFFFFF;

}

#summary_content{
	width:760px;
	padding:5px;
    float:left;
	background-image: url(images/mainbg.png);
	border: 5px solid #FFFFFF;

}

#home_content{
	width:760px;
	padding:5px;
    float:left;
	background-image: url(images/mainbg.png);
	border: 5px solid #FFFFFF;

}

#forum_content{
	width:990px;
	padding:5px;
    float:left;
	background-image: url(images/mainbg.png);
	border: 5px solid #FFFFFF;

}

#about_content{
	width:760px;
	padding:5px;
    float:left;
	background-image: url(images/mainbg.png);
	border: 5px solid #FFFFFF;

}

.col.left {
	width:65%;
	}

.col.right {
	width:35%;
	}

		

/*Post Styles*/ 

.post {
clear:both;
}

.entry {
	padding-bottom:20px;
	}
	
.entry ul, .entry ol {
	padding:0 15px 10px 10px;
	}		

.entry ul li {
	margin-left:35px;
	list-style:square;
	padding:2px 0;
	}

.entry blockquote {
	margin:15px 35px 25px 35px;
	border-left:5px solid #fec855;
	padding-left:15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#c1cddd;
	line-height:140%;
	}			

.entry img {
	margin:5px 13px 6px 0;
	border:4px solid #FFF;
	}

.postmetadata {
	text-transform:uppercase;
	font-size: 0.9em;
	color:#E9D393;
	border-bottom:1px solid #376291;
	border-top:1px solid #376291;
	padding:3px 0;
	}

.entry pre, .entry code {
	font: 1em "Courier New", Courier, monospace;
	overflow:auto;
	padding:14px;
	background:#103064;
	display:block;
	width:100%;
	}

.entry pre	{
	padding:20px 20px 40px 20px;
	}

table {
	width:100%;
	border-collapse:collapse;
	margin:15px 0;
	}

td, th {
	border-bottom:1px solid #416597;
	padding:4px 8px;
	
	}
td{
	background-color:#C0C0C0;
	color:#000;
}
.page-forum	td, .page-forum th {
	border-bottom:1px solid #416597;
	padding:4px 8px;
	background-color: #CCCCCC;
	}

th {
	font-weight:normal;
	text-align:left;
	background:#103064;
	font-size:14px;
	color:#FFF;
	}



	
	
/*Comments*/

#commentarea {
	background:url(images/divider2.gif) top center no-repeat;
	padding-top:35px;
	}

.commentlist {
	margin:25px 0 0 0;
	padding:0 0 30px 0;
	}

.commentlist li {
	margin: 15px 0 3px 22px;
	padding: 8px 15px 10px 15px;
	background-color: #103064;
	}

#commentarea small {
	font-size:1.1em;
	}

.commentlist cite {
	font-style:normal;
	font-weight:bold;
	font-size:1.2em;
	}	

.gravatar {
	float:left;
	border:1px solid #2d578a;
	}
	
.commentinfo {
	width:620px;
	float:right;
	padding-top:5px;
	}

.commentlist li.my_comment {
	background:#254f89;
	border-bottom:1px solid #36639b;
	border-top:1px solid #36639b;
	}

li.my_comment cite {
	font-size:1.5em;
	}	
	
	
/*Flickr*/

#flickr {
	list-style:none;
	padding-top:13px;
	}

#flickr li {
	float:left;
	display:inline;
	margin:0px 17px 16px 0px;
	border-right:1px solid #031F4A;
	border-bottom:1px solid #031F4A;
	}

#flickr li a {
	display:block;
	border:4px solid #376291;
	}
	
#flickr li a:hover {
	border:4px solid #60A9DE;
	}

	

	
/* ---------- @ Forms -----------*/

#searchform {
	float:right;
	width:210px;
	background:url(images/bg_search.gif) no-repeat;
	padding:0 0 5px 5px;
	margin-top:-3px;
	}

#s {
	background:#295ba0;
	border:none;
	color:#FFF;
	padding-left:10px;
	margin-top:-4px;
	width:140px;
	}
		
.field {
	background:#FFF;
	border:none;
	padding:4px;
	border:none;
	}

.field:focus {
	background:#e8ebf0;
	}
	
#submit {	
	background: #010a2a ! important;
	border:none;
	font-size:0.9em;
	color:#b5dbf3;
	padding:5px;
	text-transform:uppercase
	}

#submit:hover {	
	background: #12225b ! important;
	}
	
#searchsubmit {
	background:#295ba0;
	border:none;
	margin: 1px 0 0 3px;
	font-size:0.9em;
	color:#b5dbf3;
	padding:2px;
	}
	
	

/* ---------- @ Float Clearing -----------*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}
	
.floatright{
	float:right;	
	width:392px;
	height:106px;
}

.floatleft{
	float:left;	
	width:392px;
	height:106px;
}


/* ---------- @ Footer -----------*/

#meta {
	padding-top: 25px;
	background-image:url(images/mainbg.png);
	border:5px solid #FFFFFF;
	}

.block {
	width:187px;
	float:left;
	margin:0 13px;
	}

#meta ul {
	margin-top:15px; 
	}
			
#meta li {
	list-style:none;
	border-top:1px solid #213957;
	padding:6px 0;
	}

#meta a, #meta a:visited {
	color:#000066;
	}

#meta a:hover, #meta a:active {
	color:#FFF;
	}
			
#footer {
	padding: 12px;
	color:#000;
	margin-top:28px;
	}

a#cat4 {
	display:block;
	width:30px;
	height:24px;
	float:right;
	background-image:url(images/cat4.gif);
	text-indent:-9000px;
	margin: 8px 15px 0 0;
	}

/*   Side bar  */
#normal {
	margin-bottom:18;
	width:190px;
	height:138px;
	list-style: none;
	padding: 0;
	position: relative;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	}
		
#donate {
	margin-bottom:18px;
	width:180px;
	height:100px;
	list-style: none;
 	padding: 0;
  	margin: 0;
	position: relative;

	}

#donate span {
  display: none;
  position: absolute;
}

#donate a {
  display: block;
  text-indent: -900%;
  position: absolute;
  outline: none;
}

#donate a:hover {
  background-position: left bottom;
}

.intro {
  width: 199px;
  height: 92px;
  background: url(images/welcome.png) no-repeat;
  left: 0px;
  top: 0px;

}

.summary{
	width: 199px;
	height: 92px;
	left: 0px;
	top: 0px;
	background-image: url(images/summary.png);
	background-repeat: no-repeat;
}

.buynow{
	width: 198px;
	height: 90px;
	left: 0px;
	top: 0px;
	background-image: url(images/buy-now.png);
	background-repeat: no-repeat;
}

.moneyback{
	width: 198px;
	height: 90px;
	left: 0px;
	top: 0px;
	background-image: url(images/moneyback.png);
	background-repeat: no-repeat;
}
	
.headlines {
	padding:15px;
	}

.headlines li {	
	list-style:none;
	border-bottom:1px solid #3b608d;
	padding:4px 0;
	}

a.button, a.button:visited {
	background:url(../images/bg_button.gif) no-repeat;
	display:block;
	padding:5px 0 5px 34px;
	width:90px;
	text-transform:uppercase;
	color:#e9d393;
	margin:10px 4px 0 0;
	}		

a.button:hover, a.button:active {
	background:url(../images/bg_button_on.gif) no-repeat;
	text-decoration:none
	}		
	
.mainlist li {
	list-style:none;
	padding: 4px 0;
	border-top:1px solid #315885;
	}

a.archives, a.archives:visited {
	margin:0 0 0 18px;
	} 


/*   Home Bottom  */
	
#home_bottom{
padding-top: 10px;
}


.home_block{
	background-image:url(images/mainbg.png);
	border:5px solid #FFFFFF;
	width:300px;
	float:left;
	margin-top: 0;
	margin-right: 13px;
	margin-bottom: 0;
	margin-left: 0px;
}

.home_block h3{
padding-top:5px;
padding-left:5px;

}

.flash_block{
width:300px;
float:left;
margin-top: -8px;
	margin-right: 13px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#dark{
	color:#000;
}
#dark a:active{
	color:#000;
}

#dark a{
	color:#000;	
}

.homea {
	text-decoration:underline;
	color:#000;
}

/*   Wordpress  */

.alignright{
	float:right;	
}

.alignleft{
	float:left;	
}
