/*
Theme Name: TerniGnu/Lug WPTheme
Started on the base of Blank 2 Column - Left Sidebar theme
Theme URI: http://www.ternignulug.org
Description: A theme for Terni GNU/LUG blog and website.
Author: silvia sabbioni
Author URI: http://silviasabbioni.avacmedia.it
version: 0.1_beta
Tags: two-column, widget-ready, lug, gpl
*/

/****************************************** begin basics */
*{margin:0; padding:0;}

body {
background: #878787;
font-family: arial, tahoma, sans-serif;
font-size: 12px;
margin: 0px;
color: #858585;
}
*html, body{height: 100%;}

#wrapper,#wrapper2 {
width: 100%;
height: 100%;
}
#wrapper {background: #000000 url(images/bodybkg.jpg) top center repeat-x;}
#wrapper2 {background: url(images/topbkg.jpg) top repeat-x;}
#wrapper3 {background: url(images/bottombkg.png) bottom repeat-x;}

h2 {font-size: 14pt;}
h3 {font-size: 12pt;}
h4 {font-size: 9pt;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
border-left: 1px solid #A5ABAB;
margin: 15px;
padding: 0 12px 0 12px;
}

code{
font-family: "Courier New", Courier, monospace;
}
/****************************************** end basics */

/****************************************** begin links */
a{
color: #0000F2;
text-decoration: none;
}

a:hover{
color: #3C74F7;
text-decoration: underline;
}
/****************************************** end links */

/****************************************** begin container */
#container {
width: 90%;
margin: 0 auto;
padding: 0;
background: transparent;
overflow: hidden;
}
/****************************************** end container */

/****************************************** begin header */
#header {
position: relative;
background: transparent url(images/topimage.jpg) top left no-repeat;
width: 100%; 
height: 160px;
color: #fff; 
}

#header h1{
visibility: hidden;
font: normal 20pt georgia, times;
padding: 20px 0 0 16px;
margin: 0;	
}
#header a.home {
position: absolute;
top: 5px;
left: 0px;
display: block;
width: 215px;
height: 140px;
}

#header h1 a{
color: #404040; 
text-decoration: none;
}
#header h1 a:hover{
color: #666; 
text-decoration: none;
}
#header h2{
visibility: hidden;
font: normal 10pt georgia, times;
color: #333;
padding: 0 0 0 18px;
margin: 0;	
}
/****************************************** end header */

/****************************************** begin main menu */
#menu {
position: absolute;
overflow: hidden;
bottom: 0px;
left: 240px;
height: 25px;
font-family: verdana, arial, times, serif;
font-size: 8pt;
}


#menu ul {
float: right;
margin:0;
padding:0;
}

#menu ul li {
float: left;
list-style-type: none;
margin: 0;
padding: 0 0 0 4px;
}

#menu ul li a {
padding:4px 10px;
margin: 0;
color: #002400;
display: block;
text-transform: uppercase;
letter-spacing: -1px;
font-weight: normal;
}

#menu ul li a:hover {
text-decoration: none;
color: #ffffff;
border-bottom: 2px solid #E3E3E3;
}
/****************************************** end main menu */

/****************************************** begin content */
#content {
position: relative;
overflow: hidden;
margin: 0 0 80px 0;
padding: 0;
}	

.post {
float: left;
margin: 10px 0 10px 240px;
padding: 10px 0 20px 0;
line-height: 14pt;
}

.post h2{
font-weight: normal;
text-transform: uppercase;
color: #D20000;
font-size: 22px;
font-weight: normal;
letter-spacing: 1px;
/*font: normal 15pt georgia, times;*/
}

.post h2 a{
color: #D20000;
text-decoration: none;
}

.post h2 a:hover{
color: #ffffff;
text-decoration: none;
}

.post ul {}

.post li {}

.entry p{
font-size: 14px;
margin: 12px auto;
}


.postmetadata{
clear: both;
padding: 6px;
margin: 20px 0;
background: #12180A;
color: #585858;
line-height: 12px;
}

.navigation {
font-size: 8pt;
width: 100%;
float: left;
margin: 0;
padding: 10px 2px 10px 2px;
overflow: hidden;
}

