/* @override http://www.ecmma.org/site/stylesheet */

/* @override 
	http://www.ecmma.org/site/stylesheet
*/

/* site.css
Site: ECMMA Perspectives
Author: Marc Tanis
Date: Feb 10 2010
Inc: YUI Reset
Structure:
Setup Basics
Wrap
	Top-Nav
	Perspectives-Header
	Perspectives-Nav
	Page Container
		Main Page
		Side Page
	Footer


*/

/* @group Globals
--------------------------*/


body {
    font-size:100%;
    line-height:1.25em;
    font-family: Helvetica,verdana,arial,sans-serif;
}


h1{
       font-size: 175%;
font-family: Palatino,georgia,serif;
       font-weight: 100;
       display: block;
       padding: 5px;
       margin: 25px 0 20px;
       border-bottom: 1px solid #ccc;

}


h1.full-page{
width: 980px;
}

img.top-img{
	border: 1px solid #aaa;
}

h1 b,h2 b,h3 b{
       font-weight: bold;
}

h2{
       font-size: 140%;
       font-weight: 400;
       margin-bottom: 10px;
}


h3{
font-family: palatino,georgia,serif;
       font-size: 120%;
       font-weight: bold;
}

h4{
	font-size: 110%;
}

h5{
	font-size: 90%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}


strong,.bold{
	font-weight: bold;
}

.left{
	float: left;
}

.right{
	float: right;
}

.clear{
	clear: both;
}

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

#main-page a{
	color: #009;
}

a:hover{
	text-decoration: underline;
}

.h-line{
	border-top: 1px solid #000;
	height: 1px;
}


body {
   font-size:100%;
   line-height:1.25em;
   font-family: Helvetica,verdana,arial,sans-serif;
}

#wrap ol li{
	list-style: decimal;
}

.small{font-size:90%;}


.hidden{
	display: none;
}

/* @end */
/* @group Wrap
------------------------*/
body{
	background: url(/images/interface/page-bg.jpg) repeat-x;
}

body#subpage{
	background: url(/images/interface/subpage_bg.jpg) repeat-x;
}

#wrap{
	width: 1000px;
	margin: 0 auto;
}	

/* @end */

/* @group Header */

/* @group Site Header
--------------------------*/
ul#top-nav{
	width: 650px;
	height: 40px;
	text-align: center;
}

ul#top-nav li{
	border-right: 2px solid #8896A2;
	float: left;
}

ul#top-nav li a{
	padding: 13px 44px;
	font-size: 100%;
	color: #fff; 
	font-family: georgia;
	display: block;
}


ul#top-nav li.last{
	border-right: none;	
}

ul#top-nav li a:hover{
	text-decoration: none;
	
}

ul#top-nav li.selected a{
	opacity: .8;
	background: #fff;	
	color: #000;
}

ul#top-nav li a:hover{
	opacity: .5;
	background: #fff;
	color: #000;
}

ul#top-nav li ul{
	display: none;
}


/* @end */

/* @group Main Header
--------------------------*/
#main-header{
	width: 100%;
}

#main-header h1{
	display: none;
}

#head-img{
	width: 1000px;
	height: 112px;
}

#main-page li{
	list-style: disc;
	list-style-position: inside;
}

#main-page li{
	margin-left: 25px;
}

#main-page .home_page li{
	list-style: none;
}

#main-page em{
	font-style: italic;
}

#main-nav{
	width: 100%;
	font-size: 90%;
	margin: -5px 0 10px 0;
	height: 8px;
	z-index: 10;
	position: relative;
}

#main-nav li{
	float: left;
	position: relative;
	top: -4px;
}

#main-nav li a{
	display: block;
	padding-right: 20px;
	padding: 10px 15px 5px 17px;
	-webkit-border-radius:10px 10px 0 0;
}

#main-nav li.here a,
#main-nav li.selected a,
#main-nav li a:hover{
	background: #7E91A2;
	color: #fff;
	text-decoration: none;
}

#main-nav li div{
	display: none;
}

#main-nav li div li{
	background: none;
	padding: 5px;
}

