@CHARSET "UTF-8";

/*
Theme Name: NerdPress Default
Theme URI: http://nerdpress.org/
Description: The default NerdPress theme
Tags: dope, fresh, nerdpress

	New 'n' Improved

*/

/*
CSS RESET
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, 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-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

:focus {
    outline: 0;
    outline-style:none;
}
body {
    line-height: 1.2;
    color: #999;
}
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: "" "";
		font-style:italic;
		font-weight:bold;
		margin-left:20px;
}


html {
    height: 100%;
}

body {
    height: 101%;
    background-color: #fff;
}

strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}
a {
    text-decoration:none;
}
a img {
    border:0px none;
}

a.more-link {
    display:block;
    margin-top:2px;
    font-family: "Times New Roman",Times,FreeSerif,serif;
    font-style:italic;
    font-size: 14px;
}

.hideme {
    position: absolute;
    left: -9999em;
    top: -9999em;
}

label,
input[type=button],
input[type=submit],
button {
    cursor: pointer;
}



abbr[title] {
    border-bottom: 1px dotted #888 !important;
    cursor: help;
}

a abbr {
    cursor: pointer !important;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.ie7 address {
    font-style: normal;
}

img {
    -ms-interpolation-mode: bicubic;
}

.left {
    float:left;
}
.right {
    float:right;
}
.clear {
    clear:both;
    float:none !important;
}

.clearfix {
    display: inline-block;
}

p.activated,
label.activated small {
    color:#333!important;
}
.underline {
    text-decoration:underline;
}


/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

hr {
    display:none;
    clear:both;
}

#rap .syntaxhighlighter,
#rap .syntaxhighlighter div,
#rap .syntaxhighlighter code,
#rap .syntaxhighlighter span {
    font-family: "Courier New",Courier,monospace!important;
}

body {
    background: #fff;
    color: #2e2d2d;
    font-family: "Times New Roman",Times,FreeSerif,serif;
    font-size: 15px;
    margin: 0;
    padding: 0;
}

/* Structure Divs */

#rap{
    width:800px;
    margin: 20px auto;
    position:relative;
    top: 0px;
    background-color:#fafaf6;
}
#firstPad {
    padding: 0 10px;
    border: 1px solid #000;
}
#newshead {
    background-color:#000;
    height: 19px;
    color:#FFF;
    padding: 6px 0 5px 0;
}
#header {

}
#header div,
#newshead {
    text-align:center;
}

span.author {
    padding: 5px 3px;
    text-transform:uppercase;
    font-style: italic;
}
div.entry span.author {
    padding: 0;
    text-transform:none;
    font-family: "Times New Roman",Times,FreeSerif,serif;
    font-style: italic;
    font-size: 14px;
}
div.entry span.author a {
    color:#333;
}
#newshead a:link,
#newshead a:active,
#newshead a:visited {
    text-transform:none;
    text-decoration: none;
}
#newshead a:hover {
    text-decoration:underline;
}
#newshead a:focus {
    text-decoration:none;
    border-bottom: 1px dotted #FFF;
}
#newshead a {
    color:#FFF;
    font-style: normal;
}
#mainhead {
    height: 107px;
    border-bottom: 1px solid #CCCCCC;
}
#mainhead h1 {
    position:relative;
    top: 18px;
}
#mainhead h1 a {
    font-size:70px;
    color: #2e2d2d;
    font-weight:normal;
}
#mainhead h1 a span {
    font-size:60px;
}
#datecage {
    margin: 1px 0;
    border: 1px solid #CCCCCC;
    border-width: 1px 0;
    height: 25px;
}
#datecage span {
    font-size:18px;
    font-style:italic;
    position:relative;
    text-transform:uppercase;
    top:2px;
}
#menuCage {
    height:59px;
    border: 1px solid #CCCCCC;
    border-width: 1px 0;
}
ul#menu {
    position:relative;
    height:40px;
    top: 14px;
    left: 113px;
}
ul#menu li {
    display: block;
    float:left;
    margin: 0 27px;
}
ul#menu li a:link,
ul#menu li a:active,
ul#menu li a:visited {
    color:#4796b9;
    text-decoration:none;
    font-size:36px;
    font-weight:bold;
    display:block; /* just 2 make first-letter work */
}
ul#menu li a:hover, ul#menu li a.active {
    color:#b3450f;
    text-decoration:none;
}
ul#menu li a span {
    font-size:40px;
}
#subhead * {
    font-family: Arial,Helvetica,sans-serif;
}
#header #subhead {
    text-align:left;
    height: 32px;
    background-color: #e7e7e2;
    position:relative;
    border-bottom: 1px solid #CCCCCC;
}
#subhead form#searchform  {
    margin:3px 0 0 25px;
    float:left;
}
form#searchform input {
    display:block;
    float:left;
}
form#searchform input#s {
    border:0px none;
    border-left: 1px solid #e1e1dd;
    border-right: 1px solid #FFF;
    background-image:url(images/search_bg.gif);
    background-repeat: repeat-x;
    background-color:transparent;
    width: 213px;
    height: 22px;
    padding: 2px;
    color: #4796B9;
}

