/*  
Theme Name: Modern Notepad
Theme URI: 
Description: WP Modern Notepad theme designed by <a href="http://www.aoemedia.de">AOE media GmbH</a>. A very stylish modern notepad skin, designed for people who see their blogs as a modern notepad and want it to look alike. Now also widget ready.
Version: 1.93
Author: AOE media GmbH
Author URI: http://www.aoemedia.de
Tags: two-columns, fixed-width, white, custom-header
    By downloading and using this theme, you agree to the following terms:
    - All variations of this theme have to remain GPL
    - You may use this theme for personal or commercial projects
    - You may modify, translate or distribute

For support requests please contact: wordpress(at)aoemedia.com. Requests through other channels (website etc.) can unfortunately not be responded to.

*/
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, font, ins,strong,ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit; 
    font-family: inherit;
    vertical-align: baseline;}

:focus {
    outline: 0;}

body {
    line-height: 1;
    color: black;
    background: white;
    margin: 0;}

ol, ul {
    list-style: none;}

table {
    border-collapse: separate;
    border-spacing: 0;}

caption, th, td {
    text-align: left;
    font-weight: normal;}

blockquote:before, blockquote:after,
q:before, q:after {
    content: ""; }

blockquote, q {
    quotes: "" ""; }

/* Text decorations
*******************************/
.bold 	{ font-weight: bold; }
.normal 	{ font-weight: normal; }
.italic 	{ font-style: italic }
.underline	{ text-decoration: underline; }

/* Float
*******************************/
.f-right 	{ float: right; }
.f-left 	{ float: left; }
.f-none 	{ float: none; }

/* Text align
*******************************/
.t-right 	{ text-align: right; }
.t-left 	{ text-align: left; }
.t-center 	{ text-align: center; }
.t-justify 	{ text-align: justify; }

/* Other
*******************************/
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

/* Main styles
*******************************/
html {
    height: 100%;
    margin-bottom: 1px;/* force vertical scrollbars */
}

body {
    background:#DBE8F4;
    background:url(img/wedshare_bg.gif) 0 0 repeat;
    color: #533519;
    font-size: 12px;
    text-align: left;
}

/* Default fonts
*******************************/
body,
input,
p,
select	{ font-family: "Century Gothic", Arial, Helvetica, sans-serif, Tahoma; }

textarea,
pre,
code        { font-family:"Courier New", Courier, monospace; }

/* Header elements
*******************************/
h1 { font-weight:bold;
    color:#669933;
    padding-bottom:8px;
    font-size: 2.5em;
    line-height:1;}

h2 { font-size: 1.83em;}

h3 { font-weight:normal;
    color:#669933;
    font-size: 1.4em;}

/* Post by Header in Author's Page *******************************/
h4 { font-weight:normal;
    color:#669933;
    font-size: 1.3em; 
    padding: .6em 0 0 .6em; }

/* Form Headers *******************************/
h5 { font-weight:normal;  
    color:#669933;
    font-size: 1.4em; 
    line-height: 1.6em; 
    padding-bottom: .8em;}

h6 { font-weight:normal;
    text-align: center;
    color:#669933;
    padding-top: .6em;
    padding-bottom: .8em;
    font-size: 1.23em; }

/* Text elements
*******************************/
p	  { margin: 0 0 1em 0; text-align: left; line-height:1.4; }
p.last 	  { margin-bottom:0; }
p.first	  { margin-top:1em; }
p.img	  { float: right; margin:0 0 1em 1em; padding:0; }

blockquote    {
    margin: 0 0 1em 1em;
    padding-left:1em;
    border-left:2px solid #646464;
}
strong        { font-weight: bold; }
em            { font-style: italic; }
pre           { border: 1px solid #ddd; margin-bottom: 1.2em; padding:1.2em; }
ins           { text-decoration:none; } /*remove underline from text*/
del           { text-decoration:line-through; }

q,
cite          { font-style:italic;}
dl {
    line-height:1.4;
    margin-bottom:1em;
}
/* decorate lists in posts */
#content .post ul,
#content .post ol {
    margin: 0 0 1em 2em;
}

#content .post ul {
    list-style-type:disc;
}

#content .post ol {
    list-style-type:decimal;
}

#content .post ul li,
#content .post ol li {
    line-height:2;
}

hr {
    color: #fff;
    background:transparent;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border:0;
    border-bottom: 1px #9FCF70 dotted;
}

