/* ==========================================================================================
 * Author: Kit Whyte, kit@aeski.net, www.aeski.net
 * Copyright: Kit Whyte
 * 
 * Date: 5 September 2012
 * File: defaults.css
 *
 * This file may not be copied or modified without the expressed permission from the author
 * ==========================================================================================
 */

body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	-webkit-font-smoothing: antialiased;
}

html,
body{
	height: 100%;
}


/*--------------------------------
	HTML 5 Fallbacks
---------------------------------*/
article,
aside,
footer,
header,
section,
nav{
	display: block;
}


/*--------------------------------
	Invisible Table
---------------------------------*/
#main-content table.invisible-table,
#main-content table.invisible-table tr,
#main-content table.invisible-table td,
#main-content table.invisible-table tr th{
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	line-height: inherit;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}


/*--------------------------------
	Admin Menu
---------------------------------*/
/* If admin menu is in FIXED position at top of browser us this*/
table.sticky-header{
	top: 15px !important;
	background-color: #212121;
	background-color: rgba(160,160,160,.50);
}

html body.admin-menu {
	margin-top: 0px !important;
	padding-top: 0px !important;
	border-top: 27px solid #444;
}

#menu-push{
	display: none;
}

body.admin-menu #menu-push{
	height: 26px;
	/*background: rgba(0,0,0,0.8) url(../images/status-box-overlay.png) repeat-x 0 -2px;*/
	display: block;
}

#admin-menu {
	box-shadow: 0 0 5px #000;
	font: 12px "Lucida Grande",Verdana,sans-serif;
	background-color: #212121;
	background: rgba(50,50,50,50.85) url(../images/status-box-overlay.png) repeat-x 0 -2px;
	height: 25px;
	border-top: 1px solid #7a7a7a;
	border-top-color: rgba(255, 255, 255, .4);
	font-size: 9px;
}

#admin-menu-wrapper {
	margin: 0;
	padding: 0 15px 0 10px;
	background: url(../images/divider-vertical2.png) 10px top no-repeat;
}

/*----------- Top Level Items -----------*/
#admin-menu > div > ul.dropdown > li {
	background: url(../images/divider-vertical2.png) right top no-repeat;
	margin: 0;
	padding: 0;
}

#admin-menu ul.dropdown li.admin-menu-action > a,
#admin-menu ul.dropdown a{
	text-shadow: -1px -1px 0px rgba(0,0,0,0.5);
	margin: 0;
	padding: 0px 10px;
	line-height: 25px;
	border: none;
	font-size: 9px;
	border-radius: 0px;
	color: #fff;
	background: none;
}

/* Top Level Hover/Actives */
#admin-menu > div > ul.dropdown > li:hover,
#admin-menu > div > ul.dropdown > li > a.active{
	box-shadow: inset 0 3px 3px #000;
	background: #444;
	background-image: -moz-linear-gradient(-90deg, #444, #212121) !important;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#444), to(#212121));
	color: #fff;
}

/*----------- Second Level Items -----------*/
#admin-menu ul.dropdown ul.dropdown {
	box-shadow: 0 3px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: -1px 5px 20px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.5);
	border-right: 1px solid;
	border-right-color: rgba(0, 0, 0, .15) !important;
}

#admin-menu ul.dropdown ul.dropdown a{
	border-bottom: 1px solid #212121;
	border-bottom-color: rgba(0, 0, 0, .15) !important;
	border-top: 1px solid #666;
	border-top-color: rgba(255, 255, 255, 0.07) !important;
	line-height: 14px;
	padding: 4px 10px;
}

#admin-menu ul.dropdown ul.dropdown li{
	background: #2e2e33;
	opacity: .95;
}

#admin-menu ul.dropdown ul.dropdown li.expandable {
	background: #45454A url(../images/admin-menu-arrow.png) no-repeat 145px center;
}

/* Second Level Hover/Actives */
#admin-menu ul.dropdown ul.dropdown li:hover{
	background-color: #111;
}

/*----------- Third Level Items -----------*/
#admin-menu ul.dropdown ul.dropdown ul.dropdown{
	margin: -24px 0 0 160px
}

