
body, h1, h2, h3, h4, h5, h6, blockquote, form {
	margin: 0;
 	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background:url(img/bgd.gif) repeat-y;
	background-position:top;
}

a:link {
	text-decoration: underline;
	color: #0033ff;
}

a:visited, a:hover {
	text-decoration: none;
	color: #0099ff;
}

p {
	padding: 0 0 0 0;
}

/*+++++++++++++++++++++++ Top: Header and Navigation ++++++++++++++++++++++++++*/
#top {
	width:100%;
	background:url(img/1header.gif) repeat-x;
	height:252px;
}

/*+++++++++++++++++++++++++++++++ Header ++++++++++++++++++++++++++++++++++++++*/

#header_top {
	width: 1000px;
	margin:0 auto;
	height:211px;
	background:url(img/1header_bg.jpg) no-repeat;
}

#bans_top {
	float:left;
	height:75px; width:1000px;
	margin:0 0 0 0;
}
#bans2_top {
	float:left;
	height:25px; width:995px;
	padding-top:3px;
}

#left_corner {
	float:left;
	height:84px;width:475px;
	padding:12px 0 0 0;
}

#right_corner {
	float:right;
	height:84px;width:500px;
	padding:20px 10px 0 0;
}

#right_corner h1 {
	color:#ffcc00;
	font-size:18px;
	letter-spacing:-1px;
	font-family: Arial, Helvetica, sans-serif;
}

#right_corner h1 a {
	color:#ffcc00;
	font-size:20px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left:15px;
	text-decoration:none;
}

.description {
	color:#ffffff;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left:15px;
	padding-top:1px;
}


/*+++++++++++++++++++++++++++++ Top Navigation +++++++++++++++++++++++++++++++*/

#header_nav {
    width:100%; 
    background:url(img/1menu_off.gif) repeat-x;
    height:41px;
    margin:0 auto;
}

#nav {
    width:980px;  
    margin:0 auto;
	padding:0; 
    overflow:hidden;
    height:34px; 
}

#menu {
    float:left;
    margin:5px;
    padding:3px;
    width:980px;
}

#menu li {
    display: inline;
    list-style: none;
    margin:0;
    padding:0;
}

#menu ul, #menu ol {
    display: inline;
    list-style: none;
    margin:0;
    padding:0 10px 0 0;
}
		
#menu a, #menu a:visited {
    color: #006600;
	font-size:20px;
    font-weight: bold;
    margin:0;
    padding: 3px 10px 3px 10px;
    text-decoration: underline;
}		

#menu a:hover {
	color:#00CC00;
    text-decoration: none;
}

#subscribe {
    float: right;
    width:92px;
    height:32px;
    margin:4px 4px 3px 4px;
}

.rss { 
    float:right;
    margin:7px 10px 5px 0px;
    width:230px; 
}

.rss ul { 
    margin: 0; padding: 0 2px;
}

.rss li { 
    background: url(img/rss.gif) no-repeat 0 3px;
    margin: 0 2px 0 0; 
    padding: 3px 0 3px 20px; 
    list-style: none; 
    font-size: 12px; color:#c40d63; 
    display: inline; font-weight: bold;
}

.rss li a {
    font-size: 12px; color:#fff; 
}

/*+++++++++++++++++ Wrapper: Left Sidebar & Right Container +++++++++++++++++++*/
#wrapper{
    margin:0 auto 0 auto;
    width: 1000px;
    text-align: left;
}

/*++++++++++++++++++++++++++++ VideoXtop +++++++++++++++++++++++++++++++++++*/
#videoxtop {
	margin:0 auto 0 auto;
	width:980px;
	text-align:center;
	color:#fff;
}

#videoxtop a:link {
	color:#fff;
	text-decoration:none;
}

/*++++++++++++++++++++++++++++ Left Sidebar +++++++++++++++++++++++++++++++++++*/
#lsidebar {
    float: left;
    width:212px;
    padding:0px;
    margin-bottom:5px;
}

.top_lsidebar {
    width:226px;
}

.bottom_lsidebar {
    width:226px;height:45px;
    background:url(img/b_sidebar.gif) no-repeat;
}

.content_lsidebar{
    width:226px;
    background:url(img/c_sidebar.gif) repeat-y;
}

.content_lsidebar a:link {
    color:#0033ff;
    text-decoration:underline;
    font-weight:700;
	font-size:12px;
}

.content_lsidebar a:hover {
    color:#0099ff;
    text-decoration:none;
	font-weight:700;
	font-size:12px;
}

