/*  
Theme Name: SloveniaMagazine 
Theme URI: http://www.der-prinz.com/2008/03/15/new-magazine-style-theme-for-wordpress-wyntonmagazine-version-05-beta-available-now/
Description: modified WyntonMagazine
Version: 19.10.2008
Author: WyntonMagazine: Michael Oeser
Author URI: 

The CSS, XHTML and design of WyntonMagazine is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

Credits
=======

My very special thanks go out to all of you out there
using the theme and sending me tons of emails telling me how great this theme is.

THANK YOU ALL!!!


/******************************************
*   HTML Elements                         
******************************************/

* {
	margin:0;
	padding:0;
	}

body,html {
	min-height:101%;
	}
	
body {
	background:#DFE9F0;
	background:#E1EDF5;
	background:#BBB;
	color: #0A0D05;
	padding: 13px 0 25px 0;
	}

body, select, input, textarea {
	font: 12px Arial, Verdana, Sans-Serif;
	letter-spacing: -0.5pt;
	letter-spacing: -0px;
	line-height: 17px;
	}
	
p {	
	margin: 10px 0;
	}


hr {
	display: block;
	height:2px;
	background:#A6CE3A;
	border:0;
	margin: 0px 0 4px 0;
	}

small {
	font-size: 0.9em;
	padding:3px 0px;
	}
	
/******* Hyperlinks ********************/

/* standard link behaviour */
a, a:active, a:visited { 
	color:#0A0D05;
	text-decoration: underline; 
	} 
a:hover	{ 
	color:#0A0D05;
	text-decoration: none; 
	}

/* How the links in the leadstory area on the homepage look like */
#leadcontainer a {color:#fff;}

