@charset "utf-8";
/* vim: ts=8 sts=2 sw=2
*/

@import "addl.css";
@import "reading.css";
@import "handsean/handsean.css";
@import "leaguegothic/leaguegothic.css";
@import "adelle/adelle.css";

/*** Reset ***/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*** Fonts ***/

@font-face {
    font-family: 'helveticaregular';
    src: url('../fonts/helvetica-webfont.eot');
    src: url('../fonts/helvetica-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvetica-webfont.woff') format('woff'),
         url('../fonts/helvetica-webfont.ttf') format('truetype'),
         url('../fonts/helvetica-webfont.svg#helveticaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'hand_of_seanregular';
    src: url('../fonts/handofsean-webfont.eot');
    src: url('../fonts/handofsean-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/handofsean-webfont.woff') format('woff'),
         url('../fonts/handofsean-webfont.ttf') format('truetype'),
         url('../fonts/handofsean-webfont.svg#hand_of_seanregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'cgalpingthno2regular';
    src: url('../fonts/cgalpingthno2-webfont.eot');
    src: url('../fonts/cgalpingthno2-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/cgalpingthno2-webfont.woff') format('woff'),
         url('../fonts/cgalpingthno2-webfont.ttf') format('truetype'),
         url('../fonts/cgalpingthno2-webfont.svg#cgalpingthno2regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*=== post reset ===*/

h1 {
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    font-weight: bold;
}
h2 {
    font-size: 1.5em;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    font-weight: bold;
}
h3 {
    font-size: 1.17em;
    margin-top: 1em;
    margin-bottom: 1em;
    font-weight: bold;
}
h4 {
    margin-top: 1.33em;
    margin-bottom: 1.33em;
    font-weight: bold;
}
h5 {
    font-size: 0.83em;
    margin-top: 1.67em;
    margin-bottom: 1.67em;
    font-weight: bold;
}
h6 {
    font-size: 0.67em;
    margin-top: 2.33em;
    margin-bottom: 2.33em;
    font-weight: bold;
}
p {
    margin-top: 1em;
    margin-bottom: 1em;
}
ul {
    /*list-style-type: disc;*/
    /*margin-top: 1em;*/
    /*margin-bottom: 1em;*/
    /*padding-left: 40px;*/
}
ol {
    list-style-type: decimal;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 40px;
}
blockquote {
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 40px;
    margin-right: 40px;
    font-style: italic;
}

/*** Layout ***/

html,
body {
    margin: 0;
    padding: 0;
}

body {
    background: #ffffff;
    color: #000;
    font-size: 14px;
	font-family: 'helveticaregular';
    line-height: 120%;
    -webkit-text-size-adjust: none;
}

a{
	text-decoration:none;
}
.container {
    margin: 0 auto;
    width: 1166px;
}
.btn {
  position: relative;
  display: inline-block;
  font-family: 'cgalpingthno2regular', Helvetica, Arial, sans-serif;
  font-size: 19.7px;
  font-weight: 400;
  color: white;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset  0px 0px 0px 1px rgba(255,255,255,0.13);
  -moz-box-shadow: inset  0px 0px 0px 1px rgba(255,255,255,0.13);
  box-shadow: inset  0px 0px 0px 1px rgba(255,255,255,0.13);
  position: relative;
  text-decoration: none;
  cursor:pointer;
}
input{
	outline: medium none;
}
input:required:invalid, input:focus:invalid { /* insert your own styles for invalid form input */ -moz-box-shadow: none; }
/*** Header ***/

header.main {
	border-bottom:1px solid #fff;
}
.top-header {
    background: url("../img/top-header-bg.jpg") repeat-x scroll left top #E7E7E7;
    height: 80px;
}
h1.logo {
    float: left;
    margin: 19px 0 0;
}
.top-header .desc {
    color: #999999;
    float: left;
    font-family: 'hand_of_seanregular';
    font-size: 13.5px;
    margin-left: 11px;
    margin-top: 30px;
}
.tools {
    float: right;
    margin-top: 20px;
	margin-right: -24px;
	width: 620px;
}
.tools ul{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
.tools ul li{
	float:left;
}
.tools .menu-1 li a,
.tools .menu-2 li a{
	font-family: 'cgalpingthno2regular';
	font-size:17.5px;
	color:#878787;
	letter-spacing:0.4px;
	display: block;
        text-decoration: none;
}
.tools .menu-1{
	margin-right:11px;
}
.tools .menu-1 li a {
    color: #878787;
    padding: 12px 11px 11px;
}
.tools .menu-1 li a:hover{
	color:#333;
}
.tools .menu-2{
	background:#DDDDDD;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	margin-right:18px;
}
.tools .menu-2 li a {
    color: #CA725F;
	padding: 12px 15.5px 11px;
}
.tools .menu-2 li a:hover{
	color:#BF573F;
	background:#E7E7E7;
}
.tools .logo {
    background: url("../img/sprites.png") no-repeat scroll -89px 0 rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 40px;
    margin-right: 10px;
    text-indent: -9999px;
    width: 96px;
}
.tools  .logo:hover{
	background-position:-89px -40px;
}
.top-header .socials a {
    display: block;
    height: 40px;
    margin-left: 8px;
    text-indent: -9999px;
    width: 40px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
.top-header .socials .twitter a{
	background: url("../img/sprites.png") no-repeat scroll -186px 0 #DDDDDD; 
}
.top-header .socials .twitter a:hover{
	background: url("../img/sprites.png") no-repeat scroll -186px -40px #E7E7E7; 
}
.top-header .socials .fb a{
	background: url("../img/sprites.png") no-repeat scroll -234px 0 #DDDDDD; 
}
.top-header .socials .fb a:hover{
	background: url("../img/sprites.png") no-repeat scroll -234px -40px #E7E7E7; 
}
.bottom-header{
	border-top:1px solid #822010;
	border-bottom:1px solid #872E1E;
	min-height:82px;
	height:auto;
	background: #c15941;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MxNTk0MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhNzM2MTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #c15941 0%, #a73616 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c15941), color-stop(100%,#a73616));
background: -webkit-linear-gradient(top,  #c15941 0%,#a73616 100%);
background: -o-linear-gradient(top,  #c15941 0%,#a73616 100%);
background: -ms-linear-gradient(top,  #c15941 0%,#a73616 100%);
background: linear-gradient(to bottom,  #c15941 0%,#a73616 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c15941', endColorstr='#a73616',GradientType=0 );

}
#search-form {
    float: left;
    margin-top: 18px;
}
#search-form label {
    background: url("../img/label-arrow.png") no-repeat scroll right bottom rgba(0, 0, 0, 0);
    color: #FFFFFF;
    float: left;
    font-family: 'hand_of_seanregular';
    font-size: 12px;
    margin-right: 12px;
    padding-bottom: 9px;
    padding-left: 3px;
    padding-top: 16px;
}
#search-form input[type="text"] {
  margin-right: 6px;
  padding: 0 10px;
  width: 174px;
  height: 44px;
  border: 1px solid #BE2D11;
  border-top: 1px solid #7A1D0B;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: inset 0px 1px 3px #bbbbbb;
  -moz-box-shadow: inset 0px 1px 3px #bbbbbb;
  box-shadow: inset 0px 1px 3px #bbbbbb;
  font-family: 'hand_of_seanregular';
  font-size: 13.5px;
  font-weight: 400;
  color: #333;
}
#search-form input[type="submit"] {
	border: 1px solid #611E0F;
    height: 44px;
    line-height: 168%;
    margin-left: 2px;
    padding: 0 12px;
    position: relative;
    top: 1px;
	background: #9b3923;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzliMzkyMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3YzI0MTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #9b3923 0%, #7c2410 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9b3923), color-stop(100%,#7c2410));
	background: -webkit-linear-gradient(top,  #9b3923 0%,#7c2410 100%);
	background: -o-linear-gradient(top,  #9b3923 0%,#7c2410 100%);
	background: -ms-linear-gradient(top,  #9b3923 0%,#7c2410 100%);
	background: linear-gradient(to bottom,  #9b3923 0%,#7c2410 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b3923', endColorstr='#7c2410',GradientType=0 );
}
#search-form input[type="submit"]:hover{
	background: #b14a33;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IxNGEzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5MDJlMTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #b14a33 0%, #902e18 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b14a33), color-stop(100%,#902e18));
	background: -webkit-linear-gradient(top,  #b14a33 0%,#902e18 100%);
	background: -o-linear-gradient(top,  #b14a33 0%,#902e18 100%);
	background: -ms-linear-gradient(top,  #b14a33 0%,#902e18 100%);
	background: linear-gradient(to bottom,  #b14a33 0%,#902e18 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b14a33', endColorstr='#902e18',GradientType=0 );
}
#menu-3 {
    float: right;
    height: 82px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#menu-3 li {
    border-left: 1px solid #872E1E;
    float: left;
    height: 100%;
}
#menu-3 li a {
    border-left: 1px solid rgba(255, 102, 51, 0.4);
    color: #FEBDAF;
    display: block;
    font-family: 'cgalpingthno2regular';
    font-size: 19.7px;
    height: 100%;
    line-height: 417%;
    padding: 0 32px;
    text-decoration: none;
}
#menu-3 li a:hover{
	color:#fff;
}
#menu-3 li:last-child{
	border-right: 1px solid rgba(255,102,51,0.4);
}
#menu-3 li:last-child a{
	border-right: 1px solid #872E1E;
}


/*** Nav ***/

nav.main {
	background:url(../img/nav-bg.jpg) repeat-x left top #fff;
	min-height:66px;
	height:auto;
	border-bottom:1px solid #DFE1DE;
}
.navigation {
    list-style: none outside none;
    margin: 0 auto;
    padding: 0;
    width: 96.5%;
}
.navigation li{
	float:left;
}
.navigation li a {
    color: #888888;
    display: block;
    font-family: 'cgalpingthno2regular';
    font-size: 19px;
    padding: 23px 61px;
    text-decoration: none;
}
.navigation li a:hover{
	color:#333;
}

/*** Section Content ***/

section.main {
    position:relative;
    height: auto;
    overflow: hidden;
}
section.main .container {
	background: url("../img/sidebar-bg.jpg") repeat-y scroll right top #FFFFFF;
	height: auto;
    overflow: hidden;
}
section.main .main-bg {
    background: url("../img/main-bg.png") repeat-x scroll left top rgba(0, 0, 0, 0);
    height: 40px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}

section.main p {
    color: #525252;
    font-size: 14.5px;
    line-height: 150%;
    margin-bottom: 9px;
    margin-top: 9px;
}
section.main h2.title {
    color: #333333;
    font-family: 'cgalpingthno2regular';
    font-weight: normal;
    line-height: 1;
    margin: 0;
	background: transparent;
}
section.main  h2.title:before{
	content:"";
	display:block;
	float:left;
	position:relative;
}
#content {
    float: left;
    padding-bottom: 20px;
    padding-left: 61px;
    padding-top: 46px;
    width: 56.2%;
}
#content h2.title{
	font-size:40px;
}
#content h2.title:before {
    background: url("../img/sprites.png") no-repeat scroll -125px -81px rgba(0, 0, 0, 0);
    height: 37px;
    top: 1px;
    width: 36px;
	margin-right:7px;
}
form.signin{
	padding-top:13px;
}
.signin input[type="text"], 
.signin input[type="password"] {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #BBBBBB;
    border-radius: 2px;
    font-size: 13.5px;
    font-weight: 700;
    height: 56px;
    padding: 0 14px;
    width: 364px;
	color:#525252;
}
.signin #username{
	margin-bottom:27px;
}
.signin input[type="submit"]{
	margin-right: 20px;
    border: 1px solid #7B2C1A;
    font-size: 22px;
    height: 54px;
    width: 109px;
	text-transform:uppercase;
	float:left;
	background: #bf573f;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JmNTczZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5ZTM2MWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #bf573f 0%, #9e361e 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bf573f), color-stop(100%,#9e361e));
background: -webkit-linear-gradient(top,  #bf573f 0%,#9e361e 100%);
background: -o-linear-gradient(top,  #bf573f 0%,#9e361e 100%);
background: -ms-linear-gradient(top,  #bf573f 0%,#9e361e 100%);
background: linear-gradient(to bottom,  #bf573f 0%,#9e361e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf573f', endColorstr='#9e361e',GradientType=0 );
}
.signin input[type="submit"]:hover{
background: #9b3923;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzliMzkyMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3YzI0MTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #9b3923 0%, #7c2410 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9b3923), color-stop(100%,#7c2410));
background: -webkit-linear-gradient(top,  #9b3923 0%,#7c2410 100%);
background: -o-linear-gradient(top,  #9b3923 0%,#7c2410 100%);
background: -ms-linear-gradient(top,  #9b3923 0%,#7c2410 100%);
background: linear-gradient(to bottom,  #9b3923 0%,#7c2410 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b3923', endColorstr='#7c2410',GradientType=0 );
}
.login{
	margin-top:26px;
}
.signin-social{
	float:left;
}
.signin-social a{
	display:block;
	text-indent:-9999px;
}
.signin-social .in{
	background:url(../img/sprites.png) no-repeat 0 -196px;
	width:149px;
	height:24px;
	margin-bottom: 6px;
}
.signin-social .in:hover{
	background-position:0 -220px;
}
.signin-social .fb{
	background:url(../img/sprites.png) no-repeat 0 -147px;
	width:158px;
	height:24px;
}
.signin-social .fb:hover{
	background-position:0 -171px;
}
#page a.pass-reminder{
	font-size:13.5px;
	color:#BF573F;
	text-decoration:underline;
	font-weight:700;
}

/*** Aside-Sidebar ***/


aside#sidebar {
    float: left;
    padding: 22px 32px 12px 21px;
    width: 34%;
}
#sidebar h2.title {
    font-size: 26px;
    padding-bottom: 6px;
}
#sidebar h2.title-1:before{
	background: url("../img/sprites.png") no-repeat scroll -162px -84px transparent; 
	width:45px;
	height:38px;
}
#sidebar h2.title-2:before {
    background: url("../img/sprites.png") no-repeat scroll -90px -81px rgba(0, 0, 0, 0);
    height: 35px;
    margin-right: 9px;
    top: -2px;
    width: 34px;
}
#sidebar .dyvider {
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #D8D9D6;
    margin-bottom: 39px;
}
.sidebar-block {
    padding-bottom: 39px;
    padding-left: 21px;
}
.btn-2{
	border: 1px solid #3C3C3C;
    font-size: 17px;
    color: white ! important;
    text-decoration: none ! important;
    height: 38px;
    line-height: 40px;
    margin-left: -2px;
    margin-top: 12px;
    text-align: center;
	padding: 0 16px;
    width: auto;
	background: #4c4c4c;
	background: #656565;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY1NjU2NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0YjRiNGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #656565 0%, #4b4b4b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#656565), color-stop(100%,#4b4b4b));
	background: -webkit-linear-gradient(top,  #656565 0%,#4b4b4b 100%);
	background: -o-linear-gradient(top,  #656565 0%,#4b4b4b 100%);
	background: -ms-linear-gradient(top,  #656565 0%,#4b4b4b 100%);
	background: linear-gradient(to bottom,  #656565 0%,#4b4b4b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#656565', endColorstr='#4b4b4b',GradientType=0 );

}
.btn-2:hover{
	background: #4c4c4c;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRjNGM0YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzODM4MzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #4c4c4c 0%, #383838 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(100%,#383838));
	background: -webkit-linear-gradient(top,  #4c4c4c 0%,#383838 100%);
	background: -o-linear-gradient(top,  #4c4c4c 0%,#383838 100%);
	background: -ms-linear-gradient(top,  #4c4c4c 0%,#383838 100%);
	background: linear-gradient(to bottom,  #4c4c4c 0%,#383838 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#383838',GradientType=0 );
    color: white ! important;
    text-decoration: none ! important;
}

/*** Featured Logos ***/

#featured-logos{
  clear: both;
  background:url(../img/featured-bg.jpg);
  height:auto;
  min-height:159px;
  border-top:1px solid #D2D3D1;
  border-bottom:1px solid #D2D3D1;
}
#featured-logos p {
    color: #666666;
    font-family: 'hand_of_seanregular';
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: 35px;
    text-align: center;
}
#featured-logos ul {
    list-style: none outside none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    width: 79%;
}
#featured-logos li {
    float: left;
    margin: 0 21px;
}
#featured-logos img{
	vertical-align:middle;
}
#featured-logos li.logo-2 {
    margin-left: 22px;
    margin-top: 5px;
}
#featured-logos li.logo-1 {
    margin-top: 9px;
}
#featured-logos li.logo-3 {
    margin-top: 8px;
}
#featured-logos li.logo-5 {
    margin-top: 8px;
}
#featured-logos li.logo-6 {
    margin-top: 2px;
}
#featured-logos li.logo-7 {
    margin-top: 3px;
}

/*** Footer ***/

footer.main {
	background:url(../img/footer-bg.jpg) repeat-x bottom left;
	overflow:hidden;
	border-top:1px solid #fff;
	border-bottom:1px solid #D2D3D1; 
}
footer.main section.col-1 {
    background: url("../img/star.png") no-repeat scroll right top rgba(0, 0, 0, 0);
    float: left;
    height: 100%;
    padding-bottom: 32px;
    width: 671px;
}
footer.main section.col-2 {
    float: right;
    padding-top: 30px;
    width: 447px;
}
footer.main .col-1 .text-block {
    background: url("../img/text-block-bg.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid rgba(176, 176, 176, 0.4);
    box-shadow: 0 2px 10px rgba(153, 153, 153, 0.75);
    color: #888888;
    font-family: 'cgalpingthno2regular';
    font-size: 26px;
    height: 126px;
    letter-spacing: 0.2px;
    line-height: 30px;
    margin-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 29px;
    width: 236px;
}

footer.main .col-1 .text-block div{
	text-shadow: 0px 0px 20px rgba(153, 153, 153, 0.7);
}
footer.main a.more {
    color: #BF573F;
    display: block;
    font-size: 20px;
    margin-top: 10px;
    text-decoration: underline;
}
.footer-menu ul {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 179px;
}
.footer-menu li {
    border-bottom: 1px solid #D8D9D6;
    float: left;
    width: 159px;
    height: 38px;
}
.footer-menu .col-1 li:first-child,
.footer-menu .col-2 li:first-child{
	border-top:1px solid #D8D9D6;
}
div.zlance_foot {
  float: right;
}
.footer-menu a {
    color: #BF573F;
    display: block;
    font-family: 'cgalpingthno2regular';
    font-size: 17.5px;
    padding: 11px 0;
    text-decoration: none;
}
button.top {
    background: url("../img/sprites.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #ABABAB;
    cursor: pointer;
    font-family: 'cgalpingthno2regular';
    font-size: 17.5px;
    height: 73px;
    padding-top: 26px;
    width: 88px;
	margin-bottom:10px;
}
button.top:hover{
	color:#999;
	background:url(../img/sprites.png) no-repeat 0 -73px;
}
footer.main .socials{
	margin:0;
	padding:0;
	list-style:none;
}
footer.main  .socials li{
	float:left;
}
footer.main  .socials a {
    border-radius: 3px;
    display: block;
    height: 38px;
    text-indent: -9999px;
    width: 38px;
}
footer.main .socials .twitter a {
    background: url("../img/sprites.png") no-repeat scroll -186px -2px #DDDDDD;
    margin-right: 12px;
}
footer.main .socials  .twitter a:hover {
    background: url("../img/sprites.png") no-repeat scroll -186px -42px #E7E7E7;
}
footer.main .socials .fb a {
    background: url("../img/sprites.png") no-repeat scroll -234px -1px #DDDDDD;
}
footer.main .socials .fb a:hover {
    background: url("../img/sprites.png") no-repeat scroll -234px -41px #E7E7E7;
}
footer.main .info {
    clear: both;
    color: #888888;
    font-size: 11px;
    padding-top: 12px;
}

/*** Mobile menu ***/

.menu-btn {
    background: url("../img/sprites.png") no-repeat scroll -161px -147px rgba(0, 0, 0, 0);
    display: none;
    height: 80px;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    width: 55px;
}
.menu {
    background: none repeat scroll 0 0 #333333;
    box-sizing: border-box;
    display: none;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
    z-index: 200;
}
.menu .quit-btn {
    color: #999999;
    display: block;
    font-family: 'cgalpingthno2regular',Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 33px;
    padding-left: 48px;
    padding-top: 30px;
    position: relative;
    text-decoration: none;
}
.menu .quit-btn:before {
    background: url("../img/sprites.png") no-repeat scroll -97px -122px rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 20px;
    left: 20px;
    position: absolute;
    top: 28px;
    width: 20px;
}
.menu ul {
    list-style-type: none;
    margin-top: 0;
    padding-left: 10px;
}
.menu li {
    border-bottom: 2px solid #4C4C4C;
    display: block;
}
.menu li a {
    color: #FFFFFF;
    display: block;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 15px;
    font-weight: 400;
    padding: 19px 0 22px 4px;
    text-decoration: none;
}


/*** Smartphones (portrait) ***/


/*** Tablets (portrait and landscape) ***/

@media only screen and (max-width : 1185px) { 


.container {
    min-width: 747px;
    width: 97%;
}
section.main .container {
    background: url("../img/sidebar-bg.jpg") repeat-y scroll right top #FFFFFF;
	background-size:41%;
}
.tools .menu-1 {
    display: none;
}
.tools .menu-2 {
    display: none;

}
.tools {
position: absolute;
right: 65px;
width: 202px;
}
.navigation li a {
    padding: 23px 20px;
}
#menu-3 {
    display: none;
}

#content {
    padding-left: 30px;
    width: 55%;
}
aside#sidebar {
    width: 33%;
}
#featured-logos ul {
    width: 747px
}
#featured-logos li {
    display: inline-block;
}
#featured-logos li {
    float: left;
    margin: 0 5px;
}
footer.main section.col-1 {
    background: none;
    width: auto;
}
footer.main .col-1 .text-block {
    margin-left: 5px;
    width: 200px;
}
footer.main section.col-2 {
    width: 450px;
}
.menu-btn{
	display:block;
}
}

