/*
----------------------------------------------------
COLORS

PINK/RED: #f03

----------------------------------------------------
*/

/*
----------------------------------------------------
HTML
----------------------------------------------------
*/

#content {
    color: #2c2c2c;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 150%;
}

#content p {
    margin: 14px 0;
}

a {
    color: #f03;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#content h2 {
    background: #f03 url(/img/background/corners_590.gif) 0 0 no-repeat;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 1px 0 0;
    text-transform: uppercase;
}

#content h2 a {
    color: #fff;
}

.post h3,
.col-full h3 {
    font-family: Georgia, serif;
    font-size: 24px;
    font-style: italic;
    line-height: 110%;
    margin: 4px 0 24px;
}

#content h4 {
    font: normal 12px Arial, Helvetica, Sans-serif;
    font-weight: inherit;
}

/*
----------------------------------------------------
RESET
----------------------------------------------------
*/

h1, h2, h3, h4, h5, h6, p, blockquote, pre, div
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-weight: inherit;
	padding: 0;
}

h3, h4, ul, ol {
    margin: 0;
}

ol, ul {
	list-style: none;
}

/*
----------------------------------------------------
UTIL
----------------------------------------------------
*/

div.cf,
div.cl,
div.cr {
    font-size: 0;
    height: 0;
    line-height: 0;
}

.cf { clear: both; }
.cl { clear: left; }
.cr { clear: right; }

.fl { float: left; }
.fr { float: right; }

.alt { display: none; }

/*
----------------------------------------------------
GENERIC
----------------------------------------------------
*/

.message {
    color: #f03;
}

form .message {
    margin-bottom: 8px;
}

.box-chunk .message {
    margin-top: 10px;
}

.error {
    color: #c00;
}

/*
----------------------------------------------------
HEADERS
----------------------------------------------------
*/

h1 a {
    background: url(/img/generic/astro_logo.gif) 0 0 no-repeat;
    display: block;
    height: 24px;
    width: 111px;
}

h3.address,
h3.by-date,
h3.categories,
h3.dial,
h3.email,
h3.hola,
h3.newsletter-signup {
    background-repeat: no-repeat;
    border-bottom: 1px solid #cbcbcb;
    color: #4d4d4d;
    font-size: 26px;
    height: 24px;
    margin-top: 8px;
    padding-bottom: 3px;
}

h3.address {
    background-image: url(/img/headers/hd_address.gif);
}

h3.by-date {
    background-image: url(/img/headers/hd_by_date.gif);
}

h3.categories {
    background-image: url(/img/headers/hd_categories.gif);
}

h3.dial {
    background-image: url(/img/headers/hd_dial.gif);
}

h3.email {
    background-image: url(/img/headers/hd_email.gif);
}

h3.hola {
    background-image: url(/img/headers/hd_hola.gif);
}

h3.newsletter-signup {
    background-image: url(/img/headers/hd_newsletter_signup.gif);
}

/*
----------------------------------------------------
LAYOUT
----------------------------------------------------
*/

#content {
    margin: 21px auto 40px auto;
    width: 925px;
}

#contact, #error {
    margin-top: 5px;
}

#contact {
    padding-top: 5px;
}

/*
----------------------------------------------------
HEADER
----------------------------------------------------
*/
/*
#header {
    margin-bottom: 14px;
    padding-top: 34px;
}

#header h1 {
    float: right;
    margin-right: 8px;
}
*/
/* NAV */
/*
#nav {
    border-left: 1px solid #1d1d1d;
    clear: both;
    margin-bottom: 7px;
}

#nav,
#nav li {
    height: 49px;
}

#nav li,
#nav li a {
    display: block;
    float: left;
}

#nav li {
    border-right: 1px solid #1d1d1d;
    padding: 0 1px;
}

#nav li a {
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 36px;
    padding: 13px 21px 0;
}

#nav li a:hover {
    background: url(/img/background/patt_stripes.gif);
}
*/
/* HEADER BAR */
/*
#header-bar {
    background: url(/img/background/header_bar.gif) 0 0 repeat-x;
    width: 100%;
}

.header-bar-end-l,
.header-bar-main,
.header-bar-end-r {
    display: block;
    height: 31px;
    margin: 0;
}

.header-bar-end-l,
.header-bar-end-r {
    background: #000 url(/img/background/header_bar_end.gif) 0 0 no-repeat;
    font-size: 0;
    line-height: 0;
    width: 1px;
}

.header-bar-end-l {
    float: left;
}

.header-bar-end-r {
    float: right;
}

.header-bar-main {
    color: #808080;
    position: relative;
    z-index: 10; /* For stacking in IE6 */
}