/*links
*******************************/
a:link,
a:visited,
a:focus,
a:hover,
a:active  { color: #0066CC; text-decoration: none; cursor:pointer; }

a:hover  { color: #669933; text-decoration: none; }

a:visited	{ color: #0066CC; }

a:active, 
a:focus { outline: 0; color: #0066CC; } /*remove border in ff*/

/* Images
*******************************/
img { outline:0;border:0; }

/* Form styles
*******************************/
input,
select,
textarea {
    font-size:1.1em;/*by default font-size is bigger*/
    vertical-align:baseline;
    color: #533519;
    scrollbar-base-color: #EEF4FB;
    scrollbar-face-color: #EEF4FB;
    scrollbar-3dlight-color: #EEF4FB;
    scrollbar-arrow-color: #336699;
    scrollbar-darkshadow-color: #A9C2DB;
    background-color: #FFFFFF;
    padding-left: 4px; }
}

input.text,
input.file { 
    cursor:text; 
    color: #533519;
    font-size: 11px;
    border: 1px solid #6699CC;
    padding-right: 4px;
    padding-left: 4px; }

input.button {
    cursor:pointer;}

input.radio,
input.checkbox { 
    border: 0;padding: 0; }


/* Wordpress aligning
*******************************/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;}

.alignleft {
    float:left;
    margin: 0 1em 1em 0;}

.alignright {
   float: right;
   margin: 0 0 1em 1em;}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;}

.wp-caption {
    border:1px solid #96C573;
    text-align:center;
    padding-top:4px;}

.wp-caption p.wp-caption-text {
    font-size:.92em;
    text-align:center;
    padding-top:10px;}

/* Main styles
 *******************************/
#root {
    width: 1000px;
    margin:0 auto;}

.top-line { }

.bottom-line {
    background:url() 0 100% repeat-x;}

/* Header
 *******************************/
#header {
    overflow: hidden;}

#header .headers {
    text-align:center;
    color:#fff;
    font-size:.92em;
    line-height:3.2;
    height:5px;}

#header .content {
    background:url(img/wedblog_header_bg.gif) 0 0 no-repeat;
    height:128px;
    position:relative;
    padding:10px 0 0 124px;}

#header h1 {
    margin-top:30px;}

#header .description {
    line-height:1.1;}


/* Top Nav Menu
 *******************************/
#nav-bar { 
    left: 5px;
    right: 30px;
    bottom:2px;
    top:95px;
    position:absolute;
    overflow:hidden;
}
#nav-bar li {
    float:right;
}
#nav-bar li a {
    font-family: "Century Gothic", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;

    height:18px;
    float:left;
    text-decoration:none;
    color:#fff;
    padding:5px 18px 0;}

#nav-bar li a:hover { text-decoration: underline; }


/* Search Form
 *******************************/
#searchform {
    position:absolute;
    right:40px;
    top:40px;
    font-size:.92em;}

#searchform input.text {
    width:143px;
    border:0;
    background:transparent url(img/search-input.gif) 0 0 no-repeat;
    height:15px;
    padding:4px 3px;
    vertical-align:middle;
    margin-right:10px;
}
#searchform input.button {
    height:21px;
    padding-bottom:2px;
    width:61px;
    background:transparent url(img/search-button.gif) 0 0 no-repeat;
    border:0;
    color:#fff;
    font-weight:bold;
    vertical-align:middle;}

#header h1 a {
    text-decoration:none;
    color:#f21e1e;}

/* Main
 *******************************/
#main {
    background:url(img/wedblog_middlebg.gif) 0 0 repeat-y;
    overflow:hidden;
    padding:0px 15px 0px 10px;}

#main-block {
    float:left;
    width:570px;
    padding:0px;
    min-height:600px;
    height:auto!important;
    height:600px;}

#content .post {
    overflow:hidden;
    background:url(img/wedblog_post-header.gif) 0 0 no-repeat;
    padding-top:12px;
    margin-bottom:12px;}

#content .post .footer {
    height:11px;
    background:url(img/wedblog_post-footer.gif) 0 0 no-repeat;}

#content .post .content {
    padding:8px 15px;
    background:url(img/wedblog_post-back.gif) 0 0 repeat-y;}

#content .title {
    padding-bottom:0px;}

#content .title a {
    text-decoration:none;
    color:#0066CC;}

#content .title a:hover {
    color:#669933;
    text-decoration: none;}

#content .postdata {
    margin-top: 0px;
    margin-bottom: 8px;
    padding-top: 0px;
    background:url(img/post-delim.gif) 0 100% repeat-x;
    overflow: hidden;}

