/* 
Theme Name: Political Vine Custom Theme
Theme URI: http://www.kickasswebdesign.com/wordpress/
Description: Custom Theme for Political Vine
Version: 1.0
Author: bj novack, Kickass Web Design
Author URI: http://www.kickasswebdesign.com/ 
*/

html, body, ol, ul, li, dl, dt, dd, img {
  margin: 0; 
  padding: 0;
  border: 0;
	list-style: none;
}

body {
  padding: 0 384px; /* the critical side padding that sets the natural min-width! */ 
	background: #fcfcfc url(images/gradbg.jpg) repeat;/* this BG tiles the area outside the columns */
	color: #000; 
  font-family: arial, helvetica, sans-serif; 
  font-size: 100.01%; /* this body font-size fixes an IE bug and maintains x-browser uniformity */ 
  text-align: center; /* centers the #sizer element in IE5.x/win */
}
#sizer {
  margin: 0 auto; /* centers #sizer in standard browsers */
  padding: 0;
  width: 100%; /* this value controls liquidity; 0% = full rigid, 100% = full liquid */
  text-align: left; /* resets the default text alignment for the page */
	max-width: 510px;
}

#expander { /* Any % height here causes IE to lose the neg right margin */
	margin: 0 -384px; /* neg side margin values should be < or = to side body padding */
	min-width: 768px; /* This prevents Safari from losing the negative margins in narrow windows */ 
	position: relative; /* makes #expander visible outside #sizer in IEwin */
} 

/*\*/
* html #expander {height: 0;} 
/* #expander must have "height: 0" in IEwin bug fixing */

/* The above is a modified Holly hack for #expander, with zero substituted for the 
usual 1% height value. Any % value on this element causes a horrendous IE bug! */ 
#wrapper1 {
	position: relative;
	font-size: .9em;
	background: url(images/leftbggreen.jpg) repeat-y left top;
} /* this positioning may be needed for IEwin if page is to contain positioned elements */

#wrapper2 {  
  position: relative; /* extra insurance against bugs in IEwin *//* this BG tiles the right column */
 	background: url(images/rightbggreen.jpg) repeat-y right top;  
}


/****************** Main Page Structure *****************/

/* To modify the side column widths and the col divider widths, the values that are 
marked "critical" and also refer to the desired mod MUST be changed as a group. */


.outer {
  margin-left: 180px;    /*** Critical left col width value ***/
  margin-right: 180px;    /*** Critical right col width value ***/
    font-size: 90%;
	background: #f1eff0;
	padding: 5px 0;
}

.float-wrap {
  float: left;
  width: 100%;
}

.center {
  float: right;
  width: 100%;
  text-align: center;
}

.left {
  float: left;
  position: relative; /* Needed for IE/win */
  width: 180px;    /*** Critical left col width value ***/
  margin-left: -180px;


}

.right {
  float: right; 
  position: relative; /* Needed for IE/win */
  width: 180px;    /*** Critical right col width value ***/
  margin-right: -180px;    /*** Critical right col width value ***/ /*** Critical right divider dimension value ***/
  margin-left: 0px;   /*** Critical right divider dimension value ***/
}

.centerbox {
  overflow: visible;
  width: 100%;
}

.container-left, .container-right {
	color:  #eeeeee;
	margin-top: 10px;
	padding: 10px 0 20px 0;
}
.container-left h2, .container-right h2 {
	color: #ffffff;
}

/*.container-right {color: #000000; padding-bottom: 80px;}*/ /* makes room for the froggy */


/*************** Header and Footer elements *****************/

.header {
  width: 100%;
  color: #000000;
  padding: 0;
  	height: 152px;
  	background: #ecebeb url(images/pvlogo1-680.gif) no-repeat top left;
	border-bottom: 2px solid #84321a;
} /* "jello" BG is made to be in fixed position here */
/*\*/
/** html .header {background-position: 10px 3px;}*/
/* IEwin hack needed because the "jello" BG is in a positioned wrapper and shows
variance. IEwin does not support fixed backgrounds on elements other than the body */
.header h1 {
	position: absolute; 
	font-size: 0; 
	left: -1000px; 
}

p.righthead{
	text-align: right;
	margin: 0;
	padding: 0;
}
p.lefthead{
	text-align: left;
	margin: 0;
	padding: 0;
}
.footer {
	width: 100%;
	margin: 0;
	padding: 20px 0;
	font-size: 0.7em;
	clear: both;
	position: relative;
	color: #007866;
	border-top: 2px solid #84321a;
	background: #f1eff0;
}

