body {
	font:62.5%/1.5 Arial, Helvetica, sans-serif;
	background:#000 url(images/bg.gif) repeat-x top;
	color:#333;
	text-align:left;
	line-height:1.5em;
	padding-bottom:15px;
}
p {
	font-size:13px;
	color:#333;
}
strong {
	font-weight:bold;
}
#wrapper {
	width:753px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}
a {
	color:#333;
	text-decoration:underline;
}
a:hover {
	color:#333;
	text-decoration:none;
}
/*
========================================== BRANDING ==============================================*/
#header {
	/*height:481px;*/
	position:relative;
	overflow:hidden;
	background:url(images/blog_header.jpg) no-repeat;
}
#header_wrapper {
	position:relative;
	overflow:hidden;
	background:url(images/content_bg.gif) repeat-y;
	/*margin-left:70px;*/
}
#branding h1 a {
	width:225px;
	height:119px;
	float:left;
	display:block;
	outline:none;
	margin-left:70px;
	text-indent:-9999px;
}
.search_info {
	float:right;
	display:inline;
}
.search_info .search {
	line-height:35px;
	padding-left:10px;
	float:right;
	background:url(images/search_l.gif) no-repeat left bottom;
}
.search_info .search img { 
	vertical-align:top;
}
.search_info .search ul {
	background:url(images/search_box.gif) no-repeat right 6px;
}
.search_info .search input {
	width:100px;
	height:17px;
	border:none;
        border-width: 0px;
	float:left;
	margin:8px 15px 0 10px;
	color:#000;
}
/*.search_info input { 
                     border-width: 0px;
 }*/
.search_info .search input.inactive_searchbox {
	color:#B5B5B5;
}
.search_info .search label {
	font-size:13px;
	font-weight:bold;
	padding:0 13px 0 8px;
	margin:-2px 10px 0 0;
	color:#fff;
	float:left;
}
/*
========================================== MENU ==============================================*/
.menu {
	width:280px;
	/*height:240px;
	position:absolute;*/
	position:relative;
	overflow:hidden;
	left:0;
	margin:220px 0 0 463px;
	background:url(images/menu_bg.jpg) no-repeat center top;
}
* html .menu {
	margin-top:185px;
	margin-left:458px;
        width: 290px;
}
*:first-child+html .menu {
	margin-left:458px;
        width: 290px;
}
/*.menu ul {
	float:left;
	margin-left:0px;
        width:250px;
	padding:10px;
        display: inline;
}*/
.menu ul li {
	margin-bottom: 2px;
}
/* *:first-child+html .menu ul li {
	margin-left: 5px;
        margin-right: 6px;
}*/
*:first-child+html .menu ul li ul {
	padding: 0px;
}
.widgetbody ul { 
        display: inline;
        margin-left: 0px;
        list-style-type: none;
        width: 95%;
}
/**:first-child+html .menu ul {
        display: inline;
        margin-left: 4px;
        padding: 10px;
}*/
.menu_footer {
	width:288px;
	height:25px;
	background:url(images/menu_footer.jpg) repeat-y left;
	float:left;
        display: inline;
	margin-left:-4px;
}
* html .menu_footer {
	margin-left:4px;
}
*:first-child+html .menu_footer {
	margin-left:1px;
        display: inline;
}
.menu ul li h2 {
	background:#cccc99;
	text-align:left;
	font-size:15px;
	margin-bottom:1px;
	text-transform:uppercase;
	font-weight:bold;
	color:#000;
}
*:first-child+html .menu ul li h2 {
        display: inline;
}
.menu ul li h2 a {
	width:98%;/*ie6*/
	text-decoration:none;
	letter-spacing:-1px;
	line-height:22px;
	display:block;
	background:#cccc99;
	padding:0 0px 0px 5px;
}
.menu ul li h2 a:hover {
	background:#333;
	color:#fff;
}
.menu h2 span {
	padding:5px 5px 4px 10px;
	color:#333;
	display:inline;
	text-transform:uppercase;
	font-size:12px;
}
/*
========================================== CONTENT ==============================================*/
#content {
	width:653px;
	position:relative;
	overflow:hidden;
	background:#fff url(images/content_bg.jpg) no-repeat right 25px;
	margin-left:70px;
	padding:3px 15px 15px 15px;

              font-size : 1.2em;
}
#content .article_wrapper {
	float:left;
	margin-bottom:8px;
}
#content h2 {
	padding:5px;
	background-color:#666666;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	margin-bottom:20px;
}
#content h2 a {
              color:#fff;
             text-decoration: none;
              }