.clearfloat a:link, .clearfloat a:active, .clearfloat a:visited  {text-decoration:none; color:#4C7300;}
.clearfloat a:hover {text-decoration:underline;}

.entry a:link, .entry a:active, .entry a:visited  {text-decoration:none; color:#4C7300;}
.entry a:hover {text-decoration:underline;}

/* Title area links */
.title:link, .title:active, .title:visited { 
	color:#5E8D02; 
	text-decoration: none;
	letter-spacing: -1px;
	line-height:1.6em;
	} 
.title:hover { 
	color:#5E8D02; 
	text-decoration: underline;
	} 

	
/* HTML headline links */
h3 a:link, h3 a:active, h3 a:visited  {text-decoration:none; color:#FFF;}
h3 a:hover {text-decoration:underline;}

.cat-head a { color:#FFF; }
.cat-head a:link, .cat-head a:active, .cat-head a:visited  {text-decoration:none; color:#FFF;}
.cat-head a:hover {text-decoration:underline;}

h4 a:link, h4 a:active, h4 a:visited  {color:#86AB00; text-decoration:none;}
h4 a:hover {text-decoration:underline;}

/* Links in the sidebar */
#sidelist a:link, #sidelist a:active, #sidelist a:visited {text-decoration:none; color:#0A0D05;}
#sidelist a:hover {text-decoration:underline;}
#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#eee;
	color:#666;
	}
#sidelist .children li a:hover, #sidelist .children li a:active	{color:#000;}

/* How tags appear */
#tags a {text-decoration:none;}
#tags a:hover {text-decoration:underline;}

/* Links within comments metadata (date, Author etc.) */
.commentmetadata a:link, .commentmetadata a:active, .commentmetadata a:visited  {text-decoration:none; color:#0A0D05;}
.commentmetadata a:hover {text-decoration:underline;}

/* Links in the footer */
#footer a {text-decoration: none;} 
#footer a:hover	{text-decoration: underline;}

.clearfloat p { margin-top:0px; margin-bottom:0px; margin-left:0px; }
.entry p { margin-top:7px; margin-bottom:7px; padding-left:0px; margin-left:0px; }
.feature p { margin-left:0px; }
#lead p { margin-top:12px; margin-left:0px; }


/****** Images ****************************/

img, a:link img, a:visited img{border:0px solid #A6CE3A; padding:1px;}
img.left,img.center,img.right,img.norm { margin:2px 2px 2px 0; border:0px solid #A6CE3A; padding:1px;}
img.left{ float:left; margin:4px 8px 4px 0; }
img.center{ display:block; margin:0 auto 5px auto; }
img.right{ float:right; margin:0 0 5px 12px; }
#leadpic {float:left;margin: 5px 20px 10px 0;padding:1px;border:1px solid #aaa;}
.home-cat-img {float:left; margin:1px 6px 4px 0;}
.alignleft { float:left; margin-right: 30px; }
.alignright { float:right; margin-left: 8px; }
.aligncenter { display:block; margin:0 auto 4px auto; } 

blockquote { line-height: 1.0em; width: 320px; font: 11px Arial, Verdana, Sans-Serif; float: right; display:block;}

.post blockquote {
	color:#324212;
	padding:6px 6px 6px 6px;
	margin:4px 2px 12px 12px;
	background: #F6FCE8;
	border-top:1px solid #A6CE3A;
	border-bottom:1px solid #A6CE3A;
	}

blockquote p {
	padding: 0 0px 0px 0px; 
	margin-top:0px; 
	line-height: 12px;
	text-align: left;
	}

	
		
/******************************************
*   Main Element Structure                         
******************************************/

#page { /* main container */
	width:940px;
	margin:0 auto;
	font-size:1em;
	padding: 10px 20px 40px 20px;
	border-top:4px solid #A6CE3A;
	border-bottom:4px solid #A6CE3A;
	}

#page { background:url(images/backgrounds/top.112.jpg;?>) repeat-x 0px 0px #FFF; }

#branding {/* Where the logo is located */
	width:625px;
	height:177px;
	padding-bottom:0px;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {
	width: 240px;
	float:right;
	margin-top: 28px;
	background: #E8F4FC;
	background: #FFF;
	}


/* The 3 columns on the homepage */

#homeleftcol {
	width:285px;
	border-right:1px solid #A6CE3A;
	padding-right:20px;
	text-align:justify;
	float:left;
	}
	
#homemidcol {
	width:285px;
	padding:0 20px 0 20px;
	text-align:justify;
	float:left;
	}
	
#homerightcol {
	width:285px;
	border-left:1px solid #A6CE3A;
	padding-left:20px;
	text-align:justify;
	float:right;
	}

.clearfloat a { 
	text-decoration: none; 
	}
.clearfloat a:hover { 
	text-decoration: underline; 
	}
		
	
/******************************************
*   Sidebar stuff exept hyperlinks                        
******************************************/
	
#sidelist li {list-style:none}
	
.bullets li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}
	
#sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;
	margin-left:22px;
	}

#sidelist .children {background:#eee;}

#sidelist .children li {
	background: #eee;
	list-style: none;
	margin-left:15px;
	padding-left:15px;
	}
	
#sidelist .recent li{
	margin-bottom:5px;
	padding-left:0px;
	}

#sidelist .recent-comments li{
	margin-bottom:5px;
	padding-left:0px;
	}

#sidelist .more li{
	margin-bottom:5px;
	padding-left:20px;
	background:url(images/icons/icon_categories.gif) no-repeat;
	}

#sidelist .feed li{
	margin-bottom:5px;
	padding-left:20px;
	background:url(images/icons/rss.gif) no-repeat;
	}
	
	
	
/******************************************
*   All Headlines and related stuff                         
******************************************/

.leadmeta, .leadmeta a {/* Thatīs how the Date and Author appear in the leadarticle section above the Headline */
	font: 0.9em Arial, Helvetica, sans-serif;
	margin-top:-4px;
	color:#ddd;
	text-decoration:none;
	}
	
.blogtitle, .blogtitle a:link, .blogtitle a:active, .blogtitle a:visited {/* Thatīs only relevant, if you donīt use an image for your Logo in the header */
	color: #FFF;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	font-weight: regular;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0 0 22px 0;
	text-decoration: none;
	text-align: right;
	}