/*----------- Home Icon -----------*/
#admin-menu > div > ul.dropdown > li.admin-menu-icon > a {
	background: url(../images/icons.png) 50% -46px no-repeat !important;
	display: block;
	height: 25px;
	text-indent: -9999px;
	width: 35px;
	padding: 0 0px;
}

#admin-menu > div > ul > li.admin-menu-icon > a.active,
#admin-menu > div > ul > li.admin-menu-icon > a:hover{
	background: #111 url(../images/icons.png) 50% -46px no-repeat !important;
}

/*----------- Users Icon -----------*/
#admin-menu > div > ul.dropdown > li.admin-menu-action.admin-menu-users > a{
	background: url(../images/icon-users.png) 90% center no-repeat;
	padding-right: 25px;
}

#admin-menu > div > ul.dropdown > li.admin-menu-action.admin-menu-users > a.active{
	background: #333 url(../images/icon-users.png) 90% center no-repeat !important;
}


/*--------------------------------
	System Messages
---------------------------------*/
#messages {
  padding: 20px 0 0 0px;
  margin: 0 auto;
}

div.messages {
	margin: 0px 0px 15px 0px;
}

#messages .warning,
div.warning,
#messages .error,
#messages .status{
	padding: 4px 20px 4px 50px;
	display: block;
  	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    text-shadow: 0px 1px 0px rgba(255,255,255,.5);
    position: relative;
    overflow: hidden;
  	border: 1px solid #ddcc47;
	color: #5a4600;
	color: /*#540000*/rgba(0,0,0,.9);
	background: #f0d988 url(../images/status-box-overlay.png) repeat-x 0 0;
}

#messages .warning a,
div.warning a,
#messages .error a,
#messages .status a{
    text-shadow: 0px 1px 0px rgba(255,255,255,.3);
    color: #fff;
    color: rgba(0,0,0,1);
    text-decoration: underline;
}

#messages a:hover{
	text-shadow: 0px -1px 0px rgba(255,255,255,.3);
}

.messages-warning-icon,
.messages-error-icon,
.messages-status-icon{
	width: 24px;
	height: 24px;
	position: absolute;
	background: url(../images/message-warning-icon.png) left top no-repeat;
	top:50%;
	left: 10px;
	margin-top: -12px;
}

#messages .error{
  	border: 1px solid #ce6b79;
	color:  #000;
	color: rgba(0,0,0,.9);
	background: #dd7272 url(../images/status-box-overlay.png) repeat-x 0 0;
	text-shadow: 0px 1px 0px rgba(255,255,255,.4);
}

#messages .status{
  	border: 1px solid #99cc66;
	color: #234600;
	background: #84c135 url(../images/status-box-overlay.png) repeat-x 0 0;
}

.messages-error-icon{
	background: url(../images/message-error-icon.png) left top no-repeat;
	opacity: .75
}

.messages-status-icon{
	background: url(../images/message-status-icon.png) left top no-repeat;
}


/*--------------------------------
	Vertical Tabs
---------------------------------*/
div.vertical-tabs{
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px	
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
}

.vertical-tabs ul.vertical-tabs-list {
	border-top-left-radius: 3px;
}

ul.vertical-tabs-list li.first a,
ul.vertical-tabs-list li.first{
	border-top-left-radius: 3px;
}

ul.vertical-tabs-list li.last a,
ul.vertical-tabs-list li.last{
	border-bottom-left-radius: 3px;
}

ul.vertical-tabs-list fieldset{
	top: 0;
}

.node-form .vertical-tabs .fieldset-wrapper{
	margin-top: 0;
}

div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane {
	padding: 1em;
	top:0px;
}

ul.vertical-tabs-list li.vertical-tab-button a:focus strong,
ul.vertical-tabs-list li.vertical-tab-button a strong,
ul.vertical-tabs-list li.vertical-tab-button a:active strong,
ul.vertical-tabs-list li.vertical-tab-button a:hover strong{
	text-decoration: none !important;
}

ul.vertical-tabs-list li.vertical-tab-button:hover{
	background: #f4f4f4;
	text-decoration: none;
}

ul.vertical-tabs-list li.selected:hover{
	background: #fff;
}

ul.vertical-tabs-list li.vertical-tab-button a:hover {
	outline: 1px solid #ddd;
}