.footer p {padding: 10px; color: #007866; width: 90%; text-align: center; clear: both; margin: 0 auto;}

.footer hr {
  color: #84321a;
	margin: 0;
	height: 5px;
}
.footer a:hover {
	color: #84321a;
}

/************** Spacing Controls for various column contents ***************/

.outer ul {
  text-align: center;
  margin: 0;
}

.textpaddersides {padding: 0 5px;}
.textpaddercenter {padding: 0 25px 10px 25px; text-align: left;}
.textpaddercenter a:link { color: #007866;}
.textpaddercenter a:visited { color: #444444;}
.textpaddercenter a:hover { color: #84321a;}
.textpaddercenter a:active { color: #ff0000;}


/************** Generic Rules *************/

a {color: #007866; vertical-align: bottom;}

p  {margin: .8em 0;}

h1 {margin: 20px 0 10px 0; font-size: 140%;}

h2 {
  font-size: 1.2em; 
  padding: 5px 0 0 0; 
  margin: 0; 
}

h3 {
margin: 1em 0 .3em;
}
h4.rss {
	color: #43366c;
}

.alignright {margin: 0 10px 10px 0; text-align: right;}

.small {font-size: .8em;}


/************** Fancy Nav Buttons, right and left col *************/
.sidenav {
	width: 170px;
	float: left;
	display: inline;
}
.rightnav {
	width: 170px;
	float: right;
}
.sidenav li a, .rightnav li a {
  color: #ffffff;
  text-decoration: none;
	display: block;
	padding: 3px;
	text-decoration: none;
  text-align: left;
}
.sidenav li a:visited, .rightnav li a:visited {
	color: #e2eeec;
}
.sidenav li a:hover, .rightnav li a:hover {
	color: #ffffff;
	background: #007866;
}

.sidenav li a:active, .rightnav li a:active {
	color: #ffcccc;
}
.sidenav ul li ul, .rightnav ul li ul {
	text-indent: 0;
}
.rightnav ul {
	padding-left: 10px;
}
.sidenav ul, .rightnav ul {
	padding-bottom: 15px;
}

/************** Special Fixes *************/

.outer {word-wrap: break-word;}
/* Prevents long urls from breaking layout in IE, must 
be hidden in a conditional comment for CSS to validate */

img {max-width: 100%;} 
/* prevents oversize images from breaking layout in browsers that support max-width */


/**************** Utility Rules *******************/

/*\*/ /*/
.sidenav a:hover {position: relative;}
/* this fixes an IEmac hover bug in the left column, hidden from other browsers */


.brclear { /* Use a break with this class to clear float containers */
  clear:both;
  height:0;
  margin:0;
  font-size: 1px;
  line-height: 0;
}

.clicker {
  display: block;
  text-align: center; 
  padding: 3px; 
  background: #fcfcfc; 
  cursor: pointer;   
}

.hide {display: none;}
/*blogstuff from here to end*/
.bar {text-align: center;}
.description {
	margin: 0 0 30px 0;
}
.navigation {
	font-size: 80%;
	width: 100%;
	float: left;
	margin: 0;
}
/*last entry and next entry link classes */
.alignleft {
	float:left;
	width: 45%;
	margin: 0 15px 0 0;
	display: block;
}
.alignright {
	float:right;
	width: 45%;
	margin: 0 0 0 15px;
	display: block;
}

.postmetadata {
	padding-bottom: 10px;
	font-size: 85%;
}
.post {
	padding: 8px 5px 0 5px;
}
.bloginfo {
	margin: 0; padding: 0;
}
#searchform {
	margin: 0 0 10px 12px;
}
.searchbox {
	width: 120px;
	background: #ffffff;
}
#searchsubmit {
	background: #007866;
	color: #fcfcfc;
	margin: 2px 0 0 1px;
}
#comment {
	width: 25em;
}
#commentlist li {
	padding: 10px 5px 3px 5px;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #dedede;
}
#comments {
	margin: 7px 0 5px 0;
}
.centering {
	margin: 0 auto;
	text-align: center;
}
.sidenav ul li img {
	margin-left: 5px;
}
iframe {
	margin: 5px auto;
}
#wp-calendar {
	text-align: center;
	background: #f1eff0;
	color: #000000;
	margin: 10px 0 10px 10px;
	border: 1px solid #84321a;
	font-size: 80%;
}
#wp-calendar a:link {
	color: #007866;
}	
#wp-calendar a:visited {
	color: #666666;
}
#wp-calendar a:hover {
	color: #84321a;
}
#wp-calendar caption {
	text-align: center;
	color: #ffffff;
	padding-top: 10px;
	font-size: 120%;
	font-weight: bold;
}
.deepthought {
	width: 350px;
	border: 2px solid #84321a;
	background: #ffffff;
	color: #000000;
	padding: 5px;
	margin: 8px auto;
}
.deepthought h2 {
	color: #000000;
}
.googlesearch {
	width: 160px;
	padding: 4px 0 0 8px;
	margin-top: 3px;
}
.googlesearchsubmit {
	background: #f1eff0;
	color: #84321a;
	border: 1px solid #cccccc;
	margin: 3px 0 3px 2px;
}
.rightcolright {
	float: right;
	display: inline;
	width: 130px;
	padding-right: 20px;
}
