/*
Theme Name: Obama
Theme URI:
Description: WP Cloudy theme designed by <a href="http://www.pulse-jp.com">pulse design</a>.
Version: 1.1
Author: Mass Media Group
Author URI: www.pulse-jp.com
Tags: blue, custom header, fixed width, two columns, valid XHTML, right sidebar


*/



/* Begin Typography & Colors */







body {
	font-size: 12px; /* Resets 1em to 10px */
        line-height: 170%;
	font-family: Arial, Sans-Serif;
	color: #333;
	text-align: center;
	background: #80c340 url(images/bodybg.jpg) no-repeat center top;
	}
a{
  color: #000000;
  text-decoration: none;
}
a:hover { text-decoration: underline; }

#page {
	text-align: left;
	width: 981px;
	margin: 0 auto;
    margin-top: 40px;
	}

#header {
	width: 981px;
	margin: 0 auto;

}
#pr{
  overflow: hidden;
  zoom:1;
  clear: both;
  background: #fff;
}
.seo-help{
  position: absolute;
  text-indent: -9999px;
}

#headerimg 	{
	margin: 0;
	}
#headerimg 	h1{
	float: left;
	margin: 10px 0;
}
#headerimg 	h1 a{
	font: bold 25px Arial;
	color: #fff;
	text-decoration: none;
}
.description{
  font: 14px Arial;
  color: #fff;
  clear: both;
  padding-bottom: 20px;
  float: left;
}

.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}


/* Begin Structure */
*{
  margin: 0;
  padding: 0;
}


#page {
    width: 981px;
	margin: 0 auto;
	}

#header{
	width: 981px;
	margin: 0 auto;
}
#header:after{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#header{display: inline-block;}

html[xmlns] #header{display: block;}

* html #header{zoom: 1;}

#headerimg {
	margin: 0;
	width: 100%;
	background: url() no-repeat 4px 15px;
	padding-top:65px;
	position: relative;
	overflow: hidden;
	zoom:1;
	}
	#flag{
	  display: block;
	  width: 580px;
	  height: 181px;
	  background: url(images/flag.png) no-repeat;
	  position: absolute;
	  right: 0;
	  bottom: 0;
    }


#content-wrapper{
  clear: both;
  	width: 961px;
	margin: 0 auto;
	padding: 0 10px;
	background: #fff;
}
#content-wrapper:after{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#content-wrapper{display: inline-block;}

html[xmlns] #content-wrapper{display: block;}

* html #content-wrapper{zoom: 1;}

#content{
  float: left;
  clear: both;
  padding-top: 30px;
  padding-bottom: 40px;
  width: 560px;
}

.post {
  margin: 0;
  overflow: hidden;
  zoom:1;
  background: url(images/post_bg.jpg) repeat-y;
  width: 620px;
  padding: 0 30px 0 10px;
  margin-bottom: 0px;
	}

.post h2, .post h2 a, .post h3, .post h3 a{
  font: 24px Arial;
  color: #000000;
  text-decoration: none;
  padding-left: 7px;
  padding-top: 14px;
  padding-bottom: 5px;
}
.post-top{
  position: relative;
  display: block;
  left: -10px;
  top: 0;
  width: 639px;
  height: 19px;
  background: url(images/post_top.jpg) no-repeat;
}
.post .date {
	height: 50px;
	width: 45px;
	background: url(images/calendar.gif) no-repeat ;
	font: normal 22px Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	padding: 0 10px 0 0;
	line-height: 100%;
	float: left;
}
.post .date span {
	height: 16px;
	display: block;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	padding-top: 7px;
}
.post-bottom{
  position: relative;
  display: block;
  left: -10px;
  bottom: 0;
  width: 639px;
  height: 24px;
  background: url(images/post_bottom.jpg) no-repeat;
}
.more-link, .navigation a{
  display: inline-block;
  padding: 0px 12px;
  border: solid 1px #C5C5C3;
  background: #8295A3;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  float:right;
}

.navigation2 a{
  margin-left: 50px;
  display: inline-block;
  padding: 0px 50px;
  border: solid 1px #C5C5C3;
  background: #8295A3;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  float:center;
}
.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}


.widecolumn .postmetadata {
	margin: 0;
	}

.widecolumn .smallattachment {
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
	padding-top: 12px;
}

.clear, .c{
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	clear: both;
	background: #000;
	overflow: hidden;
	zoom:1;
	}
#footer address{
	float: left;
	display: inline;
	font: 11px Arial;
	color: #ffffff;
	margin: 12px;
}
#footer address a{
	text-decoration: none;
	color: #ffffff;
}
#footer-nav{
  float: right;
  margin: 20px 0 15px 0;
}
#footer-nav li{
  float: left;
  margin-right: 30px;
  display: inline;
}
#footer-nav a{
  font: 10px Arial;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
