* {margin:0;padding:0}
.clear { clear: both; height: 0; }

h1 { margin: 15px 0; font-size: 22px; font-weight: normal; }
h2 { font-size: 22px; margin: 15px 0; font-weight: normal;}
h3 { font-size: 18px; margin: 10px 0; font-weight: normal;}
h4 { font-size: 16px; margin: 10px 0; font-weight: normal;}
hr {height: 1px; border: 0; }
p { margin: 15px 0;}
a img { border: none; }

body {
  font-size: 12px;
  font-family: sans-serif;  
}

#container {
  min-width: 960px;
}

#header, #wrapper {
  padding: 0 20px;
}

#header {
  position: relative;
  padding-top: 1px;  
}

#header h1 {
  margin: 0;
  padding: 10px 0;  
  font-size: 30px;
}

#header h1 a:link, #header h1 a:active, #header h1 a:hover, #header h1 a:visited {
  text-decoration: none;
}

#main {  
  width: 70%;
  float: left;    
}

.actions-bar {
  padding: 10px 1px;
}

.actions-bar .actions {
  float: left;
}


.actions-bar .pagination {
  float: right;
  padding: 1px 0;
}

#sidebar {
  width: 25%;
  float: right;      
}

#sidebar h3 {  
  padding: 10px 15px;
  margin: 0;
  font-size: 13px;
}

#sidebar .block {
  margin-bottom: 20px;
  padding-bottom: 10px;
}

#sidebar .block .content {
  padding: 0 15px;
}

#sidebar ul.navigation li a:link, #sidebar ul.navigation li a:visited {
  display: block;
  padding: 10px 15px;
}

#sidebar .block .sidebar-block, #sidebar .notice {
  padding:10px;
}

#wrapper {
  padding-top: 20px;
}

#main .block {
  margin-bottom: 20px;
  padding-top: 1px;
}

#main .block .content .inner {
  padding: 0 15px 15px;  
}

#main .main p.first {
  margin-top: 0;
}

#user-navigation {
  position: absolute;
  top: 0px;
  right: 20px;  
}

#main-navigation {
  width: 100%;
}

#user-navigation ul, #main-navigation ul, .secondary-navigation ul, #sidebar ul.navigation {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#user-navigation ul li, #main-navigation ul li, .secondary-navigation ul li {
  float: left;  
}

#main-navigation ul li {
  margin-right: 5px;
}

#user-navigation ul li {
  padding: 5px 10px;
}

#main-navigation ul li a:link, #main-navigation ul li a:visited, #main-navigation ul li a:hover, #main-navigation ul li a:active,
.secondary-navigation ul li a:link, .secondary-navigation ul li a:visited, .secondary-navigation ul li a:hover, .secondary-navigation ul li a:active,
#user-navigation ul li a:link, #user-navigation ul li a:visited, #user-navigation ul li a:hover, #user-navigation ul li a:active {
  text-decoration: none;
}

#main-navigation ul li a {
  font-size: 15px;
  display: block;
  padding: 8px 15px;
}

.secondary-navigation {
  font-size: 13px;  
  border-bottom-width: 10px;
  border-bottom-style: solid;
}

.secondary-navigation ul li a {
  display: block;
  padding: 10px 15px;  
}

#footer {
  padding-bottom: 20px;
}

/* pagination */

.pagination a, .pagination span {
  padding: 2px 5px;
  margin-right: 5px; 
  display: block;
  float: left;
  border-style: solid;
  border-width: 1px;
}

.pagination span.current {
  font-weight: bold;  
}

.pagination a {
  text-decoration: none;  
}

/* tables */
.table {
  width: 100%;
  border-collapse: collapse;  
  margin-bottom: 15px;
}

.table th {
  padding: 10px;
  font-weight: bold;
  text-align: left;
}

.table th.first {
  width: 30px;
}

.table th.last {
  width: 200px;  
}

.table .checkbox {
  margin-left: 10px;
}

.table td {
  padding: 10px;
}

.table td.last {
  text-align: right;
}