#commentform input[type=text],
#commentform textarea {
    background-color:#FAFAFA;
    border-color:#999999 #E1E1DD #E1E1DD #999999;
    border-right:1px solid #E1E1DD;
    border-style:solid;
    border-width:1px;
    color:#333333;
}


.entry form p {
    width:auto!important;
    margin:0;
}
input[type=text],
textarea {
    color: #4796B9;
    background-color:#FAFAFA;
    border:0px solid #e1e1dd;
}
input[type=text]:focus,
textarea:focus {
    background-color:#FFFFFF;
    color: #333;
    
}

form.wpcf7-form {
    width:395px;
}
form.wpcf7-form input,
form.wpcf7-form textarea {
    width:100%;
}
div.submit input {
    width:auto;
}
form.wpcf7-form textarea {
    padding: 5px 0;
    font-family:Arial,Helvetica,sans-serif;
}
form.wpcf7-form textarea,
form.wpcf7-form input {
    font-size:13px;
}
span.wpcf7-form-control-wrap.your-name,
span.wpcf7-form-control-wrap.your-email,
div.txtarea {
    background-color:#FAFAFA;
    border-color:#CCCCCC;
    border-style:solid;
    border-width:1px 0;
    color:#333333;
    display:block;
    font-family:Arial,Helvetica,sans-serif;
    font-size:20px;
    line-height:31px;
    margin:16px 0;
    padding-bottom:5px;
    padding-top:5px;
    padding-left:5px;
    position:relative;
    width:100%;
}
p.activated span.wpcf7-form-control-wrap.your-name,
p.activated span.wpcf7-form-control-wrap.your-email,
div.txtarea.activated {
    background-color:#FFF;
}

form#searchform input#search_button {
    padding:0;
    margin: 0 1px;
}
#subhead a#rssLink {
    position:absolute;
    top: -13px;
    right: 0px;
    display:block;
    width:203px;
    height:45px;
    line-height:45px;
    /*background-image: url(images/RSSicon.png);
    background-repeat:no-repeat;
    background-position: center right;*/
    color: #4796B9;
}
#subhead a#rssLink img{
    position:absolute;
    right: 13px;
}
#subhead a#rssLink span {
    position:absolute;
    top: 9px;
    left:0px;
}


#content {
    padding: 20px 25px;
}

div.entry {
    width:395px;
    color: #999999;
    padding:15px 0;
    line-height:18px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
}
div.entry a:link,
div.entry a:visited,
div.entry a:active {
    color: #4796B9;
    text-decoration:none;
}
div.entry a:hover,
div.entry a:focus {
    text-decoration:underline;
}
div.entry p {
    color: #999999;
    margin-bottom: 12px;
}
div.entry div.authCage p {
    margin-bottom: 9px;

}
div.entry div.authCage p span {
    cursor: pointer;
}
div.entry div.authCage div.authDetail {
    margin: 20px 0 10px 20px;
    
}
div.authImg {
    display:inline;
    float:left;
    margin-right:10px;
    cursor:pointer;
}
div.entry p.authName {
    font-family: "Times New Roman",Times,FreeSerif,serif;
    font-weight:normal;
    font-size: 18px;
    font-style: italic;
    color:#2e2d2d;
    margin-bottom:2px;
}
div.entry h2 {
    margin: 0 0 10px 0;
    line-height:26px;
}
div.entry h2,
div.entry h2 a:link,
div.entry h2 a:visited,
div.entry h2 a:active {
    font-family: "Times New Roman",Times,FreeSerif,serif;
    font-weight:normal;
    font-size: 24px;
    color:#2e2d2d;

}
div.entry h2 a:hover,
div.entry h2 a:focus {
    text-decoration:none;
    color: #4796B9;
}