.content_lsidebar a:visited {
    color:#0099ff;
    text-decoration:underline;
	font-weight:700;
	font-size:12px;
}


.content_lsidebar ul{
    list-style-type: none;
    margin: 0 auto;
    padding: 0 0px 0 10px;
}

.content_lsidebar ul li{
    padding: 0 13px 5px 3px;
}

.content_lsidebar ul li h2{
    font-family: Arial, Helvetica, sans-serif;
    padding-left:16px;
	padding-top:8px;
	padding-bottom:8px;
    font-size: 18px;
    text-transform:uppercase;
    background:url(img/1lsidebar_bg.gif) no-repeat;
}

.content_lsidebar ul ul li{
    font-size:11px;
    padding-top: 2px;
	margin-top: 5px;
	margin-left:10px;
    line-height: 1.0em;
    background:url(img/1p.gif) no-repeat;
    padding-left:18px;
}

.content_lsidebar ul ul ul li {
    line-height: 9px;
    text-decoration:none;
    background-image:none;
    padding-left:0; 
}

.content_lsidebar ul ul ul {
    margin-top: 9px;
    line-height: 11px;
    text-decoration:none;
    background-image:none; 
}

/*+++++++++++++ Right Container: Posts, Right Sidebar & TopBox +++++++++++++++*/
#container_right {
    float: right;
    width: 765px;
}

#inner_container{
    float: left;
    width: 530px;
    text-align:justify;
	overflow: hidden;
}

/*++++++++++++++++++++++++++++++++ Posts +++++++++++++++++++++++++++++++++++++*/
.post{
    padding: 10px 3px 10px 4px;
}

.divider {
	width:524px; height:33px;
	background:url(img/divider.gif) no-repeat;
}

.post h2{
    font-family:Arial, Helvetica, sans-serif;
    font-size: 18px;
	color:#ff6600;
}

.post h2 a:link, .post h2 a:visited {
    text-decoration:none;
    color:#ff6600;
}

.post h2 a:hover {
    text-decoration:none;
    color:#ff9900;
}

.postdata {
    border-bottom:1px solid #ff9900;
    padding-bottom:2px;
    font-size:11px;
	color:#ff6600;
}

.postdata a:link, .postdata a:visited {
    color:#ff9900;
    font-size:11px;
    text-decoration:none;
    font-weight:700;
}

.postdata a:hover {
    color:#ffcc00;
    font-size:11px;
    text-decoration:none;
    font-weight:700;
}

.entry{
    line-height: 14px;
}

p.postmetadata {
    margin: 10px 0 0 0;
}

/*++++++++++++++++++++++++++++ Right Sidebar +++++++++++++++++++++++++++++++++*/
.rsidebar{
    float: right;
    width:227px;
	padding:0;
}

.top_rsidebar {
    width:227px;height:11px;
}

.bottom_rsidebar {
    width:227px;height:11px;
    background:url(img/rb_sidebar.gif) no-repeat;
}

.content_rsidebar {
    width:227px;
    background:url(img/rc_sidebar.gif) repeat-y;
}

.content_rsidebar a:link {
    color:#f20000;
    text-decoration:underline;
    font-weight:700;
	font-size:12px;
}

.content_rsidebar a:hover {
	color:#ff6600;
    text-decoration:none;
    font-weight:700;
	font-size:12px;
}

.content_rsidebar a:visited {
	color:#ff6600;
    text-decoration:underline;
    font-weight:700;
	font-size:12px;
}

.content_rsidebar ul{
    list-style-type: none;
    margin: 0;
    padding: 0 10px;
}

.content_rsidebar ul li{
    padding: 0 15px 5px 0;
}

.content_rsidebar ul li h2{
    font-family: Arial, Helvetica, sans-serif;
    padding-left:6px;
	padding-top:8px;
	padding-bottom:8px;
    font-size: 18px;
    text-transform:uppercase;
    background:url(img/1r2sidebar_bg.gif) no-repeat;
}

.content_rsidebar ul ul li{
    font-size:11px;
    padding-top: 2px;
	margin-top: 5px;
    line-height: 1.0em;
    background:url(img/1r.gif) no-repeat;
    padding-left:18px;
}

.content_rsidebar ul ul ul li {
    line-height: 9px;
    text-decoration:none;
    background-image:none;
    padding-left:0; 
}

.content_rsidebar ul ul ul {
    margin-top: 9px;
    line-height: 11px;
    text-decoration:none;
    background-image:none; 
}