.mutitle, .mutitle a:link, .mutitle a:active, .mutitle a:visited {/* Thatīs only relevant, if you donīt use an image for your Logo in the header */
	color: #FFF;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	font-weight: regular;
	margin-left: 0px;
	margin-top: 0px;
	text-decoration: none;
	text-align: left;
	float: left;
	}

.mutitle a:hover, .blogtitle a:hover {text-decoration: underline;}

.cat-head {/* Background for the category teasers headline on the homepage */
	margin-top:6px;
	margin-bottom:6px;
	background-color:#64BDFD;
	background-color:#0081C4;
	background-color:#0070BF;
	border-top:2px solid #A6CE3A;
	padding:4px 2px 1px 4px;
	}

h1 {
	color: #86AB00;
	font-size: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px 10px 0px 0px;
	padding: 20px 0px 0px 10px;
	}
	
h2 {
	color: #86AB00;
	color: #78A32D;
	font: 2em Arial, Helvetica, sans-serif; 
	letter-spacing: -1px;
	font-weight: normal;
	padding-bottom: 2px;
	border-bottom: 2px solid #91C831;
	margin: 20px 0 5px 0;
	}

.post h1 {
	color: #78A32D;
	font: 2em Arial, Helvetica, sans-serif; 
	letter-spacing: -1px;
	font-weight: normal;
	margin: 20px 0px 3px 0px;
	padding: 0px 0px 3px 0px;
	border-bottom: 1px solid #91C831;
}

.post h2 {
	color: #78A32D;
	font: 2em Arial, Helvetica, sans-serif; 
	letter-spacing: -1px;
	font-weight: normal;
	margin: 30px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 0px solid #91C831;
}

h2.headline {
	color: #86AB00;
	color: #78A32D;
	font: 2.0em Arial, Helvetica, sans-serif; 
	letter-spacing: -1px;
	font-weight: normal;
	padding-bottom: 4px;
	border-bottom: 1px solid #91C831;
	margin: 18px 0 2px 0;
	}

h2.pagetitle, h2.pagetitle:visited {
	color: #7FA201;
	color: #78A32D;
	margin-top: 20px;
	margin-bottom: 3px;
	padding-bottom: 14px;
	border-bottom: 1px solid #A6CE3A;
}

h3 {
	font: 0.9em Arial, Helvetica, sans-serif; 
	text-transform: uppercase;
	margin-bottom: 4px;
	font-weight: bold;
	color: #86AB00;
	}

.entry h3 {
	padding-top:16px;
}

#sidebar h2, #sidebar h3 a {
	font: 0.9em Arial, Helvetica, sans-serif; 
	text-transform:uppercase;
	letter-spacing: -0px;
	margin-bottom:4px;
	font-weight:bold;
	color:#FFF;
	}

#sidebar h3, #sidebar h2 {
	font-size:0.9em;
	letter-spacing: -0px;
	border-top:2px solid #A6CE3A;
	border-bottom:0px solid #fff;
	background-color:#0070BF;
	padding:5px 0 5px 4px;
	margin:20px 0 12px 0;
	color:#FFF;
	}

#leadcontainer h3, #leadcontainer h3 a {
	color: #FFF;
	}

h3#respond {
	border-bottom:0px solid #CCC;
	margin-top:30px;
	padding-top:10px;
	padding-bottom:3px;
	color: #5E8D02;
	}

h3#comments {
	color: #5E8D02;
	margin-top:60px;
	border-top:0px solid #A6CE3A;
	padding-top:10px;
	}

h3#comments a {
	color: #5E8D02;
	}

h4 {
	color:#444;
	font-size:1.2em;
	margin-bottom:6px; margin-top:12px;
	}

.post h3, .post h4 {
	color:#78A32D;
	font-size:1.2em;
	margin-bottom:6px; margin-top:14px;
	}

.post h5, .post h6 {
	color:#444;
	font-size:1.0em;
	margin-bottom:6px; margin-top:14px;
	}

	
	
