
/*
*{
    margin:0;
    padding:0;
}
*/

body {
    font: 10pt Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
    background-color:#FDFCFC;
    color:#2F2F2F;
    margin: 0px;
    padding: 0px;

}

body a:hover {
    text-decoration: underline;
}

br{
    clear: both;
}

p{
    line-height:18px;
}

#page {
    width:940px;
    margin: 0px auto;
    background:url(/img/bg_blue.gif) repeat-x bottom center  #FFFFFF;

    /*
    background: url(/img/bg_content.gif) top center repeat-y;
    */
    /*
	background: #FFF url('/img/page_background.jpg') top center repeat-y;
	*/
}
#page_content {
    margin: 0px auto;
    padding: 0px 0px;
    width: 924px;

}

#header {

    /*	
    background-image: url(/img/bg_header.gif);

    background: url(/img/bg_content.gif) top center repeat-y;
    */
    height:68px;
    background: url(/img/top_bg.png) no-repeat;
}

#tail{
    margin: 0px auto;
    width: 950px;
    background: url(/img/bg_tail.png) no-repeat bottom center ;
    height:20px;
}



#header #header_right {
    float:right;
    width: 390px;
    text-align: right;
    padding: 6px 20px 20px 0;
}

#header #header_left {
    float:left;
    width: 480px;
    text-align: left;
    font-size: 1.2em;

    padding:10px 21px 15px;
}

#subscribe {
    text-align: right;
}


#content {
    float: left;
    width: 590px;
    padding-left: 0px;
    padding-top: 20px;
}

#sidebar {
    float: left;
    width: 310px;
    margin-left: 10px;
    padding: 6px;
}

#footer {
    width: 100%;
    clear: both;
    color: #666666;
    backgound-color:#D6F3FF;
    padding:10px;
    padding-top:81px;
    text-align: center;

}

#footer a, #footer a:hover, #footer a:visited {
    color: #74A2CF;
    text-decoration: none;
}

#footer_left {
    padding: 10px 0 10px 20px;
    text-align: left;
    float: left;
    width: 480px;
    line-height: 1.6em;
}

#footer_right {
    padding: 10px 20px 10px 0;
    text-align: right;
    float: right;
    width: 390px;
    margin-left: 0px;
}



/*-------------Headings-------------*/


h1, h2, h3 {
    color:#003A6F;
    font-size:10.5pt;
    font-weight:bold;
    line-height:14px;
    margin:5px 0 5px;
    text-align:left;
}

h1{
    font-size:11pt;
    margin:0px 0 15px;
}

h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited  {
    text-decoration:none;
    font-size:10.5pt;
    color:#2C608F;
}




h4 {
    font-size: 1.0em;
}


/*-------------The Post-------------*/



.navigation {
    display:block;
    margin-bottom: 20px;
}

#nav {
    list-style-type : none;
    text-align : center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 3.15em;
    height : 40px;
}

#nav a {
    margin: 0px;
    width : 94px;
    height : 20px;
    font-weight : bold;
    font-style : normal;
    display : block;
    padding: 0 0 10px 0;
}

#nav a:hover {
    background: #000;
}

#nav li {
    float: right;
    list-style-type: none;
    margin: 0px;
    border-right: solid 1px #fff;
}

.alignleft {
    float:left;
    text-align:left;
}

.alignright {
    float:right;
    text-align:right;
}

.pagetitle {
    font-size: 1.6em;
    margin-bottom: 20px;
}

blockquote {
    margin: 10px 0 10px 0;
    padding: 5px 10px 5px 10px;
    background: #FBF5DF;
    border-top: solid 1px #EDE0B3;
    border-bottom: solid 1px #EDE0B3;
}


code{
    display:block;
    overflow:auto;
    text-align:left;
    margin: 10px 0 10px 0;
    padding: 5px 10px 5px 10px;
    background: #FBF5DF;
    border-top: solid 1px #EDE0B3;
    border-bottom: solid 1px #EDE0B3;


    overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */ /*
	width: 99%; */
    word-wrap: break-word; /* Internet Explorer 5.5+ */


}

a img {
    border: 0;
}


/*--------------Sidebar------------*/

#sidebar .sidebar_left {
    width: 170px;
    float: left;
    padding: 0 10px 0 10px;
}

#sidebar .sidebar_right {
    width: 175px;
    float: right;
    padding: 0 15px 0 10px;
}



/*--------------Search Form-------------*/

#search {
    margin-bottom: 20px;
    text-align: right;
}

#searchform {
    margin-bottom: 20px;
}

#searchform input {
    width: 180px;
    background: #fff;
}



hr {
    display: none;
}



.small{
    font-size:8pt;
}

.small *{
    font-size:8pt;
}

.dimmed{
    color:#9F9F9F;
}