div.postDate {
    background-image:url(images/thePoint.gif);
    background-repeat:repeat-x;
    background-position: 0px 11px;
    margin: 20px 0;
    color:#2e2d2d;
    font-family: "Times New Roman",Times,FreeSerif,serif;
    font-weight:normal;
    font-size:14px;
}

div.cmtHead {
    background-image:url("images/thePoint.gif");
    background-position:0 11px;
    background-repeat:repeat-x;
    color:#2e2d2d;
    margin:10px 0;
    font-family: "Times New Roman",Times,FreeSerif,serif;
    font-weight:normal;
    font-size:14px;
    width:390px;
}


div.postDate span {
    background-color: #FAFAF6;
}
div.postDate span.left {
    padding-right:1px;
}
div.postDate span.right {
    padding-left:1px;
}
div.cmtHead span {
    background-color:#FAFAF6;
    padding: 0 1px;
}
div.cmtHead span.right cite,
div.cmtHead span.right a {
    font-style:italic;
    font-size: 16px;
    color: #2e2d2d;
}
div.cmtHead a {
    text-decoration:none;
    color: #2e2d2d;
}

div.vcard {
    float:left;
    position:relative;
    top:-4px;
    display:inline;
}
div.vcard img {
    margin-right: 0px;
}
div.cmtHead span.left {
    padding-left:10px;
}


h3#comments {
    background-color:#E7E7E2;
    border-color:#CCCCCC;
    border-style:solid;
    border-width:1px 0;
    color:#333;
    font-family: "Times New Roman",Times,FreeSerif,serif;
    font-size:20px;
    height:32px;
    left:-25px;
    line-height:31px;
    margin:45px 0 20px;
    padding-left:25px;
    position:relative;
    width:753px;
}

ol.commentlist li.comment {
    padding: 15px 0;
}
div.comments ol.commentlist li.comment p {
    left: 55px;
    width:340px;
    position:relative;
}

div.entry {
    width:auto;
    margin-bottom:20px;
}
div.entry p,
div.entry ul,
div.entry ol,
div.entry div.postDate,
div.entry h2
{
    width:395px;
}
div.comments ul,
div.comments ol {
    width:auto;
}

/* Authors */
div.authCage {
    width:680px;
    position:relative;
    font-family: "Times New Roman",Times,FreeSerif,serif;
    font-size:14px;
    margin-left:60px;
    margin-top:3px;
}

div.auth_latest {
    bottom:0;
    display:none;
    left:0;
    width:650px;
    margin:5px 0 10px 20px;
}
div.auth_latest a {
    font-style: italic;
}
span.triggerPosts {
    color:#4796B9;
    font-style: italic;
    cursor:pointer;
}
div.auth_latest span {
    display:block;
    float:left;
    width:130px;
    color:#333;
		margin-right:25px;
    text-align:right;
}

img.avatar,
img.photo {
    border: 1px solid #CCC;
    background-color: #f2f2f2;
    padding: 5px;
    margin-right: 5px;
}
div.authImg img.avatar,
div.authImg img.photo {
    opacity: .85;
    filter:alpha(opacity=85%);
}

hr#tilde {
    height:33px;
    background: transparent url(images/subfoot_hr.png) no-repeat top left scroll;
    display:block;
    border: 0px none;
    margin:0;
		background-color:#fff;
}

div.addthis_container a img {
    padding: 2px;
    border: 1px solid #CCC;
    margin: 5px 0;
}
div.entry p.tags,
div.entry p.cats {
    text-transform:uppercase;
    color: #333;
    font-size:12px;
}
div.entry p.tags {
    margin: 15px 0 0;
}
div.entry p.cats {
    margin: 0 0 20px;

}
div.entry p.tags a,
div.entry p.cats a {
    text-transform:none;

}

ul.page-numbers {
    position:relative;
    top:2px;
}