/* forms */

input.checkbox {
  margin: 0;
  padding: 0;
}

.form .group {
  margin-bottom: 15px;
}

.form div.left {
  width: 20%;
  float: left;
}

.form div.right {
  width: 75%;
  float: right;
}

.form .columns .column {
  width: 48%;
}

.form .columns .left {
  float: left;
}

.form .columns .right {
  float: right;
}

.form label.label, .form input.text_field, .form textarea.text_area {
  font-size: 1.2em;
  padding: 1px 0;
  margin: 0;
}

.form label.right {
  text-align: right;
}

.form input.checkbox, .form input.radio {
  margin-right: 5px;
}

.form label.checkbox, .form label.radio {
  line-height: 1.5em;
}

.form label.label {
  display: block;
  padding-bottom: 2px;  
  font-weight: bold;
}

.form div.fieldWithErrors label.label {
  display: inline;
}

.form .fieldWithErrors .error {
  color: red;
}

.form input.text_field, .form textarea.text_area {
  width: 100%;
  border-width: 1px;
  border-style: solid;
}

/* lists */

ul.list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.list li {
  clear: left;
  padding-bottom: 5px;
}

ul.list li .left {
  float: left;  
}

ul.list li .left .avatar {
  width: 50px;
  height: 50px;
}

ul.list li .item {
  margin-left: 80px;
}

ul.list li .item .avatar {
  float: left;
  margin: 0 5px 5px 0;
  width: 30px;
  height: 30px;
}

/* box */

#box {
  width: 500px;
  margin: 50px auto;  
}

#box .block {
  margin-bottom: 20px;
}

#box .block h2 {
  padding: 10px 15px;
  margin: 0;  
}

#box .block .content {
  padding: 10px 20px;
}




.small { font-size:12px; }
.gray { color:#999999; }
.hightlight { background-color:#FFFFCC; }

a:link, a:visited, a:hover, a:active, h1, h2, h3 { color: #2F427A; }
a { -moz-outline: none; }

body {
  color: #222;
  background: #f0f0ee;
  font-family: helvetica, arial, sans-serif;
  font-size: 14px;
}

hr {
  background: #f0f0ee; 
  color: #f0f0ee;
}

#header {
  background: #2F427A;
}

#header h1 {
  padding: 20px 0;
}

#header h1 a:link, #header h1 a:active, #header h1 a:hover, #header h1 a:visited {
  color: #FFF;
}

#user-navigation {
  top: auto;
  bottom: 5px;
  right: 25px;
}

#main .block .content {
  background: #FFF;
  padding-top: 1px;
}

#main .block .content h2 {
  margin-left: 15px;
}

#sidebar .block {
  background: #FFF;
}

#sidebar .notice {
  background: #FFFFCC;
}

#sidebar h3 {  
  background: #2F427A;
  color: #FFF;
  border-bottom: 10px solid #262626;
  font-size: 15px;
}

#main-navigation ul li {
  padding-left: 15px;
}

#main-navigation ul li a {
  padding: 8px 0;
}

#main-navigation ul li.active {
  padding: 0;
  margin-left: 15px;
}

#main-navigation ul li.active {
  margin-left: 15px;
}

#main-navigation ul li.active a {
  padding: 8px 15px;
}

#sidebar ul li a:link, #sidebar ul li a:visited {
  background: #FFF;
  border-bottom: 1px solid #F0F0EE;
  text-decoration: none;
}

#sidebar ul li a:hover, #sidebar ul li a:active {
  background: #316291;
  color: #FFF;
}

#main-navigation {
  background: #262626;
}

#main-navigation ul li {
  background: #262626;
  margin-right: 0;
}

#main-navigation ul li.active {
  background: #f0f0ee;
}

#main-navigation ul li a:link, #main-navigation ul li a:visited, #main-navigation ul li a:hover, #main-navigation ul li a:active,
.secondary-navigation ul li a:link, .secondary-navigation ul li a:visited, .secondary-navigation ul li a:hover, .secondary-navigation ul li a:active,
#user-navigation ul li a:link, #user-navigation ul li a:visited, #user-navigation ul li a:hover, #user-navigation ul li a:active {
  text-decoration: none;
  color: #FFF;
}