/******************************************
*   Content styles                    
******************************************/

/* some structural styles for the content area */

#content {/* main content (left of sidebar) */
	width:640px;
	float:left
	}

#pagecontent { /* content area in static pages (without sidebar) */
	width:820px;
	float:left;
	}

#homecontent-top {/* The upper area on the homepage */
	width:940px;
	margin-top:25px;
	margin-bottom:0px;
	}
	
#homecontent-bottom {/* The lower area of the homepage */
	width:940px;
	margin-top:0px;
	padding-top:0px;
	}

#homecontent-topleft {/* The left side of the upper area (where the leadstory area is located) */
	width: 600px;
	}

#homecontent-topright {/* The right upper area (where the three feature boxes appear) */
	width: 300px;
	}
	


/* The lead story on the honmepage */

#leadcontainer {
	background:#0070BF;
	color:#efefef;
	border-top:4px solid #A6CE3A;
	border-bottom:4px solid #A6CE3A;
	padding:15px;
	padding-bottom:25px;
	width:592px;
	min-height:440px;
	}

#leadcontainer:hover {
	background:#0070BF;
	border-top:4px solid #A6CE3A;
	border-bottom:4px solid #A6CE3A;
	}

#leadcontainer .title {
	font:2.2em Arial, Helvetica, sans-serif;
	line-height:100%;
	display:block;
	padding-bottom:7px;
	color: #fff;
	}

#leadheader {
	display:block;
	}

#leadheader a {color:#ddd;}

#homebottom {/* Thatīs the nice shadow below the leadcontainer */
	width:625px;
	height:60px;
	background:url(images/backgrounds/homebottom.png);
	}
	

.read-on a { /* This can be used to format the "continue readng..." link in the lead story */
	text-decoration:none;
	}
	
.read-on a:hover {color:#A6CE3A!important;}

	
/* Featured Articles formatting in "hometop-rightcol" */

.feature {
	background: #F6FCE8;
	padding:10px 10px 10px 20px;
	border-top:2px solid #A6CE3A;
	border-bottom:2px solid #A6CE3A;
	}

.feature:hover {
	background:#F6FCE8;
	border-top:2px solid #A6CE3A;
	border-bottom:2px solid #A6CE3A;
	}

.textwidget1 {
	background: #F6FCE8;
	border-bottom:2px solid #A6CE3A;
	}


/*.feature p { margin:0; }*/

#hometop-rightcol img {
	margin-bottom:4px;
	padding:1px;
	border:1px solid #A6CE3A;
	}

#hometop-rightcol .feature {margin-bottom: 10px;}
#hometop-rightcol .feature img {
	margin-bottom:0px;
	}

#hometop-rightcol.title, #hometop-rightcol a.title  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.4em;
	color: #5E8D02;
	margin:10px 0 15px 0;
	}

/**********************************************************/
	
.description {
	font-size: 16px;
	font-weight: bold; 
	color:#FFF;
	margin-left:3px;
	letter-spacing: 0px;
	}
		
.title, a.title  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.4em;
	color: #5E8D02;
	margin:10px 0 15px 0;
	}
		
#homemidcol .clearfloat, #homeleftcol .clearfloat, #homerightcol .clearfloat {
	border-bottom:1px solid #A6CE3A;
	padding:6px 0;
	margin-bottom:6px;
	}	

/* Pagination formats for the achives (previous and next links) */	

.navigation a:link, .navigation a:active, .navigation a:visited {
	width: 120px;
	border: 0px solid #FFF;
	padding:2px 4px 2px 4px;
	text-align:center;
	font-size:0.9em;
	text-decoration:none;
	color:#FFF;
	background-color:#8CB732;
	}

.navigation a:hover {
	background-color:#78A32D;
	}

.preventries {
	float:left;
	}

.nextentries {
	float:right;
	}
	

/*Post Formatting*/

.entry {
	padding-top:0px; padding-bottom:15px;
	margin-top:12px;
	text-align:justify;
	}