/*--------------------------------
	Browser Font Overrides
---------------------------------*/
del {
	text-decoration: line-through;
}

code,
pre,
kbd,
samp,
var {
  padding: 0 0.4em;
  font-size: 0.77em;
  font-family: Menlo, Consolas, "Andale Mono", "Lucida Console", "Nimbus Mono L", "DejaVu Sans Mono", monospace, "Courier New";
}

code {
	background-color: #f2f2f2;
	background-color: rgba(40, 40, 0, 0.06);
}

pre code,
pre kbd,
pre samp,
pre var,
kbd kbd,
kbd samp,
code var {
	font-size: 100%;
	background-color: transparent;
}

pre code,
pre samp,
pre var {
	padding: 0;
}

.description code {
	font-size: 1em;
}

kbd {
	background-color: #f2f2f2;
	border: 1px outset #575757;
	margin: 0 3px;
	color: #666;
	display: inline-block;
	padding: 0 6px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

pre {
	background-color: #f2f2f2;
	background-color: rgba(40, 40, 0, 0.06);
	margin: 10px 0;
	overflow: hidden;
	padding: 15px;
	white-space: pre-wrap;
}


/*--------------------------------
	Table formatting
---------------------------------*/
table td{
	vertical-align: top;
}

table table {
	font-size: 1em;
}

table tbody tr th {
	vertical-align: top;
}

tbody{
	border-top: none;
}

table ul.links {
	margin: 0;
	padding: 0;
	font-size: 1em;
}

table ul.links li {
	padding: 0 1em 0 0;
}

th.active img {
    display: inline;
    margin-left: 10px;
}


/*--------------------------------
	Styles Reset
---------------------------------*/
caption {
	text-align: left;
	font-weight: normal;
}

blockquote {
	background: #f7f7f7;
	border-left: 1px solid #bbb;
	font-style: italic;
	margin: 1.5em 10px;
	padding: 0.5em 10px;
}

blockquote:before {
	color: #bbb;
	content: "\201C";
	font-size: 3em;
	line-height: 0.1em;
	margin-right: 0.2em;
	vertical-align: -.4em;
}

blockquote:after {
	color: #bbb;
	content: "\201D";
	font-size: 3em;
	line-height: 0.1em;
	vertical-align: -.45em;
}

blockquote :first-child {
	display: inline;
}

a.feed-icon {
	display: inline-block;
	padding: 15px 0 0 0;
}

.clear{
	clear: both;
}


/*--------------------------------
	System Tabs
---------------------------------*/
.tabs {
	margin-bottom: 20px;
}

.tabs ul.primary {
	padding: 0 3px 0 6px;
	margin: 0;
	overflow: hidden;
	border: none;
	background: url(../images/divider.png) 0 104% repeat-x;
}

.tabs ul.primary li {
	display: block;
	float: left;
	vertical-align: bottom;
	margin: 0 5px 0 0;
}

.tabs ul.primary li.active a {
	border-bottom: 1px solid #ffffff;
}

.tabs ul.primary li a:hover{
	background: #444;
	background-image: -moz-linear-gradient(-90deg, #444, #212121) !important;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#444), to(#212121));
}

.tabs ul.secondary li a,
.tabs ul.primary li a {
	background-color: #ededed;
	color: #fefefe;
	text-shadow: 0 1px 0 #000;	
	background: #282829 url(../images/status-box-overlay.png) repeat-x 0 -1px; /* Fallback */
	background: rgba(40, 40, 41, .9) url(../images/status-box-overlay.png) repeat-x 0 -1px;
	line-height: 1.4em;
 	 display: block;
	font: .79em "Lucida Grande",Verdana,sans-serif;
	float: left;
	padding: .5em 10px .5em;
	margin: 0;
	border-top-right-radius: 4px;
	border-color: #666;
	border-bottom: none;

	-khtml-border-radius-topleft: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-khtml-border-radius-topright: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
}

.tabs ul.primary li.active a,
.tabs ul.primary li.active a:hover {
	background-color: #ffffff;
	background-image: none !important;
  	border: 1px solid #ccc;
  	border-bottom: none;
  	color: #212121;
  	text-shadow: none;
}

.tabs ul.secondary {
	border-bottom: none;
	padding: 0.5em 0;
}

.tabs ul.secondary li {
	display: block;
	float: left;
}

.tabs ul.secondary li:last-child {
	border-right: none;
}
.tabs ul.secondary li:first-child {
	padding-left: 0;
}

.tabs ul.secondary li a {
	padding: 0.25em 1em;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-top: 4px;
	border-top-left: 4px;
	background-color: rgba(40, 40, 41, .9070505);	
}

.tabs ul.secondary li a:hover{
	background: #444;
}

.tabs ul.secondary li a.active {
	background: #f2f2f2;
	border-bottom: none;
	color: #212121;
	text-shadow: none;
}


/*--------------------------------
	Contextual links
---------------------------------*/
div.contextual-links-active a.contextual-links-trigger,
div.contextual-links-active ul.contextual-links{
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	background-color: #f0f0ef;
	padding-top: 0;
	padding-bottom: 0;
}

#footer div.contextual-links-wrapper ul.contextual-links a,
div.contextual-links-wrapper ul.contextual-links a{
	padding: 7px 8px 6px 8px;
	background: url(../images/status-box-overlay.png) 0 0 repeat-x;
	margin: 0;
	text-shadow: 0 1px 0 #fff;
	border-bottom: 1px solid #dadada;
}

ul.contextual-links li{
	background: none !important;
	list-style: none;
	list-style-image: none;
}

div.contextual-links-active ul.contextual-links .last a{
	border-bottom: none;
}

div.contextual-links-active ul.contextual-links .first a{
	background-position: 0 -1px;
}

div.contextual-links-active ul.contextual-links a:hover{
	background-color: #bdbdbd;
	background-position: 0 -1px;
	background-image: -moz-linear-gradient(-90deg, #d3d3d3, #bdbdbd);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d3d3d3), to(#bdbdbd));
}

div.contextual-links-active ul,
div.contextual-links-active ul li{
	margin: 0;
	padding: 0;
}

a.contextual-links-trigger,
a.contextual-links-trigger:hover{
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	background-color: #fff;
	background-color: rgba(255,255,255,.75);
}

div.contextual-links-active a.contextual-links-trigger {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

/*--------------------------------
	Action Links
---------------------------------*/
ul.action-links {
	list-style: none;
	margin: 5px;
	padding: 0.5em 0;
}

ul.action-links li {
	display: inline-block;
	margin-left: 10px;
}

ul.action-links li a {
	padding-left: 15px;
	background: url(../images/add.png) no-repeat left center;
	margin: 0 10px 0 0;
}


/*--------------------------------
	Button styling
---------------------------------*/
input.form-submit,
a.button {
	background: #fff url(../images/buttons.png) 0 0 repeat-x;
	border: 1px solid #e4e4e4;
	border-bottom: 1px solid #b4b4b4;
	border-left-color: #d2d2d2;
	border-right-color: #d2d2d2;
	color: #3a3a3a;
	cursor: pointer;
	font-size: 0.929em;
	font-weight: normal;
	text-align: center;
	margin-bottom: 1em;
	margin-right: 0.6em;
	padding: 4px 17px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
  	text-shadow: 0 1px 0 #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

input.form-submit:hover {
	background: #dedede;
	border-color: #bbb;
}

input.form-submit:focus{
	background: url(../images/buttons.png) 0 -40px repeat-x;
	text-shadow: 0 -1px 0 #fff;
	border: 1px solid #e4e4e4;
  	border-top: 1px solid #b4b4b4;
	border-color: #bbb;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

a.button:link,
a.button:visited,
a.button:hover,
a.button:focus,
a.button:active {
	text-decoration: none;
	color: #5a5a5a;
}

a.button:focus{
	background: #fff url(../images/buttons.png) 0 -30px repeat-x;
}


/*--------------------------------
	Form elements
---------------------------------*/
fieldset {
	background: rgba(255,255,255,.9);
	border: 1px solid #cccccc;
	margin-top: 10px;
	margin-bottom: 32px;
	padding: 0 0 10px;
	position: relative;
	top: 18px; /* Offsets the negative margin of legends */
	
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.fieldset-wrapper {
	margin-top: 35px;
	
}

.node-form .fieldset-wrapper {
	margin-top: 25px;
}

/* CK filter format spacing */
.node-form #body-add-more-wrapper .fieldset-wrapper{
	margin-top: 0;
}

.filter-wrapper {
	top: 0;
	padding: 1em 0 0.2em;
	-khtml-border-radius-topright: 0;
	-khtml-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.filter-help a {
	font-size: 0.857em;
	padding: 2px 20px 0;
}

/*.filter-wrapper .form-item label {
	margin-right: 10px;
}

.filter-wrapper .form-item {
	padding: 0 0 0.5em 0.5em;
}

.filter-guidelines {
	padding: 0 1.5em 0 0.5em;
}*/

fieldset.collapsed {
	background: transparent;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

fieldset legend {
	border: 1px solid #ccc;
	display: block;
	height: 2.5em;
	left: -1px;
	line-height: 2.5em;
	padding: 0;
	position: absolute;
	text-indent: 10px;
	text-shadow: 0 1px 0 #fff;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
	top: -18px;
	width: 100%;
	-khtml-border-radius-topleft: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-khtml-border-radius-topright: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
    background: #c9cfd2;
  	background: #c9cfd2 url(../images/status-box-overlay.png) repeat-x 0 0px;
}

.region-help,
fieldset.collapsed legend {
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

fieldset .fieldset-wrapper {
	padding: 0 10px;
}

input {
	margin: 2px 0;
	padding: 5px;
	outline: none;
}

/*input,
textarea {
	font-size: 0.929em;
}*/

textarea.form-textarea,
select.form-select {
	padding: 6px 5px 5px 5px;
}

input.form-text,
textarea.form-textarea,
select.form-select,
input.form-file{
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

.text-format-wrapper,
.form-item {
	margin-bottom: 1em;
	margin-top: 2px;
}

.form-item label {
	font-size: 12px;
}

.field-label {
	vertical-align: top;
}

.compact-form-label{
	line-height: 2.5em;
	text-indent: 3px;
	color: #555;
	font-weight: normal;
}

/*fieldset */.description,
.tips {
	margin-top: 0px;
	color: #3c3c3c;
	font-size: 12px;
	/*line-height: 1.5em;
	*/font-style: italic;
}
.form-type-radio label,
.form-type-checkbox label {
	margin-left: 4px;
}
.form-type-radio .description,
.form-type-checkbox .description {
	margin-left: 2px;
}
.form-actions {
	padding-top: 10px;
}

/* Disabled form elements */
input.form-button-disabled,
input.form-button-disabled:hover,
input.form-button-disabled:focus,
input.form-button-disabled:active,
.form-disabled input,
.form-disabled select,
.form-disabled textarea {
	background: #ededed;
	border-color: #bbb;
	color: #717171;
}

.form-disabled .grippie {
	background-color: #ededed;
	border-color: #bbb;
}

.form-disabled label {
  color: #717171;
}

/* Animated throbber */
html.js input.form-autocomplete {
  background-position: 99% 6px; /* LTR */
}
html.js input.throbbing {
  background-position: 99% -14px; /* LTR */
}


/*--------------------------------
	Help Region
---------------------------------*/
.region-help {
	border: 1px solid #d3d7d9;
	padding: 0 1.5em;
	margin-bottom: 30px;
}

.region-help .block ol,
.region-help .block ul{
	margin-bottom: 1.25em;
}

/* -------------- Other Overrides ------------- */
.ui-widget-overlay {
  background: #222222;
  opacity: 0.7;
}


/*--------------------------------
	Search Form
---------------------------------*/
#block-search-form {
	padding-bottom: 7px;
}

#block-search-form .content {
	margin-top: 0;
}

#block-search-form .form-item-search-block-form input {
  float: left;
  height: 17px;
  margin-right: 5px;
  width: 130px;
}

#search-block-form input.form-submit,
#search-form input.form-submit {
	margin-left: 0;
	margin-right: 0;
	height: 28px;
	width: 35px;
	padding: 0;
	cursor: pointer;
	text-indent: -9191px;
	border-color: #e4e4e4 #d2d2d2 #b4b4b4;
	background: #f2f2f2 url(../images/search-button.png) repeat-x left -1px;
	overflow: hidden;
}

#search-block-form input.form-submit:hover,
#search-block-form input.form-submit:focus,
#search-form input.form-submit:hover,
#search-form input.form-submit:focus {
    background: #e3e3e3 url(../images/search-button.png) repeat-x left bottom;
}

/* Make larger with text on search results page */
#main-content #search-block-form input.form-submit,
#main-content #search-form input.form-submit{
	width: inherit;
	text-indent: 30px;
	background-position: left 0px;
	width: inherit;
	text-align: left;
	padding-right: 10px;
}

#main-content #search-block-form input.form-submit:hover,
#main-content #search-block-form input.form-submit:focus,
#main-content #search-form input.form-submit:hover,
#main-content #search-form input.form-submit:focus {
    background: #e3e3e3 url(../images/search-button.png) repeat-x left bottom;
}

#main-content #block-search-form .form-item-search-block-form input {
	width: 49%;
}

.default-value{
	color: #ccc;
	font-size: .9em;
	font-style: italic;	
}

.inactive{
	color: red;
}


/*--------------------------------
	Search Results
---------------------------------*/
#search-form label{
	display: block;
}

ol.search-results {
	padding-left: 0;
}

.search-results li {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.search-results li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 1em;
}

.search-results .search-snippet-info {
	padding-left: 0;
}


/*--------------------------------
	Block Region Example
---------------------------------*/
.page-admin-structure-block-demo .block-region {
	background: url(../images/status-box-overlay.png) repeat-x 0 -10px;
	background-color: #f8f8c9;
	border: 1px dotted #9f9e00;
	color: #000;
	font-size: 90%;
	margin: 5px;
	padding: 5px;
	text-align: center;
	text-shadow: none;
}

.page-admin-structure-block-demo #featured .block-region {
	font-size: 0.55em;
}