.secondary-navigation li a:hover {
  background: #5C637A;
}

#main-navigation ul li.active a:link, #main-navigation ul li.active a:visited, #main-navigation ul li.active a:hover, #main-navigation ul li.active a:active {
  color: #262626;
}

.secondary-navigation {
  background: #2F427A;
  border-bottom-color: #262626;
  font-size: 15px;
}

.secondary-navigation ul li.active, .secondary-navigation ul li.active a:hover {
  background-color: #262626;
}

#footer .block {  
  color: #FFF;
  background: #262626;
}

#footer .block p {      
  margin: 0;  
  padding: 10px;
}

/* pagination */

.pagination span, .pagination a {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding-top: 4px;
}

.pagination span.current {
  background: #262626;
  color: #FFF;
  border-color: #262626;
}

.pagination a {
  color: #262626;
  border-color: #262626;
}

.pagination a:hover {
    color: #FFF;
    background: #262626;
}

/* tables */

.table th {
  background: #262626;
  color: #FFF;
}

.table td {
  border-bottom:1px solid #F0F0EE;
}

/* forms */

.form input.text_field, .form textarea.text_area {
  width: 100%;
  border: 1px solid #262626;
}

.form input.button {
  background: #EEE;
  color: #262626;
  padding: 2px 5px;
  border: 1px solid #262626;
  cursor: pointer;
}

.form .description {
  font-style: italic;
  color: #8C8C8C;
  font-size: .9em;
}

/* flash-messages */
.flash .message {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-align:center;
  margin: 0 auto 15px;

}

.flash .message p {
  margin:8px;
}
.flash .error {
  border: 1px solid #fbb;
  background-color: #fdd;
}
.flash .warning {
  border: 1px solid #fffaaa;
  background-color: #ffffcc;
}
.flash .notice {
  border: 1px solid #1FDF00;
  background-color: #BBFFB6;
}

/* lists */

ul.list li {
  border-bottom-color: #F0F0EE;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

ul.list li .item .avatar {
  border-color: #F0F0EE;
  border-width: 1px;
  border-style: solid;
  padding: 2px; 
}

/* box */

#box .block {
  background: #FFF;  
}

#box .block h2 {
  background: #2F427A;  
  color: #FFF;
}


/* rounded borders */

#main, #main-navigation, #main-navigation li, .secondary-navigation, #main .block, #sidebar .block, #sidebar h3, ul.list li, 
#footer .block, .form input.button, #box .block, #box .block h2 {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
}

.secondary-navigation li.first a, .secondary-navigation ul li.first, .table th.first, .table th.first {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
}

.table th.last {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
}

.secondary-navigation ul li.first {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
}

#sidebar, #sidebar .block, #main .block, #sidebar ul.navigation, ul.list li, #footer .block, .form input.button, #box .block {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
}

#stickies .stickies_close_area
{
    margin: 0;
    padding: 0 10px 4px 0;
    float: right;
}

#stickies .error_stickie,
#stickies .warning_stickie,
#stickies .notice_stickie,
#stickies .debug_stickie
{
    margin: 10px 0;
    padding: 8px;
    -webkit-border-radius: 10px;
}

#stickies .error_stickie
{
    border: solid 2px #cc2f00;
    background-color: #ff9999;
}

#stickies .warning_stickie
{
    border: solid 2px #ff7700;
    background-color: #ffc28d;
}

#stickies .notice_stickie
{
    border: solid 2px #399c07;
    background-color: #d7ffaf;
}

#stickies .debug_stickie
{
    border: dashed 2px #444;
    background-color: #eee;
}


#facebox .b {
  background:url(/facebox/b.png);
}

#facebox .tl {
  background:url(/facebox/tl.png);
}

#facebox .tr {
  background:url(/facebox/tr.png);
}