#main-nav li:hover div.sub-nav{
	padding: 25px;
	width: 250px;
	display: block;
	border: 1px solid #000;
	background: #fff;
	position: absolute;
	top: 35px;
	left:0px;
}

#main-nav li div.sub-nav li{float:none;}

#main-nav li div.sub-nav li:a{float:none;}

#main-nav .sub-nav li a{
	padding: 0;
}



.subnav{
	clear: both;
	color: #fff;
	font-size: 90%;
	position: relative;
	top: -13px;
	left: 15px;
	height: 15px;
}

.subnav a{
	color: #fff;
}


.subnav span{
	padding: 10px;	
}

div#search{
	padding: 0 5px 5px 1px;
	width: 350px;
	float: right;
	position: relative;
	top: -5px;
}

#search-start{
	background: url(/images/interface/search-left.jpg) no-repeat;
	display: block;
	padding: 20px 4px;
	float: left;
}
input#query{
	padding: 4px 0 12px;
	font-size: 120%;
	font-family: helvetica;
	border: none;
	display: block;
	background: url(/images/interface/search-middle.jpg) repeat-x;
	float: left;
	outline:none;
	width: 290px;
}

#search-stop{
	background: url(/images/interface/search-right.jpg) no-repeat;
	display: block;
	padding: 20px 4px;
	float: left;
}
input#submit{
	display: block;
	position: relative;
	left: 5px;
}

table.results th{
	font-weight: bold;
	padding: 5px;
}

table.results td{
	padding: 5px;
}


ul.results li{ 
	font-size: 100%;
	margin: 10px 0;
}

ul.results li .user-info{ 
	font-size: 80%;
}

#search_members input{
	padding: 3px;
	font-size: 1.4em;
	margin: 5px;
}

#profile{
	line-height: 1.6;
}

#profile h2{
	margin: 2px 0;
	font-size: 100%;
}

#profile h3{
	font-size: 90%;
}

.div-container div{
	width: 47%;
	float: left;
	margin: 5px;
}

.div-container{
	width: 100%;
}


/* @end */



/* @group Home Page Container
--------------------------*/

/* @group Rotator */

#content-rotator{
	position: relative;
	background: url(/images/interface/gradient.jpg) repeat-x;
}

#content-rotator a{
	color: #000;
	}

.content-block{
	display: block;
	background: none;
}

.info-rotator{
	width: 650px;
	border-radius:0 0 15px 15px;
	border:1px solid #DBDFE0;
	float: left;
	padding: 0 15px;
	text-align: center;
	background: #E9EDF0;
}

.info-rotator h1{
	border-bottom: none;
	float: left;
	display: inline;
	padding: 10px;
	margin: 0;
}

.img-rotator{
	width:500px;
	float: left;
	text-align: right;
	margin:20px 25px 0 0;
	height: 290px;
}

.caption{
	float: right;
	font-size: 12px;
	padding: 5px;
}

.photo-thumb{
	display: none;
}

#nav{
position: absolute;
top:315px;
left:510px;
width: 400px;
z-index: 10;
}

#nav li{
	float: left;
	margin: 0;
}

#nav a{
	float: left;
	border: 1px solid #999;
	border-right: none;
	display: block;
	padding: 5px 10px;
}

#nav li:last-child{
	border-right:1px solid #999
}

#nav li a.activeSlide{background:#CBDAE4;}

.tooltip{
	display: none;
	background:  url(/images/interface/nav-trigger-bg.png) no-repeat 0 -37px;
	padding:10px 17px 25px;
	float: left;
	width:150px;
}

#nav .tooltip h3{
	margin: 0;
	font-size: 10px;
}

.tooltip img{
	border: 1px solid #999;
}


a.button.one{
	font-size: 12px;
	float: left;
	padding: 10px 10px ;
}

.ad-cont .ad{
	margin: 15px;
}

/* @end */
#page-cont{
	width: 100%;
	clear: both;
}

/* @end */

/* @group Main Page */

#main-page{
	font-family: verdana, arial, helvetica, sans-serif;
 	font-size: 12px;
}