/*** Smartphones (portrait and landscape) ***/

@media only screen and (max-width : 767px) {

   
.container {
    min-width: 320px;
    width: 96%;
}

section.main .container {
    background: #fff;
}
.top-header .desc {
    display: none;
}

#search-form label {
    display: none;
}

#search-form input[type="text"] {
    border-radius: 3px;
    margin-right: -1px;
    max-width: 134px;
    vertical-align: top;
    width: 32%;
}
#search-form input[type="submit"] {
    font-size: 14px;
    padding: 0 3px;
    vertical-align: top;
}

nav.main {
    display: none;
}

section.main {
    height: auto;
    overflow: hidden;
    padding-bottom: 30px;
    position: relative;
}
#content {
    padding-left: 0;
    width: 100%;
}

aside#sidebar {
    display: none;
}

#featured-logos {
    display: none;
}

footer.main{
	border-top:1px solid #ddd;
}
footer.main section.col-1 {
    display: none;
}
footer.main section.col-2 {
    display: block;
    float: none;
    width: 100%;
}
.signin input[type="text"], .signin input[type="password"] {
    width: 90%;
}
.footer-menu{
	display:none;
}
footer.main .info {
    clear: right;
    float: right;
}

}
@media only screen and (max-width : 479px) {

    .container {
        width: 300px;
    }
	
.tools {
    display: none;
    position: absolute;
    right: 65px;
    width: auto;
}

#search-form input[type="submit"] {
    font-size: 9px;
}

}