#footer-nav a:hover{
  text-decoration: underline;
}

/* End Structure */



/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
.alignright2 {
	margin-right: -10px;
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

.entry{
  background: url(images/entry_border.jpg) no-repeat center bottom;
  padding: 15px 20px 15px 15px;
}

.entry ol {
	padding: 0;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}



#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul li, #sidebar ul ol li {
	padding: 0;
    margin: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	width: 300px;
	text-align: right;
	margin-top: 70px;
	position: absolute;
	right: 0;
	top: 55px;
	}

#searchform #s {
	width: 208px;
	padding: 2px;
	border: solid 1px #B7D3F2;
	margin-right: 5px;
	}

#searchsubmit {
	width: 22px;
	height: 23px;
	background: url(images/icon_search.png) no-repeat;
	border: none;
	cursor: pointer;
	position: relative;
	top: -5px;
	}

.entry form {
	text-align:left;
	}

select {
	width: 130px;

	}
#commentform{
  	padding: 10px;
	background: #E1E1E1;
	overflow: hidden;
	margin-bottom: 12px;
	width: 618px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: solid 1px #D0D0D0;
	}

#commentform textarea {

	padding: 2px;
    width: 610px;
	margin-top: 5px;
	height: 150px;
	}

#commentform #submit {
	margin: 0;
	float: left;
    background:#8295A3 none repeat scroll 0 0;
border:1px solid #C5C5C3;
color:#FFFFFF;
display:inline-block;
padding:3px 12px;
text-decoration:none;
text-transform:uppercase;
margin-top: 5px;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;

	}

.commentlist li {
	list-style: none;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */
/* Begin Sidebar */
#sidebar
{
	padding: 0;
	width: 316px;
    float: left;
	-display: inline;
	-margin-right: 0px;
}

#sidebar form {
	margin-left: -10px;
}
/* End Sidebar */

/* Begin Calendar */
#wp-calendar {
	text-align: center;
	empty-cells: show;
	margin: 8px auto 0;
	width: 230px;
	height: 220px;
            font-size: 12px;
            color: #ffffff;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
            color: #ffffff;
            background-color:#000000;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
            color: #ffffff;
            background-color:#000000;
	}

#wp-calendar a {
	display: block;
            color: #ffffff;
            background-color: #660000;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 1px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	 }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Customs: */

#nav{
   list-style: none;
   background: #fff url(images/content_border.jpg) no-repeat;
   overflow: hidden;
   zoom:1;
   padding: 10px;
}
#nav li{
   float: left;
   margin: 0;
   margin-right: 5px;
}
#nav a{
	display: inline-block;
	padding: 12px 32px;
	text-align: center;
	font: 12px Arial;
	color: #660000;
	text-decoration: none;
	outline: none;
}
#nav li:hover, #nav li.current_page_item{
	background: url(images/nav_left.jpg) no-repeat;
}
#nav li:hover a, #nav li.current_page_item a{
	background: url(images/nav_right.jpg) no-repeat right top;
}

#popular-posts{
  float: left;
  clear: both;
  width: 575px;
  height: 319px;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  background: url(images/tabs_bg.jpg) no-repeat;
  position: relative;
  color: #E8E8E8;
  margin-left: 10px;
  line-height: 20px;
  zoom:1;
  overflow: hidden;
}
#popular-posts-title{
  position: absolute;
  top: 0px;
  right: 0px;
  left: 15px;
  font: 16px 'Kozuka Gothic Pro', Arial;
  color: #fff;
  display: block;
  background: #000000;
  opacity:.8;
  width: 627px;
  padding: 5px;
}

.tabs{
  clear: both;
  float: left;
  list-style: none;
  width: 639px;
  height: 40px;
  overflow: hidden;
  background: url(images/tabsnav.jpg) repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
}
.tabs li{
	float: left;
}
.tabs li a{
	display: inline-block;
	font: 12px Arial;
	color: #ffffff;
	padding: 30px 20px;
	text-decoration: none;
	padding-top: 15px;
	outline: none;
}
.tabs li a:hover, .tabs li.active a{
	background: url(images/tabs_nav.jpg) no-repeat;
	padding-top: 15px;
	color: #fff;
}
#rss{
  float: left;
  width: 320px;
  height: 349px;
  -height: 348px;
  background: url(images/rss.jpg) no-repeat;
  position: relative;
}
.rss-posts{
	top: 4px;
}
.rss-comments{
	top: 230px;
}
/* sidebar */
#sidebar {
	margin-top: 25px;
	margin-bottom: 25px;
	margin-right: 5px;
	float:right;
	width: 285px;
	color: #666666;
	line-height: 160%;
}
#sidebar p {
	margin: 0px 0px 8px;
}
#sidebar h2 {
	font: bold 15px/100% Arial, Helvetica, sans-serif;
	color: #444;
}
#sidebar h2:hover{color: #000;}
#sidebar h2 a, #sidebar h3 a:visited {
	color: #666666;
}
#sidebar h2 img {
	vertical-align: middle;
}
#sidebar a, #sidebar a:visited {
	color: #000000;
	text-decoration:none;
}
#sidebar a:hover, #sidebar a:focus, #sidebar a:active {
	text-decoration:underline;
}
#sidebar ul {
	list-style: none;
	margin-top: 12px ;
	margin-bottom: 20px ;
	padding: 0 ;
}
#sidebar ul li {
	background: url(images/bullet.gif) no-repeat;
	padding-left: 20px ;
}
#sidebar ul li ul li {
	background: url(images/bullet2.gif) no-repeat;
	margin-left: -5px ;
	padding-left: 20px ;
}

