@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	}
	
	body {
	  padding: 0;
	  margin: 0;
	  background: #232424 url(images/bg_stretch.png) no-repeat center top;
	  width: 100%;
	  display: table;
	}
	
#page_wrap {
    width: 900px;
	margin: 0 auto;
	background-color:#fff;
	margin-bottom: 0px;
	}
	
#page_wrap2 {
    width: 900px;
	background-color:#fff;
	margin-bottom: 0px;
	}
	
	p{font-size: 12px}

#topHeader { background-color: #2d2e2e; }
	
#header_left{
	float: left;
	width: 305px;
	background-color: #2d2e2e;
	}
	
#header_right{
	float:right;
	background-color: #2d2e2e;
	}

#nav{
	float:left;
	width: 524px;
	margin-top: 27px;
	margin-left: 19px;
	background-color: #2d2e2e;
	}

#homeBTN{
	float:left;
	width: 131px;
	height: 107px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background:transparent url(images/home_btn.png) no-repeat 0 0;
	}
	
	#homeBTN:hover {
	background-position : bottom left;
	}
	
	#homeBTN:active {
	background-position : bottom left;
	}
	
	#nav .home {
    background-position: bottom left;
	}	

#aboutBTN{
	float:left;
	width: 131px;
	height: 107px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background:transparent url(images/about_btn.png) no-repeat 0 0;
	}

	#aboutBTN:hover {
	background-position : bottom left;
	}
	
	#aboutBTN:active {
	background-position : bottom left;
	}
	
	#nav .about {
    background-position: bottom left;
	}


#gallery_BTN{
	float:left;
	width: 131px;
	height: 107px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background:transparent url(images/gallery_btn.png) no-repeat 0 0;
	}

#gallery_BTN:hover{
	background-position: bottom left;
	}

#gallery_BTN:active {
	background-position: bottom left;
	}
	
#nav .gallery{
	background-position: bottom left;
	}	

#contact_BTN{
	float:left;
	width: 131px;
	height: 107px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background:transparent url(images/contact_btn.png) no-repeat 0 0;
	}

#contact_BTN:hover{
	background-position: bottom left;
	}

#contact_BTN:active {
	background-position: bottom left;
	}
	
#nav .contact{
	background-position: bottom left;
	}	

#maincontent{background-color:#FFFFFF; }
	
#main_contentBG{
	background-image:url(images/1_06.png);
  	background-repeat:no-repeat;
	background-color:#FFF;
	height: 40px;
	}

/*///////////// HOME PAGE /////////////*/

#quicklinks_floatLeft{
	float:left;
	width: 264px;
	margin-left: 30px;
	}
	
#quicklinks_contentBG{
	background-image:url(images/leftNav_01.jpg);
	background-repeat:no-repeat;
	height: 59px;
	}
	
#quicklinks_contentBG_two{
	background-image:url(images/leftNav_02.jpg);
	background-repeat:no-repeat;
	height: 32px;
	}
	
#quicklinks_contentBG_three{
	background-image:url(images/leftNav_03.jpg);
	background-repeat:no-repeat;
	height: 52px;
	}

#quicklinks_nav_container{
	margin-top: 0px;
	border-top: 4px solid #fff;
	border-left: 4px solid #e5e5e5;
	border-right: 4px solid #e5e5e5;
	border-top: 4px solid #fff;
	background-color:#FFFFFF;
	}
	
.q_shift{padding: 15px;}

#q_links{
	border-left: 5px solid #e5e5e5;
	border-right: 5px solid #e5e5e5;
	}

#q_links ul{
 	margin-left: 0px;
	background-color: #FFFFFF;
	color: #6d6d6d;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform:uppercase;
	}	

#q_links ul li{
	list-style: none;
	border-bottom: 1px solid #e5e5e5;
	}
	
#q_links ul li a{
	text-decoration:none;
	color: #6d6d6d; 
	}

#q_links ul li a:hover{
	text-decoration:none;
	color: #b70e10; 
	}
	

.quicklinks {
	margin: 0px 0px 0px 0px;
	}
	