#sort-by {
    border: 1px solid red;
}
*/
/*
----------------------------------------------------
MAIN CONTENT
----------------------------------------------------
*/

/* ROUNDED CORNER CAPS */

.corner {
    background-color: red;
    font-size: 0;
    line-height: 0;
    height: 1px;
    width: 1px;
}

.cap-top,
.cap-top span,
.cap-bottom,
.cap-bottom span {
    clear: both;
    display: block;
    font-size: 1px;
    height: 1px;
    line-height: 1px;
    overflow: hidden;
}

.cap-top,
.cap-bottom {
    padding: 0 1px;
}

.cap-top span,
.cap-bottom span {
    background-color: #fff;
}

/* MAIN CONTENT */

/* Content stacking */

#content .cap-bottom span {
    background-color: #f2f2f2;
}

.content-body {
    background-color: #fff;
    display: block;
    padding: 19px 0;
    zoom: 1;
}

#contact .content-body {
    padding-bottom: 0;
}

.col-l,
.col-r,
.col-3-l,
.col-3-c,
.col-3-r {
    float: left;
}

.col-l,
.col-3-l,
.col-3-c {
    margin-left: 20px;
    _margin-left: 10px;
}

.col-l {
    width: 590px;
    margin-top: -10px;
}

.col-3-l {
    width: 298px;
}

.col-3-c {
    width: 272px;
}

.col-r,
.col-3-r {
    margin-left: 8px;
    width: 298px;
}

.col-full {
    margin: 0 20px;
}

.col-full h2,
.col-full h2 .cap-bottom {
    background-image: url(/img/background/corners_889.gif);
}

/* FOOTER */
/*
#footer {
    margin-bottom: 20px;
}
*/
.copyright {
    color: #808080;
    font-size: 11px;
    margin: 6px 19px;
}

#box-info .cap-top span,
#box-info .cap-bottom span,
#box-info .info-content {
    background-color: #191919;
}

#box-info .info-content {
    padding: 16px 0;
}

#box-info h3,
#box-info h4 {
    font-family: Georgia, serif;
    font-size: 14px;
}

#box-info h3 {
    color: #fff;
    margin-bottom: 20px; 
}

#box-info h4 {
    color: #535353;
}

#box-info p,
#box-info a,
#box-info ul {
    color: #bcbcbc;
}

#box-info p,
#box-info ul {
    color: #bcbcbc;
    font-size: 11px;
    line-height: 145%;
    margin: 8px 0 11px;
}

#box-info ul li {
    zoom: 1;
}

#box-info a:hover {
    text-decoration: underline;
}

#box-info .box-sidebar {
    padding-left: 28px;
}

/* SHOUT BOX */

#box-shout {
    margin-bottom: 10px;
}

#box-shout h3,
#box-shout h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    text-transform: uppercase;
}

#box-shout h3,
#box-shout h3 a {
    color: #fff;
}

#box-shout h3 {
    margin-bottom: 1px;
}

#box-shout h3 a {
    background: url(/img/icons/shout.gif) 100% 0 no-repeat;
    padding-right: 31px;
    padding-top: 5px;
    zoom: 1;
}

#box-shout h4 {
    color: #f03;
    line-height: 9px;
}

#box-shout-form {
    zoom: 1;
}

/*
----------------------------------------------------
FORMS
----------------------------------------------------
*/


button.submit,
button.go {
    border: none;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    height: 20px;
    padding: 0 0 1px 0;
    text-align: center;
}

button.go:hover,
button.submit:hover {
    background-position: 0 -20px;
    cursor: pointer;
}

button.go {
    background: url(/img/buttons/btn_grey_sml.gif) 0 0 no-repeat;
    width: 40px;
}

/* INFO REQUEST FORM */

button.submit {
    background: url(/img/buttons/submit.gif) 0 0 no-repeat;
    text-align: center;
    width: 91px;
}

input,
textarea {
    border: none;
    background-color: transparent;
    color: #909090;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding: 0;
}

#form-info textarea {
    height: 40px;
    overflow: hidden;
    width: 251px;
}

.input-box-text,
.input-box-text-sml,
.input-box-textarea {
    background-color: #252525;
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 4px;
    *padding-top: 2px;
}

.input-box-text,
.input-box-text input,
.input-box-text-sml,
.input-box-text-sml input {
    height: 12px;
    *height: 14px;
}

