
body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
  margin: 0;
  padding: 0;
}

body{
  font-family: Arial, Helvetica, Verdana, Georgia, Sans-serif;
  font-size: 12px;
  text-align: center;
  vertical-align: top;
  background: #FFFFFF url(images/bg_body.gif) repeat-x;
}

table{
  font-family: Arial, Helvetica, Verdana, Georgia, Sans-serif;
  font-size: 12px;
  text-align: left;
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6{
  font-family: Georgia, Arial, Helvetica, Verdana, Georgia, Sans-serif;
  font-size: 18px;
  font-weight: normal;
}

a{
  text-decoration: none;
  color: #000000;
}

a:hover{
  text-decoration: underline;
}

a img{
  border: 0;
}

address, dl, p{
  padding: 10px 0 5px;
}

blockquote{
  margin: 10px 0 0;
  border-top: 1px solid #ddd;
  background: #f7f7f7;
}

blockquote p{ padding: 10px; }

blockquote blockquote{
  margin: 0 10px;
  background: #fff;
}

code{
  background: #f9f9f9;
}

dd{
  padding: 0 0 0 20px;
}

p img{
  max-width: 100%;
}

img.centered{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright{
  padding: 4px;
  margin: 3px 0 2px 10px;
  display: inline;
}

img.alignleft{
  padding: 4px;
  margin: 3px 10px 2px 0;
  display: inline;
}

.alignleft{
  float: left;
}

.alignright{
  float: right;
}

.clear{
  margin: 0;
  padding: 0;
  clear: both;
}

small{
  font-size: 11px;
}

input, textarea{
  font-family: Arial, Helvetica, Georgia, sans-serif;
  font-size: 14px;
  padding: 2px;
}



/* Start Container - Holds everything together. Nothing sits outside of the container. */

#container{
  margin: 0 auto;
  width: 960px;
  /*max-width: 960px;
  width:expression(document.body.clientWidth > 960? "960px": "auto" );
  min-width: 960px;*/
  text-align: left;
}

/* End Container */



/* Start Page */

#page{
  float: left;
  width: 100%;
  background: #F4F3E8;
}

#page .item_class2{ margin-bottom: 0px; padding: 0 10px 40px; font-size: 14px; line-height: 24px;}
#page .item_class2 .item_class_title2 { color:#666666; line-height:20px; padding: 5px; float:left; width:100%; background-color:#FFFEFF; border: 1px solid #C1C1C1; }
#page .item_class2 .item_class_title2 h3 { font-size: 14px; font-weight: bold; }

/* End Page */


/* Start Header - Blog Title and Skip Link */

#header{ display: block; margin: 10px 10px 0; height: 110px; background: #F4F3E8 url(images/bg_banner.gif) no-repeat; }
#header img{ margin: 10px 10px 0 0; }
#header #header_title{ color:#cecece; font-size:31px; padding-top:5px; padding-left:5px; width:120px; float:left;}
#header #header_title a{ color:#303030; font-size:31px; display: block; width: 120px; height: 100px; }
#header #header_midia{ display: block; float: right; width:238px; height: 92px; border: #000000 0px solid} 
#header #header_midia #header_midia_img1 { display: block; float: left; width:107px; height: 93px; background: url(images/midia/1.gif) no-repeat left bottom;}
#header #header_midia #header_midia_img1 a{ display: block; width:107px; height: 93px; }
#header #header_midia #header_midia_img2 { display: block; float: right; width:124px; height: 93px; background: url(images/midia/2.gif) no-repeat left bottom;}
#header #header_midia #header_midia_img2 a{ display: block; width:106px; height: 93px; align:left;}

.skip{ float: right; line-height: 18px;}
.skip a{padding: 0 26px 1px 0;}
/* End Header */


/* Start Horizontal Navigation Menu */

.nav{
  float: left;
  width: 940px;
  margin: 0 0 0 10px;
  display: inline;
  background: #860000 url(images/bg_menu.gif) repeat-x;
  border-bottom: 1px solid #860000;
}

.nav ul{
  margin: 0;
  padding: 0 0 0 9px;
  list-style: none;
}

.nav ul li{
  float: left;
  margin: 10px 0 0 1px;
  display: inline;
  background: #4b0808 url(images/bg_menu_tab_right.gif) no-repeat right top;
}

.nav ul li a{
  display: block;
  padding: 7px 10px 8px;
  /*background: #818757 url(images/bg_nav_li.gif) repeat-x*/;
  color: #fff;
  background: url(images/bg_menu_tab_left.gif) no-repeat;
}

.nav ul li a:hover{
  /*background: #a1a96d;*/
  color: #fff;
  text-decoration: underline;
}

.nav ul li.current_page_item{
  /*background: #FFFFFF;*/
  color: #000;
  background: #fff url(images/bg_menu_tab_right_current.gif) no-repeat right top;
}

.nav ul li.current_page_item a{
  /*background: #FFFFFF;*/
  color: #000;
  background: #fff url(images/bg_menu_tab_right_current.gif) no-repeat right top;
  background: url(images/bg_menu_tab_left_current.gif) no-repeat;
}

