@charset "UTF-8";
/* --- CSS Document by Codify Design Studio - codifydesign.com --- */

body {
	margin: 0px;
	color: #777777;
	font-size: 12px;
	font-family: Arial;
	font-family: Arial, Verdana, Univers;
	background-image:url(images/grunge_blog_bg.jpg)
	
}

h1 {
	color: #990000;
	font-size: 24px;
	font-weight: normal;
	margin: 3px 0px 25px 0px;
}
h2 {
	color: #990000;
	font-size: 14px;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
}
h3 {
	color: #990000;
	margin-top: 12px;
	margin-bottom: -6px;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
a          {
	color: #777777;
}


a:visited  { color: black; }
a:hover    { color: #5872f4; }

a.specialLink:link { }
a.specialLink:visited { }
a.specialLink:hover { }

.container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color:#000
}


/* BANNER AREA */
.bannerArea {
	width: 100%;height: 244px;
	/*background-color: #d2b394;*/
	/*background-image:url(images/grunge_blog_bg.jpg)*/
	
}

.bannerArea .container {
	height:244px;
	/*background-image:url(images/grunge_blog_bg.jpg)*/
	
}

.bannernav {
	padding-top: 20px;
	float: right;
	color: #112c4c;
	font-size: 10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

.bannernav a { color: #ffffff; text-decoration: none; }
.bannernav a:visited { color: #ffffff; }
.bannernav a:hover { color: #112c4c; text-decoration: none; }

.toplogo {
	padding-left: 0px;
	padding-top: 0px;
}




/* TOP NAVIGATION AREA */
.topnavigationArea {
	width: 100%;
	/*background-image:url(images/grunge_blog_bg.jpg)*/
	/*background-repeat:repeat-x;
	background-color: #d2b394;*/
}

.topnavigationgroup {
	margin: 0px;
	float: none;
	
}
.topnavigationgroup ul {
	margin: 0px;
}

.topnavigationitem {
	max-width: 167px;
	margin-left: 0px;
	padding-left: 10px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: none;
	border-right-width: 1px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	float: left;
}

/* CONTENT AREA */
.contentArea {
	width: 100%;
	/*background-color: #fefefe;
	background-image: url(images/grunge_blog_bg.jpg);
	background-repeat: repeat-x;	*/
}

.contentArea .container {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #e7e6e2;
	/*background-image: url(images/content_bkgd.jpg);
	background-repeat: no-repeat;*/
}

.contentleft {
	width: 600px;
	padding-left: 15px;
	padding-right: 0px;
	float: left;
	/*border-right-style: solid;
	border-right-width: 1px;*/
}

.contentleftscrolling {
	width: 600px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	border-right-style: solid;
	border-right-width: 1px;
	overflow: auto;
	height: 500px;
}


.contentright {
	padding-top: 20px;
	float: left;
	padding-left: 10px;
	width: 280px;
}

.contentcenter {
	width: 900px;
	padding-left: 10px;
	margin-left: auto ;
 	margin-right: auto ;
}
	
.contentcalendar {
	width: 900px ;
	padding-left: 10px;
  	margin:0px auto;


}

.contentgallery {
	width: 960px;
	margin-left: auto ;
  	margin-right: auto ;
}

.imageright {
	
	margin-left: 0px;
	
	float: right;
	
}


/* FOOTER AREA */
.footerArea {
	width: 100%;
	/*background-color: #efe4d9;*/
	background-image:inherit
	border-top-style: solid;
	border-top-color: #d2b394;
	border-top-width: 4px;
	
}

.footerArea .container {
	height: 50px;
	background-color: #e7e6e2;
}

.copyright {
	text-align:center;
	padding-left: 10px;
	padding-top: 10px;
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
.footerlinks {
	padding-left: 1em;
	padding-right: 1em;


}

.footerlinks a { color: #666666; text-decoration: none; }
.footerlinks a:visited { color: #666666; }
.footerlinks a:hover { color: #112c4c; text-decoration: none; }

/* Flash viewer */
#flashcontent {
		height: 100%;
		float: left;
	}
	
	
