/*  
Theme Name: ASB
Theme URI: http://www.coob.at
Description: ASB WordPress theme 
Version: 1.0
Author: coob.at
Author URI: http://www.coob.at
*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}

body{
	font-family: Arial, Helvetica, Georgia, sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	color: #555;
	background: #e8ebee;
}

table{
	font-family: Arial, Helvetica, Georgia, sans-serif;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}

a{
	text-decoration: none;
	color: #e20031;
}

a:hover{
	text-decoration: underline;
}

a img{
	border: 0;
}

address, dl, p{
	padding: 10px 0 5px;
}

blockquote{
	float: left;
	width: 480px;
	margin: 10px 0 0;
	border-top: 2px solid #ddd;
	background: #eee;
}

blockquote p{ padding: 10px; }

blockquote blockquote{
	float: none;
	width: auto;
	margin: 0 10px;
	background: #fff;
}

code{
	background: #f9f9f9;
}

dd{
	padding: 0 0 0 20px;
}

p img{
	max-width: 100%;
}

img.centered{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright{
	padding: 4px;
	margin: 3px 0 2px 10px;
	display: inline;
}

img.alignleft{
	padding: 4px;
	margin: 3px 10px 2px 0;
	display: inline;
}

.alignleft{
	float: left;
}

.alignright{
	float: right;
}

.clear{
	margin: 0;
	padding: 0;
	clear: both;
}

small{
	font-size: 11px;
}

input, textarea{
	font-family: Arial, Helvetica, Georgia, sans-serif;
	font-size: 12px;
	padding: 2px;
}

.wrap_center{
	margin: 0 auto;
}

#stage {
	background:transparent url(images/bg_body.png) repeat-y scroll 0 0;
	margin:0 auto;
	padding-top:13px;
	width:908px;
	text-align: center;
}

#stage-center{
	margin: 0 29px;
}

#header{
	background: #fff;
	text-align: left;
	margin-bottom: 15px;
	float: left;
}

#menu{
	height: 35px;
}

#menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
}

#menu ul li{
	float: left;
	padding: 0 0 0 1px;
	margin: 0;
	background: #fff url(images/bg_menu_tab_right.png) no-repeat right top;
}

#menu ul li a{
	display: block;
	padding: 11px 5px 11px 10px;
	margin: 0 5px 0 0;
	text-decoration: none;
	color: #fff;
	background: url(images/bg_menu_tab_left.png) no-repeat;
}

#menu ul li a:hover{
	text-decoration: underline;
}

#menu ul li.rss{
	float: right;
	margin: 0;
	background: #a80000 url(images/bg_menu_tab_right_alt.gif) no-repeat right top;
	display: inline;
}

#menu ul li.rss a{
	background: url(images/bg_menu_tab_left_alt.gif) no-repeat;
}

#menu ul li.current_page_item, #menu ul li.current_page_parent{
	background: #fff url(images/bg_menu_tab_right_current.png) no-repeat right top;
}

#menu ul li.current_page_item a, #menu ul li.current_page_parent a{
	color: #333;
	background: url(images/bg_menu_tab_left_current.png) no-repeat;
}

#banner{
	height: 150px;
	margin: 1px 0 0 0;
}

#banner-bottom{
	background: url(images/sujet_bottom.png) no-repeat top;
	height: 12px;
	margin: 0;
}

#page{
	float: left;
	width: 100%;
	background: #fff;
}

#page .wrap_float{
	float: left;
	margin: 20px 0 0;
}

.maincolumn{
	margin-left: 30px;
	text-align: left;
	float: left;
	width: 625px;
}

.maincolumn-right{
	margin-right: 30px;
	text-align: left;
	float: left;
	width: 625px;
}

.wrapper{
	float: left;
	width: 625px;
}

.wrapper-2col {
	float: left;
	width: 297px;
	margin-right: 30px;
}
.wrapper-2col-last {
	float: left;
	width: 297px;
	margin-right: 0;
}

.wrapper-3col {
	float: left;
	width: 190px;
	margin-right: 25px;
}
.wrapper-3col-last {
	float: left;
	width: 190px;
	margin-right: 0;
}

.post{
	float: left;
	margin-bottom: 15px;
	width: 100%;
}

.postmeta{
	font-size: 10px;
	color: #999;
}



.postmeta ul{
	margin: 0;
	padding: 0 20px 20px;
	list-style: none;
	list-style-type: none;
	line-height: 24px;
}

.postmeta ul li{
	padding: 8px 0;
	background: url(images/dotted_h.gif) repeat-x left bottom;
}

.post h2{
	padding: 0 0 10px 0;
	margin: 0;
	text-transform: uppercase;
	text-decoration: none;
}
.post h2 a{
	text-decoration: none;
}
.post h2 a:hover{
	text-decoration: underline;
}

.post h3{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.post h3 a{
	text-decoration: none;
}
.post h3 a:hover{
	text-decoration: underline;
}

.post table.infobox {
	background-color: #f7f6da;
	width: 100%;
	margin: 5px 0 5px 0;
}

.post table.infobox td {
	padding: 10px;
}

.entry{
	line-height: 24px;
}

.entry-index{
	line-height: 16px;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	padding: 10px 0 5px;
}

.entry h1{ font-size: 24px; line-height: 30px; }
.entry h2{ float: none; width: auto; margin: 0; padding: 0; text-transform: none; background-image: none; }
.entry h3{ font-size: 16px; font-weight: bold; }
.entry h4{ font-size: 14px; font-weight: bold;}
.entry h5{ font-size: 12px; }
.entry h6{ font-size: 11px; }

.entry ul{
	padding: 0 0 0 20px;
}
a.more-link{
	padding-left:8px;
	background: transparent url(images/arrow-red.png) no-repeat 0 4px;
}

.navigation{
	padding: 15px 20px 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 30px;
	text-transform: uppercase;
}

.navigation-more{
	margin-bottom:20px;
}

.sidebar{
	text-align: left;
	float: left;
	width: 195px;
	margin: 0;
	display: inline;
}

.sidebar ul{
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
}

.sidebar ul li{
	padding: 0 0 30px 0;
}


.sidebar ul li#calendar table{
	font-size: 11px;
}

.sidebar ul li#calendar table caption{
	padding: 10px;
}

.sidebar ul li#calendar table th, .sidebar ul li#calendar table td{
	text-align: left;
}

.sidebar ul li#calendar table td{
	padding: 3px 6px 3px 0;
}

.sidebar ul li h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0 0 10px;
	text-transform: uppercase;
	background: url(images/dotted_h.gif) repeat-x left bottom;
}

.sidebar ul ul{
	line-height: 24px;
}

.sidebar ul ul li{
	padding: 8px 0;
	background: url(images/dotted_h.gif) repeat-x left bottom;
}

.sidebar ul ul ul li{
	padding: 0 0 0 10px;
	background-color: transparent;
	background-image: none;
}


.sidebar .page_item a{
	color: #000;
}

.sidebar .current_page_item  a{
	color: #E20031;
}

.sidebar .current_page_item  ul li a{
	color: #000;
}




.sidebar-metatop {
	float: right;
	margin-top: 8px;
	text-align: right;
	width: 500px;
}

.sidebar-metatop a{
	color: #555;
}

.sidebar-metatop ul{
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
}

.sidebar-metatop ul li{
	padding-left: 10px;
	display: inline;
	float: right;
}

.sidebar-metatop .widget_links ul li{
	padding: 0 8px;
	margin-top: 3px;
}

.sidebar-metatop ul li h2{
	font-size:0;
	line-height:0px;
	color: #fff;
}

.sidebar-metatop ul ul li{
	border-right: 1px dotted #000;
}

#s {
	width: 150px;
}

#searchsubmit {
	background-color: #e20031;
	color: #fff;
	border: 0;
	cursor: pointer;
}

#searchsubmit:hover{
	background-color: #999;
}


.comments_template{
	float: left;
	width: 625px;
	padding: 0 0 10px;
	background: #f9f9f9 url(images/bg_rc_bottom.gif) no-repeat left bottom;
}

.comments_template .wrapper{
	background: url(images/bg_rc_top.gif) no-repeat;
}

.comments_template h3{
	text-transform: uppercase;
	line-height: 30px;
}

.comments_template h3#comments{
	float: left;
	width: 720px;
	margin: 11px 0 0 20px;
	display: inline;
}

.comments_template ol{
	float: left;
	width: 720px;
	margin: 0 0 0 20px;
	padding: 0;
	list-style: none;
	list-style-type: none;
	line-height: 24px;
	display: inline;
}

.comments_template ol li{
	float: left;
	width: 720px;
	padding: 0;
	margin: 10px 0 0;
	background: url(images/dotted_h.gif) repeat-x;
}

.commentmeta{
	float: right;
	width: 220px;
	margin: 2px 0 0;
	background: url(images/bg_gradient_alt.gif) no-repeat;
}

.commentmeta ul{
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0 0 11px 20px;
	line-height: 24px;
}

.commentmeta ul li{
	float: none;
	width: auto;
	margin: 0;
	padding: 9px 0;
	background: url(images/dotted_h.gif) repeat-x left bottom;
}

.commententry{
	float: left;
	width: 480px;
	margin: 0 20px 0 0;
	display: inline;
}

.comments_template p.nocomments{
	margin: 0 0 0 20px;
}

.comments_form{
	float: left;
	width: 720px;
	margin: 11px 0 5px 20px;
	display: inline;
}

#footer{
	background: url(images/bg_footer.png) no-repeat top;
	height: 143px;
	color: #999;
	line-height: 16px;
}

#footer a{
	color: #555;
}

#footer .wrap_center{
	padding: 75px 0 17px;
}

#footer p{
	padding: 10px 20px 5px;
	font-size: 11px;
}

/*--------------------- PLUGINS BEGIN ---------------------*/

div.facebook {
	width: 48px;
	height: 16px;
	margin: 10px 0;
	padding: 0 0 0 3px;
	border:1px solid #ccc;
	font-size: 10px;	
	line-height: 16px;
	
}
p.facebook {
	padding:0;
	margin:0;
	float:right;
	width: 16px;	
	height:16px;
}
