/* WP STATS */
/*img#wpstats{display:none}*/

@font-face {
    font-family: 'FrutigerRegular';
    src: url('frutiger-light-webfont.eot');
    src: local('?'), url('frutiger-light-webfont.woff') format('woff'), url('frutiger-light-webfont.ttf') format('truetype'), url('frutiger-light-webfont.svg#webfontmaBNrHvO') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*BACKGROUND IMAGE************/
body {
    background: #FFFFFF;
    /*if you want a solid color instead, erase "url('images/bg.jpg') repeat" and write in your color code "#333333"*/
    font-family: FrutigerRegular, sans-serif;
    font-size: 11pt;
    color:#212626; /*OVERALL TEXT COLOR*/
}

/*LINK STYLES****************/
a {
    text-decoration:underline;
    color:#212626;
    outline: none;
    -moz-outline-style: none;
}
a:hover {text-decoration:none;}


#header {
/*
    border-top: 1px solid #212626;
    border-bottom: 0px solid #212626;
    border-left: 1px solid #212626;
    border-right: 1px solid #212626;
*/
    padding-top: 3px;
    width: 1000px;
    -moz-box-shadow: 0px 0px 20px #CCCCCC;
    -webkit-box-shadow: 0px 0px 20px #CCCCCC;
    box-shadow: 0px 0px 20px #CCCCCC;
}

.search label {
    color:#FFFFFF;
    display:inline;
    text-decoration:none;
    font-family: FrutigerRegular, sans-serif;
    font-size: 10pt;
    text-transform: uppercase;
    position: relative;
    bottom: 3px;
}

.search span {
    background: #FFFFFF;
    display:inline;
    width:170px;
    position: relative;
    bottom: 1px;
}

.search span input {
    height: 18px;
    margin: 0px 0px 0px 0px;
    position: relative;
    bottom: 4px;
}

.search {
    height:20px;
}

#searchpadding {
    height:20px;
    width:80px;
    background:#AEBFAF;
}

/*BANNER COLORS*************/
#banner {
height: 325px; /*BANNER HEIGHT in case you want to change it*/
overflow: hidden;
}


/*TWITTER / SEARCH / RSS***/
.holder {
    background:#e9e6dd;
}
.holder .text strong {
    display:block;
    font-size:10pt;
    color:#2c2c2c;
    line-height:17px;
    position:relative;
    margin:-4px 0 0;
}
.holder .text p {
    font-size:10pt;
    color:#2c2c2c;
    line-height:17px;
    margin:0 0 5px;
}

/*POSTS*******************/
.title {
    text-align: center;
    border-bottom: 1px solid #000000;
    margin-bottom: 45px;
}
    /*POST TITLE FONT STYLE**/
.ti, .title h2 {
    font-family: FrutigerRegular, sans-serif;
    font-size: 18pt;
    color:#212626;
    letter-spacing:1px;
    text-transform: uppercase;
}
    /*DATE AND CATEGORY FONT STYLES*/
.title span a, .title span {
    position: relative;
    bottom: 15px;
    color:#212626;
    font-family: FrutigerRegular, sans-serif;
    font-size: 9pt;
}


/*COMMENT BOX**************/
.comment {
    /*COMMENT BOX BACKGROUND color*/
    background:#f0f0f0;
    width:970px;
    margin:0 15px 58px;
    padding:8px 0 4px;
    height:148px;
    overflow:auto;
    font-family: FrutigerRegular, sans-serif;
    font-size: 9pt;
}
.text-box p span,
.text-box p a
{
    /*COMMENTER's LINK COLOR*/
    color:#000000;
}
.text-box {padding:0 12px;}
.text-box p {
    font-family: FrutigerRegular, sans-serif;
    font-size: 9pt;
    color:#222121;
    margin:0;
}

