/* Created by http://freehtml5templates.com */
/* basics */

/* reset */
@import"reset.css";
@import"pro_pages_style.css";
@import"grid.css";
@import"forms.css";
@import"prettyPhoto.css";
@import"jquery.snippet.min.css";
@import"../skin/blue.monday/jplayer.blue.monday.css";
@import"../images/smoothness/jquery-ui-1.8.17.custom.css";
@import"superfish.css";
@import"ui.totop.css";
@import url(http://fonts.googleapis.com/css?family=Acme);
@import url(http://fonts.googleapis.com/css?family=Bubblegum+Sans);
@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700);
* {
	margin: 0;
	padding: 0;
    }

/* render html5 elements as block */
header, footer, section, aside, nav, article {
	display: block;
	}

/* standard body */
body {
	margin: 0 auto;
	width: 960px;
	font: 20px/26px "Comic Sans MS", Verdana, Helvetica, Arial, sans-serif;
	background:#FFFFC5 ;
	}

/* standard alignments */
.alignleft {
	float: left;
	}

img.alignleft {
	margin: 5px 10px 0 0; 
	}

.alignright {
	float: right;
	}

img.alignright {
	margin: 5px 0 0 10px; 
	}
	
.center {
	text-align: center;
	}
	
.fleft {
	text-align: left;
	float: left;
	margin-left: 20px;
	}
	
.fright {
	float: right;
	text-align: right;
	margin-right: 20px;
	}
	
.fcentered {
	text-align: center;
	}
/* Hx tags */

h1 {
	font-size: 48px;
	padding: 20px 0;
	text-shadow: 2px 2px 2px #000;
	color: #d6a965;
	}

h2 {
	font-size: 24px;
	padding: 20px 0;
	}

h3 {
	font-size: 18px;
	padding: 10px 0;
	}
h4 {
   font-family: 'Bradley Hand ITC'; font-weight: bold; font-style: normal; text-decoration: none;
	font-size: 48px;
	padding: 20px 0;
    color:#000000;
    text-shadow: 1px 1px 0 black, 0px 0px 0 black, 0px 0px 0 black, 0px 0px 0 
    
	}
h5 {
	font-size: 26px;
	color: #D00000;
    padding-top:100px;
    padding-left:140px;
	}
input, select { vertical-align:middle; font-weight:normal;}
p {
	padding-bottom: 20px;
	}

/* nav */

nav {
	position: absolute;
	width: 960px;
	background: url("images/navbg1.png");
   
	/* curved border radius */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    z-index: 5000;
   
	}

nav ul {
	margin: 0 auto;
	width: 960px;
	list-style: none;
    margin-left: 10px;
	}

nav ul li {
	float: left;
	}
		
nav ul li a {
	display: block;
	margin-right: 20px;
	width: 140px;
	font-size: 16px;
	font-weight: bold;
	line-height: 44px;
	text-align: center;
	text-decoration: none;
	color: #f2ede7;
	}
			
nav ul li a:hover {
	color: #000000;
	}
			
nav ul li.selected a {
	color: #000000;
	}
			
nav ul li.subscribe a {
	margin-left: 20px;
	padding-left: 33px;
	text-align: left;
	background: url("images/rss.png") left center no-repeat;
	}



/* intro */

#intro {
	position: relative;
	margin-top: 10px;
	padding: 50px;
    padding-bottom: 40px;
	background: #695e53 url("images/Banner.png") ;
	
	/* background size */
	-webkit-background-size: 100%;
	-o-background-size: 100%;
	-khtml-background-size: 100%;

	
	/* curved border radius */
	/*-moz-border-radius: 10px;
	-webkit-border-radius: 10px;*/
	}
	
#intro h2, #intro p {
	position: relative;
	z-index: 9999;
	width: 350px;
	}
	
#intro h2 {
	padding: 0 0 20px 0;
	font-weight: normal;
	color: #fff;
	}
    
#intro h4 {
	padding: 0 0 20px 0px;
	
	}
	
#intro p {
	padding: 0;
	color: #d6a965;
	}
	
#intro img {
	position: absolute;
	top: 0;
	right: 0;
	width: 653px;
	height: 100%;
	
	/* curved border radius */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}

/* content and sidebar layout */

#content {
	position: relative;
	margin-top: 50px;
	float: left; 
	width: 920px; 
	margin:10px 5px 10px 0; 
	padding:10px 20px 5px 20px;
	background-color: #ADD7F2;
	
/* curved border radius 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;*/
}

/* columns */

#content ul.column {
	width: 100%;
	padding: 0;
	margin: 10px 0;
	list-style: none;
}

#content ul.column li {
	float: left;
	width: 230px; /*Set default width*/
	padding: 0;
	margin: 5px 0;
	display: inline;
}

#content .block {
	height: 200px;
	font-size: 1em;
	margin-right: 10px; /*Creates the 10px gap between each column*/
	padding: 20px;
	background: #C5FFC5;
/* curved border radius */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#content .block a {
	color: #FFF;
	}
	
#content .block img {
  /*Flexible image size with border*/
	width: 89%;  /*Took 1% off of the width to prevent IE6 bug*/
	padding: 5%;
	background:#fff;
	margin: 0 auto;
	display: block;
	-ms-interpolation-mode: bicubic; /*prevents image pixelation IE 6/7 */
	}
/* end of column configuration */

/* footer */
footer {
	width: 960px;
	clear: both;
	color: #f2ede7;
	overflow: hidden;
	padding-top: 10px;
	background-color: #D00000;
	/* curved border radius */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	height: 100px;
	margin-bottom: 10px;
    
	}
	
footer section {
width: 500x;
float: left;
padding: 0 10px;
padding-left:210px;
color:#ffffff;
}

footer section h2 {
margin-top: 0;
}

footer section p {
  font-size: 14px;
	}

footer section a {
	color: #999;
	}
	
footer section a:hover {
	color: #000;
	text-decoration: none;
	}
	
/* for inner pages */

/* content and sidebar layout */

#innercontent {
	float: left; 
	width: 610px; 
	margin:10px 5px 10px 0; 
	padding:5px 20px 5px 20px;
	background-color: #ADD7F2;
	
/* curved border radius 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;*/
}

aside {
	float: right;
	text-align: left; 
	width: 300px; 
	margin:0; 
	padding:0;
	}

/* article */
.articlecontent header p, .blogPost header p a {
	font-size: 14px;
	font-style: italic;
	color: #777;
	}

.articlecontent p a {
	color: #695e53;
	}
	
.articlecontent p a:hover {
	color: #fff;
	}
	
.articlecontent header p a:hover {
	text-decoration: none;
	color: #000;
	}
	
/* box shadow on pics */
.articlecontent img {
	-webkit-box-shadow: 3px 3px 7px #777;
	}

/* sidebar */
aside section {
	margin: 10px 0 0 10px;
	padding: 10px 15px;
	background-color: #C5FFC5;
	
/* curved border radius 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;*/
	}

aside section ul {
	margin: 0 0 0 20px;
	color: #FFF;
	}
	
aside section ul li a {
	display: block;
	text-decoration: none;
	color: #695e53;
	}
		
aside section ul li a:hover {
	text-decoration: underline;
	color: #fff;
	}
.container_16 {
	position:relative;
}
section#content1 {
	padding:47px 0 8px;
	position:relative;
	z-index:10;
}
.bg-glow {
	background:url(../images/bg-content.jpg) no-repeat 50% 184px
}