/*** LEGACY STUFF ***/

.wrapper {
  width:975px;
  margin:0 auto;
  position:relative;
}
.wrapper:after {
  clear: both;
}
#full-page {
    float: left;
    margin-top: 24px;
    width: 975px;
}

#column-left {
    float: left;
    margin-top: 24px;
    width: 620px;
}
#bad{
	background-color:#fff;
	border:1px solid #d0d0d0;
	height:70px;
	background-image: -webkit-gradient(linear, center top, center bottom, from(rgba(255,255,255,0.06)), to(rgba(0,0,0,0.06)));
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.06), rgba(0,0,0,0.06));
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0.06), rgba(0,0,0,0.06));
	background-image: -o-linear-gradient(top, rgba(255,255,255,0.06), rgba(0,0,0,0.06));
	background-image: -ms-linear-gradient(top, rgba(255,255,255,0.06), rgba(0,0,0,0.06));
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.06), rgba(0,0,0,0.06));
	-pie-background-image: linear-gradient(to bottom, rgba(255,255,255,0.06), rgba(0,0,0,0.06));
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url('/PIE.php');
}

#bad h2 {
    color: #A8391F;
    float: left;
    font-size: 24px;
    letter-spacing: -0.2px;
    line-height: 65px;
    margin-left: 18px;
    margin-right: 39px;
    text-transform: none;
}
#bad p{
	font-size:12px;
	color:#808080;
	margin-top:18px;
}
#bad div{
	font-size:12px;
	color:#808080;
	margin-top:4px;
}
#bad p a{
	font-weight:bold;
	color:#333;
	font-size:14px;
}
#bad p a {
	text-decoration: none;
}
#bad p a:hover {
	text-decoration: underline;
}
.clear{
	background:url(/images/hr-border.png) repeat-x left bottom;
	height:1px;
	margin-top:40px;
	margin-bottom:8px;
}
.wrapper .featured-article .meta {
    color: #9E9E9E;
    font-family: 'AdelleItalic';
    font-size: 12px;
    line-height: 15px;
}
.wrapper .featured-article{
	background-color:#f7f7f7;
	border:1px solid #e0e0e0;
	height:auto;
	-moz-box-shadow:inset 0 0 1px 1px rgba(255,255,255,1);
	-webkit-box-shadow:inset 0 0 1px 1px rgba(255,255,255,1);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 19px 26px 21px 16px;
	overflow: hidden;
	margin-bottom:46px;
	position:relative;
	behavior: url('/PIE.php');
}
header.article-header{
	float:left;
	background-color:transparent;
	height:auto;
	width:187px;
	margin-right:30px;
}
.wrapper .featured-article h2 {
    font-family: "Helvetica Neue",Helvetica,Arial,Geneva,sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 7px;
    text-transform: none;
}
.wrapper .featured-article h2 a {
	color:#333;
}
.wrapper .featured-article h2 a {
	text-decoration: none;
}
.wrapper .featured-article h2 a:hover {
	text-decoration: underline;
}
.wrapper .featured-article p {
    color: #333333;
    float: right;
    font-size: 12px;
    letter-spacing: -0.2px;
	line-height: 16px;
    width: 359px;
}
#daily-read h1{
	font-size:26px;
	margin-bottom:23px;
	color:#a8391f;
}
#daily-read .all-reading {
    background: url("/images/more-reading-arrow.png") no-repeat scroll right center transparent;
    color: #494949;
    float: right;
    font-family: 'AdelleItalic';
    font-size: 12px;
    line-height: 20px;
    padding-right: 17px;
    text-decoration: none;
    text-transform: none;
}

