/*
Theme Name: Basic Maths SE
Description: A Child Theme of Basic Maths
Author: Yee Szemen
Template: basicmaths
*/

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

/* Font
------------------- */

/*body {
font-family:"Helvetica Neue", Helvetica, Arial, Verdana;
}*/

/*.entry-content p {font-size: 12px;
line-height: 1.55em;
}*/


/* Header
------------------- */

#header h1 {
background-color: #ca0202;
}

#header h1 a {color: white; 
}

#twitter {
background-image:url('images/twitter.png');
background-repeat:no-repeat;
background-position: 5px 8px;
border-top:1px solid #AAA;
padding:8px 5px 8px 25px;
clear: both;
}

/* Related Posts
------------------- */

#relatedPosts {
margin-top: 30px;
margin-left:90px;
border-bottom: 1px solid black;
padding-bottom: 10px;
}

#relatedPosts h3{
border-bottom: 1px solid #AAA;
border-top: 1px solid #AAA;
padding-bottom: 10px;
padding-top: 10px;
padding-left:5px;
margin: 0;
}

#relatedPosts ol {
margin: 20px;
}

#relatedPosts ol li {
line-height: 1.9em;
}

#relatedPosts p {
margin: 10px 0 10px 0;
padding-left:5px;
}

#relatedPosts ol li a, #relatedPosts ol li a:link, #relatedPosts ol li a:visited {font-weight: normal;}



/* Widget 
------------------- */

.sidebar .textwidget p {margin-bottom: 8px;
}

/* SlidePress
------------------- */

.slidepress-gallery {
margin-bottom: 20px;
}

/* Podcast Player
------------------- */

.powerpress_player {
margin-left: 180px;
}


/* Superscript
------------------- */

sup {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}


