/*
Theme Name:     YASS Custom TwentyEleven
Theme URI:
Description:    Modifications to Twenty Eleven for Yet Another Science Show layout
Author:         Orad Reshef
Author URI:
Template:       twentyeleven
Version:        1
*/

/* This @import line loads the stylesheet from the parent theme */
@import url("../twentyeleven/style.css");

/* Gets rid of the horizontal line on the "About" and "Contact" pages */
.page .hentry {
border-bottom: none; /*Added by Jesse's request, Feb 1, 2013 by Orad*/
}

/* Adds matching rounded borders to our profile pictures */
.profilepic {
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
-khtml-border-radius: 7px;
border-radius: 7px;
border: 1px solid;
border-color: #CFCFCF;
background-color: #F3F3F3;
}

/* Adds / removes borders to widgets in the sidebar */
.widget {
word-wrap: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
clear: both;
margin: 0 0 2.2em;
border: 1px solid;
border-color: #CFCFCF;
padding-top: 3px;
padding-left: 12px;
padding-right: 12px;
padding-bottom: 5px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
-khtml-border-radius: 7px;
border-radius: 7px;
background-color: #F3F3F3;
}

/* Reposition the bullet points */
.widget ul {
font-size: 15px;
margin: 0;
margin-left: 0.8em;
}

/* Fix search widget */
.widget_search form {
margin: 0 0 0;
background-color: #FFFFFF;
}

/* Fix search widget */
.widget_search {
background-color: #FFFFFF;
margin: 0 0 0 0;
border: 0;
padding-top: 0;
padding-left: 0;
padding-right: 0;
padding-bottom: 0;
}

.widget_search #s {
width: 79%;
}

/* Make copyright look different */
#text-8 {
background-color: #FFFFFF;
margin: 0 0 0 0;
border: 0;
padding-top: 0;
padding-left: 0;
padding-right: 0;
padding-bottom: 0;
}