#blog {
    margin-bottom: 50px;
    overflow: hidden;
}
#blog article {
    float: left;
    margin-right: 25px;
    width: 136px;
}
#blog article.last-child{
	margin-right:0;
}
#blog figure {
    background-color: transparent;
    width: 136px;
    height: 81px;
    margin-bottom: 14px;
	text-align: center;
}
#blog h2 {
    color: #333333;
    font-family:"Helvetica Neue", Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 14px;
    margin-bottom: 7px;
    text-transform: none;
	height: 42px;
	overflow: hidden;
}
#blog h2 a{
	color:#333;
}
#blog h2 a {
	text-decoration: none;
}
#blog h2 a:hover {
	text-decoration: underline;
}
#blog p{
	color:#333;
	font-size:11px;
	line-height:15px;
	letter-spacing:-0.2px;
}
#blog .meta {
    color: #8B8B8B;
    font-family: "AdelleItalic";
    font-size: 11px;
    line-height: 12px;
}
#blog header{
	margin-bottom: 10px;
}

#around-the-web h2{
	color:#9d351d;
	font-size:20px;
	margin-bottom:19px;
}
#around-the-web ul{
	margin-left:4px;
}
#around-the-web li {
    display: block;
    float: right;
    font-size: 13px;
    line-height: 130%;
    width: 286px;
	margin-bottom:20px;
	font-weight:bold;
	padding-right: 10px;
}
#around-the-web li.left{
	float:left;
	clear: both;
}
#around-the-web ul li a{
	color:#333;
}
#around-the-web ul li a {
	text-decoration: none;
}
#around-the-web ul li a:hover {
	text-decoration: underline;
}
#around-the-web ul li a strong{
	color:#9D351D;
}
#around-the-web ul li span{
	color:#939393;
	font-size:12px;
    font-family: 'AdelleRegular';
	font-weight:normal;
}

