
body {
	margin: 0;
	padding: 0;
	background:#eee url(img/body bg.gif) fixed;
        background-color:black;
	font-family: Verdana, Tahoma, Arial, Serif;	
	line-height: 1.5em;
	font-size: 10px; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: 10px; /* easy scaling */
  	font-size: 0.76em;
	color: red;	color: #ccc;
	scrollbar-base-color: #887766;

}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family:Verdana, Georgia, Tahoma, Verdana, Arial, Serif;
	font-weight:bold;
	color: #6f2c01;	
	color: #000000;	
	line-height:1.6em;
}

p, blockquote, ul, ol {
	margin-top: 0;
	padding-top: 0;
	margin-bottom:0.5em;	
}
p 
{
	line-height:1.8em;
}

a:link, a:visited {
	color: #db9;
	color: #6f2c01;
	text-decoration:none;
	/*border-bottom:#c96 1px dotted;*/
	border-bottom: none;
}
a:visited { color: #7d411a; }
a:hover,a:active 
{
	color:Orange;
	text-decoration:none;
	border-bottom:Orange 1px solid;
}
/*a:active {color:Yellow;}*/
img.left 
{
	float:left;
	margin:0 1em 1em 0;
}
img.right 
{
	float:right;
	margin:0 0 1em 1em;
}
a img 
{
	border:0;
	padding-bottom:0px;
	padding-right: 1px;
	border-bottom:none;
}
blockquote 
{
	margin:1em;
	padding:0 2em;
	background:url(img/quote.gif) no-repeat left top;
	color:#777;
}
fieldset 
{
	border:none;
}

dl {
	margin:1em 0px;
}
dt 
{
	font-weight:bold;
}
dd 
{
	margin:0.5em 1em;
	padding:0;
}

/* Header */
#header 
{
	background:url(img/header_.jpg) no-repeat center;
	height:180px;
	width:900px;
	border:#ccc 0px double;
	border: solid 0px #ccc;
	margin:10px auto 0px auto;
	margin:auto; margin-bottom:10px;    
	
	height:205px;
	width:943px;    
}
#header h1{
	padding: 10px 0 0 10px;
	font-size: 1.8em;
	font-variant:small-caps;
}
#header h2 {
	padding:  0 0 0 20px;
	font-size: 1em;
	font-family:Verdana, Georgia, Tahoma, Verdana, Arial, Serif;
}

#header a {
	text-decoration: none;
}
#header * 
{
	color:#cc9;
}
/* Menu */
#menu, #menuL2, #menuL0
{
	/*text-align:left;*/
	
	padding:0;
	height:50px;
	line-height:30px;
	background:#887766;
	width:900px;
	margin:0 auto; margin-bottom:0px;
	border:#ccc 0px double;
        
    background:url(img/menu.jpg);
    width:950px; height:51px;
}
#menuL0 { background-image:none; height: auto;}

#menuL2 { background:url(img/MenuL2.gif); margin-bottom:10px;
    width:950px; height:51px;
    }
#menu ul, #menuL0 ul, #menuL2 ul {
	margin: 0 auto;

	padding:0;
	list-style: none;
}

#menu li, #menuL0 li, #menuL2 li {
	display: inline;
}

#menu a, #menuL0 a, #menuL2 a
{
	padding:8px 16px;
	text-decoration: none;
	font-family: Arial Black;
	font-size: 1.5em;
	font-weight:bold;
	border:0;
	color:#111;	
	color:#fff;	
	color:LemonChiffon;	
}
#menuL0 a { font-size: 0.9em; padding:6px 12px;}
#menuL2 a { font-size: 1.1em; padding:6px 12px;}

#menu a:hover, 
#menu a:active,
#menu li.current_page_item a:link,
#menu li.current_page_item a:visited,
#menu li.current_page_item a:hover,
#menu li.current_page_item a:active,



#menuL2 a:hover, 
#menuL2 a:active,
#menuL2 li.current_page_item a:link,
#menuL2 li.current_page_item a:visited,
#menuL2 li.current_page_item a:hover,
#menuL2 li.current_page_item a:active