#main-page p{
	margin-bottom: 15px;
}

/* @group Resources */

div.link{
	float: left;
	text-align: center;
}


/* @end */

/* @group Standard Form */

form.standard{
	margin-top: 15px;
}

.standard input,
.standard textarea,
.standard label,
.standard select{
	padding: 3px;
	font-size: 100%;
	margin: 5px 0;
	width: 200px;
}


.standard textarea{
	display: block;
	height: 100px;
	width: 450px;
}


/* @end */

#main-page{
	width: 700px;!
	width: 670px;
	margin:  0 15px 15px 0;
}

#main-pic{
	width: 680px;
	background: #000;
	margin-bottom: 15px;
	padding: 3px 3px 0;
}

#main-pic img{
	margin: 0;
	padding: 0;
}

#subscribe-now{
	margin: 15px;
}

#sing-me{
	float: right;
	width: 190px;
	color: #fff;
	margin: 15px;
}

div#favorite_count{
	text-align: center;
	font-size: 90%;
	font-style: italic;
}

h3#form-trigger{
	background: url(/images/interface/contact.jpg) no-repeat;
	width: 680px;
	padding: 30px 0 35px;
	-moz-border-radius:15px;	
	-webkit-border-radius:15px;	
	color: #fff;
	font-weight: bold;
	font-family: verdana;
	text-indent: 110px;
	font-size: 180%;
}

form#contact_form{
	margin: 0 0 0 17px;
	background: #B6BEC8;
	width: 645px;
	-webkit-border-radius:0 0 15px 15px;
	-moz-border-radius:0 0 15px 15px;
}

#form-dropdown{
	padding: 15px;
}

form#contact_form label{
	color: #fff;
	font-weight: bold;
	font-size: 120%;
	margin: 5px;
}

form#member_form label{
	font-weight: bold;
}

form#contact_form .committee_form label{
	color: #000;
}

form#contact_form .committee_form ul{
	margin: 10px;		
	float: left;
}


form#contact_form .committee_form li label{
	font-weight: 100;
	font-size: 90%;
}


#_member_form span{
	width: 200px;
	float: left;
	clear: both;
	display: block;
	font-size:80% ;

}

#member_form fieldset{
	border: 1px solid #aaa;
	margin: 15px 0;	
	padding: 15px 5px;
}

#accordion h3{
 font-size: 90%;
}

div.ui-accordion-content{
	font-size: 80%;
}

/* @group Members */

.warning{
	background:#FFFFB9;
	padding:10px;
	border:1px solid #999;
}

div.error{
	width: 700px;
	color: #c90000;	
	font-size: 90%;
}

div#member-info div.error a{
	color: #c90000;	
	text-decoration: underline;
	font-size: 100%;
}

#member-info h1{
	font-size: 155%;
	margin: 5px 0;
}


#member-info h2,#member-info h3{
	font-size: 120%;
	margin: 10px 0 0;
	font-weight: bold;
	font-family: helvetica,verdana;
}

#member-info a{
	font-size: 90%;
}

#member-info span{
	font-size: 75%;
}



/* @end */

/* @group Middle of Page */

#middle-cont{
	position: relative;
	height: 480px;
}

#middle-cont{
	text-align: center;
}

#ad-center{
	text-align: center;
}

#upcoming-events{
	border: none;
	width: 325px;
	}

#upcoming-cont{
	width: 330px;
	margin: 0 8px;
}
	
#ecmma-focus{
	width: 300px;
	margin: 0 8px;
}


#content{
	height: 370px;
	min-height: 370px;
}

#form_content{
	width: 850px;
	margin-left:50px;
}

#ecmma-focus{
	color: #fff;
	text-align: left;
}

.rounded-bottom h2{
	padding: 15px 0px 15px 65px;
	margin-bottom: 0;
	position:relative;
	top: -10px;
	border-radius:15px 15px 0 0 ;
	-webkit-border-radius:15px 15px 0 0 ;
	-moz-border-radius:15px 15px 0 0 ;	
	}