/* End Horizontal Navigation Menu */


/* Start Content - Wraps the main column and first and second sidebars */

#content{
  margin: 10px 0 0;
}

/* End content */


/* Start Sidebars */

.sidebar{
  float: left;
  width: 180px;
  height: auto;
  margin: 0 0 0 10px;
  display: inline;
}

.a{/* the first sidebar */
  float: left;
  margin: 0 0 0 10px;
}

.b{ /* the second sidebar */
  float: right;
  margin: 0 10px 0 0;
}

.c{ /* the third sidebar */
  float: left;
  margin: 0 0 0 10px;
  width: 560px;
}

.sidebar ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar ul li{
  margin: 0 0 10px 0;
  background: #F4F3E8;
}

.sidebar ul li#search form{
  padding: 0 10px 10px;
}

.sidebar ul li#search form input{
  margin: 10px 0 0;
}

.sidebar ul li#calendar table{
  margin: 0 10px;
}

.sidebar ul li#calendar table caption{
  padding: 10px;
}

.sidebar ul li#calendar table td{
  padding: 3px;
}

.sidebar ul li h2{
  padding: 10px;
  font-family: Georgia, "trebuchet ms", tahoma, Arial, Helvetica, Sans-serif; 
  font-size: 16px;
  font-weight: bold;
  background: #860000 url(images/bg_h2_a.gif) repeat-x left top;
  color: #fff;
}

.sidebar .cat-item {
  padding-left: 18px;
  background: url(images/mini-category2.gif) no-repeat center left;
}

.sidebar ul li h2 a{
  color: #fff;
}

.sidebar ul ul{
  line-height: 18px;
}

.sidebar ul ul li{
  margin: 0;
  padding: 5px;
  border-top: 1px solid #c7cca0;
}

.sidebar ul ul li a:hover{
  color:#9C2F2F;  
  text-decoration: underline; 
}

.sidebar li#flickrrss img{
  margin: 5px 0 0 5px;
  width: 74px;
  height: 74px;
}

.sidebar ul ul ul li{
  padding: 10px 0 0 10px;
  background-color: transparent;
  background-image: none;
}

.sidebar p {
  padding: 5px;
}

.sidebar form{
  margin-top: 5px;
}

.sidebar .sbtext{
  font-family: Arial, Helvetica, Georgia, sans-serif;
  font-size: 14px;
  padding: 3px;
  border: 1px solid #cecece;
  width: 115px;
}

.sidebar .sbbutton{
  font-family: Arial, Helvetica, Georgia, sans-serif;
  font-size: 12px;
  font-weight:bold;
  padding: 2px;
  border: 1px solid #cecece;
  width: 50px;
  border: 1px solid #cecece;
  background: none;
}


/* End Sidebars */



/* Start Main - Where your main content sits */

#main{
  margin: 0 200px 0 190px;
}

/* End Main */



/* Start Posts - Post titles, entries, and postmetadata */

