/* 
Theme Name: WP-Multiflex-3_FCTG2
Theme URI: http://www.torpedoritter.at
Description: Theme based on Multiflex-3, designed by <a href="http://1-2-3-4.info/">Wolfgang</a> 
Version: 0.81
Author: Hannes Fritz
Author URI: http://www.torpedoritter.at
Tags: buddypress
*/

/* Various elements */

body {
	background-color: #ffffff; /* Hintergrundfarbe */
	background-image: url(images/hintergrund.gif); /* Hintergrundbild */
	background-position:center center; 
	background-attachment:fixed;
	background-repeat:no-repeat;
        margin: 10px 0; /* Verschiebung des Inhalts zum Hintergrund (y, x) */
	font: 72% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333333; /* Schriftfarbe Standardfließtext */
}

div {
	margin: 0;
	padding: 0;
}

p {
	font-size: 1.1em;
}

A:link { 
        color: #FF6600; 
	font-weight: bold;
}

a:visited {
        color: #FF6600;
	font-weight: bold;
}

a:active {
        color: #FF6600;
}

a:hover {
	color: #000000;
}

code {
	font-size: 1.1em;
	display: block;
	font-family: "Courier New", Courier, monospace;
	background-color: #ffffcc;
	padding: 5px;
	margin: 10px;
	border: 1px solid #959595;
}

blockquote {
	background: url(images/quote.gif) left no-repeat;
	margin: 0;
	padding: 0 40px 0 40px;
	text-align: justify;
	font-size: 0.9em;
}

/* Main wrapper */

#wrap {
	background: transparent;
	width: 1100px;
	margin:  10px auto;
}

/* Masthead --- top of header */

#masthead {
	height: 120px;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* Site name, description and logo */

#masthead div.left-masthead {
	float: left;
	width: 820px;
	height: 81px;
}

#masthead a.site-logo {
	float: left;
	background: url(images/fctg.png) no-repeat;
	height: 209px;
	width: 160px;
	margin:0 0 0 12px;
}

#masthead h1 {
	text-transform: lowercase;
	letter-spacing:-0.05em;
	padding: 20px 0 0 220px;
	margin: 0;
	font-size: 2.2em;
}

#masthead h1 a {
	color: #333333;
	text-decoration: none;
}

#masthead h1 a:hover {
	color: #666666;
}

#masthead p.description {
	margin: -5px 0 0 0;
	padding: 0 0 0 220px;
	font-weight: bold;
	color: #7d7d7d;
}

/* Left hand side of masthead */

#masthead div.right-masthead {
	float: right;
	margin: 0;
	padding: 0;
}

#masthead div.right-masthead a.rss-logo {
	background: url(images/rss.gif) no-repeat;
	height: 64px;
	width: 64px;
	margin: 0;
	display: block;
}

#masthead div.right-masthead a.rss-logo:hover {
	background: url(images/rss-hover.gif);
}

/* Search form */

#searchbar {
	float: right;
	margin: 0;
	padding-bottom:5px;
	padding-top:5px;
}

#searchbar fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

#searchform {
	padding: 0px 0px 0 0;
	color: #000;
	float:right;
}

#searchform fieldset {
	border: none;
	margin: 0;
	padding: 0;
	text-transform: lowercase;
}

#searchbox {
	border: 1px solid #BEBEBE;
	height: 17px;
	width: 120px;
}

#searchbutton {
	background-color: #E6E6E6;
	border: 1px solid #BEBEBE;
	color: #808080;
	padding:0;
	font-size: 1em;
	height: 20px;
	width: 35px;
	text-align: center;
	cursor: pointer;
}

#searchbutton:hover {
	background-color: #dcdcdc;
	color: #404040;
	border: 1px solid #404040;
}

/* Container wrappers */

#container {
	clear: both;
	margin: 0;
	padding: 0; 
}

#left-wrap {
	width: 890px;
	float: left;
	margin: 0;
	padding: 0;
}

/* Main content area */

#content {
	float: right;
	width: 700px;
	margin: 0;
	padding: 0;
}

#content .post, #content .page {
	margin: 0;
	padding: 0 15px 10px 15px;
}

#content .post p:first-child {
        text-indent: 1em;
}

#content h2 {
	font-size: 1.4em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 3px 0;
	border-bottom: 3px solid #E1E1E1;
	color: #333333;
}

#content h2 a {
	color: #646464;
	text-decoration: none;
}

#content h2 a:hover {
	color: #000;
	text-decoration: none;
}

#content h2.pagetitle {
	border-bottom: none;
	background: #bebebe;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0 15px 20px 15px;
	padding: 3px 5px;
	font-size: 1.3em;
}

#content .entry h1 {
	font-size: 2em;
	color: #646464;
}