.rounded-bottom{
	background: #CCDAE5;
	color: #000;
	margin: 0;
	padding-bottom: 15px;
	border-radius:0 0 15px 15px;
	-webkit-border-radius:0 0 15px 15px;
	-moz-border-radius:0 0 15px 15px;	
}	
	
#ecmma-focus h2{
	background: url(/images/interface/focus.jpg) no-repeat 20px 5px #83A3BC;
}	
#upcoming-cont h2{
background: url(/images/interface/events.jpg) no-repeat 17px 7px #83A3BC;
	padding-left: 0px;
}

#ecmma-focus li{
	text-align: left;
	padding: 5px 15px 5px 25px;	
	font-size: 90%;
	background: url(/images/interface/bullet.jpg) no-repeat 5px 7px;
}
.left{
	float: left;
}
#bottom-tabs{
	padding: 0 25px;
}

ul.tabs{
	height: 44px;
}


ul.tabs li a{
	background: url(/images/interface/tab_selected.jpg) no-repeat;
	padding: 12px 10px;	
	text-align: center;
	position: relative;
	top: 8px;
	width: 190px;
	float: left;
}

ul.tabs li a.current{
	background: url(/images/interface/tab_selected.jpg) no-repeat;
}

#bottom-tabs table{
	background: url(/images/interface/tab-bg.jpg) repeat-x #E8E8E8;
	border: 1px solid #E8E8E8;
	width: 650px;
}

#bottom-tabs tr{
	border-bottom: 1px solid #C7C7C7;
}

#bottom-tabs  td{
	padding: 5px;
	font-size: 90%;
}

#bottom-tabs td a{
	font-weight: bold;
}

/* @end */


/* @group Scrollable and Featured */

#featured-authors{
	background: url(/images/interface/featured-background.jpg) repeat-x 0px -4px;
	border: 1px solid #000;
	text-align: center;
	padding: 10px;
	margin: 20px 0px;
}

#fea-aut-title{
	width: 150px;
	margin: 0 auto;
	display: block;
}

#featured-authors .prev{
	float: left;
	position: relative;
	top: 19px;
}

#featured-authors .next{
	float: right;
	position: relative;
	top: 19px;
}

/* 
    root element for the scrollable. 
    when scrolling occurs this element stays still. 
*/ 
div.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 150px; 
    height:110px; 
} 
 div.scrollable div.items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
} 
 
 div.scrollable div.items div { 
    float:left; 
    width: 150px;
    font-size: 90%;
} 
 
/* you may want to setup some decorations to active the item */ 
div.items div.active { 
    border:1px inset #ccc; 
    background-color:#fff; 
}

/* @end */


/* @group Events Table */

table.events{
	width: 670px;
	font-size: 100%;
	margin-top: 10px;
	text-align: left;
	margin-left: 5px;
}

table.events th{
	font-weight: bold;
	border-bottom: 1px solid #000;
	padding: 5px;
}


#upcoming-cont table.events td.event-date{
	width: 120px;
}

table.events td{
	padding: 2px;
	border-bottom: 1px solid #ccc;
	font-size: 90%;
}



table.events tr:hover{
	background: #ddd;	
}

span.mini{
	font-size: 70%;
}

.event-info{
	font-size: 120%;
	margin-top: 10px;
	line-height: 2;
}

.event-info .label{
	font-weight: bold;
}

table.events#list{
	width: 320px;
	font-size: 90%;
}

table.events#list td{
	padding: 5px 0;
}

table.events#list td{
	border: none;
}

#chapter-page table.events#list{
	width: 600px;	
}

#chapter-page td{
	font-size: 110%;
}

/* @end */



/* @end */

/* @group Sidebar */

/* @group Globals and Setup */

#side-cont{
	width: 260px;
	float: right;
	margin: 0px 15px 5px;
}

#side-cont div.rounded{
	background: #EDF1F4;	
	padding: 10px;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
}

#side-nav li.here a{
	display: none;
}

#side-nav li.here li a,
#side-nav li li{
	display: block;
}

#main-side{
	margin: 0 auto;
	width: 222px;
}


#main-side #side-top-img{
	padding-bottom: 15px;
}

