/*   
Theme Name: CrazyStunters Theme
Theme URI: http://www.obenlands.de/
Description: Custom Theme for CrazyStunters.de
Author: Konstantin Obenland
Author URI: http://www.obenlands.de/
Version: 1.0
*/

/*---------------------------------------------------- */
/*    RESET                                            */
/*---------------------------------------------------- */

* {
	/*border: 0;*/
	list-style-type: none;
	margin: 0;
	outline-style: none;
	padding: 0;
	text-decoration: none;
	}  

/*---------------------------------------------------- */
/*    GLOBAL                                           */
/*---------------------------------------------------- */

body {
 	background-color: #F9F9F9;  
/*background: transparent url();*/
	color: #333333;
	padding: 20px 0 0;
	}
	
a {
	color: #333333;
	text-decoration: underline;
	}
	
a:hover { color: #FF0000; }

.displayNone { display: none; }
	
.clearfix { display: block; }

.clearfix:after {
    content: ".";
    display: block;
    font-size:0;
    height: 0;
    clear: both;
    visibility: hidden;
  }
 
p {
	margin: 5px 0;
	}
  
/*--- Begin Various Tags & Classes --------------------*/

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #DDDDDD;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

textarea, input[type=text] {
  font-family: "Lucida Grande";
  font-size: 120%;
}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

a.more-link {
	color: #227399;
	display: block;
	margin: 5px 0;
	
	}
.message {
	margin: 10px 0;
	padding: 5px;
}
.info {
	border: 2px solid yellow;
}
.error {
	border: 2px solid #FF0000;
}


.alignleft {
	float: left;
}

img.alignleft {
	padding: 0 15px 15px 0;
}

.alignright {
	float: right;
}

img.alignright {
	padding: 0 0 15px 15px;
}

img.aligncenter {
  padding: 0 0 15px;
}

/*---------------------------------------------------- */
/*    FONT                                             */
/*---------------------------------------------------- */

html * {
	font-size: 100.01%;
	}
	
body {
    font-family:  "Lucida Grande", Arial, Helvetica, sans-serif;
    font-size: 75.00%;
    color: #333333;
	}

/*--- Headings ----------------------------------------*/

h1,h2,h3,h4,h5,h6 {
	color:#227399;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;    
    margin: 0 0 0.25em 0;
	}
 
h1 { font-size: 250%; }                        /* 30px */
h2 { font-size: 200%; }                        /* 24px */
h3 { font-size: 150%; }                        /* 18px */
h4 { font-size: 133.33%; }                     /* 16px */
h5 { font-size: 116.67%; }                     /* 14px */
h6 { font-size: 116.67%; }                     /* 14px */

/*---------------------------------------------------- */
/*    BUTTONS                                          */
/*---------------------------------------------------- */

.button-primary,
.button-secondary {
	-moz-border-radius:11px;	
	-moz-box-sizing:content-box;
	border-style:solid;
	border-width:1px;
	cursor:pointer;
	font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	font-size:11px !important;
	line-height:16px;
	padding:2px 8px;
	text-decoration:none;
	}
	
.button-primary {
	background:#227399 url(images/button-grad.png) repeat-x scroll left top;
	border-color:#298CBA !important;
	color:#FFFFFF !important;
	font-weight:bold;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.3);
	}	
	
.button-secondary {
	background:#F2F2F2 url(images/white-grad.png) repeat-x scroll left top;
	text-shadow:0 1px 0 #FFFFFF;
	}

.button-secondary,
input[type="button"],
input[type="submit"] {
	border-color:#BBBBBB;
	color:#464646;
	}
	
.button-primary:hover {
	border-color:#13455B !important;
	color:#EAF2FA !important;
	}
	
.button-secondary:hover {
	border-color: #666666;
	color: #000000;
	}

/*---------------------------------------------------- */
/*    LAYOUT                                           */
/*---------------------------------------------------- */

#main {
	background: transparent url(images/background_body.png) repeat-y;
	margin: 0 auto;
	padding: 0 16px;
	width: 960px;
	}

#col1 {
	background: #FFFFFF;
	border-right: 1px solid #CCCCCC;
	float:left;
   padding: 0 20px 25px;
	width: 220px;
	}
	
#col3 {
	background: transparent url(images/background_col3.png) no-repeat scroll bottom right;
	margin-left: 260px;
	padding: 10px 20px 170px;
	}

#col1_content,
#col3_content {
	position: relative;
	float:left;
	width:100%;
	}
	
#col1_content:after,
#col3_content:after {
	clear: both;
	float: none  !important;
	font-size: 0.01em;
	height: 0.01em;
	line-height: 0.01em;
	}

/*---------------------------------------------------- */
/*    HEADER                                           */
/*---------------------------------------------------- */

#header {
	background: transparent url() no-repeat scroll left top;
	height:300px;
	margin: 0 auto;	
	width: 960px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-box-shadow: 0 4px 18px #C8C8C8;
	}
	
	#header h1,
	#header .description {
		position: absolute;
		left: -99999px;
	}
	
	#header #logo {
		position: absolute;
		top: 200px;
		right: 160px;
		width: 200px;
		height: 100px;
	}
	
	#header form {
		float: right;
		padding: 0 20px;
		position: relative;
		top: 150px;
		}
	
	#searchsubmit {
		background: transparent url(images/zoom.png) no-repeat scroll 0;
		border: none;
		height:20px;
		width: 20px;
		}