{
	/*background-color:LemonChiffon;*/
	color:LemonChiffon;
	color:White;
}
/* Main */

#main {
	width: 950px;	
	margin: 0 auto;
	background:#000;
	border:#ccc 0px double;
}

#main h2 {
	padding: 4px;
	font-size: 1.6em;		
	line-height:1.2em;
	border-bottom:#ddd 1px solid;
}
#main h3 {
	padding: 4px;
	font-size: 1.4em;		
	line-height:1.2em;
	border-bottom:#ddd 1px solid;
}
#main h2 a 
{
	border:0;
}
#content ul {
	margin: 0.5em 0;
	padding: 0 0 0 2em;
	list-style-type:none;
}
#content ul li 
{
	padding:5px 0;
	/*list-style-image:url(img/arrows.gif);*/
	line-height:1.8em;
}
#content ol 
{
	margin:0;
	padding:0 0 0 3em;	
}
#content ol li 
{
    margin:0;
    padding:3px;
    line-height:1.8em;
}
#content .post 
{
	margin-bottom:3em;
}
#content .entry 
{
    /*clear:both;*/
	padding: 0px 5px;
}
#content .entry .tags 
{
	font-size: 0.9em;
	float: left;
	margin-bottom: 5px;
}
#content .entry .links
{
		font-size: 0.9em;
		clear:both;
} 
.post .date {
	float: right;
	margin:0px 0 0 0px;
	padding:0px 10px;
	padding-top:0px;
	text-align:center;
	font-size: 0.8em;
	border:red 0px solid;
	font-weight:bold;
	background:url(img/Date.png);
	background-repeat: no-repeat;
	background-position: center center;
	color:#b97;
	color:#686868;
	font-family: Verdana, "Lucida Sans", "Trebuchet MS", Verdana, Arial, Serif;
	width:70px; height:70px;
/*	margin:none; padding:none;*/
}
.post .date .dateL2{ font-weight:bold; padding-top:10px; }
.post .date span 
{
	display:block;
}
.post .date .day 
{
	font-size:1.6em;
	/*color:#cba;*/
}
.post .meta {
	margin-bottom: 10px;
	padding-left: 5px;
	font-size: 0.9em;
	color:#666;
}
.post .comments 
{
    font-size:0.9em;
    border-bottom:#ccc 1px dotted;
    color:#666;
    padding-left:17px;
    background:url(img/comments.gif) no-repeat left;
}
.post .comments a 
{
	border-bottom:0px;
}
#main .feed 
{
	list-style-image:none;
	background:url(img/icon_feed.gif) no-repeat left 3px;
	padding:3px 17px; 
}
#content .trackback 
{
	background:url(img/trackback.gif) no-repeat left 6px;
	padding:3px 12px; 
}
ul.authorposts
{
	margin:0;
	padding:0 2em;
}
ul.authorposts li
{
	margin:0;
	padding:5px;	
}
ul.authorposts li em 
{
	float:right;
	font-style:normal;
}
/* Content */

#content {
	float: right;
	float: left;
	width: 650px;
	padding:0px;
}
/* Column Two */

#sidebar {
	float: left;
	float: right;
	width: 205px;		
	width: 290px;		
	padding: 0px;	
	font-size:0.9em;
	margin:5px;	
}

#sidebar 
{
	border-right:#ccc 0px dotted;
}
#sidebar ul 
{
	margin:0;
	padding:0;
	list-style:none;
	background:none;
}
#sidebar li
{
	margin:0;
	padding:0;
	list-style:none;
	background:none;
}
#sidebar h2
{
	padding: 10px 0 0 0;
	font-variant:small-caps;
}
#sidebar p, #sidebar form
{
	padding:10px;
	margin:0;
}
#sidebar ul ul
{
	margin:10px 0 0 20px;
	padding:0;
}
#sidebar ul ul ul
{
	margin:0px 0 0 10px;
	padding:0;
}
#sidebar li li 
{
	list-style-image:none; /*url(img/bullet.gif);*/
	margin:5px 0;
	padding:0;
	
}
#sidebar .bullet ul li
{
	list-style-image:url(img/bullet.gif);
}
/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	text-decoration:none;
	}