.metadata_center {
    width:520px;
    margin:0 0 20px 0;
    padding-top:2px;
    border-top:1px solid #ff9900;
	font-size:11px;
}

.metadata_center a:link, a:visited {
    text-decoration:underline;
    color:#ff6600;
}

.metadata_center a:hover {
    text-decoration:none;
    color:#ff9900;
}

.metadata_center2 {
    width:520px;
    margin:0 0 20px 0;
    padding-top:2px;
    border-top:1px solid #ff9900;
	font-size:11px;
}

.metadata_center2 a:link, a:visited {
    text-decoration:underline;
    color:#ff6600;
}

.metadata_center2 a:hover {
    text-decoration:none;
    color:#ff9900;
}

/*+++++++++++++++ TopBox: Recent Posts, About Me and Search +++++++++++++++++++*/
#topbox {
    width:765px;
    margin:0;
}

#topbox_left {
    float:left;
    width:9px;height:215px;
    background:url(img/hleft.gif) no-repeat;
}

#topbox_center {
    float:left;
    width:735px;height:215px;
    background:url(img/hcenter.gif) repeat-x;
}

#topbox_right {
    float:left;
    width:21px;height:215px;
    background:url(img/hright.gif) no-repeat;
}


/*++++++++++++++++++++++++ Recent Posts: Structure ++++++++++++++++++++++++++++*/
#recent_post {
    float:left;
    width:470px;height:215px;
    background:url(img/bcenter.gif) repeat-x;
}

#recent_left {
    float:left;
    width:10px;height:215px;
    background:url(img/bleft.gif) no-repeat;
}

#recent_center {
    float:left;
    width:450px;height:215px;
    background:url(img/bcenter.gif) repeat-x;
}

#recent_right {
    float:left;
    width:10px;height:215px;
    background:url(img/bright.gif) no-repeat;
}

/*+++++++++++++++++++++++++ Recent Posts: Content +++++++++++++++++++++++++++++*/
#recent_title {
    font-size:15px;
    font-family:Arial, Helvetica, sans-serif;
    color:#ff6600;
    font-weight:800;
    padding-top:8px;
    padding-left:70px; 
    text-transform:uppercase;
    border-bottom:2px dotted #ff9900;
}

#recent_content {
    overflow:hidden;
    height:156px;
    font-weight:700;
}

#recent_content a:link, #recent_content a:visited {
    font-size:11px;
    font-family:Arial,Verdana;
    color:#006600;
    text-decoration:none;
}

#recent_content a:hover {
    font-size:11px;
    font-family:Arial,Verdana;
    color:#ff6600;
}

#recent_content ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 3px;
    float:left;
}

#recent_content li {
    background:url(img/bglist.gif) no-repeat 0 3px;
    list-style:none;
    padding-left:24px;
    float:left;
    width:195px;
    overflow:hidden;

}

/*++++++++++++++++++++++++++++++++ About Me ++++++++++++++++++++++++++++++++++*/
#aboutme {
    float:right;
    padding:3px;
    font-family:Arial;
    color:#000;
    height:215px;width:244px;
    text-align:justify;
    line-height:1.3em;
    font-size:11px;
    overflow:hidden;
}

#aboutme p{
    padding:5px 0 0 0;
}

#aboutme h2 {
    font-size:16px;
    color:#000;
    border-bottom:2px dotted #000;
    padding: 3px 5px 6px 0;
    text-transform:uppercase;
}

/*+++++++++++++++++++++++++++++++++ Search +++++++++++++++++++++++++++++++++++*/
#search { 
    height:20px;
    float:right;
    margin:2px 0 0 0;
}

#search #s { 
    font-size:8pt;
    width:200px;
    padding-left:3px;
    font-family:Arial;
    height:16px;
}

input#s { 
    color:#000;
    border:3px solid #ff9900;
    background:#fcfcfc;
}

/*++++++++++++++++++++++++++++++++ Footer +++++++++++++++++++++++++++++++++++++*/
#footer{
    clear: both;
    width: 100%; height:235px;
    text-align:center;
    background:url(img/1footer_bg.gif) repeat-x;
}

#footertop {
	width:1000px; height:9px;
	margin:0 auto;
	background:url(img/1footer_top.gif) no-repeat;
}

#footer p{
    font-size:11px;
	color:#ff9900;
    padding:3px 3px;
    margin:2px 5px 0 5px;
}

#footer p a:link, #footer p a:visited {
    color:#ff9900;
    font-weight:700;
}