.page_navi {    
    background-color:#E7E7E2;
    border-color:#CCCCCC;
    border-style:solid;
    border-width:1px 0;
    color:#333;
    font-family: "Times New Roman",Times,FreeSerif,serif;
    font-size:20px;
    height:32px;
    left:-25px;
    line-height:31px;
    margin:45px 0 20px;
    padding-left:25px;
    position:relative;
    width:753px;
    font-weight:bold;
}
.page_navi li {
    line-height:0%;
    display:inline;
    padding:0;
    margin:0;
    font-size:12px;
}
div.entry .page_navi a, div.entry .page_navi a:visited,
div.entry .page_navi span.pages, div.entry  .page_navi span.extend, div.entry .page_navi span.current,
div.entry .page_navi span.dots
{
    color: #333;
    width:30px;
    padding:0;
    margin:0 3px 0 0;
    display:block;
    float:left;
    text-align:center;
    line-height:30px;
    position:relative;
    top: 1px;
    opacity: 0.4;    
    filter:alpha(opacity=40%);
}
div.entry .page_navi span.current,
div.entry .page_navi span.dots {
    opacity:1!important;
    filter:alpha(opacity=100%)!important;
}

div.entry .page_navi a:hover {
    color:#333;
}
div.entry .page_navi a:focus,
div.entry .page_navi a:active {
    color:#333;
    font-size:17px;
    text-decoration:none;
}
.page_navi a.page-numbers {
    position:relative;    
    text-decoration:none;
}
div.entry .page_navi a.prev,
div.entry .page_navi a.next {
    top: 0px;

}
div.entry .page_navi span.current {
    font-size: 16px;
    color: #333;
    top:1px;
}
div.entry .page_navi a:hover,
div.entry .page_navi a.prev:hover,
div.entry .page_navi a.next:hover {
    text-decoration:none;
}



#footer {
    background-color:#2e2d2d;
    padding:35px 35px 15px;
    font-size: 13px;
}
#footLiner {
    background:#2e2d2d url(images/footer_bg.png) repeat-y 330px 0;
}
#footer div {
   float:left;
   color:#FFF;
}
#footer ul li a.commentAuthor {
    font-style:italic;
}
#footer ul li a.commentAuthor:hover {
    text-decoration:underline;
}

#footer div#footComments {
    width:300px;
    padding-right: 35px;
}
#footer div#footCats {
    width:120px;
    padding: 0 35px;
}

#footer div#footLinx {
    padding-left: 35px;
}
#footer div#footLinx ul {
    margin-bottom:20px;
}

#footer div#footComments ul {
margin-bottom:20px;
}
#footer div#footComments ul li {
    margin-bottom:5px;
}
#footer div#tagCloud {
    display:block;
    text-align:justify;
}
#footer div#tagCloud a {
    margin: 0 1px 0 0;
}
#footer h3 {
    font-weight:bold;
    text-transform:uppercase;
    color: #e4dab4;
    margin: 0 0 12px;
}
#footer a,
#footer ul li a,
#footer ul li a:visited,
#footer ul li a:active {
    color:#FFF;
    text-decoration:none;
}
#footer ul li a:hover,
#footer ul li a:focus {
    color:#f9efca;
    text-decoration:none;
}

#footer div#subfooter {
    float:none;
    margin-top:30px;
    position:relative;
    width:730px;
}
#footer div#subfooter p {
    position:relative;
    margin:0;
    font-size: 11px;
    color: #CCC;
}
#footer div#subfooter a,
#footer div#subfooter a:visited {
    font-size: 11px;
    color: #CCC;
    font-style:italic;
}
#footer div#subfooter a:hover,
#footer div#subfooter a:focus {
    color:#FFF;
}

#footer li.fbook span,
#footer li.twitter span {
    display:block;
    height:22px;
    width:22px;
    float:left;
    margin:5px 5px 5px 0;
    position:relative;
    top:-8px;
}
#footer li.fbook span {
    background: transparent url(images/facebook.png) no-repeat top left scroll;
}
#footer li.twitter span {
    background: transparent url(images/twitter.png) no-repeat top left scroll;
}
#footer ul li.fbook a span img,
#footer ul li.twitter a span img {
    width: 22px;
    height: 22px;       
    position:relative;
}

.fbCounter{
	margin:5px 0 0 2px;
} 

.fbCounter iframe{
	height:30px;
}