#wp-calendar #today 
{
	border:#999 1px solid;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #000; }
/* End Calendar */
/* Comments */
input.textbox
{
	border:#ccc 1px solid;
	background:#060606;
	font:1em Verdana, Arial, Serif;
	padding:2px;
	width:150px;
}
textarea{
	width: 90%;
	padding:5px;
	height: 20em;
	border: 1px solid #333;	
	background:#060606;
	font:1em Verdana, Arial, Serif;
}
input.textbox:focus, textarea:focus
{
	background:#000;
	border:#999 1px solid;
}
#commentform 
{
	margin:0;
	padding:10px;
	background:#000;
}
#content .commentlist {
	margin: 0;
	padding: 0;
}
#content .commentlist li 
{
	list-style:none;
	margin: 0;
	padding: 1em;			
	border-bottom:#ddd 1px solid;
	font-size:0.9em;
}
#content .commentlist li .cmtinfo 
{
	padding:5px;
	margin-bottom: 5px;
	position:relative;	
}
#content .commentlist li .cmtinfo em 
{
	margin:0;
	padding:0 1em;
	font-weight:normal;			
	font-style:normal;
	color:#666;	
}
#content .commentlist li cite 
{
	font-style:normal;
	font-weight:bold;
	font-size:1.1em;
}
#content .commentlist li.alt
{
	background:#060606;	
}
#content .nocomments
{
	font-size:0.9em;
	color:#666;
	text-align:center;
}

/* Footer */

#footer {
	margin: 5px auto 0;
	padding:0 15px 5px;
	width:870px;
	/*background: #ccc;*/
	border:#ccc 0px double;
	
	background:url(img/footer.jpg) no-repeat center center;
	margin-bottom:10px;
	width:950px;
	height:97px;
	
}

#footer p {
	margin: 0;
	padding: 7px;
	font-size: 0.9em;
	color: #969;	
}
#footer p span 
{
	float:right;
}
#footer a:link, #footer a:visited {
	color: #969;
	border:0;
}
#footer a:hover, #footer a:active,#footer p strong {
	color: #111;
	text-decoration:none;
	border:0;
}
#header, #content, #sidebar, #footer, .widget 
{
	overflow:hidden;
}
/*----------------------------
					Star rater
----------------------------*/

.rating{
	margin-bottom: 10px;
}

.rating p{
	display: inline;
	position: relative;
	top: 14px;
	left: 55px;
}

.star-rating {
	position: relative;
	width: 125px;
	height: 25px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	background-position: left top;
}

.star-rating li {
	display: inline;
}

.star-rating a, .star-rating .current-rating {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -1000em;
	height: 25px;
	line-height: 25px;
	outline: none;
	overflow: hidden;
	border: none;
}

.star-rating a:hover, .star-rating a:active, .star-rating a:focus {
	background-position: left bottom;
}

.star-rating a.one-star {
	width: 20%;
	z-index: 6;
}

.star-rating a.two-stars {
	width: 40%;
	z-index: 5;
}

.star-rating a.three-stars {
	width: 60%;
	z-index: 4;
}
.star-rating a.four-stars {
	width: 80%;
	z-index: 3;
}
.star-rating a.five-stars {
	width: 100%;
	z-index: 2;
}
.star-rating .current-rating {
	z-index: 1;
	background-position: left center;
}

/* smaller star */
.small-star {
	width: 50px;
	height: 10px;
}
.small-star, .small-star a:hover, .small-star a:active, .small-star a:focus, .small-star .current-rating {
	background-image: url(../../pics/star_small.gif);
	line-height: 10px;
	height: 10px;
}