#main-side h1{
	margin-bottom: 15px;
}

#main-side p{
	margin-bottom: 15px;	
}

#main-side .h-line{
	margin:  10px 0;
}

#main-side li{
	font-size: 80%;
	background: url(/images/interface/bullet.gif) no-repeat 1px 2px;
	padding-left: 15px;
}

#side-cont #sub-nav .here{
	font-weight: bold;
}

/* @end */

/* @group  Formatting */
#quick-links{
	font-size: 70%;
	display: block;
	width: 300px;
	height: 25px;
}

#quick-links li{
	float: left;
}

#quick-links a{
	padding: 0 3px;
}

#quick-links a:hover{
	text-decoration: underline;
}

.rounded{
	clear: both;

}
#sign-in{
	padding: 0 5px;
	background: #d6d6d6;
	clear: both;
}

#sign-in #login-side{
	margin: 10px 0 ;
}

#sign-in a{
	font-size: 80%;
}

#sign-in input{
	padding: 2px;
	margin: 2px 0;
}

/* @end */

/* @group Sidebar Sub Nav*/

#side-nav ul#nav_sub{
	width: 94%;
	background: #fff;		
	float: left;
	padding: 10px 0 10px 15px;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	margin-bottom: 10px;	
}

#side-nav li a{
	display: block;
	font-size: 14px;	
	width: 48%;
	float: left;
}


div#twtr-cont{
	padding: 15px 0 0;
	border-top:1px solid #000;
	margin: 15px 0;
}


/* @end */


/* @group Sharing */


#sharing{
	width: 240px;	background: #dedede;
	padding: 0px 10px 10px;
	text-align: left;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	clear: both;
	float: left;
	
}

#sharing a{
	margin: 3px;
	font-size: 70%;
	float: left;
	width: 100%;
}

#favorite-side a{
	font-size: 100%;
	width: auto;
}

#sharing img{
	position: relative;	
	top: 3px;
}

#print_this{
	padding: 5px 0px 10px 30px;
	background: url(/images/interface/print.gif) no-repeat;
	margin: 0;
}

#favorite{	
	    background: #D45500 url(/images/interface/btn-overlay.png) repeat-x;
    display: inline-block; 
    padding: 6px 12px; 
    font-family: arial,helvetica,lucida,verdana,sans-serif;
    font-size: 12px;
    line-height: 1em;
    color: #fff;
    text-decoration: none;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);  
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    position: relative;
    top: 5px;
    cursor: pointer;
}

#site-subscribe{
	float: left;
	width: 100%;
}

#site-subscribe a{
	width: 1000%;
	float: left;
	display: block;
	font-size: 79%;
	padding: 0;
	margin: 2px;
}


#site-subscribe  img{
	position: relative;
	top: 3px;
	margin-right: 5px;
}


/* Blog */




	

#blog-info{
	width: 240px;	
	background: #dedede;
	padding: 0px 10px 10px;
	margin:0 0 10px;
	text-align: left;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	clear: both;
	float: left;
}

#blog-info h4{
	padding:8px 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	font-size: 140%;
	color: #000;
}

#blog-info p{
	font-size: 75%;
}

#blog-info img{
	float: left;
	margin-right:10px;
	border: 1px solid #666;
}

#blog-info a{
	margin: 0;
}

#blog-subscribe{
	font-size: 90%;
	float: left;
	width: 100%;
}

#blog-subscribe img{
position: relative;
top: 3px;
border: none;

}

#blog-subscribe a{
	width: 50%;
	float: left;
	display: block;
	font-size: 79%;
	padding: 0;
	margin: 0;
}

#blog-subscribe a:hover{
	text-decoration: underline;
}

#favorite-side{
	clear: both;
}

span.favorite-entry{
	float: right;
	margin-right: 10px;
	margin-top: -5px;
}

span.favorite-entry a#favorite,
span.favorite-entry .addthis_share_btn span{
	color: #fff;	
}

/* CSS3 Styled Buttons */

div#at15s{
	margin-top: 20px !important;
}