.post{  margin: 0 0 0 10px;}
.post h2{ font-size: 20px;padding: 8px 10px 10px 10px;  background: #FFFFFF /*url(images/bg_h2_b.gif) repeat-x left bottom*/; border:0;}
.post h2 a{ color: #B20B0B ;}

/* End Posts */


/* Start Entries - Text and Titles within the content */

.entry { margin-bottom: 20px;  padding: 0 10px 40px; font-size: 14px;  line-height: 20px;  background: #FFFFFF /*url(images/bg_dotted_b.gif) repeat-x*/; border: 1px solid #c1c1c1;}
.entry .wp-polls { position:relative; margin:0; float:left; padding:0; width:100%; }
.entry p a { font-weight:normal; font-size:1.0em; text-decoration:underline; color:#9C2F2F; line-height: 0.8em;}
.entry p a:hover { font-weight:normal;  font-size:1.0em; text-decoration:none;}

.entry ul li a { font-weight:normal; font-size:1.0em; text-decoration:underline; color:#9C2F2F; line-height: 0.8em;}
.entry ul li a:hover { font-weight:normal;  font-size:1.0em; text-decoration:none;}


.entry .item_class_panel { margin-left:0px; padding-top:5px; padding-bottom:5px; float:left; width:100%; }
.item_class_panel a { font-weight:bold;  font-size:1.0em;  color:#000000;}
.item_class_panel a:hover { font-weight:bold;  font-size:1.0em; text-decoration:underline;}
.item_class_panel a.panel_read { background:url(images/read.gif) no-repeat left center;  padding-left:17px;}

.item_class_panel .panel_left { float:left; width:330px;}
.item_class_panel .panel_right { margin-right:3px; float:right; width:155px; text-align: rigth;}
.item_class_panel span.panel_comm a { background: url(images/icon_comment.gif) no-repeat left center;  padding-left:26px;}


.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
  margin: 0;
  padding: 10px 0 5px;
  background-color: transparent;
  background-image: none;
  font-weight: bold;
}

.entry h1{
  font-size: 24px;
  line-height: 30px;
  font-weight: normal;
}

.entry h2{
  font-weight: normal;
}

.entry h3{
  font-size: 16px;
}

.entry h4{
  font-size: 14px;
}

.entry h5{
  font-size: 12px;
}

.entry h6{
  font-size: 11px;
}

/* End Entries */

/* Start Postmetadata - Author, Date, Categories and Comments Number */

.post-title { float: right; width: 100%; margin-bottom: 5px; border-bottom: 1px solid #cecece;}
.post-title .post-date { background: url(images/mini-date.gif) no-repeat center left; float:left; padding-left: 20px; font-size: 11px; color: #999999;}
.post-title .post-cat { background: url(images/mini-category.gif) no-repeat center left; float:left; margin-left:10px; padding-left: 20px; font-size: 11px; color: #999999; }
.post-title .post-cat a { color: #999999;}
.post-title .mini-author {  padding-left: 18px; float: right; font-size: 11px;  color: #999999; white-space:nowrap;}

/* End Postmetadata */

/* Start Previous and Next Links */

.navigation{ margin: -10px 0 10px 10px; padding: 10px; font-size: 13px; line-height: 15px; text-align: center; }

/* End Previous and Next Links */




/* Start Comments Template */

#page #blog_comm { margin-left:15px; margin-top:10px; float:left; width:520px; font: normal 12px Arial, Helvetica, sans-serif; text-align: left; }
#page #blog_comm h2 { font: normal 140%/120% Arial, Helvetica, sans-serif; font-weight:bold; color:#A84848; position:relative;  top:-15px; margin-left:20px; padding-left:20px; background: url(images/icon_comment2.gif) no-repeat; clear: both;}

#page #blog_comm .commentlist { margin: 10px 0px; padding-left: 40px; line-height: 130%; overflow: visible; background-color:#F4F3E8;}
#page #blog_comm .commentlist li{ padding: 5px 5px; }
#page #blog_comm .commentlist .alt { background: #FFFFFF; border-top: 1px solid #CFCFCF; border-bottom: 1px solid #CFCFCF;}
#page #blog_comm .commentlist cite { font-weight: bold; font-style: normal; font-size: 110%; color: #A84848;}
#page #blog_comm .commentlist cite a, .commentlist cite a:visited { color: #000000;}
#page #blog_comm .commentlist small { margin-bottom: 5px; display: block; font-size: 87%;}
#page #blog_comm .commentlist small a, .commentlist small a:visited{ color: #999999;}

#page #comments_from_bg{width:490px;padding-bottom:20px; margin-left:20px;}
#page #blog_comm #comm_post_title{ width:457px; height:40px; font-style:Arial, Helvetica, sans-serif; font-size:23px; font-weight:normal; padding-left:25px; padding-top:20px; color:#9F3F00;}
#page #blog_comm #comm_post_form{ padding-left:25px;}
#page #blog_comm #comm_post_form #author, #email, #url, #comment { width: 355px;}
#page #blog_comm #comm_post_form #comment { height: 100px;}
#page #blog_comm #comm_post_form #author, #email, #url, #comment{ padding: 4px; margin-bottom: 10px; vertical-align: middle;  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;  font-size: 12px; line-height: 100%; border: 1px solid #CCC;}
#page #blog_comm #comm_post_form #comment:focus, #author:focus, #email:focus, #url:focus {  background-color: #FFFFE0; border: 1px solid #BBB;}
#page #blog_comm #comm_post_form td{ list-style:none; font-family:Verdana, Arial, Helvetica, sans-serif; padding-bottom:5px; padding-right:10px;}

/* End Comments Template */


/* Start Footer */

#footer{
  clear: both;
  display: block;
  padding: 18px 20px;
  line-height: 18px;
  background: #860000 url(images/bg_dotted_e.gif) repeat-x;
  color: #fff;
}

#footer a{
  color: #fff;
  font-weight: bold;
}

#footer .skip a{
  background: url(images/icon_skip_back.gif) no-repeat right top;
}

#footer p{
  padding: 0;
  display: inline;
}

/* End Footer */

/* Starts Search Box */

#search_box{ float:right; color:#7f7f7f; font-size:12px; width:245px; height:35px; }
#search_box #searchform { float:right; display: inline; margin-top:8px; }
#search_box input.s{ width: 163px; height: 18px;font-size: 14px;color: #464A52; border: 1px solid #DDDDDD; padding: 4px 0 0 0;  margin: 0 5px 0 0;  background: #FFFFFF; vertical-align:top;}
#search_box input.sub{ width: 45px; height: 25px; font-size: 12px; padding: 0; margin: 0 10px 0 0; border: 0; background: none; color:#fff; vertical-align:top; font:Arial, Helvetica, sans-serif;}

/* End Search Box */

/* Starts Sitemap */

#page .ddsg-wrapper h2 { margin: 0px 0px 2px; border: 0; }
#page .ddsg-wrapper ul li { line-height: 20px; color:#000000;list-style-type: disc; list-style-position:outside;}
#page .ddsg-wrapper ul li li{ list-style-type: square;}
#page .ddsg-wrapper .ddsg-pagenav p { color:#000000; padding-bottom: 10px;}

/* End Sitemap */