#hr{
	background-image:url(images/hr_rule.png);
	background-repeat:no-repeat;
	height: 24px;
	margin-left: 70px;
	}
	
#blog_Col{ 
	width: 143px;
	padding: 0px 5px 10px 5px;
	background-color:#f8f8f8;
	color:#70a9b9; 
	font-size: 14px;
	font-family:Verdana, Arial, Helvetica, sans-serif, Georgia, "Times New Roman", Times, serif;
	line-height: 16px; 
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	}	
		
#rightContent{
	float:right;
	width:520px;
	margin: 20px 40px 0px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#767575;
	line-height: 25px;
	}
.welcome{
	background-image:url(images/leftimg07.png);
	background-repeat:no-repeat;
	height: 59px;
	}
	
.lightblueText{
	color:#15bbf1;
	font-weight:bold;
	}
	
.darktext{
	color:#333;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
	}

#hr2{
	background-image:url(images/hr_rule2.png);
	background-repeat:no-repeat;
	height: 24px;
	margin-left: 10px;
	}
	
/*///////////// ABOUT PAGE /////////////*/	
	
.bio{
	background-image:url(images/leftimg11.png);
	background-repeat:no-repeat;
	height: 59px;
	}	
	
	
/*///////////// NEWS PAGE /////////////*/	

.newsDate{
	color:#666666;
	font-size:12px;
	background-color:#efefef;
	border: 1px solid #e2e2e0;
	padding: 4px;
	}

.news{
	background-image:url(images/leftimg09.png);
	background-repeat:no-repeat;
	height: 59px;
	}

.links a{
	color:#a5cb42;
	font-weight:bold;
	text-decoration:underline;
	}
	
.links a:hover{
	color:#ccc;
	text-decoration:none;
	}
h2{
	color: #a5cb42;
	font-size:26px;
	line-height: 30px;
	font:Verdana, Arial, Helvetica, sans-serif;
	}
	
/*///////////// COMMENT PAGE /////////////*/
	
.js-kit-comments a{
	text-decoration:none;
	font-variant:small-caps;
	font-size: 11px;
	background-color:#efefef;
	color: red;
	padding: 3px;
	}

.shout-out-bigtext a{
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase; 
	text-align:center; 
	color:#333333;
	}	
	
.shout-out-bigtext a:hover{
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase; 
	text-align:center; 
	color:red;
	}
		
.shout_outs{
	background-image:url(images/leftimg14.png);
	background-repeat:no-repeat;
	height: 59px;
	}
#myComment{margin-top:3px;}

/*.big_Letter{font-size:26px; font-weight:bold;}*/
	
.newsDate_Admin{
	font-size: 18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:capitalize;
	font-weight:normal;
	color:#999;
	}
	
	
/*///////////// GALLERY PAGE /////////////*/
.gallery{
	background-image:url(images/leftimg13.png);
	background-repeat:no-repeat;
	height: 59px;
	}
	
#personal_Photography{
	margin-top:5px;
	width:510px;
	}
	
#instant_Star{
	margin-top:5px;
	width:510px;
	}
	
#theatre{
	margin-top:5px;
	}	
.thumbimages{

	padding: 10px;
	border: 1px solid #e2e2e2;
	}






/*///////////// CONTACT PAGE /////////////*/

.contact{
	background-image:url(images/leftimg12.png);
	background-repeat:no-repeat;
	height: 59px;
	}

#formText{	
	font-size:14px;
	text-transform:none;
	font-weight:lighter;
	font-family: Arial, Helvetica, sans-serif;
	}
.formItalic{ color: red; font-size:11px;}
.formred{ color: red; font-size:14px;}

#con{
	font-size:14px;
	text-transform:none;
	font-weight:lighter;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.contactNames { color:#333; font-weight:bold;}



/*///////////// FOOTER /////////////*/
	
#footer{
	background-image:url(images/leftimg10.png);
	background-repeat:no-repeat;
	height: 377px;
	}
	
.footertext{
	position:absolute;
	margin-top: 310px;
	margin-left: 280px;
	font-size:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	}
	

#clear{clear:both;}


