body { 
	color: #000;
	background: #fff;
	font: 80% Georgia, sans-serif;
	padding: 0;
	margin: 0;
	}
/* CONTAINS ALL CONTENT */
#body-container {
	overflow: hidden;
	width: 942px;
	margin: 0 auto;
	padding: 0  0;
	background: #fff3d6;
	}

/* SEARCH FORM */
#cse-search-box {
	float: left;
	margin: 0;
	padding: 0;
                      width: 225px;
	
	}
#cse-search-box input#s {
	width: 123px;
	padding: 5px;
	margin: 2px 0;
	color: #333;
	background: #f7f7f7;
	border: 1px solid #ccc;
	}


	
/* MAIN NAVIGATION MENU */
#nav-container {float: left;
	overflow: hidden;
	display: block;
	padding: 0;
	background: #660000;
	}
	
 #main-nav 
  {
float : left;
width : 945px;
background-image : url(images/module2.png);
background-repeat : repeat-x;
background-attachment : scroll;
margin : 0 0px 0 0;
padding : 0;
}
#main-nav ul {
	float: left;
	margin: 0;
	padding: 0;
	}
#main-nav ul li {
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
	}
#main-nav ul li a {
	font-size: 1em;
	font-weight: bold;
	float: left;
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 8px 25px;
	text-decoration: none;
	}
#main-nav ul li a:hover, #main-nav ul li a:active {
	border: none;
	margin: 0;
	background: url(images/module3.png) repeat-x top;
	text-decoration: underline;
	}
#main-nav ul li#current a { background: url(images/module4.png) repeat-x top;}

#google {
background: #fff;
width: 614px;

  }  
  
  #google2 {
background: #fff;
overflow: hidden;
margin-bottom, padding-bottom: 0 !important;

  }  

/* HEADER */
#header {
	float: left;
	width: 921px;
	margin: 0;
	padding: 10px 10px;
	display: block;
	clear: left;
	
	background: #fff3d6
	}
#header h1 {
	display: inline;
	float: left;
	width: 650px;
	font-size: 3.5em;
	text-indent: -9999px;
	letter-spacing: 4px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	
		}
	

#header h1 a
 { width: 610px;
height: 100px;
display: block;
background: url(images/logo.png) no-repeat top left;
padding: 0;
margin: 0 0 0 0px;


}
#header h1 a:hover
{

color: #ff6600;

}


#header h1 a span { display: none; }
/* FEED */
#feed {
	width: 200px;
	float: right;
	padding: 30px 50px 0 0;
	background: url(images/rss.png) no-repeat right 0;
	}
#feed ul { margin: 0; padding: 0; }
 #feed ul li  {
list-style-type : none;
margin : -1px 0 4px 0;

padding : 0;
}
#feed ul li a { font-weight: bold; color: green;  font-size: 1.1em;}
#feed ul li a:hover { text-decoration: underline; color: #9a001c;}

/* CONTAINS EVERYTHING BELOW HEADER AND HORIZONTAL NAVIGATION */
#container {
	overflow: hidden;
	float: left;
	width: 921px;
	margin: 0;
	padding: 0px 10px 0 10px;
	background: #fff3d6;
	}

/* CONTAINS MAIN CONTENT */
#content, #home {
	float: left;
	margin: 0;
	}
#content {
	width: 611px;
	padding: 0 0 10px 0;
	}
#home {
	width: 611px;
	}
/* HEADERS */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: green;
	}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: bold;
	text-decoration: none;
	color: white;
	}
h2 { font-size: 1.7em; }
h3 { font-size: 1.7em; }

h4 { font-size: 1.4em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }

/* LINKS */
a {
	color: black;
	text-decoration: none;
	}
a:hover {
	color: green;
	}

/* FEATURE */
#home .feature {
	float: left;
	width: 593px;
	border: 1px solid #ccc;
	margin: 0 0 10px 0;
	padding: 0 10px 10px 5px;
	background: #fff;
	}
#home .feature img {
	float: left;
	width: 300px;
	height: 175px;
	margin: 3px 15px 10px 5px;
	}
#home .feature h2 { margin: 10px 5px 0 5px; padding: 0; font-size: 1.6em; }
.feature p { margin: 10px 0; }

/* HOME CATEGORY TABS (also see tabs section at bottom of stylesheet) */
#home #home-categories {
	clear: left;
	float: left;
	display: block;
	width: 610px;
	margin: 0 0 10px 0;
	}