#content .entry h2 {
	font-size: 1.8em;
	color: #646464;
	border-bottom: none;
}

#content .entry h3 {
	font-size: 1.5em;
	color: #646464;
}

#content .entry h4 {
	font-size: 1.1em;
	color: #646464;
}

#content a {
	text-decoration: none;
	color: #FF6600;
}

#content a:hover {
	text-decoration: underline;
	color: #000000;
}

#content p {
	font-size: 1.1em;
        margin-bottom: 8px;
}

#content p.prefix {
	margin: 0;
	padding: 0;
	font-size: 1em;
}

#content p.prefix a {
	color: #ff6600;
	text-decoration: none;
}

#content p.prefix a:hover {
	color: #ff6600;
	text-decoration: underline;
}

#content p.suffix {
	font-size: 0.9em;
	line-height: 1.5em;
	clear: both;
}

#content p.suffix a {
	color: #ff6600;
	text-decoration: none;
}

#content p.suffix a:hover {
	color: #ff6600;
	text-decoration: underline;
}

#content p.edit {
	margin: 0;
	padding: 0;
	font-size: 0.9em; 
}

#content ul, #content ol {
	padding: 6px 0 6px 30px;
	margin: 0 0 0 30px;
}

#content li {
	font-size: 1.05em;
	padding: 2px 0 2px 0;
}

#content ul li {
	list-style: square url(images/bg_bullet_full_2.gif);
}

.navigation, .bottomnavigation {
	height: 15px;
        margin-bottom:10px;
}

.navigation .alignleft, .bottomnavigation .alignleft {
	float: left	
}

.navigation .alignright, .bottomnavigation .alignright {
	float: right;
}

.entry {
	overflow: hidden;
}

.entry a {
	overflow: hidden;
}

.entry img {
	overflow: hidden;
}

/* Monsterous hack to get IE6 to cut off an image bigger than the post area */

* html .entry p {
	width: 99%;
	overflow: hidden;
}

/* Sidebars */

/* Colour of right sidbar menu header */
#right-sidebar h2 {
	background-color: #666666;
}

/* Colour of right sidebar menu body */
#right-sidebar ul ul, #right-sidebar li, #right-sidebar li li, #right-sidebar li li li {
	background-color: transparent;
}

/* Colour of left sidebar menu header */
#sidebar h2.pages, #sidebar li h2 {
	font-size:1.2em;
background-color: #666666;
color:#FFFFFF;
display:block;
padding:5px 20px;	
}

/* Left sidebar */

#sidebar {
	width: 180px;
	padding: 0 0 10px 0;
	margin: 100px 0 0 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 180px;
}

#sidebar li {
	list-style: none;
	margin-bottom: -1px;	
}
#sidebar li li:hover {
	background-color:#e6e6e6;
        /*border:1px solid #bebebe;*/
}

#sidebar ul ul li{
position: relative;
background:#ffffff;
border:1px solid #bebebe;
}

#sidebar ul ul li ul {
	position: absolute;
	left: 178px;
	top: -1px;
	display: none;
	}

#sidebar ul ul li:hover > ul { 
display: block;
}

.widget_pages li.current_page_item > a {
   background-color:#e6e6e6;
}
.widget_pages li.current_page_ancestor > a {
   background-color:#f6f6f6;
}

#sidebar a {
        display: block;
	font-size: 1.1em;
	color: #ff6600;
	font-weight: bold;
	text-decoration: none;
        padding: 5px 10px;
}

#sidebar a:hover {
	color: #000000;
	text-decoration: underline;
}

/* Right sidebar */

#right-sidebar {
	float: right;
	width: 200px;
	margin: 0;
	padding: 0;
}

#right-sidebar ul {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 5px 0;
	overflow: hidden;
}

#right-sidebar ul ul {
	margin: 0;
	padding: 0;
}

#right-sidebar span {
	padding: 5px 5px 5px 10px;
}

#right-sidebar h2 {
	padding: 5px 0 5px 10px;
	margin: 0px;
	font-size: 1.2em;
	color: #fff;
}

/* Change spacing below right hand menus */
#right-sidebar li {
	margin: 0 0 -1px 0;
	/*padding: 0 0 15px 0;*/
}

#right-sidebar li li {
	background-image: none;
	margin: 0 0 -1px 0;
	padding: 0 0 0 0;
	border-bottom: none;
background:#ffffff;
border:1px solid #bebebe;
}

#right-sidebar li li li {
	margin: 0;
	padding: 0 10px 0 0;
	border-bottom: none;
}

#right-sidebar a {
	line-height: 1.5em;
color:#FF6600;
display:block;
/*font-size:1.1em;*/
font-weight:bold;
padding:5px 0px;
margin-left: 10px;
text-decoration:none;
}