.input-box-text-sml,
.input-box-text-sml input {
    width: 163px;
}

.input-box-text,
.input-box-text input,
.input-box-textarea,
.input-box-textarea textarea {
    width: 259px;
}

.input-box-textarea,
.input-box-textarea textarea {
    margin: 0;
    height: 48px;
    *height: 52px;
}

.input-box-text {
    background-image: url(/img/background/info_input_corners.gif);
}

.input-box-text-sml {
    background-image: url(/img/background/info_input_corners_sml.gif);
}

.input-box-textarea {
    background-image: url(/img/background/info_textarea_corners.gif);
}

#form-info .input-box-text-sml,
#form-info button.submit,
#form-info .input-box-text {
    margin-bottom: 10px;
}

#form-info .input-box-text-sml,
#form-info button.submit {
    float: left;
    margin-bottom: 10px;
}

#form-info .input-box-text-sml {
    margin-right: 5px;
}

#form-info .input-box-text {
    clear: both;
}

/* NEWSLETTER SIGNUP */

#form-newsletter {
    margin-top: 15px;
}

#form-newsletter .input-box-text-sml,
#form-newsletter button.submit {
    float: left;
}

#form-newsletter button.submit {
    background-image: url(/img/buttons/btn_grey_lrg.gif);
    height: 20px;
    width: 90px;
}

#form-newsletter button.submit:hover {
    background-position: 0 -20px;
}

#form-newsletter .input-box-text,
#form-newsletter .input-box-text-sml {
    background-color: #fff;
}

#form-newsletter .input-box-text,
#form-newsletter .input-box-text input {
    width: 284px;
}

#form-newsletter .input-box-text {
    background-image: url(/img/background/input_lrg.gif);
    margin-top: 10px;
}

#form-newsletter .input-box-text-sml,
#form-newsletter .input-box-text-sml input {
    width: 175px;
}

#form-newsletter .input-box-text-sml {
    background-image: url(/img/background/input_sml.gif);
    margin-right: 10px;
}

/*
----------------------------------------------------
BUTTONS
----------------------------------------------------
*/

a.btn-grey,
a.btn-grey-lrg,
a.image,
a.next,
a.pdf,
a.prev,
#content a.rss,
a.shout {
    background-position: 0 50%;
    background-repeat: no-repeat;
    display: block;
    
}

a.btn-grey,
a.btn-grey-lrg {
    background-image: url(/img/buttons/btn_grey_lrg.gif);
    background-position: 0 0;
    color: #4e4e4e;
    height: 19px;
    padding: 1px 0 0;
    text-align: center;
    width: 90px;
}

a.btn-grey:hover,
a.btn-grey-lrg:hover {
    background-position: 0 -20px;
}

a.btn-grey-lrg {
    background-image: url(/img/buttons/btn_grey_xlrg.gif);
    width: 110px;
}

a.next,
a.prev {
    background-position: 0 0;
    height: 19px;
    width: 19px;
}

a.next {
    background-image: url(/img/buttons/arr_rt_grey_on_wht.gif);
}

a.prev {
    background-image: url(/img/buttons/arr_lt_grey_on_wht.gif);
}

a.next:hover,
a.prev:hover {
    background-position: 0 -19px;
}

a.image,
a.pdf,
a.shout {
    padding-left: 20px;
}

a.image {
    background-image: url(/img/icons/image.gif);
}

a.pdf {
    background-image: url(/img/icons/pdf.gif);
}

a.shout {
    background-image: url(/img/icons/shout_sml.gif);
}

#content a.rss {
    background: url(/img/icons/rss.gif) 0 0 no-repeat;
    color: #303030;
    padding-left: 24px;
}

#content a.rss:hover {
    color: #f03;
}

/*
----------------------------------------------------
BOXES
----------------------------------------------------
*/

.box-sidebar {
    padding: 0 7px;
}

.box-chunk,
.box-chunk a {
    color: #000;
}

.box-chunk {
    margin-bottom: 45px;
}

.box-chunk ul {
    margin: 14px 0;
}

.box-hola {
    margin-bottom: 75px;
}

.box-hola a.rss {
    font-size: 12px;
    margin-top: 4px;
}

.box-categories {
    margin-bottom: 24px;
}

.box-results {
    background: #bcbcbc url(/img/background/corners_590.gif) 0 0 no-repeat;
    font-weight: bold;
    margin-bottom: 8px;
}

/*
----------------------------------------------------
POSTS
----------------------------------------------------
*/

/* POST LIST */