#sidebar {
    float: right;
    margin-top: 22px;
    width: 321px;
}
#sidebar .intro hgroup{
	margin-bottom:18px;
}
#sidebar hgroup h2{
	font-family: HandOfSean;
	font-size:16px;
	color:#9d351d;
	text-transform:none;
	margin-bottom:14px;
	margin-left:-4px;
}
#sidebar hgroup h3{
	font-size:13px;
	line-height:16px;
	color:#474747;
    font-family: 'AdelleItalic';
	text-transform:none;
}
#sidebar .intro{
	margin-bottom:22px;
}
#sidebar .intro p{
	font-size:11px;
	line-height:16px;
	color:#666;
}
#sidebar #logos {
    clear: both;
    margin-bottom: 32px;
    overflow: hidden;
}
#sidebar #logos li {
    float: left;
}
#sidebar #logos .microsoft {
    margin-left: 16px;
    margin-top: 8px;
}
#sidebar #logos .discovery {
    margin-left: 27px;
    margin-top: 8px;
}
#sidebar #logos .ad-council {
    margin-bottom: 3px;
    margin-left: 39px;
}
#sidebar #logos .redbox {
    margin-left: 34px;
}
#sidebar #logos .tiffany {
    margin-left: 30px;
    margin-top: 7px;
	margin-bottom:25px;
}
#sidebar #logos .ny-times {
    margin-left: 24px;
}
#sidebar #logos .target {
    margin-left: 38px;
}