/* NEXT / PREVIOUS PAGE ARROWS*/
.arrows {
    list-style:none;
    margin:0;
    padding:0;
    height:1%;
    overflow:hidden;
    background:#CCCCCC;
}
.arrows li {
    font-family: FrutigerRegular, sans-serif;
    font-size: 9pt;
    color:#000000;
    text-transform:uppercase;
}
.arrows li.prev {
    float:left;
    padding:0 0 0 29px;
}
.arrows li.next {
    float:right;
    padding:0 16px 0 0;
}
.arrows li a {
    color:#444444;
    text-decoration:none;
}
.arrows li a:hover {text-decoration:underline;}

/*FOOTER LINKS*/
#footer {
    padding:8px 0 0;
    width:100%;
    font-family: FrutigerRegular, sans-serif;
    font-size: 9pt;
    color:#FFFFFF;
    text-align:center;
}
#footer p {margin:0;}
#footer a, #footer a:hover, #footer a:visited {
    text-decoration: none;
    color: #FFFFFF;
}

/*NAVIGATION for single posts*/
.navigation {
    width: 970px;
    padding-left: 15px;
}

.alignleft {float: left;}
.alignright {float: right;}

.clear {clear: both;}





/*Edit only if you dare*/





body {
    margin:0;
}
img {border-style:none;}
input,
textarea,
select{
    font-family: FrutigerRegular, sans-serif;
    font-size: 11pt;
    vertical-align:middle;
}
form,fieldset{
    margin:0;
    padding:0;
    border-style:none;
}
/*main container*/
#main {
    margin:0 auto;
    width: 1000px;
    padding:33px 0 20px;
}
/*header*/
#header img {
    display:block;
}

.logo {
    display:block;
    margin:0 auto;
    -moz-box-shadow: 0px 0px 0px;
    -webkit-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px;
}

#menupadding {
    height:45px;
    background:#FFFFFF;
    position: relative;
    z-index: 1;
}

#menu {
    list-style:none;
    padding: 0px 0px 0px 0px;
    background:#AEBFAF;
    border-top: 3px solid #FFFFFF;
    width: 992px;
    margin: 0 auto;
    height:30px;
    position: relative;
    z-index: 2;
}

#menu:after {
    content:" ";
    display:block;
    clear:both;
}
#menu li {
    padding:8px 5px 0px 30px;
    float:left;
}
#menu li a {
    height:20px;
    float:left;
    text-align:center;
    text-decoration:none;
    font-family: FrutigerRegular, sans-serif;
    font-size: 10pt;
    text-transform: uppercase;
    color:#FFFFFF; /*MENU FONT COLOR*/
    letter-spacing:2px;    
}

#menu li a:hover {
    color:#212626; /*MENU FONT COLOR WHEN HOVERING*/
}

#menu li.hover a,
#menu li:hover a,
#menu li.hover,
#menu li:hover {
    position: relative;
}

#menu li.hover ul,
#menu li:hover ul {
    display: block;
}
#menu ul {
    padding:14px 0 6px;
    margin: 0;
    list-style:none;
    width:170px;
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background:#747878;
    filter:alpha(opacity=80);
    -moz-opacity:.80;
    opacity:.80;    
}
#menu ul li {    
    padding:0 10px 0 17px;
    width:170px;    
}
#menu ul li a {
    text-align:left;
    width:100%;
    background:none;
    color:#FFFFFF;
    line-height:18px;
    height:auto;
    display:block;    
}
#menu ul li a:hover {
    color:#212626;
}

.holder {
    padding:20px 15px 20px;
    width:970px;
    overflow:hidden;
}
.holder ul {
    list-style:none;
    margin:0;
    padding:0;
    height:1%;
    overflow:hidden;
}
.holder ul li {float:left;}
.holder .text {
    width:420px;
    padding:0 64px 0 17px;
}
.holder ul li.search {
    padding:0 67px 0 95px;
    width:187px;
}
.holder ul li.search label {
    color:#2b2b2b;
    font-size:10pt;
    line-height:10px;
    display:block;
    text-transform:uppercase;
    padding:0 0 9px;
}
.holder ul li.search span {
    background:url(images/search.gif) no-repeat;
    display:block;
    width:171px;
    height:330px;
    padding:6px 8px 0;
}
.holder ul li.search span input {
    background:none;
    border:0;
    width:171px;
}
.holder ul li.rss {padding: 11px 0 0 49px;}
.holder ul li.rss a {
    display:block;
    width:43px;
    height:44px;
    overflow:hidden;
    text-indent:-9999px;
    background:url(images/rss.png) no-repeat;
}
/*content*/
#content {
    width:1000px;
    background:#FFFFFF;