.page-admin-structure-block-demo #header .block-region {
	width: 500px;
}

.page-admin #admin-dblog img {
	margin: 0 5px;
}


/*--------------------------------
	Admin Page 
---------------------------------*/
.page-admin dt{
	text-shadow: 0 1px 0 #fff;
}

.page-admin dd{
	margin-bottom: 20px;
}

/* ----- Configuration Page ----- */
div.admin .right,
div.admin .left {
	width: 49%;
	margin: 0;
}

div.admin-panel dt {
	border-top: 1px dashed #ccc;
	padding: 7px 0 0;
}

div.admin-panel dd {
	margin: 0 0 10px;
}

div.admin-panel{
	background: rgba(250,250,250,.9);
	border: 1px solid #ccc;
 	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
	margin: 10px 0;
    padding: 0;
}

div.admin-panel h3 {
    padding: 5px 7px;
    margin: 0;
	border-bottom: 1px solid #ccc;
	display: block;
	text-indent: 10px;
	text-shadow: 0 1px 0 rgba(255,255,255,.75);
	-khtml-border-radius-topleft: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-khtml-border-radius-topright: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
    background: #dbdbdb;
  	background: #c9cfd2 url(../images/status-box-overlay.png) repeat-x 0 0px;
	background-color: /*rgba(210, 216, 219, 1.0)*/;
}