#facebox .bl {
  background:url(/facebox/bl.png);
}

#facebox .br {
  background:url(/facebox/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}


body {

}

#sidebar {
        width: 200px;
        float: right;
}

#main {
    width: 720px;
    padding-bottom: 40px;
}
#hd {
    padding: 20px 0;
    width: 100%;
    overflow: hidden;
    position: relative;
}
#hd h1 {
    display: block;
    float: left;
    margin: 0;
    width: 220px;
    height: 65px;

}
#hd h1 a {
    display: block;

}
#salutation {
    position: absolute;
    top: 10px;
    right: 6px;
}
#salutation ul.menu {
    float: left;
    margin: 0;
}
#salutation li {
    display: inline;
}
#salutation li a {
    text-decoration: none;
    color: #666;
    text-shadow: 0 2px #ccc;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
    font-weight: bold;
    margin-left: 10px;
}
#salutation li.selected a,
#salutation li.selected a:hover {
    text-decoration: none;
    color: #000;
    text-shadow: 0 2px #FFFFFF;
}
#salutation li a:hover {
    color: #000;
    text-decoration: underline;
}

div.hr {
    width: 960px;
    height: 2px;
}
div.hr hr {
    display: none;
}

#nav {
    position: absolute;

    top: 40px;
}
#nav ul.menu {
    float: left;
    margin: 0 0 0 30px;
    line-height: 40px;
    font-size: 123.1%;
}
#nav li {
    display: inline;
    line-height: 2;
}
#nav li a {
    text-decoration: none;
    
    padding: 10px 20px 10px 28px;
    color: #666;
    text-shadow: 0 2px #ccc;
    text-transform: uppercase;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
    font-weight: bold;
}
#nav li.selected a,
#nav li.selected a:hover {
    text-decoration: none;
    color: #666;
    text-shadow: 0 2px #FFFFFF;
    background-position: 0 -124px;
}
#nav li.last a {
    padding-right: 0;
}
#nav li a:hover {
    text-decoration: underline;
    color: #333;
    text-shadow: 0 2px #ccc;
    background-position: 0 -60px;
}
#ft {
    
}
#ft address {
    text-align: left;
    padding: 0 0 80px 0;
    color: #333;
}
#ft address a {
    color: #333;
    text-decoration: none;
}
#ft address a:hover {
    color: #111;
}

#ft-nav {
    width: 74.923em;
    min-width: 750px;
    margin: 0 auto;
}
#ft-nav ul.menu {
    text-align: left;
    overflow: hidden;
    margin: 0;
    padding: 20px 0 0;
}
#ft-nav li {
    display: inline;
    line-height: 2;
}
#ft-nav li a {
    text-decoration: none;
    padding: 0 1em 0 0;
}
#ft-nav li a {
    color: #000;
}
#ft-nav li a:hover {
    color: #ddd;
}