.archiveentry {
	padding-top:2px; padding-bottom:15px;
	text-align:justify;
	}	

.post ul li {
	list-style:square;
	margin-bottom:5px;
	margin-left:48px;
	}

.post ol li {
	margin-bottom:5px;
	margin-left:48px;
	}

#homecontent-bottom ul li {
	list-style:square;
	margin-top:2px;
	margin-bottom:1px;
	margin-left:14px;
	}

#homecontent-bottom ol li {
	margin-top:2px;
	margin-bottom:1px;
	margin-left:20px;
	}

.feature ul li {
	list-style:square;
	margin-top:2px;
	margin-bottom:1px;
	margin-left:14px;
	}

.feature ol li {
	margin-top:2px;
	margin-bottom:1px;
	margin-left:20px;
	}

.section-p ul li {
	list-style:square;
	margin-top:2px;
	margin-bottom:1px;
	margin-left:14px;
	}

.section-p ol li {
	margin-top:2px;
	margin-bottom:1px;
	margin-left:20px;
	}

#lead ul {
	margin-top:10px;
	}

#lead ul li {
	list-style:square;
	margin-top:3px;
	margin-bottom:3px;
	margin-left:42px;
	}

#lead ol li {
	margin-top:3px;
	margin-bottom:3px;
	margin-left:48px;
	}
	
#tags {
	padding:5px;
	background-color:#eee;
	border-bottom:1px solid #999;
	border-top:1px solid #999;	
	}	
		
.postmetadata {margin: 30px 0;}
	

/* Form Elements */

select {
	background:#fff;
	border-top:0px solid #A6CE3A;
	border-bottom:0px solid #999;
	border-left:0px solid #999;
	border-right:0px solid #999;
	width:100%;
	font: 0.9em Arial, Helvetica, sans-serif; 
	letter-spacing: -0px;
	font-weight:normal;
	margin-top:1px;
	}
	

#searchform {padding:16px 5px 0 0;}

.searchbutton {
	font-weight:bold;
	padding: 1px;
	background:#fff;
	color:#999;
	border:1px solid #ddd;
	}

.searchbutton:hover {
	color:#666;
	background:#eee;
	border:1px solid #999;
	text-decoration:none;
	}

.searchfield {
	width:150px;
	padding: 1px 1px 1px 20px;
	background: url(images/icons/search-16.png) no-repeat #fff;
	color:#666;
	border:1px solid #ddd;
	}

.searchfield:hover, .searchfield:focus {
	background: url(images/icons/search-16.png) no-repeat #eee;
	border:1px solid #999;
	text-decoration:none;
	}


.button {
	font-weight:bold;
	padding: 1px;
	background:#fff;
	color:#666;
	border-top:2px solid #ddd;
	border-bottom:2px solid #ddd;
	border-left:none;
	border-right:none;
	}

.button:hover {
	color:#333;
	background:#eee;
	border-top:2px solid #999;
	border-bottom:2px solid #999;
	border-left:none;
	border-right:none;
	text-decoration:none;
	}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	border-top:2px solid #ddd;
	border-bottom:2px solid #ddd;
	border-left:none;
	border-right:none;
	}

#commentform textarea {
	background:#fafafa;
	width: 100%;
	margin-top:5px;
	border-top:2px solid #ddd;
	border-bottom:2px solid #ddd;
	border-left:none;
	border-right:none;
	}

#commentform textarea:hover, #commentform textarea:focus {background:#fff;}


/* Comments*/

.commentlist {
	padding-left:30px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#F6FCE8;
	border-top:1px solid #A6CE3A;
	border-bottom:1px solid #A6CE3A;
	color: #324212;
	line-height:1.3em;
	}

.commentlist strong { font-weight: normal; }

.commentlist a {
	color: #5E8D2E;
}

#commentform small {
	background:#FFF;
	font-weight:normal;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	padding-top:0px;
	margin-top:0px;
	}

.commentlist small {
	background:#F6FCE8;
	padding:2px 5px 2px 0px;
	border-top:0px solid #999;
	border-bottom:0px solid #999;
	}