/* custom Comment form*/
#content h1
{
	font-size: 1.6em;
	font-family:Verdana, Tahoma, Verdana, Arial, Serif;
}
#content #gravatar
{
	float: left; 
	padding: 0 5px 5px;
}
#content .underline
{
 border-bottom: dotted 1px #333;
}
#content h1
{
	margin-top: 10px;
	font-family: Verdana, Georgia,Tahoma,Verdana,Arial,Serif;
	font-variant:small-caps;
	font-size: 1.6em;
	line-height:1.2em;
}
#content #archive h1
{
	font-size: 1.6em;
	font-family: Verdana, Georgia,Tahoma,Verdana,Arial,Serif;
	line-height:1.2em;
	border-bottom:#ddd 1px solid;
	font-variant:small-caps;
}

#content #archive h2
{
	font-size: 1.3em;		
	line-height:1.2em;
	border-bottom:#ddd 1px dotted;		
}
#content .searchpage .searchresult
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	line-height: 17px;
	border-bottom:#ddd 1px dotted;
}
#content .searchpage h1
{
	font-variant:small-caps;
}

#contact{
	background : white;
	padding: 10px;
	border: 0px solid silver;
}

#contact h1{
	margin-top: 0;
}

#contact label{
	display: block;
	padding-top: 5px;	
}

#contact input.field{
	width: 200px;
}

#contact textarea{
	display: block;	
	overflow: auto;
	width: 75%;
	height: 150px;
	margin: 0;
}
/*----------------------------
					 Page
----------------------------*/

#page {
	border: 0px;
	padding: 3px 10px;
	margin-bottom: 20px;
	/*background-color: white;*/
	line-height: 17px;
}

#page h1 {
	font-size: 1.6em;
	font-family: Verdana, Georgia,Tahoma,Verdana,Arial,Serif;
	line-height:1.2em;
	border-bottom:#ddd 1px solid;
	font-variant:small-caps;
	margin: 3px 0 10px 0;
}

#page #admin {
	border-top: 1px solid silver;
	margin-top: 10px;
	padding: 5px 0;
}

/*----------------------------
			Related Posts
----------------------------*/

#relatedPosts {
	background: white;
	padding: 5px 10px 10px 10px;
	border-bottom:#ddd 1px dotted;
}

#relatedPosts h1 {
	margin: 0px;
}

#relatedPosts a {
	display: block;
	margin-top: 5px;
}

#relatedPosts span {
	color: #999999;
	text-indent: 10px;
	font-size: 10px;
}

/*----------------------------
					Archive
----------------------------*/

#archive {
	background-color: white;
	border: 0px solid silver;
	padding: 10px;
}

#archive h1 {
	margin: 0;
	border-bottom: 1px dashed silver;
	padding-bottom: 9px;
}

#archive h2 {
	border-bottom: 1px solid silver;
	padding-bottom: 4px;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#archive h2 img {
	margin-right: 3px;
}

#archive ul {
	/*list-style-type: square;*/
	margin: 0 10px;
	padding: 10px;
}

#archive ul li {
	margin-right: 20px;
}

#archive table{
	width: 100%;	
	border-collapse: collapse;
}

#archive table td, #archive table th{
	text-align:left;
}

#archive table td{
	text-align:left;
	border-bottom: 1px solid #272727;
	padding: 2px 0;
}

#archive .date{
	width: 85px;
}

#archive .comments{
	width: 70px;
	text-align: center;
}

#archive .rating{
	width: 70px;
	text-align: center;
}

/*----------------------------
			Search on search
----------------------------*/

#searchonsearch {
	background: white;
	padding: 5px 10px;
	margin-bottom: 20px;
	border: 1px solid silver;
}

#searchonsearch h3 {
	margin: 3px;
	font-size: 13px;
}

#searchonsearch ol li {
	margin: 2px 0;
}

/*----------------------------
				 Tag cloud
----------------------------*/

#tagcloud {
	margin-bottom: 10px;
	white-space: normal;
}

#tagcloud li {
	display: inline;
}

#tagcloud a {
	margin-right: 3px;
	display: inline;
}

#tagcloud a.biggest {
	font-size: 20px;
}

#tagcloud a.big {
	font-size: 17px;
}

#tagcloud a.medium {
	font-size: 13px;
}

#tagcloud a.small {
	font-size: 12px;
}

