/* BASICS */

header, footer, section, article, aside, nav { display: block; }
body { font-family: Arial, Helvetica, sans-serif ; margin: 0 auto; width: 960px; color: #000; background-color: #fff; }
nav+section { overflow: hidden; width: 610px; float: left; }

/* LINKS */

a:link, a:visited { text-decoration: underline; color: #336699; }
a:hover { text-decoration: underline; color: #336666; }
a:active { text-decoration: underline; color: rgb(100, 185, 89); }

/* HEADER */

body>header { background: url(images/bgHeader.png) no-repeat left 40px; padding: 30px; height:60px; margin-bottom: 50px; }
body>header h1 { font-size: 0.01em; margin: 0; }
body>header h1 a:link, body>header h1 a:visited { text-decoration: none; display: block; color: #fff; }
body>header h1 a:hover, body>header h1 a:active { text-decoration: none; }
body>header h2 { display: none; }

/* POSTS */

article[id*=post-] { margin: 0 0 90px 0; }
article>header { }
article>header h1 { line-height: 38px; margin: 0; font-weight: bold; font-size: 1.6em; padding: 0; }
article>header h1 a:link, article>header h1 a:visited { text-decoration: none; color: #7C1; }
article>section { font-size: .95em; padding: 0; color: #232; }
article>header p, 
article>footer p { font-size: .8em; font-style: italic; }
article>footer { -moz-border-radius-bottomleft:      10px; -webkit-border-bottom-left-radius:  10px; border-bottom-left-radius: 10px; -moz-border-radius-bottomright:      10px; -webkit-border-bottom-right-radius:  10px; border-bottom-right-radius: 10px; min-height: 25px; padding: 10px 0; border-top: 1px solid #BBB; }
article>footer p { margin: 0; color: #888; }
article>footer p a:link, article>footer p a:visited { margin-top: 0; color: #888; }
article>header p { margin: 0; font-weight: bold; color: #fff; line-height: 21px; padding: 0 0 0 4px; background-color: #CCC; font-style: normal; line-height: 17px; }
article+nav { text-transform: uppercase; }
section>h1 { padding-top: 10px; }

/* NAVIGATION */

nav { text-align: center; clear: both; }
body>nav { text-transform: uppercase; padding: 3px 0; display:none; }
body>nav ul { text-align: left; margin: 0; padding-left: 30px; }
body>nav li { margin-right: 20px; display: inline; }
body>nav li a:link, body>nav li a:visited { color: #000; text-decoration: none; }
body>nav li a:hover { color: #675; }

/* COMMENTS */

article[id*=comment-] { margin: 15px 0; padding: 10px; }
article[id*=comment-] h4 { margin: 0; }
.alt { background: #eee; }
section>section { }
section>section h3 { padding: 10px 0 0 20px; }
form[method=post] { padding: 20px; }
form[method=post] label { display: block; }
form[method=post] input { margin: 2px 0 12px 0; display: block; }

/* SIDEBAR */

aside { margin-top: 10px; overflow: hidden; width: 300px; float: right; clear: none; padding: 25px 0 0 40px; }
aside ul { margin: 0; padding: 0; }
aside li { list-style: none; }
aside li h2 { color: rgb(200, 50, 50); font-weight: normal; font-size: 1.1em; }
aside li ul li { list-style: disc outside; }

/* FOOTER */

body>footer { text-align: center; overflow: hidden; width: 100%; clear: both; }
body>footer a:link, body>footer a:visited { color: #555; }

/* SEARCH */

.search>section h1 { line-height: 46px; margin: 0; font-weight: normal; font-size: 1.4em; border-bottom: 1px solid #700; padding: 0 0; }
.search>section h1 a:link, .search>section h1 a:visited { text-decoration: none; color: #000; }
label[for=s] { display: none; }
ol { background: #fff; margin: 0; padding-top: 15px; padding-bottom: 15px; padding-right: 15px; }
.search ol h3 { margin: 0; }

/* ELEMENTS */

/* a place for misc. styles */

.alignleft { float:left; margin-right: 10px; }
.alignright { float: right; margin-left: 10px; }
a img { border: none; }
aside h2 { display: none; }
.widget_tag_cloud a:link, .widget_tag_cloud a:visited { color:#CCC; text-decoration: none; }
.widget_tag_cloud a:hover { color:#FF0; }
.widget_search { margin-bottom: 20px; }
.widget_search input[type='text'] { font-size: .8em; border: 1px solid #777; padding: 2px 3px; }
.tag>section>h1 { padding-left: 35px; color:#CCC; font-size: .8em; }