dl.admin-list{
	padding: 0 9px;
}

/* -------------- Shortcut Links -------------- */
/*
.shortcut-wrapper {
  margin: 2.2em 0 1.1em 0; /* Same as usual h1#page-title margin. */
/*}
.shortcut-wrapper h1#page-title {
  float: left; /* LTR */
 /* margin: 0;
}
div.add-or-remove-shortcuts {
  padding-top: 0.9em;
}
.overlay div.add-or-remove-shortcuts {
  padding-top: 0.8em;
}*/

/* ---------- Admin-specific Theming ---------- */

/*.page-admin #content-wrapper img {
  margin-right: 15px;
}
.page-admin #content-wrapper .simpletest-image img {
  margin: 0;
}*/




/*-----------------------------------------
	Site credits
------------------------------------------*/
/*.aeski,
.eighty-options{
	width: 16px;
	height: 16px;
	background: url(../images/icons-black.png) 0 -26px no-repeat;
	text-indent: -9999px;
	display: inline-block;
}

.aeski{
	margin: 0 3px 0 15px;
}

.aeski:hover{
	background: url(../images/icons-black.png) 0 0px no-repeat;
}

.eighty-options{
	background: url(../images/icons-black.png) 0 -120px no-repeat;
}

.eighty-options:hover{
	background: url(../images/icons-black.png) 0 -94px no-repeat;
}


*/