/* EVERYTHING BELOW THE FEATURE */
#home #home-bottom {
	width: 610px;
	clear: left;
	float: left;
	margin: 0;
	padding: 0;
	}
#home #home-bottom .block-left { float: left; width: 300px; }
#home #home-bottom .block-right { float: left; width: 300px; margin-left: 10px; }

/* EXCERPTS ON THE EXCERPTS STYLE LAYOUT */
.excerpts {
	margin: 0;
	padding: 0;
	float: left;
	line-height: 1.7em;
	width: 611px;
	}
.excerpts .post {
	float: left;
	width: 591px;
	font-size: 1.1em;
	line-height: 1.5em;
	overflow: hidden;
	padding: 5px 11px 5px 10px;
	margin: 0 0 10px 0;
	background: #fff;	
border: 1px solid #fff;	
	}
.excerpts .post h3 {
	float: left;
	display: block;
	margin: 0 5px 0 4px;
	padding: 0;
	}
.excerpts .post .entry {
	display: block;
	clear: left;
	width: 100%;
	padding: 0;
	margin: -10px 10px 0 6px;
	}
.excerpts img { margin: 5px 17px 10px 0; }
.excerpts .post .entry p { padding: 0; margin: 10px 0; }
.excerpts .byline { padding: 0 0 5px 5px; clear: left; display: block; float: left; width: 95%;
 }
.excerpts .post-meta-data { float: left; text-align: left; }
/* VIDEO */
.video {
	display: block;
	float: left;
	overflow: hidden;
	width: 288px;
	margin: 0 0 10px 0;
	padding: 2px 5px 10px 5px;
	background: #fff;
	border: 1px solid #ccc;
	text-align: center;
	}
.video h3 { text-align: left; padding: 0 0 5px 2px; margin: 0; }
.video h3 a {
	font-size: .8em;
	font-weight: bold;
	}
.video div {
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	background: transparent;
	text-align: center;
	display: block;
	border: none;
	}
object { padding: 0; margin: 0; }

/* POST */
.post {
	margin: 0;
	background: #fff;
	
	}

/* RECENT EXCERPTS (default style) */
.recent {
	width: 288px;
	padding: 0 5px 10px 5px;
	margin: 0 0 10px 0;
	float: left;
	background: #fff;
	border: 1px solid #ccc;
	}
.recent .post {
	float: left;
	margin: 5px 0 5px 0;
	padding: 0;
	background: transparent;
	}
.recent .post h3 { margin: 0; padding: 0; }
.recent .post h3 a {
	display: inline;
	font-size: .7em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
.recent img, .excerpts img {
	float: left;
	margin: 5px 10px 0 0;
	}

.recent .entry {
	font-size: 1em;
	margin: 0;
	padding: 0;
	}
.recent p, .recent .entry p { margin: 0; padding: 0; }
/* SINGLE POST */
.single .post {
		
	float: left;
	width: 591px;
	font-size: 1.1em;
	line-height: 1.5em;
	overflow: hidden;
	padding: 5px 11px 5px 10px;
	margin: 0 0 10px 0;
	background: #fff;	
border: 1px solid #fff;	
	}

img.feature { height: 175px; width: 300px; }
.post a {
	font-weight: normal;
	color: green;
	text-decoration: none;
	}
.post a:hover {
	color: #9a001c;
	text-decoration: underline;
	}
.post h2 {
	margin: 5px 0 0 0;
	padding: 0;
	font-weight: normal;
	}
.post h2 a { color: green; }
.post .byline { 
	margin: 10px 0 7px 0;
	}
.post-meta-data {
	margin-right: 6px;
	text-align: right;
	}
.single .post-meta-data {
	clear: left;
	float: left;
	width: 100%;
	text-align: left;
	
	}
.entry a,.entry a:link,.entry a:visited {
  color:green;
font-weight: normal;
  text-decoration:underline;
}
.entry a:visited {
  color:grey;
}
.entry a:hover,.entry a:active {
  color:#9a001c;
}


/* LISTS */
#home .post ul, #content ul {
	margin: 15px 0;
	padding: 0;
	}
#home .post ul li, #content ul li {
	margin: 2px 0;
	padding: 0 0 0 15px;
	background: url(images/bullet.gif) no-repeat .2em .5em;
	list-style-type: none;
	}