#comments{
  clear: both;
color:#0C4386;
font-family:Arial;
font-size:17px;
padding-top:7px;
}
.commentlist li{
  background: #04225E;
  padding: 5px;
  margin-bottom: 10px;
  display: block;
  width: 628px;
  color: #E7E7E7;
}
.commentlist li a{
  color: #E7E7E7;
}
.commentlist li cite{
font-weight: bold;
}
.commentlist{
  margin-top: 10px;
}

.commentlist li.alt{
	background: #5D8EAF;
}
.tab_content{
  height: 170px;
  overflow: hidden;
}





.h6{
        margin: 20px 0 -10px 0;
	font-family:arial, tahoma;
	font-size: 15px; /* Resets 1em to 10px */
border-bottom: dotted 1px #C5C5C3;
        line-height: 170%;
	font-family: Arial, Sans-Serif;
}
.h7{
        margin: -16px 0 0px 0;
	font-family:arial, tahoma;
	font-size: 10px; /* Resets 1em to 10px */
        line-height: 170%;
	font-family: Arial, Sans-Serif;
}


.etcform{
         with:150px;
}

hr {
   border-width: 1px 0px 0px 0px; /*  */
   border-style: dotted; /*  */
   border-color: #000000; /* F */
   height: 1px; /*  */
   margin: 8px 0px;
}

table#table-01 {
        width: 540px;
        color: #000000;
        margin-top: 10px;
        margin-bottom: 10px;
}
table#table-01 th {
        width: 150px;
        font-size: 11px;
        line-height:160%;
        vertical-align:middle;
        text-align:left;
        padding: 4px;
        border-bottom: 1px solid #888888;
        background-color: #f4f4f4;
}

table#table-01 td {
        font-size: 11px;
        line-height:160%;
        text-align:left;
        padding: 4px;
        border-bottom: 1px solid #888888;
        background-color: #fff;
}

table#table-02 {
        width: 530px;
        color: #000000;
        margin-top: 10px;
        margin-bottom: 10px;
}
table#table-02 th {
        width: 170px;
        font-size: 11px;
        line-height:160%;
        vertical-align:middle;
        text-align:center;
        padding: 4px;
        border-bottom: 1px solid #888888;
}

table#table-02 td {
        width: 170px;
        font-size: 11px;
        line-height:160%;
        text-align:center;
        padding: 4px;
        border-bottom: 1px solid #888888;
        background-color: #fff;
}

table#table-03 {
        color: #000000;
        margin-top: 7px;
        margin-left: 25px;
        margin-bottom: 10px;
}
table#table-03 th {
        font-size: 11px;
        line-height:160%;
        vertical-align:middle;
        text-align:center;
}

table#table-03 td {
        font-size: 11px;
        line-height:160%;
        text-align:center;
}

.text-01{
        font-size: 10px;
        line-height:130%;
}


/* CLEARFIX */
	.fix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
	.fix{display:inline-block;} 
	* html .fix{height:1%;}
	.fix{display:block;}

/* sub menu */
#subnav { 
	background: #fff url(images/agradient-30light.gif) repeat-x top left;
	margin-top: 0px;
	padding-bottom: 15px;
	font-style:bold; 
	font-size: 12px;
}

#subnav ul {
	margin: 0px;
	padding: 2px 0px 0px 8px;
	list-style: none;
}
#subnav li {
	border-right: 1px solid #D8D8D8;
	padding: 4px 15px 2px 10px;
	margin: 0px;
	float: left;
}
#subnav li a, #subnav li a:visited, #subnav .page_item {
	text-decoration: none;
	color: #333333;
}
#subnav .current_page_item a, #subnav .current_page_item a:visited {
	color: #3b9acc;
}
#subnav li a:hover {
	text-decoration: none;
	color: #3b9acc;
}

.fot{
	color: #ffffff;
	font-size: 10px;
	margin: 16px 10px;
}
