/*
Theme Name: Classic Green
Theme URI: http://blogs.fsfe.org/
Description: The Fellowship Classic Green theme
Version: 1.0
Author: FSFE
Author URI: http://fsfe.org/
Tags: FSFE, Fellowship, classic, green
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

html, body {width: 100% !important;}

pre {
	overflow:auto;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #67B31C url(./template/bg-body.png) center top repeat-y;
	font-size: 90%;
	margin: 0;
	padding: 0;
}

#wrapper { 
	margin: 0 8%;
	background: transparent;
}

#inner-wrapper { 
	margin: 0;
	padding: 0;
	/* min-width: 620px; */
	min-width: 900px;
	background: transparent;
}

ul.lang {
	margin: 0;
	padding: 10px 15px 10px 0;
	text-align: right;
	background: transparent;
}
ul.lang li {
	display: inline;
	margin-bottom: 0;
	padding-bottom: 0;
}
ul.lang a {
	color: #F2F6FC;
	background: transparent;
	text-decoration: none;
	padding: 0 0.5em;
	margin: 0;
}
ul.lang a:hover {
	color: #000;
}

#top {
	margin: 0;
	padding: 0;
	height: 39px;
	background: transparent url(./template/bg-toprepeat.png) top left repeat-x;
}

ul#topright {
	float: right;
	position: relative;
	background: transparent url(./template/bg-topright.png) top right no-repeat;
}

ul#topleft {
	float: left;
	position: relative;
	background: transparent url(./template/bg-topleft.png) top left no-repeat;
}

ul#topright, ul#topleft {
	margin: 0;
	padding: 8px 15px 0 10px;
	height: 39px;
}
ul#topright li, ul#topleft li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type:none;
	color:#fff;
}

#top a {
	padding-left: 5px;
	font-size: 16px;
	color: #fff;
	background: transparent;
	text-decoration: none;
}

#top a.active, #top a.special {
	font-weight: bold;
}

#top a.edge {
	padding-right: 10px;
	background: transparent url(./template/toplink-edge.jpg) center right no-repeat;
}
#top a:hover {
	color: #3D6300;
}

a#logo {
	position: absolute;
	top: 50px;
	left: 8%;
	width: 366px;
	height: 128px;
	background: transparent url(./template/logo.png) top left no-repeat;
	z-index: 1000;
}
a#logo:hover {
	background: transparent url(./template/logo.png) 0 -129px no-repeat;
}

* html a#logo {
position: absolute;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
cursor: hand;
}

#toplogin-form {
	position: absolute;
	top: 38px;
	right: 8%;
	margin-right: 8px;
	padding: 0 0 0 10px;
	height: 84px;
	width: 239px;
	background: transparent url(./template/login.png) top left no-repeat;
	z-index: 1000;
}

#toplogin-form input.loginfield {
	display: block;
	margin-top: 12px;
	width:112px;
}
#toplogin-form input.button {
	float: right;
	margin:-23px 25px 0 0;
	width:93px;
	height:22px
}


* html #content {
   height: 0.1%;
}

#contenttop {
	position: relative;
	margin-top: 160px;
	background: transparent url(./template/bg-content-topright.png) top right no-repeat;
}
#contenttop div {
	position: relative;
	height: 12px;
	margin: 0;
	background: transparent url(./template/bg-content-topleft.png) top left no-repeat;
}

#menu {
	float: left;
	position: relative;
	width: 179px;
	background: transparent;
}
#menuinner {
	margin-left: 2px;
}

#menu h2 {
	position: relative;
	margin: 0;
	padding: 0.2em 0;
	color: #fff;
	/* background: #47A200 url(./template/bg-h2.png) top right no-repeat; */
	background: url(./template/bg-menuh2-top.png) top right no-repeat;
	text-align: center;
	font-size: 1.2em;
}
#menu h2.top {
	margin: 0;
	padding: 0 0 0.1em 0;
	background: #47A200 url(./template/bg-menuh2-top.png) top left no-repeat;
	text-align: center;
}

#menu ul {
	width: 177px;
	background: #BAE37F url(./template/bg-ulmenu-bottom.png) bottom right no-repeat;
	margin: 0 0 10px 0;
	padding: 10px 0;
}
#menu ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
        font-size: 75%;
	background: transparent;
}