/* tables */
.post table { border: none; }
.post tr, .post td { border: 0px solid #333; }

/* code and pre */
code {
	font: normal 1.1em "Courier New", Courier, monospace;
	padding: 0 2px;
	}
 pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
	width: 551px;
	}
pre code {
	font-size: 1.2em;
	display: block;
	clear: both;
	padding: 10px;
	color: #333;
	border: solid 1px #ccc;
	line-height: 140%;
	margin: 5px 0 15px 0;
	width: 570px;
	}
#comments-template pre, #comments-template pre code { width: 98%; border: none; }
/* ALIGNMENT */
.left {
	float: left;
	margin: 5px 15px 5px 0;
	}
.right {
	float: right;
	margin: 0 0 0 15px;
	}
.clear { clear: both; }
p.ie6-bug { float: left; margin: -5px 0; padding: 0; }
.center {
	margin: 15px auto;
	text-align: center;
	}
.navigation {
	margin: 15px 0;
	}
.previous {
	float: left;
	width: 47%;
	}
.next {
	float: right;
	width: 47%;
	}
.add_comment
 { padding: 10px 0 10px 35px; background: transparent url('images/bird.png') 0 0 no-repeat; font-weight: bold; }

/* IMAGES */
.post img, .post a img {
	background: url(images/shadow.gif) no-repeat right bottom;
padding: 4px 10px 10px 4px;
margin-right: 10px;
border-top: #eee 1px solid;
border-left: #eee 1px solid;
border-bottom: 0;
border-right: 0;
display:block;
float:left;	
	}

   .post img.cs, .post a img.cs {
  display:block; 
  background:none ! important;
  border: none ! important;
   margin:0 auto ! important; 
   text-align:center! important; 
float:none ! important;	
margin-top:10px;
   }  
   
.post img.centered, .post img.aligncenter {
  display:block; /*images must be set to block in order use auto margins*/
   margin:0 auto; /*centers images in most browsers*/
   text-align:center; /*centers images in older browsers*/
float:none;	
margin-top:10px
   }  
   


	

	
/* RELATED POSTS */
.related {
	width: 558px;
	float: left;
	margin: 0 0 10px 0;
	padding: 0 25px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #ccc;
	}
.related ul {
	width: 100%;
	}
.related h3 {
	margin: 15px 0 0 0;
	padding: 0;
	}
.ads img { border: none; }

#comments-template {
	overflow: hidden;
	float: left;
	clear: left;
	width: 564px;
	padding: 10px 25px;
	margin: 0 0 10px 0;
	border: 1px solid #fff;
	background: #fff;
	}
#comments-template h3 { margin: 10px 0 0 0; }
#comments-template ol {
	margin: 0;
	list-style: none;
	}
#comments-template li {
	overflow: hidden;
	margin: 10px 0;
	padding: 5px 10px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	}
#comments-template li li li, #comments-template li li li li li {
	background: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	}
#comments-template li li, #comments-template li li li li {
	background: #eee;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}
#comments-template img { border: none; padding: 0; }
#comments-template .avatar {
	float: left;
	width: 35px; height: 35px;
	margin: 5px 10px 0 0;
	padding: 1px;
	border: 1px solid #ccc;
	background: #fff;
	}
#comments-template .comment-meta-data { margin: 5px 0 15px 0; color: #660000}
#comments-template .comment-meta-data a {color: green; text-decoration: underline;}
#comments-template .comment-meta-data a:hover {color: #9a001c; text-decoration: underline;}
#comments-template .comment-meta-data .time {color: black; text-decoration: none;}
li .comment-text, li li .comment-text, li li li li .comment-text {
	overflow: hidden;
	clear: left;
	margin: 10px 0;
	padding: 8px 10px;
	background: #fff;
	border: 1px solid #fff;
font-size: 1.1em;

line-height: 1.5em;
	}
li li li .comment-text, li li li li li .comment-text {
	background: #fff;
	border: 1px solid #fff;
	}
#respond {
	clear: both;
	}
#comments-template .text-input {
	display: block;
	}
#comments-template input {
	width: 50%;
	padding: 5px;
	margin:  10px 5px 0 0;
	background: #fff;
	border: 1px solid #ccc;
	}
#comments-template textarea {
	width: 96%;
	padding: 5px;
	margin-top: 10px;
	border: 1px solid #ccc;
	}
