/*  
Theme Name: GlossyBlue
Theme URI: http://www.ndesign-studio.com
Description: glossy theme designed by <a href="http://www.ndesign-studio.com">N.Design Studio</a>.
Version: 1.4
Author: Nick La
Author URI: http://www.ndesign-studio.com

	This theme was designed and built by Nick La.

	By downloading and using this theme, you agree to the following terms:
    - You may NOT resell this theme
    - A link back to N.Design Studio must be retained in the footer (either modified or unmodified)
    - You may use this theme for personal or commercial projects
    - You may modify, translate or distribute

*/
@import url(../../rsc/css/basic.css);	/* Import basic styles */
@import url(../../rsc/css/img.css);	/* Import standard image styles */
@import url(../../rsc/css/blog_elements.css);	/* Import standard blog elements styles */
@import url(../../rsc/css/forms.css);	/* Import default form styles */
@import url(../../rsc/css/comments.css);	/* Import default comment styles */


/* ------------ Global Rules ------------ */

body {
	background-color: #B7B7B7;
    
    margin: 0px auto;
   /* padding: 0px;*/
    width:750px;
    display:block;
    position:relative;

    font: 88% "Verdana", Trebuchet MS, Tahoma, Arial;

}

body * {
	margin: 0px;
    padding: 0px;	
}

a {
}

a img {
	border: none;
}

#mainContainer {
	width: 750px;
    
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    
    background-color: #FFFFFF;
    
    text-align: left;
}

/* ----------------------------- */


/* ----- Utility Classes ------ */

.accentWord {
    color: #ACD473;
}

.accentWordWhite {
    color: #FFFFFF;
}

.hidden {
	display: none;
}

/* ----------------------------- */





/* ---------- Header ---------- */

#header {
	position: relative;
	top:0px;
    left:0px;
    width: 750px;
    height: 110px;
    background-image:url(img/images/headerBackground.jpg);
    clear: both;
}
	#header #topNav {
    	position: absolute;
        
        bottom: 0px;
        right: 15px;
        
        height: 13px;
        
        padding: 10px;
        
        background-color: #000000;
        
        overflow: hidden;        
        
    }
    
		#header #topNav li {
    		display: block;
            float: left;
            margin-left: 8px;
            margin-right: 8px;
	    }
        
        #header #topNav a {
        	text-decoration: none;
            text-transform: uppercase;
            color: #FFFFFF;
            font-weight: bold;
            font-size: 12px;
        }
        
        #header #topNav a:hover {        	
            color: #ACD473;
        }
		
/* ----------- Search ----------- */
	
			#header #search {
		
				width:180px;
				position:absolute;
				top:10px;
				right:15px;		
			}
			
			#header #search_form {
				border:none;
			}
			
				#header #search #searchNav {
					position:relative;										
					/*right: 15px;					
					height: 15px; */							
					overflow: hidden; 
					font-size:11px;       
					width:220px;
					/*margin-right:15px; */
					text-align:left;
					font-family:Arial, Helvetica, sans-serif;
					
				}
		
				#header #search #searchNav li {
					display: block;
					float: left;
					margin-left: 2px;
					margin-right: 2px;
					 
				}

    #subHeader {
      position:relative;
      height:196px;
      width:750px;
      background-color:#000000;
	  background-image:url(img/blog-header.jpg);
      
    }
/* ----------------------------- */


/*
 * Header / bloglist on top:
 */
div#page_top ul {
	float:right;
	margin: 0px auto;
	list-style-type:none;
	padding: 5px 2px;
	width:750px;
}
div#page_top li {
	display: inline;
	padding: 0 1em 0 0;
}
div#page_top li a {
	font-weight: bold;
	color: #C9EEFE;
}
div#page_top li a:hover {
	color: #fff;
	text-decoration: underline;
}
div#page_top li a.selected {
	text-decoration: underline;
}



