.profile_welcome_message {
margin:-15px 10px 12px 10px;
color:#777; 
font-style: italic; 
border-bottom: 1px solid #E5E5E5; 
padding-bottom: 2px;
}

ol {
margin-left: 20px;
}

.copyright {
color: #fff;
}

.copyright a {
color: #fff;
}
.with_thumbs a:link {color: #555555; text-decoration: none}
.with_thumbs a:visited {color: #555555; text-decoration: none}
.with_thumbs a:active {color: #555555; text-decoration: none}

.general_color a:link {color: #797979; text-decoration: none}
.general_color a:visited {color: #797979; text-decoration: none}
.general_color a:active {color: #797979; text-decoration: none}

.postbit
{
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    display: block;  
}

.post_1
{
    height: 30px;
    line-height: 30px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    font-size: 23px;
    margin-bottom: 10px;
    float: right;
min-width: 70px;
    max-width: 150px;
	display: block;
}

.post .postbit_controls
{
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
}


.post .post_thumbs
{
    letter-spacing: -0.04em;
    display: inline;
  font-family: "Trebuchet MS",Calibri,Verdana,sans-serif;
}
.post .post_thumbs img
{
    top: 3px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 1px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    position: relative;
}
.post .post_thumbs img.thumbsup
{
    right: 7px;
}
.post .post_thumbs img.thumbsdown
{
    right: 3px;
}


/* css/tooltip.css -- fancy tooltips */

span.tool {
  position: relative;   /* this is key */
  float: left;
  margin-right: 2px;
  cursor: help;
}
 
span.tool span.tip {
  display: none;        /* so is this */
}

/* tooltip will display on :hover event */
 
span.tool:hover span.tip {
  display: block;
  z-index: 10 !important;
  position: absolute;
  <if condition="is_browser('ie', 7)">
left: -69px;
  </if>
  left: -70px;
top: 1.6em;
  width: 150px;
  padding: 0px;
  font: normal;
  text-align: right;
  color: #4A4A6E;
}

/* css/tooltip.css */

.quotetop
{
    width=98%
    color: #000;
    margin: 8px auto 0px auto;
    font-weight:bold;
    font-size:10px;
    padding: 8px;
    background-color:#E4EAF2;
    border-left: 4px solid #8394B2;
    border-top: 1px dotted #000;
    border-right: 1px dotted #000;
}
.quotemain
{
    width=98%
    color: #465584;
    background: #FAFCFE url("images/q2.gif") no-repeat bottom right;
        min-height: 75px; 
    border-left: 4px solid #8394B2;
    border-right: 1px dotted #000;
    /*border-top: 1px dotted #000;*/
    border-bottom: 1px dotted #000;
    padding: 4px;
    margin: 0px auto 8px auto;
}

.footer1 .container {     
max-width: 960px; 
min-width: 959px;     
margin: auto;
 }

.footer1 {
    min-height: 210px;
    padding: 5px 0 35px;
}
.footer1 .container .col4 h3 {
    
    font-family: 'BodoniStd-BookItalic',"Times New Roman",Times,serif !important;
    font-size: 25px;
    font-style: normal;
    margin-bottom: 22px;
    text-shadow: none; 
    border-bottom: 1px solid #AABBAA;
    color: #AABBAA;
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 7px;   
}

.hfont {
    color: #fff;
}
.footer1 p {
    text-shadow: none;
}
.footer1 a {
    color: whitesmoke;
	vertical-align: middle;
}
.footer1 a:hover {
    color: #1B93DF;
}
.footer1 ul li {
    background: url("social_icons/icon_dot.gif") no-repeat scroll 0 8px transparent;
    margin-bottom: 2px;
    padding-left: 10px;
	vertical-align: middle;
   }
.col4 {
    float: left;
   margin-left: 56px;
    width: 262px;
}

.footer1 .container .col4 h3 {
    margin-bottom: 20px;
}

.fallowus {
    width: 226px;
}

.smallf {
    color: #FFFFFF;
    font: small-caps bold 13px Tahoma,Calibri,Verdana,Geneva,sans-serif;
}

.bbcode_html_b {
color:#323D6B; 
padding:4px; 
display:block; 
font-size:10px; 
border: 1px solid; 
background-color: #96B1FE; 
width: 700px;
font-size: 13px;
}

.bbcode_html {
margin: 0px;
padding: $stylevar[cellpadding]px;
border: 1px solid #323D6B;
width: 700px;
display: block;
padding: 4px;
max-height: 400px;
text-align: left;
font-size: 13px;
background-color: #96B1FE;
overflow: auto;
}

.bbcode_php {
margin: 0px;
padding: $stylevar[cellpadding]px;
border: 1px solid #34C200;
width: 700px;
display: block;
padding: 4px;
max-height: 400px;
text-align: left;
font-size: 13px;
background-color: #A5EB8B;
overflow: auto;
}

.bbcode_php_b {
color:#34C200; 
padding:4px; 
display:block; 
font-size:10px; 
border: 1px solid; 
background-color: #A5EB8B; 
width: 700px; 
font-size: 13px;
}

.bbcode_code_b {
color:#8CC8FF; 
padding:4px; 
display:block; 
font-size:10px; 
border: 1px solid; 
background-color: #CDE7FF; 
width: 700px;
font-size: 13px;
}

.bbcode_code {
margin: 0px;
padding: $stylevar[cellpadding]px;
border: 1px solid #8CC8FF;
width: 700px;
display: block;
padding: 4px;
max-height: 400px;
text-align: left;
font-size: 13px;
background-color: #CDE7FF;
overflow: auto;
}

.ddpanel .ddpanelcontent{ /*CSS for "content" DIV of Drop Down Panel*/
color: white;
background: black; /*background of Drop Down Panel*/
opacity: 0.9;
}

.ddpanel .ddpaneltab{ /*CSS for "toggle" tab DIV of Drop Down Panel*/
font: normal 12px Arial;
margin: 0 auto;
max-width: 1072px;
min-width: 1071px;
}

.ddpanel .ddpaneltab a{ /*"toggle" tab related CSS*/
float: right;
background: none repeat scroll 0 0 #000;
color: black;
text-decoration: none;
letter-spacing: 1px;
border-bottom-right-radius: 4px;
 -moz-border-radius-bottomright: 4px;
border-bottom-left-radius: 4px; 
-moz-border-radius-bottomleft: 4px;
font-weight: 700;
opacity: 0.8;
}

.ddpanel .ddpaneltab a span{ /*"toggle" tab related CSS*/
float: left;
display: block;
padding: 1px 12px 4px 13px;
cursor: pointer;
}

.ddpanel .ddpaneltab a span img.pointerimage{ /*CSS for pointer image within toggle tab*/
margin-top: 2px;
margin-left: -3px;
}

.ddpanel .ddpaneltab a:hover{ /*"toggle" tab related CSS*/
text-decoration: underline;
}

.ddpanel .ddpaneltab a:active, .ddpanel .ddpaneltab a:focus{ /*"toggle" tab related CSS*/
outline: 0;
}

.ddpanel .ddpaneltab a:hover span{ /*"toggle" tab related CSS*/
background-color: transparent;
}

.page_nav_link a {
background-color: #F4F4F4;
border: 1px solid #DFDFDF;
padding: 0 5px 0 5px;
margin-right: -7px;
}

.page_nav_link a:hover {
text-decoration: none;
background-color: #FFFFFF;
border-color: #000000 #DFDFDF #DFDFDF;
border-width: 2px 1px 1px;
}

.page_nav_link_selected {
text-decoration: none;
background-color: #FFFFFF; 
border-right: 1px solid #DFDFDF; 
border-left: 1px solid #DFDFDF; 
border-bottom: 1px solid #DFDFDF; 
border-top: 2px solid #000;
padding: 0 5px 0 5px;
margin-right: -7px;
}

.notifications_small_b {
padding: 2px 4px 2px 4px; 
font-size: 8px;
color: #ffffff; 
border-radius: 2px; 
background: none repeat scroll 0 0 #DD4B39;
margin:0px;
}

.notifications_b {
font-weight: 700;
display: inline-block;
vertical-align: middle;
font-size: 10px; 
color: #ffffff;
background: url(images/not_b.png) no-repeat scroll 0 0; 
width: 22px;
height: 22px;
cursor:pointer;
}

.notifications_b_u {
cursor: pointer; 
padding: 2px 4px 2px 4px; 
font-size: 10px; 
font-weight: 700; 
color: #ffffff; 
border-radius: 2px; 
background: none repeat scroll 0 0 #1d4d6b;
}


.first_post_postbit_article {
background: none repeat scroll 0 0 #fff;
margin-bottom: 10px; 
margin-left: 70px; 
margin-top: -50px; 
border-radius: 4px 4px 4px 4px; 
padding: 10px; 
border: 1px solid #e9e9e9; 
box-shadow: -5px -5px 5px #2170A8; 
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#2170A8')";
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#2170A8');
position: relative;
}

.avatar_userinfo_left {
float: left;
margin-left: 20px; 
margin-top: 10px; 
display: block;
}

.avatar_userinfo_left_links {
padding-top: 4px;
color: #99AA99;
}

.avatar_userinfo_left_links a {
   -moz-box-sizing: border-box;
    background: linear-gradient(#1195DC, #0B7EBD) repeat scroll 0 0 transparent;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(120, 200, 230, 0.5) inset;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font: 9px/10px "Lucida Grande",Lucida,Verdana,sans-serif;
    height: 20px;
    margin-bottom: 1px;
    outline: 0 none;
    overflow: visible;
    padding: 3px 8px 2px 8px;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    white-space: nowrap;
}

.avatar_userinfo_left_links a:hover {
border-color: #999;
box-shadow: 0 0 3px #999;
-moz-box-shadow: 0 0 3px #999;
-webkit-box-shadow: 0 0 3px #999;
outline: 0 none;
cursor: pointer;
outline: 0;
text-decoration: none;
}


.avatar_userinfo_left img {
width: 90px; 
height: 90px; 
border: 1px solid #5A5A5A; 
border-radius: 4px 4px 4px 4px; 
cursor: pointer;
}

.edit_status_user {
float: right; 
margin-top: -12px;
}

.edit_status_user a {
color: #DD4B39;
font-style: oblique;
font-size: 9px;
}

.status_user {
font-size: 9px; 
white-space: nowrap; 
width: 210px; 
overflow: hidden; 
text-overflow: ellipsis;
}

.avatar_user_postbit {
width: 50px; 
height: 50px; 
border-radius: 4px 4px 4px 4px; 
position: relative; 
z-index: 2; 
cursor: pointer;
box-shadow:0px 0px 8px #333333;
-moz-box-shadow:0px 0px 8px #333333;
-webkit-box-shadow:0px 0px 8px #333333;
}

.inside_tooltip_avatar {
padding: 2px; 
height: 35px; 
 background: url(images/bg_u.png) repeat-x scroll center top #2C5687; 
 border-color: #316897;
 border-style: solid;
 border-width: 1px 1px 0;
 box-shadow: 0 1px 0 #528CBC inset;
 color: #FFFFFF;
}

.inside_right_userinfo {
width: 215px; 
margin-right: 155px;
float: right; 
text-align: left;
}

.top_right_username {
color: #fff;  
padding-top: 5px; 
display: block;
}

.top_right_username a {
color: #fff; 
font-size: 15px;
}

.inside_userinfo_profilefields {
color: #99AA99;
padding-top: 4px; 
padding-left: 4px; 
padding-bottom: 4px; 
margin-right: -3px;
}

.inside_userinfo_profilefields span {
color: #000;
}

.inside_userinfo_profilefields a {
color: #6AB825;
}
  
  .notices_error {
background-color: #990000;
color: #fff;
    padding: 10px 10px 10px 5px;
    margin-bottom: 5px;
	}
	
	.notices_success {
background-color: #009900;
color: #fff;
    padding: 10px 10px 10px 5px;
    margin-bottom: 5px;
	}
  
.notices {
  background-color: #F6F6FF;
    border: 2px solid #C0C0CF;
    padding: 10px 10px 10px 5px;
    margin-bottom: 5px;
}

.customstatuson { 
background: none repeat scroll 0 0 #7BA60D;
border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 9px;
    font-weight: bold;
    height: 15px;
    line-height: 15px;
    padding: 0 5px;
    text-transform: uppercase;
    vertical-align: middle;
}

.customstatusoff { 
background: none repeat scroll 0 0 #5B5B5B;
border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 9px;
    font-weight: bold;
    height: 15px;
    line-height: 15px;
    padding: 0 5px;
    text-transform: uppercase;
    vertical-align: middle;
}

.customstatusinv { 
background: none repeat scroll 0 0 #EAEAEA;
border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 9px;
    font-weight: bold;
    height: 15px;
    line-height: 15px;
    padding: 0 5px;
    text-transform: uppercase;
    vertical-align: middle;
	opacity: 0.8;
}

.content_postbit {
background: none repeat scroll 0 0 transparent;
padding: 4px;
margin: 0;
}

.wrapper_postbit_box {
padding: 10px;
background: none repeat scroll 0 0 #FFFFFF;
border-radius: 3px 3px 3px 3px;
box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
border-bottom: 1px solid #e9e9e9;
font-size: 11px;
margin-left: 70px;
margin-top: -50px;
position: relative;
/* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#111111')";
    /* IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#111111');
}

.wrapper_avatar {
height: 50px;
width: 50px;
text-align: center;
}

#inside_content_right {
margin-top: 25px;
float: right;
width: 260px;
display: block; 
padding: 0px 5px 0px 5px;
}

#inside_content_right h2 {
color: #444;
font: Georgia,"Times New Roman",Times,serif;
padding-left: 10px;
font-weight:bold;
font-size: 11px;
text-shadow: 0 1px #FFFFFF;
}

#inside_content_right ul li span {
color: #7C7C7C;
text-align: right;
padding-left: 2px;
float: right;
display: block;
}

#inside_content_right ul {
list-style-type: none;
padding-top: 4px;
padding-bottom: 15px;
margin: 0;
}

#inside_content_right ul li {
display: block;
padding-left: 20px;
padding-top: 2px;
color: #000000;
text-align: left;
}

#inside_content_right ul li a {
display: inline-block;
color: #7C7C7C;
text-align: left;
font-size: 12px;
}


h1 .bigtitleb {
background: none repeat scroll 0 0 #F9F8EE;
    border-bottom: 1px solid #E5E5E5;
    border-top: 64px solid #FDFCF8;
font-size: 21px;
text-align: left;
padding: 8px;
line-height: 50px;
}


ol, ul {
    list-style: none outside none;
}

#content_page {
padding: 0;
margin: 0;
width: 100%;
}

#wrapper_nav {
top: 0;
right:0px;
left:0px;
z-index: 500;
width: 100%;
 background: linear-gradient(#1195DC, #0B7EBD) repeat scroll 0 0 transparent;
 background: -webkit-linear-gradient(top, #1195DC, #0B7EBD);
filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#1195DC', endColorstr='#0B7EBD'); /* IE6 and IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#1195DC', endColorstr='#0B7EBD')"; /* IE8 */
    border-bottom: 1px solid #075F94;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
position: fixed;
}

.nav-wrapper { 
font-size: 14px;
line-height: 40px;
margin: 0px auto;
max-width: 965px;
min-width: 964px;
z-index: 50;
overflow:visible;
}

.nav-inner-wrapper { 
margin-bottom: -1px;
padding: 0px 5px;
z-index: 100;
height: 40px;
}

.nav-inner-wrapper ul {
list-style: none;
list-style-type: none; 
display: inline;
width: 520px;
height: 40px;
float: left;
}


.logo_title {
    background: url("http://www.1st-hacks.com/images/as4/global/logo_site.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 29px;
    margin-right: 20px;
    margin-top: 5px;
    text-indent: -5000em;
    width: 147px;
float:left;
opacity: 0.8;
  filter: alpha(opacity = 80);
}

.logo_title a {
    display: block;
    height: 35px;
    width: 100%;
}

.logo_title:hover {
opacity: 1;
  filter: alpha(opacity = 100);
}

.left_links_nav {
display: inline;
list-style-type: none; 
}

.left_links_nav li {
    display: inline;
    height: 40px;
    line-height: 37px;
    vertical-align: bottom;
float:left;
}

.left_links_nav li a {
color: #C1D6EE;
    display: inline-block;
    font-family: "ff-meta-web-pro-1","ff-meta-web-pro-2","Lucida Grande","Lucida Sans Unicode",sans-serif;
font-size: 13px;
    font-weight: 700;
    height: 40px;
    padding: 2px 16px 0;
    vertical-align: middle;
}

.left_links_nav li a:hover {
color: #fff;
text-decoration: none;
}

.left_links_nav li span.link-selected {
background: none repeat scroll 0 0 #A5C0DB;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
color: #222222;
text-decoration: none;
display: inline-block;
height: 40px;
}

.left_links_nav li span.link-selected a {
color: #222222;
height: 40px;
}

.right_links_nav {
float: right; 
width: 190px; 
height: 40px;
display: inline;
 text-align: right;
 z-index: 1;
}

.right_links_nav ul {
display: inline; 
list-style: none outside none; 
height: 40px; 
width: 190px;
}

.right_links_nav ul li {
color: #C1D6EE; 
display: inline;
margin-left: 4px;
height: 40px;
line-height: 37px;
}

.right_links_nav ul li a {
padding-bottom: 14px;
padding-top: 14px;
color: #C1D6EE;
font-weight: 700;
text-decoration: none;
}

.right_links_nav ul li a:hover {
padding-bottom: 14px;
padding-top: 14px;
color: #fff;
text-decoration: none;
}

.login_box {
padding: 10px;
display:block;
}

.login_box li {
display: block;
text-align: right;
}

#main_wrapper {
height: auto !important;
    min-height: 100%;
    width: 100%;
}

.inside_wrapper {
margin: 0 auto;
    max-width: 960px;
    min-width: 959px;
}

.margintop {
margin-top: 40px;
}



.inside_page_content {
background: none repeat scroll 0 0 #FCFCFF;
border-left: 1px solid #E5E5E5;
border-right: 1px solid #E5E5E5;
border-bottom: 1px solid #E5E5E5;
margin: 0 auto;
    max-width: 960px;
    min-width: 959px;
    padding: 4px;

}

.inside_page_content2 {
background: none repeat scroll 0 0 #EEF0F3;
margin: 0 auto;
    max-width: 960px;
    min-width: 959px;
    padding: 4px;
}

#sub_links {
background: none repeat scroll 0 0 #a5c0db;
border-bottom: 1px solid #E5E5E5;
height: 25px; 
top: 40px;
max-width: 960px;
min-width: 959px;
position: fixed;
z-index: 1;
}

#sub_links ul {
margin-left:173px;
margin-top: 5px;
float: left;
}

#sub_links ul li {
list-style-type:none;
margin-left: 10px;
display:inline;
}

#sub_links ul li a {
font-size: 12px;
font-family: "ff-meta-web-pro-1","ff-meta-web-pro-2","Lucida Grande","Lucida Sans Unicode",sans-serif;
color: #222;
text-decoration: none;
}

#sub_links ul li a:hover {
color: #000000;
text-decoration: none;
}

.forum_tabs {
text-align: left;
border-bottom: 1px solid #EEEEEE;
height: 28px;
clear: both;
padding-left: 2px;
}

.forum_tabs ul {
list-style: none outside none;
height: 20px;
}

.forum_tabs ul li {
margin: 0;
padding: 0;
display: inline-block;
font-size: 13px;
}

.forum_tabs ul li a {
text-align: left;
font-weight: 700;
background: -moz-linear-gradient(center top , #FFFFFF 0%, #F4F4F4 100%) repeat scroll 0 0 transparent;
    border: 1px solid #EEEEEE;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	display:block;
    margin-right: 1px;
    padding: 5px 14px;
    text-decoration: none;
    font-size: 14px;
    text-shadow: 0 1px #FFFFFF;
}

.forum_tabs ul li a:hover {
background: none scroll 0 0 #fff;
border: 1px solid #EEEEEE;
	box-shadow: 0 6px #FFFFFF, 0 0 8px #CCCCCC;
}

.forum_tabs ul li a:focus {
background: none scroll 0 0 #fff;
border-color: #CCCCCC #CCCCCC #FFFFFF;
    border-image: none;
    border-style: solid;
    border-width: 1px;
padding-bottom: 6px;
text-decoration: none;
color: #000;
outline: none;
noFocusLine: expression(this.onFocus=this.blur());
}

.forum_tabs ul li a:active {
background: none scroll 0 0 #fff;
border-color: #CCCCCC #CCCCCC #FFFFFF;
    border-image: none;
    border-style: solid;
    border-width: 1px;
padding-bottom: 6px;
text-decoration: none;
color: #000;
outline: none;
noFocusLine: expression(this.onFocus=this.blur());
}


#wrapper_forum {
background: none repeat scroll 0 0 #fff;
border-left: 1px solid #EEEEEE;
border-right: 1px solid #EEEEEE;
border-bottom: 1px solid #EEEEEE;
max-width: 687px;
min-width: 686px;
}

#wrapper_forum_guest {
background: none repeat scroll 0 0 #fff;
border: 1px solid #C0C0C0;
max-width: 960px;
min-width: 959px;
}