/* @group evendesign */
body div#sidebar {
display: none;
}
body #main {
width: 100%;
float: none;
font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
body #main .block .content p {
font-size: 15px;
line-height: 1.5em;
}
body #main .block .content {
background: #f0f0f0;
}
body #wrapper {
background: #fff;
}
body hr {
border-width: 0;
border-top: 1px solid #ccc;
border-bottom: 1px solid #fff;
clear: both;
height: 0;
}
#container {
min-width: 500px;
}
.pagination {
margin: 15px 0;
overflow: hidden;
}
table.table td {
border-bottom: 1px solid #bbb;
font-size: 12px;
}
body #main .block .content table.table p {
font-size: 12px;
}
body#helps .table a:hover {
background: #2f427a;
color: #fff;
}
body#helps .table .th_1,
body#helps .table .th_2 {
width: 1em;
}
body#helps .table .th_3 {
width: 100px;
}
body#helps .table .td_1 a,
body#helps .table .td_1 a:link,
body#helps .table .td_1 a:visited,
body#helps .table .td_2 a,
body#helps .table .td_2 a:link,
body#helps .table .td_2 a:visited {
text-decoration: none;
font-size: 12px;
line-height: 12px;
}
body#helps .table .td_1,
body#helps .table .td_2 {
border-right: 1px dashed #ccc;
}
body#helps .table .td_3 {
font-size: 15px;
}
body#helps .table .td_4,
body#helps .table .td_5 {
padding: 0;
border-left: 1px dashed #ccc;
}
body#helps .table .td_5 {
text-align: center;
border-right: 1px dashed #ccc;
padding-top: 5px;
}
body#helps .table .td_4 div,
body#helps .table .td_5 div {
text-align: left;
padding: 0 5px;
margin: 0;
overflow: auto;
overflow-y: hidden;
overflow-x: auto;
}
body#helps .table .td_5 div {
width: 200px;
}
body#helps .table .th_6 {
width: 5em;
}
body#helps .table .td_5 a,
body#helps .table .td_5 a:link,
body#helps .table .td_5 a:visited {
background: #ff9;
text-decoration: none;
padding: 2px 5px;
color: #a00;
}
body#helps .table .td_5 a:hover {
background: #a00;
color: #fff;
}
#main-navigation ul.menu li {
padding: 0;
}
#main-navigation ul.menu li a,
#main-navigation ul.menu li a:link,
#main-navigation ul.menu li a:visited {
display: block;
padding: 5px 15px;
}
ul.menu li a:hover {
background: #666;
}
body .table th {
text-shadow: 0 1px 1px black;
}
body .table th a,
body .table th a:link,
body .table th a:visited {
color: #f00;
}
body .table th a:hover {
color: #fff;
background: #a00;
}
h1 {
text-shadow: 0 2px 5px black;
}
h2.title {
text-shadow: 0 1px 0 #fff;
}
ul.menu a,
.secondary-navigation a {
text-shadow: 0 1px 1px black;
}
#facebox label {
display: block;
margin-top: 5px;
}
#facebox #post_comment_username,
#facebox #post_comment_content {
border: 1px inset #999;
font-size: 16px;
width: 99.5%;
}
#facebox #post_comment_content {
font-size: 12px;
height: 230px;
}
button.submit {
margin-top: 5px;
font-size: 15px;
padding: 5px 10px;
}
#header{
  height: 1%;
}
#header h1 {
  float: left;
}
#header #cse-search-box {
  float: right;
  margin-top: 25px;
}
#header #cse-search-box div input {
  font-size: 15px;
}
#header #main-navigation {
  clear: both;
}
#container {
  min-width: 750px;
}
body#helps #new_post {
  float: left;
  width: 430px;
}
body#helps #note {
  font-size: 12px;
  border-left: 1px dashed #ccc;
  margin-left: 430px;
  padding: 0 15px 10px;
  background: #ffc;
  -webkit-box-shadow: 3px 3px 10px rgba(0,0,0,.2);
  -moz-box-shadow: 3px 3px 10px rgba(0,0,0,.2);
}
body#helps #note h3 {
  background: #a00;
  padding: 5px 10px;
  color: #ffc;
  font-size: 15px;
}
body#helps #note p {
  font-size: 12px;
  color: #332;
  margin: 0 10px 10px;
  line-height: 1.7em;
}
body#helps #post_subject,
body#helps #post_county_id,
body#helps #post_help_type_id,
body#helps #post_source_type_id,
body#helps #post_content {
  font-size: 15px;
  width: 400px;
}
body#helps #new_post .navform .button {
  font-size: 24px;
  color: #58f;
}

body#welcome #recruit-registrno {
  float: left;
  width: 720px;
}

body#welcome #note {
  font-size: 12px;
  border-left: 1px dashed #ccc;
  margin-left: 750px;
  padding: 0 15px 10px;
  background: #ffc;
  -webkit-box-shadow: 3px 3px 10px rgba(0,0,0,.2);
  -moz-box-shadow: 3px 3px 10px rgba(0,0,0,.2);
}
.clear {
  clear: both;
}
/* @end */