/*+++++++++++++++++++++++++++++++++ Misc +++++++++++++++++++++++++++++++++++++*/
/*+++++++++++++++++++++++++++++++ Error Page +++++++++++++++++++++++++++++++++*/
#error_page {
    padding-left:3px;
    margin-top:4px;
    width:520px;
}

#error_page a:link, #error_page a:visited {
    color:#2c88bc;
    font-weight:700;
}

/*+++++++++++++++++++++++++++++++ Calendar +++++++++++++++++++++++++++++++++++*/
table#wp-calendar {
    width:90%;
    margin:0 3px;

}

/*+++++++++++++++++++++++++++++++ Blockquote +++++++++++++++++++++++++++++++++*/
blockquote {
    margin:5px 0;
    padding:20px 7px 0 14px;
    font-size:11px;
    color:#009900;  
    background:url(img/divquote.gif) no-repeat;   
}

blockquote blockquote {
    margin:5px 10px;
    padding:4px 7px 10px 7px;
    font-size:11px;
    color:#52525b;  
    background: #e4f7b5; 
    border:1px dashed #79b32b;     
}

/*++++++++++++++++++++++++++ PageTitle (archives.php) +++++++++++++++++++++++++*/
.pagetitle {
	margin:5px 0 0 3px; 
	color:#ff6600;
	font-size:20px;
	text-transform:uppercase;       
}

/*+++++++++++++++++++++ Navigation: Previous & Next +++++++++++++++++++++++++++*/
#navigation{
    padding:10px 0;
    font-size: 14px;
    font-weight: bold;
    margin-bottom:10px;
}

.alignleft {
	float:left;
}

.alignright {
	float:right;
}
.alignleft a:link, .alignleft a:visited {
	color:#006600;
	text-decoration:none;
}

.alignleft a:hover {
	color:#009900;
	text-decoration:none;
}

.alignright a:link, .alignright a:visited {
	color:#006600;
	text-decoration:none;
}

.alignright a:hover {
	color:#009900;
	text-decoration:none;
}

/*+++++++++++++++++++++++++++ Comment component +++++++++++++++++++++++++++++++*/
#commentsbox { 
        padding: 0 0 0 5px; margin: 0 0 4px 3px; 
        width: 520px; 
        font-size:11px;
        border-top:2px dotted #FF6600;
}

#commentsbox a:link, #commentsbox a:visited {
	text-decoration: none;
	color: #2c88bc;
}

#comments h2 { 
        margin:5px 0 0 0; 
        padding:0 7px; 
        color:#ff5c00; 
        font-size:16px; 
        font-weight:normal;
}

#comments {
        margin:5px 0 0 0; 
}

#respond  {
        margin:10px 0 0 0;
        padding-top:3px; 
        padding:0; 
        font-size:14px; 
        font-weight:bold;
		color:#FF6600;
}

.boxcomments { 
        margin-bottom:20px;
        width:520px;
}
#commentform { 
        margin:0;padding:15px 15px 1px;
}

#commentform label { 
        display:block;
        margin:0;
}

#commentform input { 
        width:170px;
        margin:0 5px 10px 0;
        padding:1px;
}

#commentform textarea { 
        width:400px;margin:0 0 10px;
        padding:0;
        }

#commentform #submit { 
        margin:0 0 20px;
}

#commentform p { 
        margin:5px 0; 
}

.commentlist {
}

ol.commentlist { 
        margin:0 0 1px;
        padding:0;
}

ol.commentlist li { 
        border:1px dotted #ff6600;
        background:#def0ba;
        display:block;
        list-style:none;margin:7px 7px;
        padding:6px 15px 12px 15px; 
}

ol.commentlist li.mycomment { 
        border-bottom:20px solid #fff; 
        display:block;
        list-style:none;
        margin:7px 0;padding:5px 15px 1px; 
        background:#f3fdff;
}

ol.commentlist li.commenthead { 
        display:block;
        list-style:none;
        margin:0;padding:5px 15px;
}

ol.tblist { 
        list-style:none;
        margin:0 0 1px;
        padding:0;
}
ol.tblist li { 
        display:block;
        list-style:none;
        padding:10px 5px 10px 5px;
        margin:0 0 5px; 
        border:1px dashed #ccc;
}

input#url,input#author,input#email,textarea { 
        color:#666;
        width:40%;
        border:1px solid #cbcbcb;
        margin-bottom:0.6em;
        background:#fcfcfc;
        margin-top:2px;padding:3px;
}