#menu ul ul, ul ul ul {
	background: transparent;
}


#menu ul a, #menu ul a:visited, li span {
	font-weight: bold;
	text-decoration: none;
	color: #223800;
	background: transparent url(./template/bg-list-item.png) center left no-repeat;
	margin-left: 30px;
	padding-left: 20px; 
	line-height: 1.2em;
}
#menu li span {
	background: transparent;
}

#menu ul a:hover {
	color: #6E8A40;
	background: transparent url(./template/bg-list-itemhover.png) center left no-repeat;
}

#menu img#fsfecard {
	margin: 10px 0;
}

#menu a#fsfelogo {
	position: relative;
	display: block;
	width: 158px;
	height: 83px;
	border: none;
	margin: 20px 0 0 11px;
	padding-left: 0;
	background: transparent url(./template/logo-fsfe.png) top left no-repeat;
}

#menu form#menusearch {
	height: 57px;
	width: 179px;
	background: transparent url(./template/search.png) top left no-repeat;
	margin-bottom:10px;
}
#menu form#menusearch input.searchtext {
	width:105px;
	float: left;
	margin: 14px 0 0 14px;
}

#menu form#menusearch input.searchimage {
	float: right;
	width: 34px;
	height: 35px;
	margin: 10px 13px 0 0;
}

#content {
	position: relative;
	margin-top: 0;
	background: #fff url(./template/bg-content-left.png) top left repeat-y;
}

#text {
	position: relative;
	margin: 0 0 0 200px;
	padding-bottom: 1em;
	background: transparent url(./template/bg-content-right.png) top right repeat-y;
}

#text h1 {
	margin: 0 4px 0 0;
	padding: 0.2em 0 0.3em 0.25em;
	font-size: 1.4em;
	color: #353535;
	background: #D8FF9E;
}
#text h1 a {
	color: #353535;
}
#text h2 {
	font-size: 1.3em;
	color: #3D6300;
}
#text h3 {
	font-size: 1.22em;
}
#text h4 {
	font-size: 1.1em;
}
#text h5 {
	font-size: 1em;
}
#text h6 {
	font-size: 0.9em;
}

#text h2.topbanner {
	margin: 1.2% 1.2% 0 0;
	padding: 0.3em 0 0.3em 0.35em;
	font-size: 1em;
	font-weight: normal;
	color: #353535;
	background: #BAE37F;
	border: 1px solid #3D6300;
}

#text ul {
}
#text ul li, #text ul li a {
	color:#000000;
}
#text ul li a:hover {
	color:#868686;
}
#text ol {
}
#text ol ol {
	list-style-type: upper-alpha;
}

#text form {
	margin-right: 1.2%;
}
#text form label {
	margin-right: 1em;
}
#text form input {
	position: relative;
}

#text fieldset {
	background: #F1F8E8;
	margin-top: 1.2em;
	padding: 0.5em 0.5em 0.5em 1em;
	border: 1px solid #3D6300;
}
#text legend {
	font-size: 1.2em;
	font-weight: bold;
	color: #3D6300;
}


#text-top {
	float: left;
	position: relative;
	display: block;
	margin: 1.2% 1.2% 2% 0; 
	padding: 0 1em 2% 1em;
	color: #353535;
	background: #F1F8E8;
	border: 1px solid #3D6300;
}

.collumnleft, .collumnright {
	float: left;
	position: relative;
	display: block;
	width: 48%;
}
.collumnleft {
	margin-right: 3%;
}

#text-top a {
	color: #528600;
	/*font-weight: bold; */
	text-decoration: none;
	border-bottom: 1px dotted;
}
#text-top a:hover {
	color: #3E6400;
}


#text-top h2 {
	font-size: 1.2em;
	color: #3D6300;
	margin-top: 1em;
	margin-bottom: 0.2em;
}

#text-top h2+p, h2+ul {
	margin-top: 0;
}

#text-top ul {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}
#text-top ul li{
	padding: 0 0 0.2em 0;
}

#newsblog {
	float: left;
	position: relative;
	margin-bottom: 2em;
}

#news {
	float: left;
	position: relative;
	display: block;
	width: 59%
}

#blog { 
	float: right;
	position: relative;
	display: block;
	width: 38%;
	margin-right: 1.2%;
}