.wrapper .job-list{
	background-color:#f7f7f7;
	border:1px solid #e0e0e0;
	height:auto;
	-moz-box-shadow:inset 0 0 1px 1px rgba(255,255,255,1);
	-webkit-box-shadow:inset 0 0 1px 1px rgba(255,255,255,1);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	margin-bottom:17px;
	behavior: url('/PIE.php');
	
}
.wrapper .job-list h1 {
    color: #A8391F;
    font-size: 26px;
    margin-bottom: 8px;
    margin-top: 7px;
}
.wrapper .job-list a {
	font-weight:bold;
	color:#333;
	text-decoration:none;
}
.wrapper .job-list a:hover {
	text-decoration:underline;
}
.wrapper .job-list li {
    border-bottom: 1px solid #ECECEC;
    padding: 6px 16px 7px;
}
.wrapper .job-list li.last-child{
	border-bottom:0;
}
.wrapper .job-list li .meta {
    color: #808080;
    font-family: 'AdelleRegular';
    font-size: 11px;
    line-height: 14px;
}
.wrapper .job-list li .browse-all-jobs-btn{
	color:#fff;
	width:257px;
	display:block;
	font-family: "LeagueGothic";
	font-size:22px;
	background-color: #EBBC19;
 	padding: 0.4em 0 0.5em;
     text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow:inset 0px 0px 1px 1px rgba(255,255,255,0.22);
	text-shadow:0px 1px 1px rgba(000,000,000,0.22);
	text-align:center;
	margin-left:16px;
	margin-top:9px;
	margin-bottom:13px;
	font-weight:normal;
	position:relative;
	behavior: url('/PIE.php');
} 

/***** FIXES *****/

.wrapper td[valign=top] {
  vertical-align: top;
}

.wrapper td[valign=bottom] {
  vertical-align: bottom;
}

.wrapper td img {
  vertical-align: middle;
}

.wrapper td[valign=top] img {
  vertical-align: top;
}

.wrapper td[valign=bottom] img {
  vertical-align: bottom;
}

.wrapper h1, .wrapper h2, .wrapper h3, .wrapper h4 {
  font-family: "LeagueGothic";
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
}

.wrapper p {
  margin: 0;
}

.wrapper {
  line-height: 1;
}

.wrapper {
  font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
  color: #333333;
  font-size: 12px;
}

.wrapper td {
  vertical-align: middle;
}