/*
    border-style: solid;
    border-top-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-color:#212626;
*/
    -moz-box-shadow: 0px 0px 20px #CCCCCC;
    -webkit-box-shadow: 0px 0px 20px #CCCCCC;
    box-shadow: 0px 0px 20px #CCCCCC;
}
.post {
    padding:35px 15px;
    overflow:hidden;
}
.post p {
    line-height:25px;
    margin:0 0 22px;
}
.image {
    display:block;
    margin:0 0 19px;
    border-style:solid;
}
.image img, img {
    display:block;
    margin:0 auto;
    -moz-box-shadow: 0px 0px 20px #AAAAAA;
    -webkit-box-shadow: 0px 0px 20px #AAAAAA;
    box-shadow: 0px 0px 20px #AAAAAA;
}
.content-box {
    width:970px;
    padding:0 15px 10px;
    overflow:hidden;
}

.coment {
    list-style:none;
    margin:0;
    padding:0;
    height:1%;
    position:relative
    bottom: 150px;
}
.coment li {
    background:url(images/comments-divider.gif) no-repeat 0 50%;
    padding:0 19px 0 21px;
    position:relative;
    float:left;
    font-family: FrutigerRegular, sans-serif;
    font-size: 9pt;
    margin:0 19px 0 -21px;
}
.coment li a {
    color:#82817d;
    text-decoration:none;
    outline:none;
}
.coment li a:hover {text-decoration:underline}

.coment li.element1 {
    background: null;
}

.coment li.element2 {
    position: absolute;
    left: 600px;
}

.coment li.element3 {
    position: absolute;
    left: 712px;
}

.links {
    list-style:none;
    margin:0;
    padding:0 2px 0 0;
    float:right;
}
.links li {
    float:left;
    padding:0 6px 0 0;
}
* html .links li {
    float:left;
    width: 15px;
    padding:0 6px 0 0;
}
* +html .links li {
    float:left;
    width: 15px;
    padding:0 6px 0 0;
}


/*new-comment*/
.new-comment {
    width:640px;
    padding:0px 0 0 257px;
}
.form {
    width:436px;
    padding:0px 35px 30px 28px;
    background:#fff;
}
.form label {
    display:block;
    color:#777777;
    font-family: FrutigerRegular, sans-serif;
    font-size: 11pt;
}
.form-box {
    width:100%;
    overflow:hidden;
}
.left-box {
    float:left;
    width:232px;
    padding:2px 0 0;
}
.right-box {
    float:right;
    width:200px;
}
.right-box textarea {
    width:178px !important;
    height:109px !important;
    padding:10px !important;
    overflow:auto !important;
    border:1px solid #ccc !important;
}
.form .line {
    padding:0 0 17px !important;
}
.form .line input {
    width:186px !important;
    border:1px solid #ccc !important;
    padding:1px 6px !important;
}
.form  .cancel {
    display:block;
    width:38px;
    height:12px;
    overflow:hidden;
    background:url(images/cansel.gif) no-repeat;
    text-indent:-9999px;
}
.form .bottom {
    height:1%;
    overflow:hidden;
    padding:8px 0 0 144px;
}
.form .bottom input {
    float:left;
    margin:0 19px 0 0;
    padding:2px 0 0;
}
.log_admin{
    padding-left: 234px;
}
.title a {
    text-decoration: none;
}
.comment_form input, .comment_form textarea, .input {
    border:1px solid #ccc !important;
}
.comment_form{
    padding-left: 257px;
    width: 432px;
}
.comment_form .submit{
    border: none !important;
}
.inner {
    padding: 20px;
}
.coment{
    text-transform: uppercase;
}