#nav {
	list-style: none;
	margin: 0px;
	position: absolute;
	right: 10px;
	bottom: 0px;
}
#nav li {
	float: left;
	margin-left: 5px;
}
#nav .current_page_item a, #nav .current_page_item a:visited{
	color: #000000;
	text-decoration: none;
}
#nav .page_item a{
	color: #ffffff;
	text-decoration: none;
	background: #5c8d0c url(img/nav-button-bg.gif) repeat-x;
	padding: 5px 15px;
	font: bold 14px/100% Arial, Helvetica, sans-serif;
	border-top: 1px solid #E6EED0;
	border-left: 1px solid #AFCD69;
	border-right: 1px solid #AFCD69;
	display: block;
}
#nav .page_item a:hover {
	color: #000000;
}




div#skin_wrapper {
	font: 85%/150% "Trebuchet MS", Tahoma, Arial;
	color: #333333;
	background: #FFFFFF  url(img/content-bg9.gif) repeat-y;
	background-color:#fff;
	margin: 0px;
	padding: 0px 0px 0px;
	/*height:2000px;*/
}
a {
	color: #CC6600;
	text-decoration: none;
}
a:visited {
	color: #CC6633;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
img {
	border: none;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}
h1 {
	margin:0px;
	background: url(img/header-icon.gif) no-repeat;
	padding-left: 70px;
	height: 60px;
	font: bold 36px/100% "Trebuchet MS", Tahoma, Arial;
	color: #c9eefe;
}
h1 a, h1 a:visited{
	color: #c9eefe;
	text-decoration: none;
}
h1 a:hover{
	color: #ffffff;
	text-decoration: none;
}
h2 {
	color: #59770e;
	margin: 0px 0px 2px;
	border-bottom: 1px dotted #CCCCCC;
	letter-spacing: -1px;
	font: normal 190%/100% "Trebuchet MS", Tahoma, Arial;
	padding-bottom: 3px;
}
h2 a, h2 a:visited {
	color: #59770e;
	text-decoration: none;
}
h2 a:hover {
	color: #FF6600;
	text-decoration: none;
}
h3 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #758d38;
	margin: 10px 0px 5px;
}
h4 {
	font: normal 130%/100% "Trebuchet MS", Tahoma, Arial;
	color: #758d38;
	margin: 10px 0px 5px;
}
h5 {
	margin:0px;	
	padding-left: 70px;	
	font: bold 36px/100% "Trebuchet MS", Tahoma, Arial;
	color: #EEEEEE;

}










form {
	margin:0px;
	padding:0px;
}
#page {
	margin: 0px auto;
	width: 750px;
	border-bottom: 5px solid #d5e6eb;
	border-left: 5px solid #d5e6eb;
	border-right: 5px solid #d5e6eb;
	background: #FFFFFF url(img/content-bg.gif) repeat-y;
	
}


/* content area */
#content {
	padding: 10px 0px 10px 10px;
	float: left;
	width: 500px;
	overflow: hidden;
}
.post {
	clear:both;
	padding-top: 15px;
	margin-left:15px;
	
	
}
.post-date {
	width: 45px;
	height: 49px;
	float:left;
	background: url(img/date-bg.gif) no-repeat;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}
.post-title {
	
	/*margin-left: 65px;*/
	width: 490px;
	min-height: 49px;
	background-color:#ecfdce;
	list-style:none;
	overflow:none;
}

.entry {
	clear: both;
	padding-top: 10px;
	/*background-color:#f5f5f5;*/
	padding:5px;
	margin-left:25px;
}
.post-cat {
	background: url(img/mini-category.gif) no-repeat;
	padding-left: 20px;
	float:left;
	font-size: 95%;
	color: #999999;
}
.post-comments {
	background: url(img/mini-comments.gif) no-repeat;
	padding-left: 20px;
	float: right;
	font-size: 95%;
}
.post-calendar {
	background: url(img/mini-calendar.gif) no-repeat;
	padding-left: 0px;
	margin-top:30px;
	font-size: 100%;
	color: #999999;
	position:inherit;
}
.post-tag {
	background: url(images/mini-tag.gif) no-repeat;
	padding-left: 20px;
	float:left;
	font-size: 95%;
	color: #999999;
}
.mini-add-comment {
	background: url(img/mini-down-arrow.gif) no-repeat;
	padding-left: 18px;
	float: right;
}
.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #59770e;
}
.previous-entries a {
	float: left;
	padding-left: 18px;
	background: url(img/mini-nav-left.gif) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 18px;
	background: url(img/mini-nav-right.gif) no-repeat right center;
}

