/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons  Attribution 2.5 License
*/
body 
{
    width: 100%;
	margin: 0;
	padding: 0;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
	border-color: Blue;
	border-width: 3;
	background-color:#95B9C7;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
    width: 207px;
    height: 24px;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: 1.8em;
	line-height: 160%;
}

ul, ol {
}

blockquote {
}

a {
	color: #003366;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

#logo 
{
    background-color: white;
    border: none;
    width: 90%;
}
#logo .header
 {
    font-size: xx-large;
    color: #003366;
 }
 #logo .image
 {
    float: left;
     }
 #logo .subheader
 {
    font-size: x-large;
    color: #003366;
 }
 #logo .smallheader
 {
    font-size: large;
    color: #003366;
 }
#signup 
{   width: 80%;
    background-color: white;
    float:none;
    
}
/* Menu */

#menu {
	width: 740px;
	height: 35px;
	text-align: center;
	margin: 0 auto;
	border: none;
	border-bottom: none;
	padding: 0px 0;
	color: #FFFFFF;
	background: url(images/img2_35.jpg) repeat-x center top;
	
}

#menu ul {
	height: 35px;
	margin: 0;
	padding: 0;
	background: url(images/img2_35.jpg) repeat-x center top;
	list-style: none;
    width: 740px;
    text-align: center;
}

#menu li {
	float: left;
	height: 35px;
	color: #FFFFFF;
	background: url(images/img2_35.jpg) repeat-x center top;
	
	
}

#menu a {
	float: left;
	height: 35px;
	margin: 0px;
	padding: 7px 10px 7px 10px;
	text-decoration: none;
	text-transform: none;
	background: url(images/img2_35.jpg) repeat-x center top;
	font-size:small;
	font-weight: bold;
	color: #FFFFFF;
	}

#menu a:hover {
	background: url(images/img6_35.gif) repeat-x;
	color: #FFFFFF;
	height: 35px;
}

#menu .current_page_item a {
	height: 35px;
	text-decoration:underline;
	color: #FFFFFF;
	border: 2;
}

#menu .not_current_page_item a {
	height: 35px;
	color: #FFFFFF;
	border: 2;
}

/* Splash */

#splash {
	width: 960px;
	height: 200px;
	margin: auto;
}



/* Page */

#page 
{
    width: 750px;
	margin: 0 auto;
	padding: 0px;
    height: 205px;
    background-color: white;
}

/* Content */

#content
{
    
    width: 100%;
    font-weight: 500;
    border: medium solid #000000;
    font-family: Arial;
    text-align:center;
    background-color: white;
}
.content1
{
    width: 90%;
    font-weight: 500;
    border: 0;
    font-family: Arial;
    text-align:center;
    background-color: white;
    padding: 5px 5px 5px 5px;
}
.content1 .title
{
                color: #003366;
                font-size: xx-large;
            }
.content1 .subtitle
{
   color: #003366;
   font-size: x-large;
}
.content1 .emphasis
{
   color: #003366;
   font-size: large;
}
.content2
{
    width: 90%;
    font-weight: 500;
    border: 1px solid #000000;
    font-family: Arial;
    text-align:center;
    background-color: #ECE5B6;
    padding: 5px 5px 5px 5px;
}
.content2 .title
{
                color: #7E3517;
                font-size: xx-large;
            }
.content2 .subtitle
{
                color: #7E3517;
                font-size: x-large;
            }
.content2 .emphasis
{
                color: #7E3517;
                font-size: large;
            }            
.content3
{
    width: 70%;
    font-weight: 500;
    border: 0;
    font-family: Arial;
    text-align:left;
    background-color: white;
    padding: 5px 5px 5px 5px;
}
.content3 .title
{
                color: #003366;
                font-size: xx-large;
                text-align: center;
            }
.content3 .subtitle
{
                color: #003366;
                font-size: x-large;
                text-align: center;
            }
.content3 .emphasis
{
                color: #003366;
                font-size:large;
                text-align: center;
            }
#adsense
{
   position: absolute;
   top: 5em;
   left: 77em;
   width: 14em;   
} 
#facebook
{
   position: absolute;
   top: 9em;
   left: 1em;
   width: 12em; 
   font-size: medium;
   color: White;  
} 
#facebook .text
{
   position: absolute;
   top: 0em;
   left: 5em;
   width: 10em; 
   font-size: medium;
   color: White;  
} 
#blog
{
   position: absolute;
   top: 16em;
   left: 1em;
   width: 12em; 
   font-size: medium;
   color: White;  
} 
#blog .text
{
   position: absolute;
   top: 0em;
   left: 5em;
   width: 10em; 
   font-size: medium;
   color: White;  
} 
.post {
	padding-bottom: 20px;
	
}

.post .title {
	margin: 0;
	padding: 5px 20px;
	letter-spacing: -2px;
	border-bottom: 1px dashed #B9B9B9;
	font-size: 24px;
}

.post .title a {
	text-decoration: none;
}

.post .entry {
	padding: 10px 20px;
    height: 27px;
}

.post .meta {
	height: 26px;
	background: #F5F5F5;
	border-top: 1px solid #E9E9E9;
	text-decoration: none;
	text-transform: uppercase;
	font-size: smaller;
}

.post .posted {
	float: left;
	height: 16px;
	padding: 5px 20px;
}

.post .permalink, .post .comments {
	float: right;
	height: 16px;
	padding: 5px 20px;
}

.post .permalink {
}

/* Sidebar */

#sidebar {
	float: left;
	width: 20%;
  padding-top: 25%;
  padding-right: 25%;
	background: url(images/Jack.jpg) no-repeat;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
	padding: 0px;
}

#sidebar li li {
	margin: 0;
	padding-left: 0px;
	padding-bottom: 5px;
	background: url(images/img04.gif) no-repeat left 80%;
}

#sidebar p {
	padding: 0 20px;
}

#sidebar h2 {
	height: 20px;
	margin: 0;
	padding: 6px 0 0 20px;
	background: url(images/img07.jpg) no-repeat;
	border-bottom: 1px dashed #B9B9B9;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

/* Search */

#search form {
	padding: 20px;
}

#search br {
	display: none;
}

#search #s {
	width: 135px;
}

/* Footer */

#footer {
	clear: both;
	width: 700px;
	height: 15px;
	margin: 0 auto;
	padding: 20px 0;
	border-top: 6px solid #3F3F3F;
	font-size: smaller;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
}