.alignleft a{text-align: left; margin: 5px 0 5px 230px; color:#679A1B;}
.alignright a{text-align: right; margin: 5px 0; color:#679A1B;}
.alignleft a:hover{color:#3C74F7;}
.alignright a:hover{color:#3C74F7;}
/****************************************** end content */

/****************************************** begin sidebar */
#sidebar {
position: absolute;
top: 130px;
float: left;
font-family: verdana, arial, tahoma;
font-size: 10pt;
width: 230px;
margin: 0 0 50px 0;
padding: 0;
}

#sidebar h2{
font-size: 16px;
font-weight: bold;
letter-spacing: 3px;
color: #748574/*679A1B*/;	
margin: 0;
padding: 0;
}

#sidebar label{
font:normal arial, georgia, times;
color: #858585;
margin: 0;
}

#sidebar p {margin:0; padding:0;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
margin: 12px;
padding: 40px 0 0 0;
padding-bottom: 15px;
}

#sidebar ul li {
margin: 0;
padding: 0;
line-height: 14pt;
list-style-type: none;
}

#sidebar ul ul {
margin: 14px 0;
padding: 0 0 0 0;
padding-bottom: 15px;
}

#sidebar ul ul li {
list-style-type: none;
}

#sidebar ul ul ul{
margin: 0 0 0 5px;
padding: 0 0 0 10px;
padding-bottom: 15px;
}

#sidebar ul ul ul li{
padding: 0 0 0 10px;
list-style-type: square;
list-style-color: green;
color: #898989;
}
.textwidget {
padding: 10px 0 10px 0;
margin-bottom: 20px;
}
#sidebar a{
color: #679A17;	
}
/****************************************** end sidebar */

/****************************************** begin comments */
#commentform{
margin: 0;
padding: 0;
}

#commentform p{
}

#commentform a{
text-decoration: none; 
line-height: 14pt;
}

#commentform h3{
font-family: georgia, times, verdana;
font-size: 10pt;
font-weight: normal;
color: #d20000;
margin: 0;
padding: 0;
}

#comment{
width: 80%;
}

#author, #email, #url, #comment, #submit{
background: #fff;
font-family: verdana, arial, times;
font-size: 8pt;
margin:5px 5px 0 0;
padding:0;
border: 1px solid #000;
}

#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}

ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
margin:10px 0;
padding:5px 0 5px 10px;
list-style-type:none;
border: 1px dotted #585858;
}

ol.commentlist li.alt {
border: 1px dotted #283515;
}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#283515;}

cite {
font-family: arial, verdana, tahoma;
font-size: 9pt;
font-weight: bold;
font-style: normal;
}

cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}

#respond h3{
font-size: 14pt;
font-weight: normal;
color: #d20000;
margin: 0;
padding: 0;
}
#respond textarea,#respond input{
border: 1px solid #4F4F4F;
font-size: 11px;
color: #707070;
background: transparent;
}
/****************************************** end comments */

/****************************************** begin search */
#searchform{
padding: 15px 0 0 0;
margin: 0;
background: transparent;
}

#searchform input#s{
margin: 0 10px 0 0;
padding: 2px;
border: 1px solid #707070;
font-size: 11px;
color: #707070;
background: transparent;
}

#top_searchbox {
text-align: right;
font-size: 12px;
}
#top_searchbox h2{
visibility: hidden;
font-size: 0px;
font-weight: normal;
}

h3 a{
color: #d20000;
text-transform: uppercase;
}
h3 a:hover{
color: #ffffff;
text-decoration: none;
}
/****************************************** end search */

/****************************************** begin misc */
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;
}

.alignleft {
float: left
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
/* optional rounded corners for browsers that support it */
-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;
}
.pagetitle {
font-weight: normal;
text-transform: uppercase;
color: #D20000;
font-size: 22px;
font-weight: normal;
letter-spacing: 1px;
padding: 15px 0 15px 0;
}
h2.pagetitle{
text-align: right;
font-size: 14px;
text-transform: lowercase;
color: #679A1B;
}
/****************************************** end misc */


/****************************************** begin footer */
#footer {
clear: both;
width: 100%;
}

#footer p{
padding: 0 0 20px 0;
margin: 0; 
color: #151515;
text-align: center;
}
#footer a{
color: #151515;
text-decoration: none;
}
#footer a:hover{
color: #d20000;
text-decoration: underline;
}
/****************************************** end footer */