/* comments area */
#comments, #respond {
	border-bottom: 1px dotted #CCCCCC;
	padding: 10px 0 5px 0;
	clear: both;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
}
.commentlist .alt {
	background: #f1fedb;
}
.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #CC6600;
}
.commentlist cite a, .commentlist cite a:visited {
	color: #CC6600;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform, .bComment {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p, .bComment p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label, .bComment label{
	color: #787878;
	font-size: 87%;
}
#commentform input{
	width: 200px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 3px;
	margin-top: 3px;
}
.bComment input{
	background:#f1fedb;
	border: 1px solid #bdd77f;
}
#commentform textarea, .bComment textarea{
	width: auto;
	height: 115px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus,
.bComment textarea:focus, .bComment input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit, .bComment .submit, .bComment .preview {
	background: url(img/btn-bg.gif) no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	float:right;
	width: 144px;
	height: 28px;
	cursor: pointer;
}

/*sidebar */
#sidebar {
	float: right;
	margin-left:20px;
	width: 210px;
	color: #666666;
	overflow: hidden;
	font:100% "Verdana", Arial;
	
	background-color:#000000;
	height:110%;
	top:0px;
	display:inline-block;
	
	
	
	
}
/*sidebar title (h2) */
#sidebar h2, #sidebar .sidebartitle{
	font: bold 130%/90% "Verdana", Tahoma, Arial;
	color: #acd473;
	/*margin: 10px 15px 2px;*/
	/*border-bottom: 1px solid #CFE1AC;*/
	background-color:#000;
	width:160px;
	/*border: 1px solid #cccccc;*/
	padding:5px;
	text-align:left;
	margin:10px auto;
	margin-bottom:5px;
}
/*sidebar text styles */
#sidebar {
	color: #acd473;
	text-decoration: none;
	position:relative;
		
}
#sidebar a, #sidebar a:visited{
	color: #acd473;
	text-decoration: none;
		
}
#sidebar a:hover{
	color: #8dc73f;
	text-decoration: none;
}
/*sidebar list level1 */
#sidebar ul {
	/*margin: 0;*/
	padding: 0;
	/*margin-bottom:-15px;*/
	
	
}
#sidebar ul  {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	margin-bottom:5px;
}

/*sidebar list level2 */
#sidebar ul li ul {
	padding: 0;
	text-indent:10px;
	margin-left: 0px;

	
	
}
#sidebar ul li ul li{
	padding: 2px 0 2px 0px;
	/*border-bottom: 1px solid #dceeb7;*/
	margin-left:0px;
}
/*sidebar list level3 */
#sidebar ul li ul li ul li{
	padding: 1px 0 1px 10px;
	border: none;
	
}


/*archives widget */
ul.list-archives li, li.widget_archives li,
li.widget_plugin_evo_Arch ul li{
	background: url(img/mini-monthly-archive.gif) no-repeat  !important;
	padding-left: 20px !important;
	
}
/*pages widget */
ul.list-page li, li.widget_pages li, 
li.widget_recent_entries li,
li.widget_core_coll_page_list ul li{
	background: url(img/mini-page.gif) no-repeat  !important;
	padding-left: 20px !important;
}
/*sub-pages */
ul.list-page li ul li, li.widget_pages li ul li{
	background: url(img/mini-page-arrow.gif) no-repeat  !important;
	padding-left: 10px !important;
}
/*recent comments widget */
li.widget_recent_comments li{
	background: url(img/mini-recent-comments.gif) no-repeat  !important;
	padding-left: 20px !important;
}
/*calendar widget */
li.widget_calendar td {
	padding: 3px 0px;
	
}


