/*
Theme Name: R755
Author URI: http://www.varometro.net/blog
The CSS, XHTML and design is released under GPL: http://www.opensource.org/licenses/gpl-license.php
*/
/*===== o0o: BASE=====*/
html {
font-size:100%
}
html,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6 {
border:0;
outline:0;
margin:0;
padding:0
}
body {
background-color:#FFF;
color:#111;
font: 18px/1 "Helvetica Neue", Helvetica, Tahoma, Arial, \5b8b\4f53, sans-serif;
line-height:1.5;
text-align:left;
border:0;
outline:0;
margin:0;
word-spacing: 0.1em;
background: #e5e5e5;
padding:0
}

/*===== o0o: STRUCTURE=====*/
#outerWrapper {
text-align:left;
/*width:940px;*/
max-width:940px;
margin: 5px auto;
background: #ffffff;
/*margin:5px 10px auto 0*/
}
#outerWrapper #header {
display:table;
/*width:940px;*/
max-width:940px;
/*background:url(images/r755.jpg) right no-repeat;*/
height:90px;
padding:0
}
#rightColumn {
display: none;
background: #EBEFF9 none;
float:right;
width:220px;
height:100%;
font-size:0.87em;
line-height:1.6em;
margin:2px 2px;
padding:5px
}
#outerWrapper #contentWrapper {
/*background:url(images/content_back.gif) repeat-y*/
}
#outerWrapper #contentWrapper #content {
background:none;
word-wrap: break-word;
/*margin:0 220px 0 0;*/
padding:10px 12px 10px 12px
}
#outerWrapper #contentWrapper .clearFloat {
clear:right;
display:block
}
#outerWrapper #footer {
background-color:#F5F5F5;
border-top:solid 1px #EAEAEA;
font-size:0.8em;
line-height:1.2em;
max-width:940px;
font-weight:lighter;
padding:20px 0 20px 10px
}
.post,.page {
max-width:700px;
padding-bottom:10px;
margin-bottom:30px
}
.entry {
overflow:hidden
}

/*===== o0o: TYPOGRAPHY=====*/
.description {
color:#666;
font-size:1em;
font-weight:400;
padding:7px 0 5px 12px;
/*width:940px;*/
display:block
}
.navbar {
border-bottom:solid 1px #EAEAEA;
background:#C2CFF1;
font-size:1.1em;
/*margin:3px 10px 0px 7px;*/
margin:0 2px 0 2px;
padding:2px 0 2px 12px;
max-width:940px;
/*width: 933px;*/
/*height: 45px*/
}
.postinfo {
color:#666;
font-size:0.87em;
line-height:1.25em;
margin:10px 0
}
.sticky {
padding:0 10px 10px;
border:solid 1px #ccc;
margin-bottom:30px;
background: #f8f8f8
}
blockquote {
/*background:url(images/blockquote.gif) top left no-repeat;
border:#CCC dashed 1px;*/
margin:10px auto 10px 5px;
font-size: 1em;
color:#666;
quotes: "\201C""\201D""\2018""\2019";
border-left: 6px solid #ebeff7;
padding:3px 3px 3px 12px;
width:90%;
}
/*
blockquote:before {
content: open-quote;
font-size: 4em;
line-height: 0.4em;
}*/
blockquote p {
display: inline;
}
pre,code {
width:90%;
white-space: pre-wrap;
margin-top:10px;
margin-bottom:10px;
font-family: "Consolas", "Courier New", Courier, monospace;
/*background:#fff url(images/pre_bg.gif) top left repeat;*/
background:#EBEFF9;
display:block;
color:#5f85b0;
line-height:1em;
font-size:0.8em;
border:1px solid #e2e2e2;
overflow:auto;
padding:0.5em 0.5em 0.5em 1em;
}
input,textarea,select {
/*font-family: helvetica, corbel, liberation sans, georgia, lucida grande, verdana, sans-serif;*/
border:1px solid #ccc;
background:#F8F8F8;
color:#333;
font-size:0.87em
}
small {
font-size:0.87em
}

/*===== o0o: HEADINGS=====*/
h1,h2,h3,h4 {
font-weight:700;
color:#111;
padding:5px 0 0
}
#header h1 {
font-weight:700;
font-size:1.5em;
padding:15px 0 0 12px
}
h1 {
font-size:2.5em;
}
h2 {
font-size:1.625em
}
h3 {
font-size:1.375em
}
#rightColumn h3 {
font-size:1.25em;
padding:0 0 0 12px;
background: #C2CFF1;
margin:20px 0 0
}
h4 {
font-size:1em
}

