/* global */
body {
    margin: 0;
    padding: 0;
    font: normal 11px Verdana, Arial, Helvetica, sans-serif;
    background: #292929 url(../images/background.jpg) repeat;
}
img {
    border-style: none;
}
a {
    text-decoration: none;
    color: #257CDC;
}
a:hover {
    text-decoration: underline;
}
input {
    font: 100% Arial, sans-serif;
    vertical-align: middle;
}
ul {
    list-style-type: none;
}
pre {
    font-size: 12px;
    padding: 0;
    margin: 0;
    background: #f0f0f0;
    border-left: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
    line-height: 20px;
    background: url(http://www.pxleyes.com/images/pre_code_bg_ylw.gif) repeat-y left top;
    width: 600px;
    overflow: auto;
    overflow-Y: hidden;
}
pre code {
    margin: 0 0 0 40px;
    padding: 18px 0;
    display: block;
}
h3 {
    clear: both;
    color: #257CDC;
    font: normal 19px 'Open Sans Condensed', sans-serif;
    margin: 30px 5px 25px 0px;
    padding-bottom: 1px;
    border-bottom: 2px solid #F0F0F0;
}
/* images */
.img_inline {
    border: 0;
    display: inline;
}
.img_thumb {
    display: block;
    border: 1px solid #C0C1C1;
    padding: 3px;
    background-color: #FFFFFF;
}
.img_thumb:hover {
    border: 1px solid #68A7EC;
}
.img_avatar {
    display: block;
    border: 1px solid #F0F0F0;
    padding: 3px;
    background-color: #FFFFFF;
    margin: 5px 10px 10px 0px;
}
.img_avatar:hover {
    border: 1px solid #68A7EC;
}
.img_entry {
    display: block;
    border: 1px solid #F0F0F0;
    padding: 3px;
    background-color: #F5F5F5;
}
.img_entry:hover {
    border: 1px solid #68A7EC;
}

/* structure */
#container {
    margin: 0 auto;
    padding: 0;
    width: 1006px;
    background-color: #FFF;
    color: #555555;
}
#header {
    position: relative;
    background-color: #FFF;
}
#header .logo {
    float: left;
}
#header .topad {
    text-align: right;
    float: right;
}
#header:after {
    clear: both;
}
#content-area {
    float: left;
    width: 960px;
    padding: 20px 23px 30px 23px;
    background-color: #FFF;
    min-height: 1800px;
}
#content-area .fp_newentries h3 {
    margin-top: 5px;
}
#content-area h4 {
    padding-top: 20px;
}
#content-area .box {
    margin-bottom: 10px;
    line-height: 19px;
    background-color: #FFF;
    text-align: left;
}
#content-area .box h1 {
    margin-top: 10px;
    margin-bottom: 5px;
    font: normal 26px 'Open Sans Condensed', sans-serif;
    text-align: left;
    padding-left: 1px;
    color: #7E7E7E;
}
#content-area .box h1 a {
    color: #257CDC;
}
#content-area .box h2 {
    font: normal 18px 'Open Sans Condensed', sans-serif !important;
    text-align: left;
    border-bottom: 1px solid #F0F0F0;
    color: #257CDC;
    padding-bottom: 3px;
    padding-top: 15px;
}
#content-area .box h2 a {
    color: #257CDC;
}
#content-area .box:after {
    height: 0;
    clear: both;
    content: "";
    display: block;
}
#content-area .box .vote-box {
    padding: 3px 11px 10px 12px;
}
#content-area .box .breadcrumb {
    padding-left: 1px;
    border-top: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
    background-color: #FFF;
    color: #A2A2A2;
    font-size: 11px;
}
#content-area .box .breadcrumb a {
    color: #257CDC;
}

#sidebar {
    display: none;
}

.footer-box {
    height: 1%;
    overflow: hidden;
    background: #17569b url(http://www.pxleyes.com/images/bg-footer-holder.gif) repeat-x;
    border-top: 1px solid #5eb0e1;
    border-bottom: 1px dotted #5eb0e1;
    width: 1006px;
    margin: 0 auto;
}
.footer-box a {
    color: #FFF;
}
.footer {
    min-height: 192px;
    overflow: hidden;
    padding: 15px 0px 20px;

    color: #fff;
    text-align: center;
}
* html .footer {
    height: 192px;
    overflow: visible;
}
.footer p {
    line-height: 20px;
    margin: 6px 0 0;
}
.footer .holder {
    margin: 0 0 0 -30px;
    text-align: left;
}
.footer .fbox {
    display: inline;
    width: 350px;
    float: left;
    margin: 0 0 0 65px;
}
.footer .latest-blog {
    margin: 0 0 0 5px;
}
.footer .fbox .txt {
    height: 1%;
    overflow: hidden;
    padding: 0 0 0 4px;
}
.footer .fbox .txt span {
    color: #FFCC00;
    font-weight: bold;
}

.footer h3 {
    margin: 0 0 0 2px;
    padding-bottom: 5px;
    font: 24px/26px 'Open Sans Condensed', sans-serif;
    color: #fff;
}
.footer h3.blogposstitle {
    width: 540px;
}
.footer .cr {
    margin: 40px 0px -15px 0px;
}
.footer .fbox .blogcontainer {
    width: 650px;

}
.footer .blogcontainer .post {
    float: left;
    margin-right: 50px;
}

.footer .blogcontainer .post .title {
    padding-bottom: 10px;
    margin-top: 20px;
}

.footer #linkcontainer div {
    padding-right: 5px;
    display: inline;
}

/* text */
.txt_sub {
    color: #8f98b0;
    font-size: 10px;
    vertical-align: top;
}
.txt_blue {
    color: #257CDC
}
.txt_lightblue {
    color: #F0F0F0
}
.txt_black {
    color: #555555
}
.txt_grey {
    color: #555555;
    font-size: 8pt
}
.txt_yellow {
    color: #FFCC00
}
.txt_white {
    color: #FFF
}
.txt_green {
    color: #408608
}
.txt_orange {
    color: #EA8602
}
.txt_disabled {
    color: #999
}
.txt_red {
    color: #FF6464
}
.txt_bigblue {
    font-size: 12px;
    color: #257CDC;
    font-weight: bold
}
.txt_hugeblue {
    font-size: 22px;
    color: #257CDC;
    font-weight: bold
}
.txt_hugegreen {
    font-size: 24px;
    color: #093;
    font-weight: bold
}
.txt_giantblue {
    font-size: 70px;
    color: #257CDC;
    font-weight: bold
}
.txt_small {
    font-size: 8pt;
    font-weight: bold;
}
.txt_left {
    text-align: left
}
.txt_right {
    text-align: right
}
.txt_center {
    text-align: center
}
.txt_bold {
    font-weight: bold;
}
.paddingleft {
    padding-left: 10px
}
.paddingleftlong {
    padding-left: 20px
}
.paddingrightlong {
    padding-right: 20px
}
.paddingright {
    padding-right: 10px
}
.paddingbottom {
    padding-bottom: 10px
}
.paddingtop {
    padding-top: 10px
}
.floatleft {
    float: left;
}
.floatright {
    float: right;
}
.topalign {
    vertical-align: top
}
.bottomalign {
    vertical-align: bottom
}
.clearboth {
    clear: both;
}
.inline {
    display: inline;
}
.block {
    display: block;
}

.photography_main_color {
    color: #A80077;
}
.photoshop_main_color {
    color: #257CDC;
}
.drawing_main_color {
    color: #66A118;
}
.threed_main_color {
    color: #000;
}

#search {
    margin: 10px auto;
    width: 960px;

}