/*---------------------------------------------------- */
/*    SIDEBAR                                          */
/*---------------------------------------------------- */

/*--- Navigation --------------------------------------*/

#nav_main {
	margin: 0 0 30px;
	}
	
#nav_main ul li a {
	border-bottom: 1px dashed #CCCCCC;
	display: block;	
	font-family: georgia;
	font-size: 130%;
	margin: 0 -20px;
	padding: 10px 20px;
	text-decoration: none;
	}

#nav_main ul li.page_item a:hover{
	background-color: #227399;
	color: #FFFFFF;
	}

#nav_main ul li.current_page_item a {
	color: #227399;
	font-weight: bold;
	letter-spacing: 0.1em;
	}

/*--- Widgets -----------------------------------------*/

li.widget {
	margin: 0 0 30px;
	}

.widget h3 {
	font-style: italic;
	text-transform: lowercase;
	letter-spacing: 0.1em;
	}

/*---------------------------------------------------- */
/*    FOOTER                                           */
/*---------------------------------------------------- */

#footer {
background: #383838;
	color: #999999;
	font-size: 0.85em;
position: absolute;
width: 100%;	
	}	

	.footer_content{
background-color: #505050;		
margin: 0 auto;
		position: relative;
		width: 960px;
		}
		
.footer_bottom{
background: transparent url(images/footer_logo_alternate.png) no-repeat scroll bottom center; 	
margin: 0 auto 20px;
		position: relative;
		width: 960px;
		}
    		
		p.footer_inside {		
    float: left;
		padding: 20px;
		}
		
		p.right {
    float:right;
    		}
	
		#footer a {
			color: #CCCCCC;
			text-decoration: none;
			}
			
		#footer a:hover,
		#footer a:active {
			color: #FFFFFF;
			}
		
		#footer a.facebook {
      background-attachment: scroll;
      background-color: transparent;
      background-image: url(images/facebook.png);
      background-position: 0 0;
      background-repeat: no-repeat;
      padding-left: 26px;
    }
		
		#footer div.footer_content > div {
			float: left;
			margin: 10px;			
			}
			.widget_pages,
			.widget_recent_entries,
			.widget_recent_comments,
			.widget_meta{			
				max-width: 160px;
				}
			
			#footer div.footer_content > div.widget_pages {
				margin-left: 20px;
				}
		
		#footer div.footer_content div.widget_text {			
			float: right;
			margin-right: 20px;
			width: 300px;		
			}
			.textwidget {
				padding: 5px 0 0;
				}		
		
		#footer ul {				
			padding: 5px 13px;
			}
		
		#footer ul li {		
			line-height: 1.4em;
			list-style-type: square;
			}
	
/*---------------------------------------------------- */
/*    PAGINATION                                       */
/*---------------------------------------------------- */
.tablenav {
	clear: both;
	height: 30px;
	margin: 6px 0 4px;
	vertical-align: middle;
	}

.tablenav input{
	float: left;
	}
	
.wp-pagenavi,
.navi {	
	color: #555555;
	cursor: default;
	display: block;
	float: right;
	font-size: 11px;
	height: 30px;
	line-height: 30px;
	}

a.pages,
a.page-numbers {
	border-bottom-style: solid;
	border-bottom-width: 2px;
	font-weight: bold;
	margin-right: 1px;
	padding: 0 2px;
	}

.wp-pagenavi .current,
.navi .current {	
	background: #DFDFDF none repeat scroll 0 0;
	border: 1px solid #D3D3D3;
	}

.wp-pagenavi a,
.wp-pagenavi .current,
.navi a,
.navi span.current {
	-moz-border-radius: 5px;	
	padding: 3px 6px;
	text-decoration: none;
	}
	
.wp-pagenavi span.pages,
.navi .displaying-num {
	font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
	font-size: 12px;
	font-style: italic;
	margin-right: 10px;
	}

.wp-pagenavi a,
.navi a {	
	color: #227399;
	background: #EEEEEE url(images/menu-bits.gif) repeat-x scroll left -379px;
	border: 1px solid #E3E3E3;
	}

.wp-pagenavi a:hover,
.navi a:hover {
	border-color: #D54321;
	color: #D54E21;
	}

.wp-pagenavi a:active,
.navi a:active {
	color: #FFFFFF !important;
	}
	
/*---------------------------------------------------- */
/*    OBENLAND GUESTBOOK                               */
/*---------------------------------------------------- */

.obenland_guestbook .head div,
.obenland_guestbook .new_entry {
	float: left;
	}
	
.obenland_guestbook #gravatar{
	position: absolute;
	right: 190px;
	text-decoration: none;
	}
.obenland_guestbook .new_entry {
	padding-top: 3px;
}

.obenland_guestbook ul li,
.obenland_guestbook form{
	margin: 0 0 30px;	
	}

