/* 

Theme Name: Fluidity3c
Theme URI: http://www.kaushalsheth.com/
Description: Fluidity Theme with 3 Columns
Version: 1.0
Author: Kaushal Sheth
Author URI: http://www.kaushalsheth.com
*/
/* Credits*/
/* A fluid template for business or fun */
/* Original Design By Dave Reeder, www.davereederdesign.com */
/* Hint of fMulti theme by http://www.fahlstad.se */


body { 
margin: 0; 
padding: 0; 
background: #000026; 
}

* {margin: 0; padding: 0; border: 0px none; font-family: "Trebuchet MS", Arial, sans-serif }


/*------------Basic styles------------*/

h1, h2, h3, span#copyright, span#design { margin: 0 0px; color: #fff; font-weight: normal; text-decoration: none; background: transparent }

p {
	margin: 0 0 1em;
	padding: 0;
	line-height: 1.4em;
	font-size: 0.9em;
	color: #ffffff;
	}


h1 { font-size: 1.3em; line-height: 1.4em; letter-spacing: 0.25em }	/* site heading */
h2 { font-size: 1.0em; line-height: 1.4em; color: #FFA000 }	/* site heading */
h3 { font-size: 0.8em; line-height: 1.4em; color: #FFA000  }				/* sub headings */

span#webrockers { 
float: right; 
font-size: 13px; 
padding: 10px 10px 0 0px;
}

span#pirateworks {  
float: left; 
font-size: 13px; 
padding: 15px 0px 0 10px;
}


#webrock {
height: 26px;
margin: 0px 0 0 0px;
}

div.validation {  float: right; margin-right: 10px; } /* floats the validation buttons */
.validation img {  margin: 0; } /* floats the validation buttons */


div { 
padding: 0px;
}


#hdrimg a {
color: #06FF00; 
text-decoration: none; 
font-weight: normal;
padding: 0;
margin: 0;
}
#hdrimg a strong {color: #fff; text-decoration: none; font-weight: normal;}
#hdrimg a:hover {color: #fff; text-decoration: none; font-weight: normal;}
#hdrimg a:hover strong {color: #06FF00; text-decoration: none; font-weight: normal;}


#hdr_right {
float:right;
width: 410px;
}

#megalogo {
margin: 10px 0 0 0;
padding: 0;
/*border: solid 1px green;*/
}

#webrockersheader {
float: right;
padding: 30px 10px 0 0;
text-align: center;
}

#webrockersheader h1 {
color: #ffc800;
}

#description { 
color: #ffc800;
font-size: 1.3em; 
font-weight: normal;
margin: 0 auto;
padding: 0 0 0 20px;
width: auto;
}	/* site heading */




/*-------------Layout----------------*/

#hdrimg {			/* Large image */
/*border: solid 1px #800080;*/
	float: left; 			
	width: 100%;
	margin-bottom: 5px;

  	background: url('images/hdr.gif') repeat-x;
	height: 170px;  	/* ie5x hack begins here */     
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 150px;
}
html>body #hdrimg {
	height: 170px;        /* ie5x hack ends here */
}



.rowcontainer {						/* Used to keep the divs in a row.  you can use this for any size of divs */
	float: left;
	margin-bottom: 5px;
	width: 100%;
	overflow: hidden;
	background: #000033;
}

#bttmbar { 
float: left; 
width: 100%; 
height: 45px; 
background: url('images/hdr.gif') bottom repeat-x 
}    /* Bottom copyright bar */


/*------Columns: Note they dont add up to 100%, this is intentional to avoid problems!----------*/ 

.fullcolumn { float: left; width: 99%;}		/* Full width column for a one column site */
			
.halfcolumn { float: left; width: 49%;}		/* Half width column for a two column site. */

.onethirdcolumn { float: left; width: 33%; }		/* One third width column for a three column site */

.quartercolumn { float: left; width: 24.5% }		/* One quarter width column for a four column site */

.threequartercolumn { float: left; width: 74.5% }

.twocolumn { float: left; width: 20% }
.sixcolumn {
/*border: solid 1px white;*/
float: left; 
width: 59%;
}




/*------------------------------Main Navigation------------------------------------------*/

#nav { 
/*border: solid 1px white;*/
position: absolute; 
top: 150px; /*145*/
left: 0px; 
height: 25px; 
/*width: 100%;*/
margin: 0;
padding: 0px 0px 0px 20px;
}

}

ul#nav  { margin: 0; }

#nav li  /* Main nav list items */
{
	font-size: 13px;
	float: left;
	list-style: none;
	text-align: center
}



