/*
Theme Name: hadzhiev.net
Theme URI: http://hadzhiev.net
Description: hadzhiev.net
Version: 2.0
Author: Peter Hadzhiev
*/

html * { }

body { background: #fff; font-family: arial, Helvetica,sans-serif; margin: 0; padding: 1%; font-size: 14px; color: #333;}

h1, h2, h3 { font-family: Georgia, arial, Helvetica, sans-serif; } 
h1 {}
h2 { font-size: 24px; }
h3 { font-size: 18px;  }

/* START HEADER */
#header { border: solid 3px #f90;  height: 40px; padding: 4px 2%; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; margin: 0 0 1%;}

/* logo */
.logo { font-family: 'Yanone Kaffeesatz', arial, serif; font-size: 32px; font-weight: bold; float: left; padding: 0 16px 0 0; }
.logo a { text-decoration: none; color: #999; text-shadow: 0 0 2px #999;  }
.logo a:hover { color: #f90; text-shadow: 0 0 2px #369; }

/* top-menu */
.top-menu { float: left; }
.top-menu ul { margin: 0; padding: 0;  }
.top-menu li { float: left; margin: 0; padding: 4px 0 0 12px; list-style-type: none; line-height: 32px; font-size: 24px; }
.top-menu a { text-decoration: none; color: #369; text-shadow: 0 0 1px #999; font-family: Georgia; }
.top-menu a:hover { text-shadow: 0 0 1px #333; color: #fefefe;} 
.top-menu {}
.top-menu {}
.top-menu {}




/* END HEADER */

/* content */
#content { width: 67%; float: left; }

.post { padding: 12px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; border: solid 2px #ccc; margin: 0 0 1%;}
.post h2 { border-bottom: solid 1px #f90; margin: 0; padding: 0 0 8px; color: #369; }
.post h2 a { text-decoration: none; color: #369; }
.post {}
.post {}

/* sidebar */
#sidebar { width: 32%; float: right; background: #f3f3f3;-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; border: solid 2px #ccc; }
#sidebar li.widget { list-style-type: none; padding: 12px 8%; border-bottom: solid 2px #f90; }
#sidebar h2 { font-family: Georgia; color: #369; margin: 0 0 12px; }
#sidebar ul { margin: 0; padding:  0; }
#sidebar {}
#sidebar {}

/* footer */
#footer { clear: both; }

/* common styles */
.clear { clear: both;}