#content .postedby {
    font-size: 11px;
    margin-top: 0px;
    margin-bottom: 0px;
    float: left;}

#content .postedby a {
    text-decoration:none;
    color:#0066CC;}

#content .postedby a:hover {
    color:#669933;
    text-decoration: none;}


#content .category {
    font-size: 11px;
    float: left;}

#content .category a {
    font-size: 11px;}

#content .category a:hover {
    color: #669933;
    font-size: 11px;}

#content .readblog {
    float: right;
    margin-left: 10px;
    font-size: 11px;}

#content .readblog,
#content .readblog a, {
    font-size: 11px;}

#content .readblog a:hover, {
    color: #669933;
    font-size: 11px;}

#content .tags {
    font-size: 11px;}

#content .tags a {
    font-size: 11px;}

#content .date {
    float: right;
    color:#919191;
    padding-right: 5px;}

#content .comments {
    float:right;
    padding-right: 11px;}

#content .comments,
#content .comments a, {
    font-size: 11px;}

#content .commentlink {
    font-size: 11px;
    float: right;}

#content .commentlink,
#content .commentlink a, {
    font-size: 11px;}

#content .commentlink a:hover, {
    color: #669933;
    font-size: 11px;}

.comment_number { 
   padding-top: 15px;
   padding-right: 0px;
   padding-bottom: 0px;
   padding-left: 0px;
   font-size: 2em; 
   font-weight:bold;
   color:#FFFFFF;}

.comment_date { 
   font-size:.83em;
   font-weight:none;
   color:#669933;}

#posttitle {
    min-height:64px;
    height:auto!important;
    height:64px;
    padding-top: 10px;
    padding-bottom: 10px;}

#content .entry {
    clear:both;
    overflow:hidden;
    padding-bottom:20px;}

#content .entry a {
    color:#0066CC;}

#content .entry a:hover {
    color:#669933;}

a.more-link {
    font-weight:bold;
    color:#f78403;
    padding-right:18px;
    background:url(img/more-link.gif) 100% 1px no-repeat;}

.nav-entries {
    font-size:.92em;
    overflow:hidden;}

.nav-entries .prev a {
    float:left;}

.nav-entries .next a {
    float:right;}

#content .nav-entries a {
    background:url(img/nav-pages.gif) 0 0 no-repeat;
    color:#fff;
    text-decoration:none;}

.nav-entries a span {
    padding:6px 12px 0;
    height:17px;
    float:left;
    background:url(img/nav-pages.gif) 100% 100% no-repeat;}

.nav-entries a:hover {
    color:#fff;}

/* Comments
 *******************************/
#leavecomment {
    padding-top:1em;}

.comments-list .avatar {
    margin-bottom:4px;}

#content ul.comments-list {
    margin:0;}

.comments-list li {
    padding:12px;
    line-height:1.2;
    list-style:none;
    background:url(img/post-delim.gif) 0 100% repeat-x;
    margin-bottom:12px;}

.comments-list li.graybox {
    background-color:#EEF4FB;}

.comments-list cite {
    font-weight:bold;
    font-style:normal;}

.comments-list small {
    font-size:.83em;}

.comments-list .comment_quotes {
    margin-top:5px;}

.comments-list .comment {
    margin-top:15px;}

#commentform input.text,
#commentform textarea {
    border:1px solid #646464;
    border-bottom-color:#eee;
    border-right-color:#eee;
    padding:2px;}

#commentform input.text {
    width:200px;}

#commentform input.button {
    width:115px;
    color:#fff;
    font-weight:bold;
    text-align:center;
    height:21px;
    padding-bottom:2px;
    background:transparent url(img/button-back.gif) 0 0 no-repeat;
    border:0;
    color:#fff;
    font-size:.92em;
    vertical-align:middle;}

#commentform textarea {
    width:500px;}

#left-block {
    float:left;
    width:184px;
    margin-left: 22px;
    margin-right: 0px;}

#right-block {
    float:right;
    width:184px;
    margin-left: 0px;
    margin-right: 14px;}