#content p {
	/*font-size:11px;*/
          
	margin-bottom:8px;
}
#content .date {
	float:left;
	width:54px;
	height:34px;
	text-align:center;
	background:url(images/date.gif) no-repeat;
	margin-right:12px;
	font-size:15px;
	font-weight:bold;
	padding:24px 0 0 3px;
}
#content .article {
	float:left;
	width:583px;
}

#footer { 
          background: #666;
          color: #fff;
          margin-left: 70px;
          padding: 10px;
 }

#footer p { 
            color: #fff;
 }

#footer a { 
            color: #fff;
}

#footer img { 
              float: left;
              padding-right: 10px;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 0px;
	}

#sidebar ul ul li, #sidebar ul ol li {
	/*margin: 3px 0 0;*/
	padding: 0;
	}

h1.pagetitle { 
               font-size: 1.8em;
               font-weight: bold;
               text-align: center;
               margin-top: 30px;
 }

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Arial, Helvetica, sans-serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
                  margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin: 10px 5px 10px 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

#comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
h3 { 
              font-size: 1.3em; 
              font-weight: bold;
              }

.even, .alt {

	border-left: 1px solid #ddd;
}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
        color: #777;
	}

/*
========================
  Standard css from wordpress...
========================
*/

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#respond textarea { 
           width: 90%;
 }

div.alignright {
	float: right;
              width: 45%;
              text-align: right;
	}

div.alignleft {
	float: left;
             width: 45%;
             text-align: left;
	}

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 90%;
	}

#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;
        font-weight: bold;
	}

#wp-calendar caption {
	text-align: center;
                       	font: bold 1.3em Arial, Helvetica, sans-serif;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

/*#wp-calendar td.pad:hover {
	background-color: #fff; }*/

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
                  font-weight: bold;
                  text-align: center;
                  font-size: 1.2em;
	}
/* End Calendar */

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}


*:first-child+html .menu { 
        margin: 220px 0 0 458px;
 }

.menufooter { 
              background:transparent url(menu_footer.jpg) repeat-y scroll left center;
              /*float:left;*/
              height:25px;
              margin-left:-4px;
              width:288px;
 }

*:first-child+html .menufooter { 
              margin-left:-1px;
 }

.menu dl { 
           margin: 0 2px 0 2px;
 }

.menu dt { 
           background: #333;
           color: #fff;
           margin: 1px 15px 0px 15px;
 }

.menu dt a { 
             /*text-decoration: none;
             color: #fff;*/
             background:#cccc99;
             color:#333;
             display: block;
             text-decoration:none;
             letter-spacing:-1px;
             line-height:22px;
             text-align:left;
             font-size:15px;
             text-transform:uppercase;
             font-weight:bold;
             padding-left: 10px;
 }

.menu dt a:hover { 
             color: #cccc99;
             background: #333;
 }

.menu dd { 
           margin: 0 20px 0 20px;
           }

.menu dd ul { 
           padding: 0px;
           margin: 0px;
           padding-left: 5px;
}

.menu dd ul li { 
              padding: 0px;
              margin: 0px;
 }

.menubody { 
            font-weight: normal;
            font-size: 1.1em;    
 }

.menubody a { 
              color: #333;
              text-decoration: none;
              font-weight: bold;
 }

.menubody a:hover { 
              color: #333;
              text-decoration: underline;
 }

#wp-calendar tbody tr td { 
           border: 1px solid transparent;
 }

#wp-calendar tbody tr td:hover { 
           border: 1px solid #333;
 }