#right-sidebar h2 a.rsswidget {
display:inline;
margin:0px;
}

#right-sidebar h2 a {
        text-decoration: none;
        font-style: normal;
	color: #fff;
        font-size: 1.1em;
}

#right-sidebar h2 a:hover {
        text-decoration: none;
        font-style: normal;
	color: #fff;
        font-size: 1.1em;
}

#right-sidebar li li a {
	padding-left: 0;
	color: #ff6600;
	font-weight: bold;
}

#right-sidebar li li:hover {
background-color:#E6E6E6;
}

#right-sidebar a:hover {
	text-decoration: underline;
	color: #000000;
}

#right-sidebar li.recentcomments {
	padding: 2px 10px 5px 0;
	margin: 0 10px 0 10px;
	border-bottom: 1px solid #666666; 
}

#right-sidebar li.recentcomments a {
	background-image: none;
}

#right-sidebar li.recentposts {
	padding: 2px 0 5px 0;
	margin: 0 10px 0 10px;
	border-bottom: 1px solid #666666; 
}

#right-sidebar li.recentposts a {
	margin: 0;
	padding: 0;
	background-image: none;
}

#right-sidebar div.textwidget {
	padding: 2px 10px 2px 10px;
}

#right-sidebar div.textwidget p {
	font-size: 1em;
	padding: 0;
	margin: 0;
}

#right-sidebar div#calendar_wrap {
	text-align: center;
	margin: 0;
	padding: 5px 5px 0 7px;
}

#right-sidebar #wp-calendar {
	text-align: center;
}

#right-sidebar #wp-calendar a {
	text-decoration: none;
}

#right-sidebar td {
	font-size: 0.9em;
	padding: 2px;
}

#right-sidebar td.pad {
	border: none;
	background: transparent;
}

#right-sidebar td#prev, td#next {
	border: none;	
	background: transparent;
}

#right-sidebar #today {
	background-color: #ffff99;
}

#right-sidebar #wpng-calendar li a {
margin:0px;
padding:5px;
}

#right-sidebar #wpng-calendar li {
margin:0px;
}

/* Footer */

#footer {
	clear: both;
	text-align: center;
}

#footer p {
	padding: 10px 0 2px 0;
	color: #7d7d7d;
	font-size: 0.9em;
}

#footer a {
	text-decoration: underline;
	color: #7d7d7d;
}

#footer a:hover {
	text-decoration: none;
	color: #000;
}

/* Comment form */

h3#respond, h3#comments {
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}

#commentwrap {
	background-color: #F0F0F0;
	/*border: 1px solid #DCDCDC;*/
	padding: 10px;
	margin: 10px;
}

#commentform {
	margin: 0;
	/*padding: 10px;*/
	/*border: 1px solid #DCDCDC;*/
}

#author {
	border: 1px solid #DCDCDC;
	height: 17px;
	width: 190px;
}

#email {
	border: 1px solid #DCDCDC;
	height: 17px;
	width: 190px;
}

#url {
	border: 1px solid #DCDCDC;	
	height: 17px;
	width: 190px;
}

#comment {
	width: 660px;
	border: 1px solid #DCDCDC;
}

#submit {
	background-color: #E6E6E6;
	border: 1px solid #BEBEBE;
	color: #808080;
	padding:0;
	font-size: 1em;
	height: 30px;
	width: 660px;
	text-align: center;
	cursor: pointer;	
}

#submit:hover {
	background-color: #dcdcdc;
	color: #404040;
	border: 1px solid #404040;
}

/* Comments display */

#content ol.commentlist {
	padding: 0 0px 0 0px;
	margin: 0 15px 10px 30px;
}

#content ol.commentlist li {
	background: #ffdd99 /*url(images/bg_corner_topright.gif)*/ no-repeat top right;
	margin: 5px 0 5px 0;
	padding: 10px;
}

#content ol.commentlist li.alt {
	background: #F0F0F0 /*url(images/bg_corner_topright.gif)*/ top right no-repeat;
}

/* Images */

img.left {
	float: left;
	margin: 5px 5px 0 0;
	padding: 5px;
	border: 1px solid #E6E6E6;
}

img.right {
	float: right;
	margin: 5px 0 0 5px;
	padding: 5px;
	border: 1px solid #E6E6E6;
}

.entry img.wp-smiley {
	border: none;
	margin: 0;
	padding: 0;
}

.entry img {
	margin: 5px;
	padding: 5px;	
	border: 1px solid #E6E6E6;
}

.entry a img {
	border: 1px solid #E6E6E6;
}

.entry a:hover img {
	border: 1px solid #515151;
}

/* Various styles */

.strong {
	font-weight: bold;
	font-size: 1.1em;
}