#comments-template input.submit-comment, #comments-template input.reset-comment, .button {
	width: 100px;
	padding: 7px;
	margin-right: 10px;
	color: #fff;
	border: 1px double #333;
	background: #660000;
	}
/* TRACKBACKS */
.trackback, .trackback a { color: #666; }
.trackback .comment-meta-data em { color: #660000; }
input {
	width: 50%;
	padding: 5px;
	margin:  10px 5px 0 0;
	background: #fff;
	border: 1px solid #ccc;
	}
textarea {
	width: 96%;
	padding: 5px;
	margin-top: 10px;
	border: 1px solid #ccc;
	}
#comments-template input.submit-comment, #comments-template input.reset-comment, .button {
	width: 100px;
	padding: 7px;
	margin-right: 10px;
	color: #fff;
	border: 1px double #333;
	background: #660000;
	}

/* CONTACT */
fieldset {
	border: none;
	}
legend {
	border: none;
	}
/* SIDEBAR */
#sidebar {
	overflow: hidden;
	width: 300px;
	float: left;
	margin: 0 0 0 10px;
	}
.menu {
	overflow: hidden;
	clear: left;
	float: left;
	display: block;
	width: 278px;
	padding: 10px;
	margin: 0 0 10px 0;
	background: #fff;
border: 1px solid #fff3d6;
	}
.menu h2 {
	margin: 0;
	padding: 0;
	}
.menu ul, .tabbed div ul {
	margin: 0;
	padding: 0;
	}
.menu ul li, .tabbed div ul li {
	margin: 0;
	padding: 0 5px 0 0;
	list-style-type: none;
	}
.menu ul li a, .tabbed div ul li a {
	display: block;
	padding: 0 0 0 10px;
	}
.menu ul li a:hover { text-decoration: underline; }
/* TABS */
.tabs-block {
	clear: left;
	float: left;
	width: 300px;
	padding: 0;
	margin: 0 0 10px 0;
	display: block;
	}
  .tabbed  {
width : 100%;
overflow : hidden;
padding : 0;
margin : 0;
background : transparent;
border : none;
}
.tabbed ul.tabs {
overflow : hidden;
display : block;
position : relative;
top : 0;
left : 0;
z-index : 999;
list-style-type : none;
margin : 0;
padding : 0;
width : 100%;
background : transparent;
}
.tabbed ul.tabs li {
display : inline;
float : left;
padding : 0;
margin : 0 4px 0 0;
}
.tabbed ul.tabs li a {
font-weight : bold;
display : block;
margin : 0;
padding : 5px 0.8em;
background : #ffcc99;
color : #ffffff;
float : left;
display : block;
margin-top : 0;
margin-right : 0.25em;
margin-bottom : 0;
margin-left : 0;
padding-top : 5px;
padding-right : 0.6em;
padding-bottom : 5px;
padding-left : 0.3em;
background-color : #aa0000;
background-image : url(images/tabsa.png);
background-repeat : repeat-x;
background-attachment : scroll;
border-top-width : 0px;
border-right-width : 0px;
border-bottom-width : 0;
border-left-width : 0px;
border-top-style : solid;
border-right-style : solid;
border-bottom-style : solid;
border-left-style : solid;
border-top-color : transparent; 
border-right-color : transparent; 
border-bottom-color : transparent; 
border-left-color : transparent; 
}
.tabs-block ul.tabs li a {
padding : 5px 3px;
}
.tabbed ul.tabs li a:hover {
background : #ff6600;
color : #440000;
background-color : #ffffff;
background-image : url(images/tabsah.png);
background-repeat : repeat-x;
background-attachment : scroll;
text-decoration : none;
}
.tabbed ul.tabs li a.tab-current {
background : #fff;
color : #440000;
background-color : #ffffff;
background-image : url(images/tabsah.png);
background-repeat : repeat-x;
background-attachment : scroll;
}
.tabs-block .tabbed div, #home .tabbed .c {
overflow : hidden;
display : block;
position : relative;
left : 0;
top : -1px;
z-index : 0;
clear : left;
width : 100%;
margin : 0;
padding : 5px 0;

background : #fff;
display : none;
} 
div.t2, div.t3, div.t4, div.t5, div.c2, div.c3, div.c4, div.c5, div.c6, div.c7, div.c8, div.c9, div.c10  { display: none; }
.tabs-block .tabbed div.t1, #home .tabbed div.c1 { 
	display: block;
	}