div.addthis_share_btn{
	width: 100px;
	display: inline;
	padding: 0;
	margin: 0;	
	position: relative;
	top: 5px;
	left: 5px;
	float: left;
}   

.addthis_share_btn a, .addthis_share_btn a:visited {
    background: #D45500 url(/images/interface/btn-overlay.png) repeat-x;
    display: inline-block; 
    padding: 6px 12px; 
    font-family: arial,helvetica,lucida,verdana,sans-serif;
    font-size: 12px;
    line-height: 1em;
    color: #fff;
    text-decoration: none;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);  
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    position: relative;
    cursor: pointer;
}
.addthis_share_btn a:hover { background-color: #FF5C00; color: #fff; }
.addthis_share_btn a:active { top: 1px; }

.addthis_share_btn a span, .addthis_share_btn:visited a span {
    background: url(/images/interface/icon-addthis.gif) no-repeat left;
    padding: 1px 0 1px 18px;
}       

       

div#fav-response{
	font-size: 90%;
	clear: both;
	width: 100%;
	display: none;
}

/* @end */


/* @end */

/* @group Footer
--------------------------*/
#footer-cont{
	background: url(/images/interface/footer-bg.jpg) repeat-x 0px 52px #fff;
}

#footer{
	font-size: 90%;
	line-height: 1.7;
	width: 1000px;
	margin: 0 auto;
}

#footer h1{
	font-size: 120%;
	margin-bottom: 5px;
	border: none;
	width:180px;
}

#main-foot{
	padding:65px 0 0 35px ;
}

#footer li{
	margin: 0 25px;
	display: block;
	float: left;
	width: 150px;
}

#footer li li{
	float: none;
	padding: 0;
}

li#footer-text{
	padding: 10px 0 0 50px;
	margin: 0;
	width: 280px;
	background: url(/images/interface/logo.png) no-repeat -5px top;
}

#footer-text h1{
	font-weight: bold;
	display: inline;
}

img#subscribe{
float: right;
}

img#music-staff{
position: absolute;
}

/* @end */


#bottom-tabs .panes{
float:left;!
float:none;
}

/* @group Nav Group */

.sub_level_1
{
	display: none;
}

#structure li{
	position: relative;
}

#structure li ul{
	display: none;
}

#structure li ul{
	display: none;
	position:absolute;
	width: 200px;
	border: 1px solid #000;
	background: #000;
}

#structure li ul a{
	color: #fff;
}


#structure ul li{
	float: left;
}

#structure li li{
	float: none;	
	margin-left: 0;
}

#structure li:hover{
	background: #000;
}

#structure li:hover a{
	color: #fff;
}
#structure li:hover ul{
	display: block;
}

/* @end */

/* @group Blog */

div.blog h1{
	border: none;
	font-size: 210%;
	
}

.blog-entry{
	margin: 0 0 30px;
	border-top: 4px solid #575757;
	padding-top: 20px;	
}

.comment-count{
	float: right;
}

.post-header{
	padding-bottom:10px;
	border-bottom: 1px solid #cdcdcd;
	margin-bottom: 10px;
}

.post-header h1{
	border: none;
	margin: 15px 0 5px;
	padding: 0;
}

h2.latest-post{
	margin: 20px 0 0;
	padding: 0;
}

.post-footer{
	border-top: 1px solid #cdcdcd;
	padding-top: 5px;
	margin-top: 10px;
}

#comment_form label{
	width: 100px;
	display: block;
	float: left;
}

#comment_form .comments-meta{
	font-size: 90%;
	
}

#comment-box{
	margin-top: 25px;
}

#comment-box h2{
	border-bottom: 1px solid #cdcdcd;
	padding: 5px 0;
	
}

#wrap p.comment-meta{
	margin: 10px 0 0;
	background: #DEDEDE;
	padding: 2px 5px;
}

.comment-date{
	float: right;	
}



/* @end */

/* @group Conf */

h2{
	clear: left;
	font-size: 130%;
}

h3.speaker{
	font-weight: bold;
}

img.video-thumb{
	float: left;
	margin: 0 20px 10px 0;
}

/* @end */