#nav li a {   /* Main nav styles for all links */
	display: block; /* Although display:block suggests a vertical list the float:left property under #nav li causes the menu to float inline */
	margin-left: 5px; /* adds a gap between the tabs */
	width: 90px; 	/* width of the tab */
/*	line-height: 25px;  height of the tab */
	line-height: 20px; /* height of the tab */
	text-decoration: none;
}
	 
#nav a:link, #nav a:visited  { 
background: url('images/tab2.gif') no-repeat 0 -25px;
}

#nav a:hover, #nav a:active { 
background: url('images/tab2.gif') no-repeat 0 0;
}

#nav a#current { 
background: url('images/tab2.gif') no-repeat 0 0;
}


/*-----------------------------------Other tags-----------------------------------------*/

acronym { border-bottom: 1px dashed #999; cursor: help }

blockquote { 
/*  border-top: 2px solid #FFA000; 
  border-bottom: 2px solid #FFA000; */
  margin-left: 1.5em; 
  padding-left: 5px; 
/*  background-color: #000033;*/
  font-size: 0.9em;
  font-style: italic;
  quotes: "\201E" "\201D";
}


/* lists */
ul { margin: 5px 0 5px 25px; list-style: url('images/bull.gif') }
ol { margin: 5px 0 5px 25px; list-style: decimal }
ol li, ul li { color: #fff; font-size: 0.9em; line-height: 1.4em }

hr { margin: 10px 0px; height: 1px; background: #000044; color: #000044 }  /* rule styling */

img {margin: 0 0px} /* all images styling */
img.right {float: right}  /* right floating images */
img.left {float: left}   /* left floating images */

/*-------------------------------------------------------------------------------*/

/* Modification done to basic theme */
/* Added */

#searchdiv {
	margin-bottom: 10px;
/*	margin-left: 5px;*/
}

h4, h5, h6 {
  font-family: "Georgia", "Times New Roman", Times, serif;
  font-weight: normal;
}

a, a:visited {
    font-weight: bold;
    color: #ffa000;
    text-decoration: none; 
}
    
 a:hover {
    text-decoration: underline; 
}

/*font: bold 20px/1.1em "Trebuchet MS", "Verdana", sans-serif; }*/        
h3.entrytitle {
	padding: 0;
	margin-bottom: 10px;
margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 1.0em;
}
	
h3.entrytitle a, h3.entrytitle a:visited {
	color: #FFA200;
	text-decoration: none;
}
	
h3.entrytitle  a:hover{
	color: #FFA200;
	text-decoration: underline;
}
    
h3 a {
    text-decoration: none;
    border: 0px none;
    color: #FFA200; 
}
div .entrybody h3, div .entrybody h2{
/*margin-bottom:10px;*/
color:#B37100;
margin: 0;
padding: 0;
}
    
h3 a:hover {
    text-decoration: none;
    border: 0px none;
    text-shadow: none;
    color: #333;
}




.firstpost p.comments_link, .entrybody p.comments_link {
	margin:0;
}

.entry{
	background-color: #000347;
	border-top: 1px solid #000377;
	border-right: 3px solid #000357;
	border-bottom: 3px solid #000357;
	border-left: 1px solid #000377;
	padding: 15px;
	margin: 0 0px 15px 0;
	color:#FFFFFF;
}

/* unbedingt nach class .entry definieren */
.firstpost {
	background-color: #000357;
	border-top: 1px solid #000387;
	border-right: 3px solid #000367;
	border-bottom: 3px solid #000367;
	border-left: 1px solid #000387;
	padding: 15px;
	margin: 0 0px 15px 0;
/*	background-image: url('images/latest.png');*/
	background-repeat: no-repeat;
	background-position: right bottom
}

.arc {
/*	background-color: #000337;*/
/*	border-left: 1px solid #000347;
	border-bottom: 1px solid #000347;*/
	padding:10px;
	color:#FFFFFF;
	margin-bottom:15px;
}
.entrymeta {
/*	font-size: 11px;*/
      font-size: 0.9em;
	margin-bottom: 15px;
	color:#FFFFFF;
}

.entry ul, .entry ol{
	margin-left:30px;
	list-style:disc;
	margin-top:10px;
	margin-bottom:10px;
}
.entry ul li, .entry ol li {
	padding-top:5px;
	line-height:1.5em;
	}

/* comments*/
h2#comments{
	padding:2px;
	margin-bottom:10px;
	margin-top:30px;
	font-size: 110%;
	color:#FF9900
}
h3#comments{
	padding:2px;
	margin-bottom:10px;
	margin-top:30px;
	font-size: 110%;
	color:#FF9900
}
#commentblock {
	padding: 20px;
	color:#999999;
	clear: both;
}