/* Calendar: */
table.bCalendarTable caption {
	/*border: 1px solid #000;*/
	background-color: #000;
	border-bottom: 0;
	margin-top:15px;
	font-size: 14px;
	font-weight:bold;
	color: #8dc73f;
	margin-top:15px;
}
table.bCalendarTable caption {
	border: 1px solid #000;
	background-color: #000000;
	border-bottom: 0;
	/*margin-top:15px;*/
	font-size: 12px;
	font-weight:bold;
	color: #8dc73f;
}
table.bCalendarTable {
	border: solid 1px #000;
	border-collapse: separate;
	background-color:#000000;
	font-size: 11px;
	font-weight:bold;
	
}
table.bCalendarTable tfoot td {
	background-color: #000;
	border-top: 1px solid #ccc;
}
table.bCalendarTable tfoot a {
	text-decoration: none;
	color:#8dc73f;
}
table.bCalendarTable tfoot a:hover {
	background-color: #000000;
	color: #fff;
}
th.bCalendarHeaderCell {
	color: #8dc73f;
	width:20px;
}
#bCalendarToday {
	background-color: #000000;
	border:solid 1px #8dc73f;
	
}




/*text widget */
.textwidget {
	padding-top: 5px;
}

/*search form */
#searchform, .search {
	/*margin: 5px 0 20px;*/
	
}
form.search p {
	display: inline;
}
#searchform .SearchField, 
.search .SearchField {
	border:1px solid #203346;
	width: 160px;
	height: 22px;
	padding: 4px 5px 0px 5px;
	border: 1px solid #bed881;
	background: #fff;
	/*margin-right: 2px;*/
	color: #000000;
	font-weight: normal;
	margin-left:19px;
}
/* search form button - to specify button only use input[type="submit"] */
#searchform input, .search input.submit {
	background: url(img/search-btn-bg.gif) no-repeat;
	border: none;
	width: 67px;
	height: 26px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: middle;
  margin-left:19px;
  margin-top:3px;
  margin-bottom:10px;
}

#rightsidebar {
 /* margin-left:5px;*/
  /*float:left;*/
  display:inline;
  top:-50px;
  overflow:hidden;
  

}

#profileBlock {
    position:relative;
      width:210px;
      height:200px;
      top:-5px;
      right:0px;
      background-color:#000000;
      background-image:url(img/heath_profile_bg.jpg);
      background-repeat:no-repeat;
     /* margin-left:5px;*/
  }

#sidebaradBlock {
  width:200px;
  height:auto;
  position:relative;
  bottom:0px;
  margin-top:20px;
  margin-bottom:5px;
  /*background: #000000;*/
  
}

#sidebaradBlock li {
     line-height: 40px;
     /*letter-spacing: 1px;
     word-spacing: 4px;*/
   }

  
  #sidebaradBlock a {
    height:80px;
    width:210px;
    margin-bottom:0px;
    margin-top:5px;
    /*background:#CCCCCC;*/
    
  }
  
  .weather {
    width:158px;
    margin-left:20px;
    /*background:#fff;*/
    padding:5px;
  /*  border:1px solid;*/
    margin-bottom:10px;
    margin-top:5px;
  }
  
  .xml {
  
    text-indent:20px;
  }
  .xml ul li {
		text-indent:20px;
	}
  
  #menu {
  	text-indent:30px;
	top:45px;
	font-weight:bold;
  }
  
/* -------- Footer -------------- */