.commentlist cite { font-weight:normal; }	
	

/* Float Properties*/

.clear {
	clear:both;
	}

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}

.clearfloat {/*never delete this otherwise MSIE will kill the layout */
	display:inline-block;
	}	

.clearfloat {/*never delete this otherwise MSIE will kill the layout */
	display:block;
	}
	
	
/******************************************
*   Footer                        
******************************************/

#footer {
	margin: 0 auto;
	width: 900px;
	font-size:0.9em;
	text-align:center;
	padding-top:10px;
	color:#FFF;
	}

#footer a, #footer a:visited {
	color:#FFF;
	}

.section-p {
	padding-bottom:12px;
	margin-top:8px;
	margin-bottom:3px;
	border-bottom:1px solid #A6CE3A;
	min-height:80px;
	}

a:link.section-title, a:hover.section-title, a:visited.section-title {
	font: 1.4em Arial, Helvetica, sans-serif; 
	line-height:110%;
	text-align:left;
	color: #5E8D02;
	font-weight: normal;
	letter-spacing: -1px;
	text-decoration: none;
	}

a:hover.section-title {
	text-decoration: underline;
	}

.box-title {
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	font-size:1.4em;
	line-height:1.1em;
	color: #5E8D02;
	margin:8px 0 5px 0;
	}

.archive-title {
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	font-size:1.4em;
	line-height:1.1em;
	color: #5E8D02;
	margin:2px 0 5px 0;
	}

.box-title a:link, .box-title a:active, .box-title a:visited  {text-decoration:none; color:#5E8D02;}
.box-title a:hover {text-decoration:underline;}

.archive-title a:link, .archive-title a:active, .archive-title a:visited  {text-decoration:none; color:#5E8D02;}
.archive-title a:hover {text-decoration:underline;}

a:link.notyet, a:active.notyet, a:visited.notyet {text-decoration:none; color:#666;}
a:hover.notyet {color:#666; text-decoration: underline;}
a.yet {text-decoration:none; color:#0A0D05;}
a:link.yet, a:active.yet, a:visited.yet {text-decoration:none; color:#0A0D05;}
a:hover.yet {color:#0A0D05; text-decoration: underline;}


/******************************************
*   Login                       
******************************************/

form {
	margin-left: 8px;
	padding: 16px 16px 40px 16px;
	font-weight: bold;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

form .forgetmenot { font-weight: normal; float: left; margin-bottom: 0;	margin-top: 10px; }

#login form .submit input {
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px 5px;
	border: none;
	font-size: 13px;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: default;
	text-decoration: none;	
	margin-top: 10px;
}

form .submit { float: left; }

form p { margin-bottom: 24px; }


#backtoblog a {
	position: absolute;
	top: 7px;
	left: 15px;
	text-decoration: none;
}

#login { width: 292px; margin: 7em auto; }

#login_error, .message {
	margin: 0 0 16px 8px;
	border-width: 1px;
	border-style: solid;
	padding: 12px;
}

#nav { margin: 0 0 0 8px; padding: 16px; }

#user_pass, #user_login, #user_email {
	font-size: 20px;
	width: 97%;
	padding: 3px;
	margin-right: 6px;
}


/******************************************
*   Misc                       
******************************************/

#player1, #player2, #player3 {text-align: left; padding:0; margin:0; margin-top:3px; margin-bottom:3px;}

.more-items {
	text-align: left;
	margin-top:6px;
	font-size: 0.9em;
	line-height:1.3em;
}

.more-items a:link, .more-items a:active, .more-items a:visited {text-decoration:none; color:#888;}
.more-items a:hover {color:#777; text-decoration: underline;}

.adsense-banner {
	background: #F6FCE8;
	margin:0px 40px 40px 40px;
	border-top:2px solid #A6CE3A;
	border-bottom:2px solid #A6CE3A;
}
.adsense-banner a:link, .adsense-banner a:active,  .adsense-banner a:visited {text-decoration:none; color:#333;}