.box-results .results-txt,
h2 .hd {
    display: block;
    padding: 6px 10px;
}

.box-results .cap-bottom,
h2 .cap-bottom,
.post-images .cap-top,
.post-images .cap-bottom {
    background: url(/img/background/corners_590.gif) 0 0 no-repeat;
}

ol.posts li {
    margin-bottom: 20px;
}

.post {
    border-bottom: 1px solid #cbcbcb;
}



h4.date {
    color: #3c3c3c;
    padding: 4px 0;
}

.post-holder {
    position: relative;
}

/* POST IMAGES */

ol.posts .post-images li,
div.meta ul li {
    border: none;
    margin-bottom: 0;
}

.post-images {
    margin-bottom: 10px;
}

.post-images li {
    float: left;
}

.post-image-nav {
    border-bottom: 1px dotted #cbcbcb;
    padding: 7px 0 6px;
}

.post-image-nav .image-caption {
    font-size: 13px;
    padding: 1px 7px 0;
    float: left;
    color: #aaa;
}

.post-image-nav .prev,
.post-image-nav .next,
.post-image-nav .image-range {
    float: left;
}

.post-image-nav .prev,
.post-image-nav .next {
    margin-right: 4px;
}

.post-image-nav .image-range {
    padding: 1px 7px 0;
}

/* POST INFO */

p.first {
    margin-top: 0;
}

p.meta {
    margin-bottom: 4px;
}

p.meta a {
    font-weight: bold;
}

div.meta a {
    color: #292929;
}

div.meta a:hover {
    color: #f03;
}

div.meta {
    margin-top: 14px;
    padding: 5px 0;
}

div.meta ul li {
    float: left;
    margin-left: 5px;
}

div.meta ul li a {
    background: url(/img/buttons/btn_grey.gif) 0 0 no-repeat;
    display: block;
    height: 19px;
    padding-top: 1px;
    text-align: center;
    width: 84px;
}

div.meta ul li a:hover {
    background-position: 0 -20px;
}

/* POST SORT DROP */

.default a.selected,
.default .arr-drop {
    display: none;
}

.default select,
.default input.submit {
    float: left;
}

.default input.submit {
    background: url(/img/buttons/arr_rt_dk.gif) 0 0 no-repeat;
    border: none;
    height: 19px;
    margin-left: 4px;
    width: 19px;
}

.default input.submit:hover {
    cursor: pointer;
}

#sort-drop {
    position: absolute;
    right: 1px;
}

.drop-select
.drop-select-top,
.drop-select-mid,
.drop-select-bot {
    width: 307px;
}

.drop-select {
    float: right;
    margin: 2px 1px 0 0;
}

.drop-select-top,
.drop-select-bot {
    font-size: 0;
    line-height: 0;
}

.drop-select-top {
    background: url(/img/background/drop_select_top.png) 0 0 no-repeat;
    height: 4px;
}

.drop-select-bot {
    background: url(/img/background/drop_select_bottom.png) 0 0 no-repeat;
    height: 3px;
}

.drop-select-mid {
    background-color: #000;
    padding: 0 1px 0 2px;
    position: relative;
    width: 304px;
    _width: 276px;
}

h4.sort-by {
    float: right;
    margin: 7px 8px 0 0;
    *margin-top: 5px;
}

.drop-select select {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    margin: 0 0 0 4px;
    width: 272px;
    _width: 268px;
}

.drop-select a {
    color: #a3a3a3;
    display: block;
}

.drop-select a:hover {
    color: #bdbdbd;
}

.drop-select a.selected {
    line-height: 20px;
    *line-height: 16px;
    padding: 0 14px;
}

.drop-select ul {
    clear: both;
    font-size: 12px;
}

.drop-select ul a {
    display: block;
    line-height: 24px;
    height: 24px;
    margin: 0;
    padding: 0 13px 0 15px;
    width: 100%;
}

.drop-select li {
    border-top: 1px solid #1e1e1e;
    display: block;
    height: 24px;
    margin: 0;
    width: 100%;
}

.drop-select li.current {
    display: none;
}

.drop-select ul a:hover,
.drop-select a.current {
    cursor: pointer;
}

.drop-select ul a:hover {
    background-color: #121212;
}

.drop-select a.current {
    color: #d6d6d6;
}

a.arr-drop {
    background: url(/img/buttons/arr_drop.gif) 0 0 no-repeat;
    cursor: pointer;
    display: block;
    height: 19px;
    position: absolute;
    right: 0;
    width: 25px;
}

