* {
  margin: 0;
  padding: 0;
}

:focus {
  outline: 0;
}

body {
  background: url(http://assets.mor.ph/images/steph_body_bg2.png) repeat-x top;	
  font-family: Lucida Grande, Arial;
  font-size: 12px;
  color:#333;
}
a {
  color: #aa0000;
  text-decoration: none;
  font-size: 10px;
}
h1 {
  font-size: 20px;
  color: #14abda;
  margin-bottom: 5px;
}
h3 {
  background: #e9e9e9;
  padding: 5px;
  font-size: 12px;
  color: #383838;
}
h4 {
  margin: 15px 0 0 15px;
}
h5 {
  font-size: 16px;
  color: #14abda;
  margin: 20px 0 3px 10px;
}
h6 a {
  font-size: 16px;
  color: #000;
}
#container{
  margin:0 auto;
  width: auto; 
  text-align:left;
  padding-top:1px;
}
a.inner_link {
  font-size: 11px;
  color: #aa0000;
}
/***** CLEARER *****/
#container:after, .appspace_column:after, #developer_wrapper:after {
  clear: both;
  content: ".";
  display:block;
  height: 0;
  visibility: hidden;
  min-height: 0;	
} 
/***** CLEARER *****/
#container:after, .appspace_column:after, #developer_wrapper:after {
  clear: both;
  content: ".";
  display:block;
  height: 0;
  visibility: hidden;
  min-height: 0;	
} 
#top_wrapper {
  width: 904px;
  margin: 0 auto;
}
#header_wrapper {
  width: 904px;
  margin: 0 auto 10px auto;
  height: 50px;
}
#header_logo img {
  margin-top: 5px;
}
#header_link {
  width: 904px;
  margin: 0 auto;
  height: 35px;
  text-align: right;
  background: url(http://panel.2ndbin.com/images/tanya_outside_tab.png) no-repeat right;
}
#header_link span {
  position: relative;
  top: 10px;
  right: 48px;
}
#header_link span a {
  color: #383838;
}
#header_link span a:hover {
  color: #14abda;
}
#nav_wrapper {
  width: 480px;
  margin: -15px auto 7px auto;
  height: 34px;
  float: right;
  position: relative;
  left: 15px;
}
*html #nav_wrapper {
  position: relative;
  top: -20px;
}
#navbar ul li {
  display: inline; /* Fix IE Step Down */
}
#navbar ul li a:link, #navbar ul li a:visited {
  display: block;
  height: 34px;
  float: left;
  text-align: left;
  background: url(http://assets.mor.ph/images/steph_navtab_right3.png) top right no-repeat; 
  text-decoration: none;
  margin-top: 8px;
  margin-left: -1px;
  color: #2f2f2f;
  font-size: 12px;
  text-indent: 12px;
}
#navbar ul li a span {
  display: block;
  height: 25px;
  float: left; /* IE 6 Fix */
  padding: 8px 10px 0px 10px;
  background: url(http://assets.mor.ph/images/steph_navtab_left3.png) top left no-repeat;
}
/*-- hover state --*/
#navbar ul li a:hover {
  background-position: center right;
}
#navbar ul li a:hover span {
  background-position: center left;
  cursor: pointer; /* Remind IE which cursor to use! */
}
/*-- active state --*/

#navbar ul li a.active_navbar {
 background-position: bottom right; 
}
#navbar ul li a.active_navbar span {
 background-position: bottom left;	
}

/***** MAIN CONTENT *****/
#main_content_wrapper {
  width: 960px;
  margin: 0 auto;
}
*html #main_content_wrapper {
  position: relative;
  top: -60px;
}
*:first-child+html #main_content_wrapper {
  position: relative;
  top: -40px;
}
.main_content_left {
  width: 170px;
  float: left;
}
.main_content_right {
  float: left;
  width: 500px;
  line-height: 18px;
  margin-bottom: 20px;
}
/***** COLUMNS *****/
.columns_wrapper {
  float: left;
  margin-bottom: 10px;
}
.column {
  width: 200px;
  float: left;
  margin-left: 10px;
}
.column img {
  margin-left: 30px;
  text-align: center;
}
.column p {
  margin: 5px 0 0 5px;
  padding-right: 5px;
}
/***** INNER PAGES *****/
#inner_wrapper {
  width: 904px;
  margin: 50px auto;
}

