/* Tag Declarations */
body { font: 0.75em/160% Helvetica, Arial, Verdana, sans-serif; background: #fcfcfc; }
h1 { font-size: 2.4em; line-height: 1.2em; color: #222; margin: 0 0 5px 0; font-weight: normal; letter-spacing: -0.05em; }
h2 { font-size: 1.4em; color: #222; margin: 0 0 5px 0; font-weight: bold; letter-spacing: -0.03em; }
h3 { font-size: 1em; color: #222; margin: 0 0 5px 0; font-weight: normal;  }            
a { color: #3d6c8a; text-decoration: none; }
a:hover { color: #000; }
a.button { background: #3d6c8a; color: #fff; font-weight: bold; text-decoration: none; padding: 5px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
a.button:hover { background: #999; }

/* Header */
#header { float: left; width: 100%; padding: 10px 0; background: #eee; border-bottom: 1px solid #f8f8f8; }
#header h1 { float: left; line-height: 30px; padding: 0 5px; }
#header #logo { display: none; }
#header #menu { float: right; } 
#header #menu ul li { display: inline; visibility: hidden; }
#header #menu ul li:first { visibility: visible; }
/* #header #menu ul li a { float: left; display: block; margin: 0 10px 0 0; padding: 0 10px; background: #3d6c8a; font-size: 1.2em; color: #fff; line-height: 30px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
#header #menu ul li.current-item a, #header #menu ul li.current-cat a { font-weight: bold; } */
#header #menu ul li.facebook, #header #menu ul li.twitter, #header #menu ul li.rss { display: none; }

/* Content */
#main { clear: both; float: left; width: 100%; padding: 10px 5px; border-bottom: 1px solid #efefef; }
#content { float: left; width: 100%; }
#content div.entry { float: left; width: 100%; margin: 0 0 10px 0; padding: 0 0 10px 0; border-bottom: 1px solid #eee; }
#content div.entry h1 { font-size: 2em; }
#content div.entry h1 a { color: #333; }
#content div.entry h2 { font-size: 1.1em; letter-spacing: -0.01em; }
#content div.entry p { line-height: 2em; font-size: 1.1em; margin: 0 0 10px 0; }
#content div.entry ul { list-style-type: circle; list-style-position: inside; margin-left: 10px; }
#content div.entry ol { list-style-type: decimal; list-style-position: inside; margin-left: 10px; }
#content div.entry ul li, div.entry ol li { margin: 0 0 5px 0; }
#content div.entry ul.published { list-style-type: none; margin: 0; }
#content div.entry ul li { display: inline; }
img.attachment-post-thumbnail { -webkit-transform: scale(0.43); -webkit-transform-origin: top left; }

/* Sociable */
#content div.sociable { display: none; }

/* Pagination */
#content #navigation { float: left; width: 100%; } 
#content #navigation div.newer { float: left; }
#content #navigation div.older { float: right; }
#content #navigation div a { float: left; display: block; margin: 0 10px 0 0; padding: 0 10px; background: #3d6c8a; font-size: 1.1em; color: #fff; line-height: 30px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } 
#content #navigation div a:hover { background-color: #999; } 

/* Sidebar */
#sidebar { display: none; }

/* Footer */
#footer { float: left; width: 100%; padding: 10px 5px; background: #eee; border-top: 1px solid #f8f8f8; }
ul#footer-widgets li.widget { margin: 0 0 20px 0; font-size: 1.1em; }