.tabs-block .tabbed div { width: 298px; }
.tabbed div ul {
	overflow: hidden;
	padding: 7px 0 2px 0;
	margin: 0;
	background: #fff;
	}
 .tabbed div ul li  {
margin-top : 4px;
margin-right : 0;
margin-bottom : 4px;
margin-left : 4px;
font-size : 1em;
color : #4e4e4e;
font-weight : bold;
background-color : transparent;
background-image : url(images/list.gif);
position: relative;
background-repeat : no-repeat;
background-attachment : scroll;
background-x-position: 0;
background-y-position: 0;
list-style-type : none;
list-style-image : none;
list-style-position : outside;
line-height : 1.2em;
padding-top : 0;
padding-right : 5px;
padding-bottom : 0;
padding-left : 5px;
text-decoration : none;
}
.tabbed div ul li a {clear:left;
	font-weight: normal;
	width: 97%;
	display: block;
	padding: 2px 0 2px 12px;
	background: transparent;
	border: none;
	}
.tabbed div ul li a:hover { text-decoration: underline; }

/* HOME CATEGORIES TABS */
#home-categories {
	overflow: hidden;
	}
#home .tabbed .c {
	width: 608px;
	}
.tabbed .post {
	float: left;
	clear: none;
	width: 47%;
	margin: 5px 1%;
	padding: 0;
	}
.tabbed .post h3 {
	width: 97%;
	font-size: .95em;
	margin: 0 0 0 5px;
	padding: 0;
	}
.tabbed .post h3 a { 
	font-weight: bold;
	}
.tabbed .post .entry {
	margin: 0 0 0 5px;
	padding: 0;
	}
.tabbed .post .entry p { margin: 0; padding: 0; }

/* SIDEBAR support */
.support { float: left; clear: left; width: 297px; display: block; background: #fff3d6; padding: 0 0; margin: 0 0 10px 0; }
.support p {
	margin: 0;
	padding: 0;
	background: #fff3d6;
	}
.support img {
	float: left !important;
	background: #fff3d6;
	padding: 0;
	}

/* FLICKR PHOTOS */
.flickr img {
	margin: 5px 4px 5px 4px;
	padding: 3px;
	border: 1px solid #01203c;
	}
.flickr p {
	margin: 0 10px 0 0;
	text-align: right;
	}

/* SIDEBAR WIDGETS */
/* calendar */
#sidebar table { width: 95%; margin: 0 auto; border: 1px solid #eee; }
#sidebar table tr { font-weight: bold; background: #ccc; }
#sidebar table tr td { text-align: center; background: #fff; border: 1px solid #ccc; }
#sidebar table tr td.pad { border: none; }

* FOOTER */

#footer {
	color: #666666;
	clear: both;
	width: 940px;
	margin: 0 auto;
	border-top: 1px solid #ccc;
	}

#footer p {
	float: left;
	width: 50%;
	 margin:10px 10px; 
  	
	}
#footer p.icons {
	float: right;
	text-align: right;
	width: 50%;
	height: 30px;
	}
#footer img { border: none; }
#footer a {
	color: #666666;
	font-weight: bold;
	}
#footer a:hover {
	text-decoration: underline;
	}
#footer img { margin: 0 10px; border: none; }
.mania { background: #990000; position: absolute; top: 0; left: 0; width: 1000px; height: 2000px; } .mania h2 { font-size: 5em; }

#sidebar ul#submenu{
	width:336px;
	margin-top:18px;
}	

#sidebar ul#submenu li{
	background:url('images/bg_submenu.gif') no-repeat;
	height:32px;
	padding:5px 0px 0px 7px;
	margin:0px;
}

#sidebar ul#submenu li a{
	font-size:13px;
	font-family: Arial, Verdana;
	color:#000;
	text-decoration:none;
}
#sidebar ul#submenu li a:hover{
	color:green;
	text-decoration:underline;
}

#sidebar ul#submenu li img{
	float:left;
	margin-right:10px;
	margin-top:0px;
}
.google1 {
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #DDDDDD;
	float:left;
margin-top: -70px;
	margin-left:-190px;
	margin-right:10px;
	width:160px;
	height: 600px;
	position:fixed;
	z-index:1;
}

* html .dd_ajax_float { 
	position: absolute;
}

