/*   
Theme Name: FGNet
Theme URI: http://www.fgnet.de
Description: Das Wordpress-Theme exklusiv für FGNet.
Author: Fabian Gilbert
Author URI: http://wwww.fgnet.de
Version: 0.0.1A-MP
.
Bitte nicht ohne Erlaubnis veröffentlichen, bearbeiten oder komerziell verwenden. Der Autor gestattet gern die Weiterverwendung des Quellcodes.
.
*/

/* Reset default browser styles */
@import url('styles/reset.css');

/* Rebuild default browser styles */
@import url('styles/rebuild.css');

/* Import a basic layout */
@import url('styles/2c-r.css');

/* Basic WordPress Styles */
@import url('styles/wp.css');

/* Fixed */
@import url('styles/fixed.css');

/* Kommentare */
@import url('styles/comments.css');

body {
        margin: 1.5em 15%;
		background-color:#C4F38F;
		font-family:Helvetica;
		font-size:14px;
}

#wrapper  {
		background-color:#FFFFFF;
		border:10px solid #A7DD5E;
		}
		
#nav-above1, #nav-below1 {
		display:none;
		}		
		
/* =Header
-------------------------------------------------------------- */

#branding {
        margin: 0 0 0 0;
		border-width:1px;
		border-style:solid;
		border-color:black;
		background-image:url(img/headerbg.png);
		height:170px;
}

.headlink {
		width:960px;
		height:170px;
		text-decoration:none;
}

#blog-description {
		position:relative;
		top:20px;
		left:15px;
		color:#330033;
		font-size:14px;
		font-weight:bolder;
		font-style:italic;
		font-family:Arial;
		}

.logopic {
		position:relative;
		top:20px;
		left:10px;
		border:1;
		border-style:solid;
		}
		
#submit, #search-submit {
	background-color:#FAFFEF;
	border:1px solid;
}

/* =Menu
-------------------------------------------------------------- */

#access {
        margin: 0 0 0 0;
		padding-bottom:5px;
        overflow: auto;
		background-color:#C4F38F;
}

.skip-link {
        display: none;
}
.menu ul {
        list-style: none;
        margin: 0;
}
.menu ul ul {
        display: none;
}
.menu li {
        display: inline;
}
.menu a {
        display: block;
        float: left;
		
		border-left:1px solid #003300;
		border-right:1px solid #003300;
		border-bottom:1px solid #003300;
		background-color:#80BF28;
		
		font-size:16px;
		text-transform:uppercase;
		text-decoration:none;
		font-weight:bold;
		color:#330033;
		
		padding-left:4px;
		padding-right:4px;
		margin-right:5px;
		margin-bottom:10px;
}

.menu a:hover {
		display: block;
		float: left;
		background-color:#94D63A;
		}


/* =Content
-------------------------------------------------------------- */

.post {
        margin: 0 0 3em 0;      
}

.catlink-top {
		margin-top:8px;
		margin-bottom:3px;
		font-size:12px;
		}
		
.comments-link-top a{
		text-decoration:none;
		font-weight:bold;
		font-style:italic;
		color:#2A8E55;
		}

.comments-link-top a:hover {
		text-decoration:underline;
		}
		
.topdate {
		font-weight:bold;
		font-style:italic;
		color:#2A8E55;
		}		

.catlink-top a, .catlink-top a:link, .catlink-top a:active, .catlink-top a:visited {
		padding-top:4px;
		padding-bottom:4px;
		padding-left:4px;
		padding-right:4px;
		background-color:#2A8E55;
		
		text-decoration:none;
		font-weight:bold;
		color:#FFFFFF;
		}
		
.archive-meta {
	font-style:italic;
}


.entry-content, .entry-summary {
        margin: 1.5em 0 0 0;
}

.entry-content a {
	color:#063;
	text-decoration:none;
}

.entry-content a:hover {
	text-decoration:underline;
}

.post-title, .post-title a, .post-title a:link, .post-title a:active, .post-title a:visited, .entry-title {
	font-size:26px;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:0.05em;
	color:#10190A;
}

.entry-title-small a {
	font-size:22px;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:0.05em;
	color:#10190A;
}

.entry-title-small:hover {
	text-decoration:underline;
}
	

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

.page-title {
	font-size:26px;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:0.05em;
	color:#2A8E55;
}

.greenhead {
	font-size:22px;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:0.05em;
	color:#063;
}

.entry-utility {
	font-size:11px;
}

.entry-utility a {
	color:#063;
	text-decoration:none;
}

.entry-utility a:hover {
	color:#066;
	text-decoration:underline;
}

.more-link {
	color:#063;
	text-decoration:none;
	font-weight:bold;
}

.more-link:hover {
	color:#066;
	text-decoration:underline;
}

.post-seperator {
	z-index:1;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
        margin: 0 0 1.5em 0;
        overflow: auto; 
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-title {
		background-color:#A7DD5E;
		padding: 0 0 0 5px;
		text-transform:uppercase;
		font-size:14px;
		font-weight:bold;
		letter-spacing: 1.5px;
		border-top:1px solid #009900;
		border-left:1px solid #009900;
		border-bottom:1px solid #009900;
		}
		
.widget-area a {
		text-decoration:none;
		color:#666666;
}

.widget-area a:hover {
		color:#006699;
		}

.widget-area li {
		margin-bottom:2px;
		margin-top:3px;
		padding-bottom:0;
}
	

.widget-area ul {
        list-style: none;
        margin-left: 0;
}
.widget-area ul ul {
        list-style: none;
        margin-left: 1.1em;
}
.widget-area ul ul ul {
        margin-left: 2.5em;
}
.widget-container {
        margin: 0 0 1.5em 0;
}

.cat-item a{
		text-decoration:none;
		color:#666666;
		}

.cat-item a:hover {
		color:#006699;
		}
		
#calendar_wrap {
		text-align:center;
		margin:20px;
		}	
		
#wp-calendar td {
		padding-left:10px;
		}
		
#wp-calendar a {
		font-weight:bold;
		color:#033;
}
		
#tag_cloud-3 a {
		text-decoration:none;
		color:#666666;
		font-size:-1em;
		}
		
#tag_cloud-3 a:hover {
		text-decoration:none;
		font-weight:bold;
		}
		
.widget_links {
	padding-top:0;
	margin-top:0;
}

#site-info {
	text-align:center;
	font-weight:bold;
}