/*
Theme Name:     MW Conference Site
Theme URI:      
Description:    Child theme for the Twenty Eleven theme
Author:         Titus Bicknell
Author URI:     
Template:       twentyeleven                          
Version:        1.0
*/

@import url("../twentyeleven/style.css");

#page { 
	max-width: 1600px;
	margin: 0px auto;
	}
	
body { 
	padding: 0; 
	}
	
#full_width_content {
	margin-left: 2.5%;
	margin-right: 2.5%;
}


#secondary { 
	width: 15%;
	margin-right: 2.5%;
	min-width: 200px;
	}
	
#supplementary {
	padding: 1.625em 2.5%;
	}

#branding {
	border-top: 0px;
	}
	
#branding hgroup {
	margin: 0 2.5%;
	}
	
#content {	
	width: 75%;
	margin: 0 34% 0 2.5%; 
	}

#access div {
	margin: 0 2.5%;
	}
	
.entry-title { padding-top: 0; }
.entry-content { padding: 0; }	
#site-title { padding: 20px 0 0; }
#branding #searchform { top: 30px ; }
#site-description { margin: 0 270px 20px 0; }

#mw_first {
    width: 390px;
    height: 350px;
    padding: 2px;
    margin: 2px;
    border: 1px solid #ccc;
    overflow: hidden;
    float: left;
    
}
#mw_next {
    width: 190px;
    height: 350px;
    padding: 2px;
    margin: 2px;
    border: 1px solid #ccc;
    overflow: hidden;
    float: left;
} 

	
.avatar {
	float: left;
	padding: 0px 5px 0px 0px;
	}	
	
p.first {
	font-weight:bold;
	margin: 0;
	padding-top: 0px;
	padding-bottom: 2px;
	}
	
p.next {
	font-weight:bold;
	clear: both;
	margin: 0;
	padding-top: 0px;
	padding-bottom: 2px;
	}
	
#user_register {
width: 95%;
margin: 2px;
}	

.widget {
margin: 0 0 10px;
}

.widget-title {
line-height: 10px;
margin: 10px 0;
}

#mw_login {
margin: 10px 0;
}

hr {
margin-bottom: 10px;
}

.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 5px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: ''; 
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	/* margin-right: 5px; */
	position: absolute;
	/* left: 10px; */
	top: 7px;
}



/* css for column shortcodes */	
.mw_column { float: left; width: 49%; text-align:justify; }
.mw_padding_right { padding-right: 1%; }
.mw_padding_left { padding-left: 1%; }

/* responsive */

@media (max-width: 800px) {
/* added to correct for iPhone */
     #page {
       min-width: 620px;
         }

/* added to correct for iPhone */