#news h2, #blog h2 {
	color: #000;
	background: #DEF5A9;
	padding-left: 0.15em;
	border-bottom: 1px solid #515546;
}

.newsitem, .blogitem {
	border-bottom: 1px dotted #515546;
	margin-right:8px;
}

.newsitem p, .blogitem p {
	margin-bottom: 0.2em;
	padding-right: 10px;
}

.newsitem h3, .blogitem h3 {
	font-size: 1em;
	margin-bottom: 0.1em;
}
.newsitem h3+p, .blogitem h3+p {
	margin-top: 0;
}


.newsitem h3 a.newstitle, h3 a.newstitle:visited, .blogitem h3 a.blogtitle, h3 a.blogtitle:visited {
	color: #000;
	text-decoration: none;
}
.newsitem h3 a.newstitle:hover, .blogitem h3 a.blogtitle:hover {
	color: #868686;
}

.newsitem a.newslink, a.newslink:visited {
	font-style: italic;
	color: #000;
	background: #DEF5A9;
	text-decoration: none;
}
.newsitem a.newslink:hover {
	color: #868686;
}

.blogitem a.comment, a.comment:visited {
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
	color: #3E6400;
}
.blogitem a.comment:hover {
	color: #9EBB70;
}


p.clear {
	clear: both;
}
p.block {
	display: block;
}

#footer {
	margin: 1em 1em 0 0;
	padding-top: 2.5em;
	text-align: center;
	font-size: 0.9em;
}
#footer p {
	line-height: 1em;
	margin: 0;
	padding: 0;
}

#footer p a {
	color:#000000;	
}

#footer p a:hover {
	color:#868686;
}

#contentbottom {
	position: relative;
	display: block;
	margin-top: 0;
	background: #fc9c00 url(./template/bg-contentbottom-right.png) bottom right no-repeat;
}
#contentbottom div {
	position: relative;
	display: block;
	height: 16px;
	margin: 0 0 1.2% 0;
	background: transparent url(./template/bg-contentbottom-left.png) bottom left no-repeat;
}
.widget, .widget_pages {
	list-style-type:none;
}
/* tags */
#tag_cloud {
	background:#BAE37F url(./template/bg-ulmenu-bottom.png) no-repeat scroll right bottom;
	margin:0 0 10px;
	padding:0 0 10px 0;
	width:177px;
}
#tag_cloud a {
	color:#000;
	margin-left:3px;
	text-decoration:none;
}
#tag_cloud a:hover {
	color:#868686;
}
/* recent comments */
ul#recentcomments {
	list-style-image:none;
}
ul#recentcomments li.recentcomments {
	padding:0 0 0 3px;
	font-size:10px;
	margin-bottom:3px;
}
ul#recentcomments a.url {
	font-size:10px;
	font-style:italic;
	color:#000;
	background:none;
}
ul#recentcomments a {
        font-size:10px;
        font-style:italic; 
        color:#000;
        background:none;
}
ul#recentcomments a:hover.url, ul#recentcomments a:hover {
	color:#868686;
	font-size:10px;
	background:none;
}
/* recent comments end */
/* microblogging */
h2.widgettitle a.rsswidget {
	color:#fff;
	text-decoration:none;
}
li.widget_rss ul {
	list-style-type:none;
	font-size:10px;
}
li#rss-549090741 ul li{
        padding:0px 3px;       
        margin:0 0 5px 0;
}
li#rss-549090741 ul li a.rsswidget {
	background:none;
	margin:0;
	padding:0;
}
/* microblogging end */

div.navigation a {
	color:#000;
}
div.navigation a:hover {
        color:#868686;
}


/* statusnet-widget plugin */
#menu ul.statusnet li.statusnet-item {
    font-size:12px;
    margin-bottom: 10px;
    margin: 5px 5px 15px;
}

#menu ul.statusnet li.statusnet-item a {
    padding-left: 0px;
    margin: 0px;
    padding: 0px;
    background: none;
}

#menu ul.statusnet li.statusnet-item a:link,
#menu ul.statusnet li.statusnet-item a:visited {
        color: black;
        font-weight: normal;
}

#menu ul.statusnet li.statusnet-item span.statusnet-timestamp {
    display:block;
    margin:0;
    padding:0;
    text-align:right;
    width:100%;
}
/* statusnet-widget end */