#tagcloud a.smallest {
	font-size: 10px;
}
/*----------------------------
					 Calendar
----------------------------*/

#calendarContainer {
	text-transform: capitalize;
	margin: 0 auto;
}

.calendar {
	border: none;
	margin: 0 auto;
}

.calendar .weekend {
	background-color: #0e0e0e;
}

.calendar .other {
	color: silver;
}

.calendar a.exist {
	display: block;
	font-weight: bold;
	background-color: #0e0e0e;
}

.calendar td {
	vertical-align: top;
	background: white;
}

#searchbox
{
	padding-top: 5px;
	margin-left: 10px;	
}

.BodyContainer
{
    background:url(img/BodyContainer.jpg) no-repeat center top;
    color:black;
    width:648px; 
    
}
.BodyContainerL2
{   background:url(img/BodyContainerL2.jpg) repeat-y center top;
    background-color:white;
    border:solid 0px red;
    margin:auto; padding-top:24px; margin-left:54px; 
    /*min-height:345px;*/
    width:531px;     
}


.BodyContainer3Outer
{
    background:url(img/BodyContainer3_Outer.jpg) repeat-y center;
    border:solid 0px Yellow;
    color:black;
    width:648px; 
    
}
.BodyContainer3Bottom, .BodyContainer3Top
{
    background:url(img/BodyContainer3_bottom.jpg) center top;
    border:solid 0px Yellow;
    width:648px; 
    height:10px;
}
.BodyContainer3Top 
{
    background:url(img/BodyContainer3_Top.jpg) center bottom; }
.BodyContainer3Inner
{   background:url(img/BodyContainer3_v2.jpg) no-repeat left top;
    border:solid 0px red;
    padding:20px;
    padding-right:-140px;
    margin:0px;
    /*  margin:auto; margin-top:24px; margin-left:54px; */
    min-height:335px;
    width:608px;     
}

.WidgetTop     { margin:none;  background:url(img/RightBox_Top2.gif) center bottom; width:290px; height:20px;}
.WidgetBottom  { margin:none;  background:url(img/RightBox_Bottom2.gif) center bottom; width:290px; height:20px;}
.WidgetContent { margin:none; background:url(img/RightBox_Content2.gif) repeat-y center; width:290px }
.WidgetContentL2 { border:solid 0px gray; margin-right:15px; }

.BoxTop     { margin:none; border:solid 0px red; background:url(img/Box_Top.jpg) center bottom; width:640px; height:50px; font-size:2em; }
.BoxTopL2     { filter:shadow(color:black);font-weight:bold;font-size:18pt;color:Orange;padding:15px;}
.BoxBottom  { margin:none; border:solid 0px green;  background:url(img/Box_Bottom.jpg) center top; width:640px; height:18px;}
.BoxContent { margin:none; background:url(img/Box_Content.jpg) repeat-y center; width:640px }

#marqueecontainer{
    position: relative;
    width: 270px; /*marquee width */
    height: 200px; /*marquee height */
    overflow: hidden;
    border: 0px solid orange;   
    text-align:left;
}
.SideVideoContainer
{   width:290px; height:245px; background:url(img/VideoPlayer.jpg) center bottom; } 
.SideVideoContainerL2
{   margin-left:23px; padding-top:20px; border:solid 0px yellow; width:240px;}
.Content2 {  clear: both; margin-top:10px; }

.recentPosts a{ color:White; display:block; padding-bottom:0.5em; }
.recentPosts a:visited { color:LemonChiffon;}
.recentPosts li a{ border:solid 0px red;  }

.ScrollingLink a, .ScrollingLink a:link{ color:White; display:block; text-align:justify; width:260px; 
    max-width:260px; width: expression(this.width > 260 ? 260: true);    
  }
.ScrollingLink a:visited { color:LemonChiffon;}
.ScrollingLink li a{ border:solid 1px red;  }
.ScrollingDate {margin-bottom:.5em;}



.BoxContent h1, .BoxContent h2, .BoxContent h3, .BoxContent h4, .BoxContent h5, .BoxContent h6 
{   color:WhiteSmoke;   }