/*===== o0o: LINKS=====*/
a, a:visited { 
border-bottom: 1px dotted #bfbfbf; 
color: #002f5f;
text-decoration: none; 
}
a img, a:visited img, a:hover img { 
background-color: transparent; 
border: 0 !important; 
border-bottom: 0!important; 
}
a:hover { 
background-color: #002f5f; 
border-bottom: 1px solid #002f5f; 
color: #fff; 
}
h2.posttitle,h2.posttitle a {
font-size:1.25em;
line-height:1.2em;
/*color:#111;*/
color: #5f85b0;
font-weight:700;
margin:0;
border-bottom: 0
}
h2.posttitle a:hover {
color:#111;
text-decoration:none;
background-color: transparent
}
a.image-border {
text-decoration:none;
border:0 none;
background-color: transparent
}
#header a, #header a:hover {
color:#111;
background-color: transparent; 
border-bottom: 0;
}

/*===== o0o: SIDEBAR=====*/
#rightColumn ul {
margin:0 0 30px;
padding:0
}
#rightColumn ul li ul {
margin:0;
padding:0
}
#rightColumn ul li {
list-style:none
}
#rightColumn li {
list-style:none
}
#rightColumn ul li ul li {
list-style:none;
list-style-position:outside;
list-style-image:url(images/arrow.gif);
margin-left:17px
}

ul.menu {
font-weight:700
}

/*===== o0o: COMMENTS=====*/
ol.commentlist { 
list-style:none; 
margin:0;
padding:0; 
text-indent:0;
overflow:hidden;
}
ol.commentlist li { 
border:1px solid #ebeff9;
height:1%; 
margin:0 1px 3px; 
padding:5px 7px 10px 50px;
/*padding:5px 7px 5px 57px;*/
font-size: 0.8em;
position:relative
}
ol.commentlist li div.comment-author { 
padding:0 130px 10px 0;
font-weight: bold;
}
ol.commentlist li div.vcard { 
/*font:bold 1em corbel, liberation sans, georgia, lucida grande, sans-serif*/
}
ol.commentlist li div.vcard cite.fn { 
font-style:normal 
}
ol.commentlist li div.vcard img.avatar { 
border:1px solid #ddd; 
left:3px; 
padding:2px; 
position:absolute; 
top:7px;
}
ol.commentlist li div.comment-meta { 
/*font:bold 0.87em* corbel, liberation sans, georgia, lucida grande, sans-serif;*/
font-size:0.87em;
position:absolute; 
right:10px; 
text-align:right; 
top:5px; 
}
ol.commentlist li p { 
/*font:normal 0.8em "Helvetica Neue", corbel, liberation sans, georgia, lucida grande, sans-serif;*/
margin:0 0 1em;
line-height:1.3em;
/*line-height:1.6em;*/ 
}
ol.commentlist li ul { 
/*font:normal 0.8em corbel, liberation sans, georgia, lucida grande, sans-serif;*/
list-style:square; 
margin:0 0 1em; 
padding:0; 
text-indent:0; 
}
ol.commentlist li ul.children { 
list-style:none; 
margin:1em 0 0; 
text-indent:0; 
}
ol.commentlist li ul.children li.depth-2, ol.commentlist li ul.children li.depth-3, ol.commentlist li ul.children li.depth-4 { 
margin:0 0 .25em; 
}
ol.commentlist li.even { 
background:#f5f5f5;
}
ol.commentlist li.odd { 
background:#f5f5f5
}
ol.commentlist li.pingback div.vcard { 
padding:0 170px 0 0
}

/*===== o0o: IMAGES=====*/
.alignleft {
float:left
}
.alignright {
float:right
}
img {
border:0
}
img.avatar {
float:left;
padding-right:5px
}
p img {
max-width:98%;
padding:0
}
img.alignright {
display:inline;
margin:7px 0 2px 7px;
padding:4px
}
img.alignleft {
display:inline;
margin:7px 7px 2px 0;
padding:4px
}
img.centered,.aligncenter,div.aligncenter {
display:block;
margin-left:auto;
margin-right:auto
}

/*===== o0o: CAPTIONS=====*/
.wp-caption {
border:1px solid #ddd;
text-align:center;
background-color:#F8F8F8;
padding-top:4px;
margin:10px
}
.wp-caption img {
border:0 none;
margin:0;
padding:0
}
.wp-caption p.wp-caption-text {
color:#666;
font-style:italic;
line-height:17px;
margin:0;
padding:0 4px 5px
}

/*===== o0o: WIDGETS=====*/
div#calendar_wrap,table#wp-calendar {
width:100%
}
div#calendar_wrap {
padding:0 15px 0 5px
}
div#calendar_wrap caption {
font-size:1.1em;
font-weight:700;
padding:0 20px 0 0
}

/*===== o0o: navigation =====*/
.wp-pagenavi {
        clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
        text-decoration: none;
        font-size:1.1em;
        border: 1px solid #e5e5e5;
        padding: 0.2em 0.5em;
        margin: 0 1px;
}
/*
.wp-pagenavi a:hover, .wp-pagenavi span.current {
        border-color: #000;
}
*/
.wp-pagenavi span.current {
        background: #e5e5e5;
}
.wp-pagenavi span.current {
        font-weight: bold;
}

