/*
    This file contains style for typography
*/

/*
 *  General styles
 */

body {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 21px;
    font-size: 12px;
    color: #666;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

#sidebar h2 {
    font-size: 14px;
}

h3 {
	color: #24B7CB;
	}

p {
    font-family: inherit;
    text-decoration: none;
    word-spacing: normal;
    text-align: left;
    letter-spacing: normal;
}



/*
 * Header
 */

#header h1, #header h1 a {
    text-decoration: none;
    font-size: 60px;
    line-height: normal;
}

#header p {
    font-size: 17px;
    font-style: italic;
}

#header p:before {
    content: '- ';
}



/*
 * Section
 */


#section .post h2 {
    margin-bottom: 20px;
}

.single #section .post h2 { margin-bottom: 0px; }



/*
 * Sidebar
 */

#sidebar {
	font-size: 11px;
	}

#sidebar li a {
    text-decoration: none;
}


#twitter-feed {
    font-style: italic;
    font-size: 14px;
    font-family: Georgia, Arial, sans-serif;
}

	#twitter-feed a { color: #fff; }
	#twitter-feed .twitter-timestamp { font-size: 10px; }


/*
 *  Buttons
 */
 

#more-about li a, .button, .bigbutton {
    text-align: left;
    font-family: "Helvetica Neue", Georgia, Verdana, Arial, sans-serif;
    font-weight: bold;
    font-size: 9px;
    color: #666666;
    text-shadow: 1px 1px 1px #fff;
    text-decoration: none;
}

#more-about li a:hover, .button:hover, .bigbutton:hover {
    color: #fff;
    text-shadow: 1px 1px 1px #497b00;
}


/*
 * The footer element
 */

#footer p{
    text-align: center;
}