ol.commentlist {
	margin-top:0px;
	padding: 5px;
	margin-left: 20px;
	color: #9b009b;
	font-size:0.9em;
}


.commentlist li p{
	margin-bottom: 8px;
	line-height: 20px;
	padding:0;
	color: #9b9b9b;
 	font-size:0.9em;

}

.commentname {
	margin: 0;
	padding: 0  0 2px 0;
	font-weight: bold;
}

.commentinfo{
	margin-top: 3px;
	margin-bottom: 5px;
}

.commenttext{
	clear: both;
	margin-top: 0px;
	margin-bottom: 30px;
	border-top: 1px solid #000;
/*	line-height:12px;*/
	color: #999;
	background-color: #000337;
	padding: 5px;
	font-size: 0.9em;
}


.commenttext-admin {
	clear: both;
	margin-top: 0px;
	margin-bottom: 30px;
	border-top: 1px solid #000;
/*	line-height:12px;*/
	color: #999;
	background-color: #000347;
	padding: 5px;
	font-size: 0.9em;	
}

#commentsformheader{
	padding-left:18px;
	font-size: 1.2em;
	color:#FF9900
}

#commentsform{
	margin-top:0;
	text-align:center;
	padding:0px 10px;
}

#commentsform form{
	text-align:left;
	margin:0px;
}

#commentsform p{
	margin:5px;
}

#commentsform form textarea{
	width:99%;
}
p.comments_link  img{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* Sidebar styling*/

.sidebar {	
/*border: solid 1px #00ffff;*/
/*background-color: #ffffff;*/
	margin: 0px 5px 10px 5px;
	padding: 10px;
	color: #dddddd;
	background-color: #000337;
/*	border-left: 1px solid #000347;
	border-bottom: 1px solid #000347;*/
}

.sidebar h2 {
	font-weight: bold;
	text-transform: uppercase;
	color: #dddddd;
	font-size: 110%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00009f;
	margin-bottom: 5px;
}

.sidebar p{
	margin: 7px;
	color:#999999;
	line-height: 1.4em;
	}

.sidebar a, .sidebar a:visited {
	color:#ffa200;
	text-decoration:none;
}

.sidebar a:hover {
	color:#ffa200;
	text-decoration:underline;
}
	
.sidebar ul li {
	list-style-type: none;
	list-style-image: url('none');
	margin-bottom: 15px;
	margin-left: 0px
/*border: solid 1px #00ff00;*/
	}

.sidebar ul p, 
.sidebar ul select {
	margin: 5px 0 8px 0;
	}

.sidebar ul ul, 
.sidebar ul ol {
	margin: 5px 0 0 0px;
	}

.sidebar ul ul ul, 
.sidebar ul ol {
	margin: 0 0 0 0px;

	}

ol li, 
.sidebar ul ol li {
	list-style: decimal outside;
	}

.sidebar ul ul li, 
.sidebar ul ol li {
	margin-top: 3px;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0px; /*0.5em*/
	padding-top: 0.1em;
	padding-right: 0;
	padding-bottom: 0.1em;
	padding-left: 0;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url('images/bull.gif');
/*border: solid 1px #0000ff;*/
}

#goorockers {
/*text-align:left;*/
	margin-left: 0px;
	padding: 0;
width:120px;
/*border: solid 1px #ff0000;*/
}

#author {
	font-size: 1.2em;
}

#wp-calendar {
margin:0px auto;
text-indent:7px;
}

#clustrMapsLink, img#clustrMapsLink {
/*margin-left: 0px;*/
/*   margin-left: auto;
   margin-right: auto;*/
   margin: 0;
/*   border: solid thin #000343;*/
border: 0;
}

#pagination p {
  color: #ffffff;
  font-weight: bold;  
}

img {
   behavior:url('pngbehavior.htc');
}

#marcotest{
	background: #F5F5F5;
	height:14px;
	line-height:14px;
	margin:0pt auto 5px auto;
	padding:0px;
	text-align:center;
	width:160px;
}


#karlifornien,
#rintheimer {
	padding: 0 0 5px 0;
	text-align: center;
}

/*#marcotest, a:hover,
#karlifornien a:hover,
#rintheimer a:hover {
	background: none;
}*/

li.asides {
	color: white;
	font-size: 0.9em;
	list-style-type: none;
	border-left: solid 4px #FFA200;
	padding-left: 10px;
	margin-left: 15px;
}

span.dracula {
	color: red;
	font-size: 2em;
	padding-left: 40px;

}

.entry img.float {
	padding: 5px;
}

#copyright {
	color: white;
	font-size: 0.8em;
	padding: 5px;
	text-align: center;
}