#wraper{
    width:940px;
    margin:0 auto;

    -moz-box-shadow:0 0 10px #7F7F7F;
    -webkit-box-shadow:0 0 10px #7F7F7F;
    background:none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #8C8C8C;
    margin:0px auto auto;
    padding: 0px;
    border-width:0 1px 1px;

}

#topnavbx {

    color:#CFCFCF;


    /*
    background:transparent url(/img/bg_content.gif) repeat-y scroll center top;
    */

}

#topnavbx_border {

    padding:5px 4px;
    border-bottom:1px solid #D6BBBB;
    border-top:1px solid #D6BBBB;
    background-image:url(/img/top_bg.gif);
    background-position:left bottom;
    background-repeat:repeat-x;
}

#topnavbx a {
    font: Verdana, Arial, Sans-Serif;
    border-bottom:medium none;
    font-size:12px;
    font-weight:bold;
    margin-left:10px;
    margin-right:10px;
    text-decoration:none;
    color:#fff;

}

.breadcrumb{
    background:none repeat scroll 0 0 #D1D8DF;
    padding: 4px;

}

.breadcrumb, .breadcrumb a{
    font-size: 8pt;
}

.votebox a{
    margin:1px;
    text-decoration:none;
    border: 0px;
}

.vote{
    -moz-border-radius:4px 4px 4px 4px;
    background:none repeat scroll 0 0 #F8F4CA;
    border:2px solid #FFBD6F;
    color:#339900;
    cursor:pointer;
    font-size:12px;
    font-weight:bold;
    height:16px;
    margin:1px 1px 4px;
    text-align:center;
    width:24px;
    float:left;
}

.vote_up{
    background:url("/img/thumb-up.png") no-repeat scroll left center transparent;
    display:block;
    float:left;
    line-height:20px;
    margin-left:4px;
    padding-left:17px;
}

.comments-count{
    text-align:right;
}

.ntitle {
    border-top:1px solid #FDE6C3;
    background:url('/img/bg_yellow.gif') repeat-x center top;
}
.voted{
    border-top:1px solid #FDE6C3;
    padding:2px;
    width:40px;
    background:url('/img/bg_yellow.gif') repeat-x top center;
}

.post_tb {
    padding:0;
    width:100%;
}

form{
    display:inline;
}
h1 a{
    color:#1F67AE;
}

a{
    color:#1F67AE;
    text-decoration:none;
}

.postaction  {
    background-color:#F8F8F8;
    border:1px solid #E6EFFD;
    margin:0 0 8px;
    padding:4px;
    margin:0 0 10px;
}

.postinfo, .postaction {
    color:#999999;
}

.postinfo{
    margin-bottom:2px;
}
.story  {
    overflow:auto;
    padding:4px;
    text-align:left;
    line-height:18px;
    padding-top:4px;
    padding-bottom:10px;

}

.sidebox{
    border:1px solid #FDE6C3;
    padding:4px;
    line-height:18px;
    margin:5px 0;
}

.navpage  {
    border:1px solid #0066FF;
    margin:2px;
    padding-left:4px;
    padding-right:4px;
    text-decoration:none;
}

.success, .msgok, .sucess { background: #eff2e6 url(/img/icons/check.png) no-repeat 15px 50%; font-weight: bold; color: #678b00; border: 1px solid #A5B37D; margin: 10px 0; padding: 8px 42px; }
.error, .error, .msgerror, .alert { background: #fff url(/img/icons/warning.png) no-repeat 15px 50%; font-weight: bold; color: #DF3737; border: 1px solid #FF6F6F; margin: 10px 0; padding: 8px 42px; }
.hint { background: #fff url(/img/icons/bulb.gif) no-repeat 15px 50%; font-weight: bold; color: #EF5F00; border: 1px solid #FF954F;margin: 10px 0; padding: 8px 42px; }

td{
    vertical-align: top;
}

td p{
    margin-top:0px;
}

.form-table td{
    padding: 4px;
    font-size: 9pt;
    vertical-align: top;
}

.form-table input{
    width:370px;
}

.form-table textarea{
    width:370px;
}

.submit-btn{
    width: auto !important;
}


.comment-list{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.comment-item{
    width:100%;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.comment-user{
    padding-right: 4px;
    width: 70px;
    float: left;
    background: url(/img/bg/comment_author_bg.png) transparent no-repeat right bottom;

}

.comment-user img{
    width: 50px;
    border: 1px solid #C9D7E4;
}

.comment-meta{
    border-bottom: 1px solid #D8DFE5;
    padding-bottom: 4px;
}

.comment-text{
    background-color: #E5EBF1;
    float: left;
    width: 84%;
    padding: 6px;
    margin-bottom: 12px;

}

.button {
    text-decoration:none;
    font-weight:bold;
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    padding: 0.15em 0.8em 0.2em;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);

    color: #fef4e9;
    border: solid 1px #da7c0c;
    background: #f78d1d;
    background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
    background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');

}

.user_avatar {
    border: 1px solid #E8E8E8;
    padding: 4px;
    width: 80px;
}