.popular h4 {
    color:#eda33a;}

.blogroll h4 {
    color:#78ab5f;}

.archive h4 {
    color:#8fafc6;}

.box {
    background:url(img/wedblog_box_back.gif) 0 0 repeat-y;
    margin: 0 3px 5px 0;
    word-wrap: break-word;}

.box .header {
    background:url(img/wedblog_box_header.gif) 0 0 no-repeat;
    height:23px;
    padding:10px 14px 5px 14px;}

.box_header {
    height:30px;
    padding:10px 15px 5px 15px;}

.box ul { 
    padding:0 5px 22px 5px;
    background:url(img/wedblog_box_footer.gif) 0 100% no-repeat;}

.box ul li { display:block;
    padding:15px 8px 5px 8px;
    font-size:.92em;
    background-position:100% 0;
    background:url(img/wedblog_box-li-bottom.gif) 0 100% no-repeat;}

.box a {
    padding:1px 0 11px;
    background-position:100% 0;
    background-repeat:no-repeat;}

.box li a { 
    background-image:url(img/wedblog_cat.gif);}

.box li a:hover { 
    background-image:url(img/wedblog_cat-hover.gif);
    color:#669933;}




.box ul li a:hover {
    text-decoration:none;}

.box ul ul {
    padding:0;
    background:none;}

.box li li {
    background:none;
    font-size:1em;
    padding:0 0 0 15px;}

.box .footer {
    padding:0 5px;
    height:10px;
    background:url(img/wedblog_box_footer.gif) 0 100% no-repeat;}

.box .tags,
.box .textwidget,
#sidesearch,
#calendar_wrap {
    padding:12px 20px;}

/* Left Side Blue Box with Blog Intro and Info
 *******************************/
.box_intro {
    background:url(img/wedblog_box_introback.gif) 0 0 repeat-y;
    margin: 0 3px 0px 0;
    word-wrap: break-word;}

.box_intro ul {
    padding:0px 5px 22px 5px;
    background:url(img/wedblog_box_introfooter.gif) 0 100% no-repeat;}

.box_intro ul li { display:block;
    padding:10px 8px 5px 8px;
    font-size:.92em;
    background-position:100% 0;
    background:url(img/wedblog_boxintro-li-bottom.gif) 0 100% no-repeat;}

.box_intro .footer {
    padding:0 5px;
    height:10px;
    background:url(img/wedblog_box_introfooter.gif) 0 100% no-repeat;}

.box_intro .aboutusheader {
    background:url(img/wedblog_box_introheader.gif) 0 0 no-repeat;
    height:10px;
    padding:0px 14px;}

.box_intro a {
    padding:1px 0 11px;
    background-position:100% 0;
    background-repeat:no-repeat;}

.box_intro li a:hover { 
    color:#669933;}


/* Right Side LGreen Box with Author Avatars
 *******************************/
.box_authors {
    background:url(img/wedblog_box_authorback.gif) 0 0 repeat-y;
    margin: 0 3px 5px 0;
    word-wrap: break-word;}

.box_authors ul {
    padding:0 5px 22px 5px;
    background:url(img/wedblog_box_authorfooter.gif) 0 100% no-repeat;}

.box_authors ul li { display:block;
    padding:15px 8px 5px 8px;
    font-size:.92em;
    background-position:100% 0;
    background:url(img/wedblog_boxauthors-li-bottom.gif) 0 100% no-repeat;}

.box_authors .footer {
    padding:0 5px;
    height:10px;
    background:url(img/wedblog_box_authorfooter.gif) 0 100% no-repeat;}

.box_authors .header {
    background:url(img/wedblog_box_authorheader.gif) 0 0 no-repeat;
    height:20px;
    padding:10px 15px 0px 15px;}

.box_authors a {
    padding:1px 0 11px;
    background-position:100% 0;
    background-repeat:no-repeat;}


/* Right Side White Box with Author Bio and Large Avatar
 *******************************/
.box_authorbio {
    background:url(img/wedblog_box_back.gif) 0 0 repeat-y;
    margin: 0 3px 5px 0;
    word-wrap: break-word;}

.box_authorbio ul {
    padding:0 3px 22px 3px;
    background:url(img/wedblog_box_footer.gif) 0 100% no-repeat;}

.box_authorbio ul li { display:block;
    padding:10px 8px 5px 8px;
    font-size:.92em;
    background-position:100% 0;
    background:url(img/wedblog_box-li-bottom.gif) 0 100% no-repeat;}

.box_authorbio .footer {
    padding:0 5px;
    height:10px;
    background:url(img/wedblog_box_footer.gif) 0 100% no-repeat;}

.box_authorbio .header {
    background:url(img/wedblog_box_header.gif) 0 0 no-repeat;
    height:8px;
    padding:0px 10px 0px 10px;}

.box_authorbio a {
    padding:1px 0 11px;
    background-position:100% 0;
    background-repeat:no-repeat;}

.box_authors li a:hover { 
    color:#669933;}

.popular li a {
    background-image:url(img/popular.gif);}

.popular li a:hover {
    background-image:url(img/popular-hover.gif);
    color:#96C573;}

.blogroll li a {  padding-left: 15px;
    background:url(img/blogroll.gif) 0 20% no-repeat;}

.blogroll li a:hover {
    background-image:url(img/blogroll-hover.gif);
    color:#78ab5f;}

.archive li a {
    background-image:url(img/archive.gif);}

.archive li a:hover {
    background-image:url(img/archive-hover.gif);
    color:#8fafc6;}

.categories .children li a {
    background-image:url(img/cat-sub.gif);}

.categories .children li a:hover {
    background-image:url(img/cat-sub-hover.gif);
    color:#96C573;}

/* Calendar Date Look Style */
.calendar {
	float:left;
	height: 50px;
	width: 60px;
	color: #A0C34D;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
           padding-top: 5px;
	background-image: url(images/date.png);
	background-repeat: no-repeat;}

.calday {
	color: #336699;
	font-size: 16px;
	padding-top: 5px;
            padding-bottom: 0px;
	font-weight: bold;}

/* ---------------------------   */

.box input.text {
    border:1px solid #8A8A8A;
    width:140px;
    background:#FFF;
    font-size:.92em;}

.box input.button {
    background:#F6F6F6;
    color:#8A8A8A;
    font-weight:bold;
    border:0;
    font-size:.92em;
    border:1px solid #8A8A8A;}

.box .tags, 
.box .textwidget {
    line-height:1.4;}

.box .textwidget {
    font-size:.92em;}

#calendar_wrap, 
.box .textwidget {
    padding-bottom:36px;
    background:url(img/wedblog_box_footer.gif) 0 100% no-repeat;}

#recentcomments li {
    background:none;
    padding-left:0;}

#wp-calendar {
    width:190px;
    font-size:.92em;}

#wp-calendar caption {
    padding:4px 0;
    text-align:right;
    font-weight:bold;
    color:#F21E1E;}

#wp-calendar th,
#wp-calendar td {
    padding:2px;
    text-align:center;}

#wp-calendar thead th {
    color:#4189C1;
    font-weight:bold;}

#wp-calendar #prev {
    text-align:left;
    padding-top:4px;}

#wp-calendar #next {
    text-align:right;
    padding-top:4px;}

#recentcomments {
    padding:0 18px 36px;
    line-height:1.4;}

#recentcomments li a,
#recentcomments li a:hover {
    background:none;
    padding:0;
    border:0;}

/* Footer
 *******************************/
#footer {
    background:url(img/wedblog_footerbg_w.gif) 0 0 repeat;
    height:30px;
    font-size:.92em;
    padding:10px 27px 0;}

#footer img {
    vertical-align:middle;}

