/*   
Theme Name: mono2
Theme URI: http://monosyllabic.com
Description: a theme i made myself because i hated all the other themes i found
Author: Nick Mirov
Author URI: http://monosyllabic.com
*/

body {
background-color:#F6FDFF; 
font-family: 'Lucida Grande', Calibri, Helvetica, Verdana, Arial, Sans-Serif;
font-size: 0.8em;
color: #000011; 
margin-left:10%; 
margin-top: 3%; 
margin-bottom:5%;
padding:0;
}

#page {
border-top: double #777; 
width: 750px;
margin-top:-15px; 
margin-bottom:15px;
padding-top:15px; 
line-height:1.5em;
}

#entries {
float: left;
width:500px; 
text-align: justify; 
padding-bottom:20px;
}

#sidebar {
margin-top:-15px;
width: 220px;
float: right;
border-bottom: double #777;
text-align: left; 
font-size: 1.0em;
line-height:1.6em;
}

a {
	font-weight: bold;
	text-decoration: none;
}

a:link { color: #0AD; }
a:visited { color: #28B; } /* 3b6ea5 */
a:hover { color: #0CF; }

a.entry_title { 
font-size:1.2em; 
line-height:1.4em; 
color: #011; 
text-align: left; 
}

div.entry {
border-bottom: double #777;
margin-bottom:15px;
}

.blogroll { margin: 0; padding: 0; }
li { list-style-type: none; }

.nav-previous { float: right; }

p.youtube { 
text-align: center; 
padding-top: 5px;
padding-bottom: 5px;
}