#footer {

	position: relative;
    
    width: 750px;
    height: 222px;
    /*bottom:0px;*/
    clear: both;
    
    background-image:url(img/images/footerBackground.jpg);
    
       
}
   #footer #copyright {
   		position: absolute;
		/*float:left;*/
		font-size:75%;
		top:195px;
   
   }

	#footer #billPayButton {
    	position: absolute;
        
        bottom: 15px;
        right: 15px;
        
        z-index: 1;
    }
    
    #footer #blogBlock {
    	position: absolute;
                
        left: 0px;
        
        width: 240px;
        height: 120px;
        
        
        
    }
    
        #footer #blogBlock #blogTitle {
            position:absolute;
            top:25px;
            right:110px;
            font-size: 14px;                                              
            color: #FFFFFF;        
            text-transform: uppercase;
        }
        
        #footer #blogBlock ul {
        	margin-top:45px;
			margin-left: 15px;
        	color: #ACD473;
			font-size: 11px;
			//margin-left:10px;
			list-style:none;
			
        }
		#footer #blogBlock ul li:before {
        	margin-top:8px;
			margin-left: 5px;
        	color: #ACD473;
			font-size: 11px;			
			/*list-style-image:url(images/bullet.jpg);
			height:8px;
			width:8px;
			content: "\00BB \0020";
			list-style:none;
			//content:url(images/bullet.jpg);*/
			
						
		}
		
		#footer #blogBlock a {
			text-decoration:none;
			color:#ACD473;
		}
		
		#footer #blogBlock a:hover {
			text-decoration:none;
			color:#8dc73f;
		}
				
			
				
				#footer #buttonsBlock {
					position: absolute;
					display:block;	
					/*left: 15px;*/
					top: 125px;
					width: 15px;
					/*width: 160px;
					height: 24px;*/
					font-size:10px;
					
				}
				
			/*	#footer #buttonsBlock .font1 {
					font-family:Verdana, Arial, Helvetica, sans-serif;
					font-size: 10px;
					font-weight:bold;
					color:#8dc73f;
					margin-top: 0px;
				}
				
				#footer #buttonsBlock .font2 {
					font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 10px;
					font-weight: bold;
					color: #FFFFFF;
				} */
				
				#footer #buttonsBlock .button {
					position: relative;
					margin-right:50px;					
					top:30px;
					left:10px;
					
				}
				#footer #buttonsBlock .button2 {
					position: relative;
					left:95px;					
					margin-right:50px;					
					top:30px;
					
					
				}
        
        
        
        /* ------------ Movie Box ------------ */

#posterBoxContainer {
	position: absolute;
    top:5px;
    left: 200px;
}

#posterBox {
	position: relative;
    padding: 10px;
    
}

#posterBox .poster {
	margin: 10px;
    float: left; 
}

    #posterBox .smallPoster {
        margin-top: 50px;
    }
    
    #posterTitleBox {    
        width: 500px;
   
    	position: absolute;
   
        left: 140px;
        top: 20px;
    }
    
    #posterTitleBox * {
    	margin: 0px;
        padding: 0px;
        
        
        
    }
    
	    #posterTitleBox #posterTitle {
            font-size: 14px;                             
             
			position:relative;
			
			
			         
            color: #ACD473;
            
            text-transform: uppercase;        
    
        }
        
        #posterTitleBox #movieTrailerLink {
        	font-size: 10px;
            bottom:45px;          
            color: #FFFFFF;
			position:relative;
        }
    
    #movieNext {
        position: absolute;
        left: 330px;
        top: 100px;
    }
    
        #movieNext img {
            border: none;
			position: absolute;
			top: 40px;
        }

/* ------------------------------ */









/* credits */
#credits {
	margin: 0px auto;
	width: 750px;
	color: #7a9299;
	font-size: 85%;
	line-height: 120%;
}
#credits a, #credit a:visited {
	color: #048db4;
}
.rss {
	background: url(img/mini-rss.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-right: 20px;
	left:75px;
	bottom:10px;
	float:right;
	font:70% "Verdana", Trebuchet MS, Arial;
	position:absolute;
}
.loginout {
	background: url(img/mini-loginout.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-right: 20px;
	float:right;
	left:15px;
	bottom:10px;
	font:70% "Verdana", Trebuchet MS, Arial;
	position:absolute;
}

/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.alignright {
	float: right;
}
img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}