#footer .copyright {
    float:left;
    padding-top:10px;}

#footer .links {
    float:right;
    padding-top:10px;}

#footer .links a {
    padding-left:18px;
    margin-left:16px;
    background-repeat:no-repeat;
    background-position:0 2px;
    color:#518cb1;}

#footer .rss {
    background-image:url(img/rss.gif);}

#footer .login {
    background-image:url(img/login.gif);}

#footer a.powered {
    padding:0;}

#footer a.entries {
    margin:0;}

#wrapper_bg {
    background:url(img/wedblog_footerbg_b.gif) 0 0 no-repeat;
    height:20px;}

#bodyendfooter_img {
    background:url(img/wedblog_footerbg.gif) 0 0 no-repeat;
    height:36px;}



#img-cache {
    display:none;
    overflow:hidden;
    height:0;
    width:0;}

.twitter-timestamp {
    padding-top: 10px;
    color:#669933;}

.avatar { 
    float: left;
    padding: 2px;
    margin: 0 15px 20px 0;
    border: 1px solid #96C573;
    background: white;}

.avatar_border { 
    padding: 2px;
    margin: 0 15px 20px 0;
    border: 1px solid #96C573;
    background: white;}

.ad-slot {
    text-align:center;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0px 0px 0px 0px;}


/* Sociable Add-on Styles
 *******************************/
div.sociable { margin: 5px 0 0 0; font-size: 11px;}

span.sociable_tagline { position: relative; }

span.sociable_tagline span { display: none; width: 14em; }

span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;}

.sociable span {
	display: block;}

.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;}

.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;}

.sociable ul li:before { content: ""; }

.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);}

.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);}