.obenland_guestbook ul.entry_form li {	
	margin: 0 0 5px;
	}
	
.obenland_guestbook span.error {
	color: #FF0000;
	position: relative;
	top: -2px;	
	}

.obenland_guestbook ul.entry_form li label{
	font-size: 85%;
	}


.obenland_guestbook .head{
	background: #227399;
	color: #FFFFFF;	
	}

.obenland_guestbook .head a{	
	color: #FFFFFF;
	}

.obenland_guestbook .head .name,
.obenland_guestbook .head .date {
	padding: 13px 20px;
	}
	
.obenland_guestbook .message {
	padding-top: 5px;
	}
	
.obenland_guestbook .clearfix{
	clear: both;
	float: none  !important;
	font-size: 0.01em;
	height: 0.01em;
	line-height: 0.01em;
	}

.button-secondary:hover {
	border-color: #666666;
	color: #000000;
	}
	
.button-secondary {
	-moz-border-radius: 11px;
	background: #F2F2F2 url(images/white-grad.png) repeat-x scroll left top;	
	border-style: solid;	
	border-color: #BBBBBB;
	border-width: 1px;
	color: #464646;
	cursor: pointer;	
	font-size: 11px !important;
	line-height: 16px;
	padding: 2px 8px;
	text-decoration: none;
	text-shadow: 0 1px 0 #FFFFFF;
	}
a.button-secondary {
	padding: 3px 8px;
	}

/*---------------------------------------------------- */
/*    POSTS                                            */
/*---------------------------------------------------- */

.post {	
	margin-bottom: 60px;
}

.postHeading {

		background-color: #227399;	
}

.post .postDate {	
	background-color: #FFFFFF;
	border: 1px solid #227399;
	color: #227399;
	float: left;
	margin-right: 10px;
	padding: 3px;
	width: 40px;
	}
.post .postDate div {
  position:relative;
}
.post .postDate p {
	text-align: center;
	line-height: 1em;
	margin: 0;
}	
	
.post .postDate p.day {
	font-size: 1.5em;	
}
.postDate p.year {
	letter-spacing: -1px;
}

.post .postTitle {
  float:left;
/*	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;	*/
	color: #FFFFFF;
	width: 600px;
	}
	.postTitle h2{
		min-height: 29px;
		}
	.postTitle h2,
	.postTitle a{
		color: #FFFFFF;
		text-decoration: none;
	}
	.postTitle a:hover,
	.postTitle a:active{
		text-decoration: underline;
	}

.post .entry {
	margin-top: 5px;
	}

.postmetadata {
	line-height: 1.5em;
	margin-top: 10px;
	}

.navigation {
	margin-top: 30px;
	}

/*---------------------------------------------------- */
/*    COMMENTS                                         */
/*---------------------------------------------------- */

h2#postcomment {
	margin-top:20px;
}

.comment {
	margin: 0 0 30px;
	}
	
li.comment p {
	padding: 5px 0 0;
	}
	
.commentMeta {
	background-color: #227399;
	color: #FFFFFF;
	}
	.commentMeta a{
	color: #FFFFFF;
	}
.avatar,
.name,
.date {
	float: left;
	}
.name,
.date {
	padding: 13px 20px;
	}

#commentform p {
	margin: 0 0 5px;
	}

#commentform label {
	font-size: 85%;
	}

#commentform p input,
#commentform p textarea {
	border: 1px solid #C8C8C8;
	font-size: 150%;
}

/*---------------------------------------------------- */
/*    WP-CALENDAR                                      */
/*---------------------------------------------------- */

#wp-calendar {
	border-collapse: collapse;
	empty-cells: show;	
	width: 100%;
	}

#wp-calendar table {
    border-collapse: collapse;
    	width: 100%;
}

#ec3_publish img {
  display: none;
}

#wp-calendar caption {	
	color: #444444;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	padding: 0 10px 0 0;
	text-align: right;	
}

#wp-calendar a,
#wp-calendar a:hover,
#wp-calendar a:active {
	display: block;
	text-decoration: underline;
	}

#wp-calendar table.nav,
#wp-calendar th,
#wp-calendar tfoot,
#wp-calendar tfoot a {
	background-color: #227399;
	color: #FFFFFF;
	font-weight: bold;	
	padding: 0;
	}

#wp-calendar th {
	text-align: left;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: left;
	color: #707070;
	}
	
#wp-calendar tfoot td {
	padding: 0;
	}
	
#wp-calendar #next a {	
	color: #FFFFFF;
	text-align: right;
	text-decoration: none;
	}

#wp-calendar #prev a {	
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	}

/*---------------------------------------------------- */
/*    SITEMAP                                          */
/*---------------------------------------------------- */

#sitemap {
	margin: 20px 0;
	}

#sitemap ul {
	margin: 10px 0 12px 30px;
	}
#sitemap li{
	line-height:150%;
	list-style-type: square;	
	margin:0 0 5px;
}

/*---------------------------------------------------- */
/*    EVENT CALENDAR                                   */
/*---------------------------------------------------- */

.entry table.ec3_schedule {
      display: none;
}
}isplay: none;
}
