/*
  VenturaLP Theme    
  Created by Flavio Fiumerodo
  ffiumerodo@yahoo.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color: #032B66;
 background-image: url(images/libertarian_bgstrip.png);
 background-repeat:repeat-x;


}
#wrapper { 
 margin: 0 auto;
 width: 1000px;
 background-color: #fafafa;

}
#header {
 color: #333;
 width: 1000px;
 float: left;
 height: 96px;
 background-color: #1e225c; 
 background-image: url(images/libertarian_header.jpg);

 
}
#headerright {
 padding: 2px;
 text-align: right;
 color: #ffffff;
}
#navigation {
 float: left;
 width: 1000px;
 height: 30px;
 color: #333;
 margin: 0px 0px 0px 0px;
 background: #0066cc;
 background-image: url(images/libertarian_navbg.jpg);
 }
#navigation li {
 list-style: none;
 float: left;
 display: inline;
 position: relative;
}
#navigation a, #navigation a:visited {
 font-size: 18px;
 font-family: Verdana, Arial, Sans-Serif;
 padding: 5px 15px 7px 15px;
 color: #ffffff;
 display: block;
 float: left;
 text-decoration: none;
}
#navigation a:hover {
 background-color: #022A64;
 border: 1px solid #cccccc;
 text-decoration: none;
 padding: 4px 14px 6px 14px; 20223D
}
#leftcolumn { 
 color: #333;
 margin: 0px 5px 0px -755px;
 padding: 10px;
 min-height: 350px;
 width: 200px;
 float: left;
}
#content { 
 float: left;
 color: #333;
 background: #ffffff;
 margin: 0px 5px 0px 225px;
 padding: 15px;
 min-height: 700px;
 width: 493px;
 border-right: 1px solid #999999;
 border-left: 1px solid #999999;
 border-bottom: 1px solid #999999;
 display: inline;
 
 background-image: url(images/libertarian_bgstrip_content.jpg); 
 background-repeat:repeat-x;
 backround-position:inherit;
 background-attachment:fixed;


}
#rightcolumn { 
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 15px;
 min-height: 350px;
 width: 215px;
 float: left;
}
#container {
 width: 493px;
 float: left;
 padding-top: 15px;

}
#innerleft {
 width: 235px;
 min-height: 300px;
 float: left;
}
#innerright {
 width: 235px;
 min-height: 300px;
 float: right;
}
#footer { 
 width: 1000px;
 height: 25px;
 clear: both;
 color: #022A64;
 background: # fafafa;
 background-image: url();
 margin: -10px 0px 10px 0px;
}
#subfooter { 
 width: 600px;
 font-size: 10px;
 background-color: #fafafa;
 color: #022A64;
 border: 1px solid # fafafa;
 padding: 5px 15px;
 margin: 0 auto 5px auto;
 clear: both;
}
#sidebars h2 {
 font-size: 20px;
 color: #011C49;
}
#sidebars p {
 padding: 4px;
}
#sidebars ol, #sidebars ul {
 list-style-type: none;
 padding: 4px;
}
#twitter ul li {
padding-bottom: 4px;
}

/************ Structure ***************/

p {
 padding: 4px 0px;
}
a, a:visited {
 text-decoration: none;
 color: #0000ff;
}
a:hover {
 text-decoration: underline;
 color: #000000;
}
img.button {
 padding: 3px;
}
img:hover {
 filter: 
}
img {
 border: 0px;
}
h1, h2, h3 {
 color: #011C49;

}
.phplist h1 {
 font-size: 1em;
}
.phplist h2 {
 font-size: 1em;
}
span.poweredphplist {
 display:none;
}
.entry img {
 float: left;
 height: auto;
 width: auto;
 max-height: 100px;
 max-width: 75px;
 padding-right: 8px;
}
#entry {
 padding: 5px 0px;
}
#headerright img:hover {
 margin-right: 15px;
}
#content ol li {
margin: 3px 0px 3px 25px;
}

/********* Drop Down Menus *************/

#navigation ul ul {
display:none;
}
#navigation ul li:hover > ul {
 display: block; 
 position: absolute;
 top: 30px;
 left: 1px;
  /* for IE */
  filter:alpha(opacity=92);
  /* CSS3 standard */
  opacity:0.92;

 }
#navigation ul ul li {
 display: list-item;
 padding: 0px;
 text-decoration: none;
 background-color: #011C49;
 border-bottom: 1px solid #022C68;
 width: 220px;
717388
}
#navigation ul ul li a, #navigation ul ul li a:visited {
 text-align: left;
 font-size: 18px;
 padding: 5px 15px 7px 15px;
 width: 190px;
}
#sidebars #leftcolumn h2, #sidebars #rightcolumn h2 {
height: 30px;
background-image: url(images/libertarian_sidebar.jpg);
background-repeat:repeat-x;
}