/*--------------------------------
	Poll module styling
---------------------------------*/
/*.node .poll {
	margin: 2em 0;
}

.node .poll #edit-choice {
	margin: 0 0 1.5em;
}

.poll .vote-form {
	text-align: left;
}

.poll .vote-form .choices {
	margin: 0;
}

.poll .percent {
	font-size: 0.857em;
	font-style: italic;
	margin-bottom: 3em;
	margin-top: -3.2em;
	float: right;
	text-align: right;
}

.poll .text {
	clear: right;
	margin-right: 2.25em;
}

.poll .total {
	font-size: 0.929em;
	font-style: italic;
	text-align: right;
	clear: both;
}

.node .poll {
	margin: 1.8em 0 0;
}

.node .poll .text {
	margin-right: 6.75em;
}

.node .poll #edit-choice {
	margin: 0 0 1.2em;
}

.poll .bar .foreground {
	background-color: #666;
}

#footer-wrapper .poll .bar {
	background-color: #666;
}

#footer-wrapper .poll .bar .foreground {
	background-color: #ddd;
}
*/

/*--------------------------------
	Comments
---------------------------------*/
/*.comment h2.title {
	margin-bottom: 1em;
}

.comment div.user-picture img {
	margin-left: 0;
}

.comment {
	margin-bottom: 20px;
	display: table;
	vertical-align: top;
}

.comment .attribution {
	display: table-cell;
	padding: 0 30px 0 0;
	vertical-align: top;
	overflow: hidden;
}

.comment .attribution img {
	margin: 0;
	border: 1px solid #d3d7d9;
}

.comment .attribution .username {
	white-space: nowrap;
}

.comment .submitted p {
	margin: 4px 0;
	font-size: 1.071em;
	line-height: 1.2;
}

.comment .submitted .comment-time {
	font-size: 0.786em;
	color: #68696b;
}

.comment .submitted .comment-permalink {
	font-size: 0.786em;
	text-transform: lowercase;
}

.comment .content {
	font-size: 0.929em;
	line-height: 1.6;
}

.comment .comment-arrow {
	background: url(../images/comment-arrow.gif) no-repeat 0 center transparent;
	border-left: 1px solid;
	border-right: 1px solid;
	height: 40px;
	margin-left: -47px;
	margin-top: 10px;
	position: absolute;
	width: 20px;
}

.comment .comment-text {
	padding: 10px 25px;
	border: 1px solid #d3d7d9;
	display: table-cell;
	vertical-align: top;
	position: relative;
	width: 100%;
}

.comment .indented {
	margin-left: 40px;
}

.comment ul.links {
	padding: 0 0 0.25em 0;
}

.comment ul.links li {
	padding: 0 0.5em 0 0;
}

.comment-unpublished {
	margin-right: 5px; 
	padding: 5px 2px 5px 5px;
}

.comment-unpublished .comment-text .comment-arrow {
	border-left: 1px solid #fff4f4;
	border-right: 1px solid #fff4f4;
}

*/

/*--------------------------------
	Footer Region & Blocks
---------------------------------*/
/*#footer-columns .block-menu,
#footer .block {
	margin: 0;
	padding: 0;
	border: none;
}

#footer-columns h2 {
	border-bottom: 1px solid #555;
	border-color: rgba(255, 255, 255, 0.15);
	font-size: 1em;
	margin-bottom: 0;
	padding-bottom: 3px;
	text-transform: uppercase;
}

#footer-columns .content {
	margin-top: 0;
}

#footer-columns p {
	margin-top: 1em;
}

#footer-columns .content ul {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

#footer-columns .content li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer-columns .content li a {
	display: block;
	border-bottom: 1px solid #555;
	border-color: rgba(255, 255, 255, 0.15);
	line-height: 1.2;
	padding: 0.8em 2px 0.8em 20px;
	text-indent: -15px;
}

#footer-columns .content li a:hover,
#footer-columns .content li a:focus {
	background-color: #1f1f21;
	background-color: rgba(255, 255, 255, 0.05);
	text-decoration: none;
}
*/