/*--- Sidebar ---*/
#sidebar {
  background: #e8e8e8 url(http://assets.mor.ph/images/steph_sidebar_bottom.png) no-repeat left bottom;
  width: 217px;
  float: left;
}
#sidebar h2 {
  background: url(http://assets.mor.ph/images/steph_sidebar_top.png) no-repeat left top;	
  color: #383838;
  font-size: 13px;
  font-weight: bold;
  padding: 15px 0 0 15px;
}
#sidebar ul {
  width: 150px;
  margin: 20px auto 0 5px;
  list-style: none;
}
#sidebar li {
  margin: 0 0 10px 10px;
  line-height: 14px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #bdbdbd;
}

#sidebar li:hover {
  background: url(http://assets.mor.ph/images/steph_sb_imageli.png) no-repeat center right;
  cursor: pointer;
}
#sidebar li:active {
  background: url(http://assets.mor.ph/images/steph_sb_imageli.png) no-repeat center right;
  cursor: pointer;
  font-weight: bold;
}
.sidebar_li_active {
  background: url(http://assets.mor.ph/images/steph_sb_imageli.png) no-repeat center right;
  cursor: pointer;
  font-weight: bold;
}
#sidebar p {
  width: 170px;
  margin: 2px auto 0 15px;
  line-height: 20px;
  font-size: 11px;
}
#sidebar li a {
  color: #777 !important;
}
#sidebar li a:hover {
  color: #14abda !important;
}
#sidebar p a {
  color: #777 !important;
}
#sidebar p a:hover {
  color: #14abda;
}	
/*--- End of Sidebar ---*/


#inner_content {
  width: 650px;
  float: left;
  margin-left: 15px;
}
#inner_content h1 {
  font-size: 20px;
  color: #14abda;
  margin: 10px 0 5px 0;
}
#inner_content p {
  margin-bottom: 12px;
  line-height: 20px;
}
#inner_content ul {
  list-style: none;
  line-height: 18px;
}


/***** 404 *****/
#errorpage {
  width: 904px;
  margin: 37px auto 0 auto;
  min-height: 480px;
  padding-top: 20px;
}
.highlights {
  text-align: center;
  width: 800px;
  margin: -10px auto 20px auto; 
}
.highlights h1{
  letter-spacing : -3px;
  color: #333;
  font-size: 55px;
}

.highlights span{
  color: #aa0000;
  padding: 0 3px;
  font-weight: 100;
}
.highlights p{
  width: 400px;
  text-align:left; 
  margin:10px auto;
  text-align:center;
  
}
#errorpage h2{
  font-size: 22px;
  font-style: italic;
  color: #777;
  font-weight: 100;
  text-align:center;
  padding-bottom: 5px;
 }
#errorpage h2 span{
  font-weight: 900;
  font-size: 26px;
}
.error_content {
  width: 900px;
  margin: 5px auto;
  padding: 5px 0 8px 0;
}
.error_content_box {
  width: 920px;
  text-align: center;
  float: left;
  margin-bottom: 10px;
  padding: 10px 0 10px 0;
  border-top: 1px dotted #e1e1e1;
}
.error_content_box .error_intro {
  width: 200px;
  float: left;
  font-weight: bold;
}
.error_content_box div {
  width: 160px;
  float: left;
  margin: 10px 0 0 10px;
  text-align: left !important;
}
.error_content_box p {
  color: #999;
}
.error_content_box strong {
  color: #777;
}
.content_share {
  text-align: right;
}