a.arr-drop span { display: none; }

.open a.arr-drop {
    background-position: 0 -19px;
}

/* CATEGORY LIST */

ul.categories li {
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 6px;
}

ul.categories a.category,
ul.categories .post-cnt,
ul.categories .view-all {
    line-height: 100%;
}

ul.categories .post-cnt { display: inline; }
ul.categories .on .post-cnt { display: none; }
ul.categories .view-all { display: none; }
ul.categories .on .view-all { display: inline; }

ul.categories li h4 {
    clear: both;
    display: block;
    height: 12px;
    line-height: 12px;
    padding: 9px 1px 2px 2px;
}

ul.categories li a.category {
    display: block;
    float: left;
}

ul.categories li a {
    color: #000;
}

ul.categories .on a {
    color: #f03;
    font-weight: bold;
}

ul.categories .post-cnt {
    color: #999;
}

ul.categories .view-all a {
    background: url(/img/icons/arr_sml_rt.gif) 0 50% no-repeat;
    margin-left: 10px;
    padding-left: 10px;
}

/* THUMB GRID */

ul.categories li .post-thumbs {
    font-size: 0;
    line-height: 0;
    margin: 0 -7px 0;
    _margin: 0 -9px 0 -7px;
}

ul.categories li .post-thumbs a {
    border: 1px solid transparent;
    _border-color: #fff;
    display: block;
    float: left;
    margin-right: -1px;
    _margin-right: 1px;
    padding: 6px;
    _padding: 5px;
}

ul.categories li .post-thumbs a:hover {
    border-color: #f03;
}

.tool-tip
{
	color: #1f1f1f;
	background-color: #fff;
	padding: 3px;
	border: solid 1px #31bfef;
}

/*
----------------------------------------------------
PAGINATION
----------------------------------------------------
*/

.pagination {
	padding: 0 8px 20px 20px;
	margin: -10px 0 0 0;
    background-color: #FFF;
    zoom: 1;
}

.pagination .pages
{
	float: left;
	color: #606060;
	margin: 1px 10px 0 0;
}

.pagination a.next, .pagination a.prev, .pagination a.nextPost, .pagination a.prevPost, .pagination a.number
{
    display: block;
    float: left;
    width: 19px;
    height: 19px;
    margin: 0;
    padding: 0;
	background: transparent top left no-repeat;
}

.pagination a.prev, .pagination a.prevPost
{
    margin: 0 4px 0 0;
}

.pagination a.next, .pagination a.nextPost
{
    background-image: url("/img/buttons/arr_rt_grey_on_wht.gif");
}

.pagination a.prev, .pagination a.prevPost
{
    background-image: url("/img/buttons/arr_lt_grey_on_wht.gif");
}

.pagination a.next:hover, .pagination a.nextPost:hover, 
.pagination a.prev:hover, .pagination a.prevPost:hover
{
    background-position: bottom left;
}

.pagination a.next span, .pagination a.prev span, .pagination a.nextPost span, .pagination a.prevPost span
{
	display: none;
}

.pagination a.number.on
{
	cursor: default;
}

.pagination a.number.on span, .pagination a.number.on:hover span
{
	color: #333;
	font-weight: bold;
}

.pagination a.number
{
    background-image: url(/img/blog/paging-number-bg.gif);
    margin: 0 4px 0 0;
}

.pagination a.number span
{
	display: block;
	height: 19px;
	color: #F03;
	font-size: 11px;
	text-align: center;
	line-height: 18px;
	background: url(/img/blog/paging-number-cap.gif) top right no-repeat;
}

.pagination a.number:hover span
{
	color: #f03;
	font-weight: bold;
	text-decoration: underline;
}

.pagination a.number.on:hover span
{
	text-decoration: none;
}


/*
----------------------------------------------------
CONTACT
----------------------------------------------------
*/

#google-map {
    border: 1px solid #d9d9d9;
    height: 424px;
    width: 588px;
}

.map ul {
    margin: 13px 0 0;
}

.map ul li {
    float: left;
    margin-right: 16px;
}

/*
----------------------------------------------------
DEBUG
----------------------------------------------------
*/

pre {
    background-color: #fff;
    border: 1px solid #f03;
    font-family: Monaco, monospace;
    margin: 5px;
    padding: 10px;
}

/* IE6 PNG */

/* \*/

* html .drop-select-top { background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/background/drop_select_top.png', sizingMethod='crop'); }
* html .drop-select-bot { background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/background/drop_select_bottom.png', sizingMethod='crop'); }

/* */
