/* CSS Document */
/* ------------------------------------------------------------------
global.css
------------------------------------------------------------------ */


/* Reset (a mix of Eric Meyer's & Yahoo's reset)
-------------------------------------------------------------- */
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, 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 { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
:focus { outline: 0; }
body { line-height: 1; color: black; background: white; }
ol, ul { list-style: none; }
table { border-collapse:collapse;border-spacing:0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before,
blockquote:after,
q:before,
q:after { content: ""; }
blockquote,
q { quotes: "" ""; }


/* Typography
-------------------------------------------------------------- */
body { font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; line-height: 1.6; /* Unitless for proper inheritance */ }

/* This is where you set your desired font size. The line-height
   and vertical margins are automatically calculated from this.

   You have to add an extra calculation here because of IE, so that
   all users may resize text manually in their browsers.

   The top one is for IE: The percentage is of 16px (default IE text size)
   10px is 62.5%, 12px is 75%, 13px is 81.25%, and so forth).
   The second value is what all other browsers see (the wanted font size). */

body { font-size: 12px; } /* Set default font size */


/* Headings
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 { font-family: Georgia, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; font-weight: normal; }
h1 { font-size: 36px; }
h2 { font-size: 24px; }
h3 { font-size: 1.5em; line-height: 2; }
h4 { font-size: 1.2em; line-height: 1.25; }
h5 { font-size: 1em; }
h6 { font-size: 1em; }


/* Text elements
-------------------------------------------------------------- */
p { margin: 0 0 0 0; }
p.last { margin-bottom: 0; }
p img       { padding:0; }
p img.top   { margin-top:0; } /* Use this if the image is at the top of the <p>. */
ul, ol { margin: 0 0 18px 18px; }
ol { list-style-type: decimal; }
dl { margin: 1.5em 0; }
dl dt { font-weight: bold; }
a,
a:link,
a:visited {text-decoration: none; color: #93a1c4;}
a:hover {text-decoration: underline;}
blockquote { margin: 0 1.5em 1.5em 1.5em; color: #666; font-style: italic; }
strong { font-weight: bold; }
em { font-style: italic; }
pre { margin-bottom: 1.3em; background: #eee; border:0.1em solid #ddd; padding:1.5em; }
code { font:0.9em Monaco, monospace; }


/* Tables
-------------------------------------------------------------- */
table { margin-bottom: 1.4em; border:0.1em solid #ddd; }
th,td { height: 1em; padding:0.2em 0.4em; border-bottom:0.1em solid #ddd; border-right:0.1em solid #ddd; }
th { font-weight:bold; }


/* Forms
-------------------------------------------------------------- */
label { cursor: hand; }
input[text],
textarea,
select { border: 1px solid #9faaa1; font-size: 100%; padding: 2px 1px; }
select { margin: 0; padding: 1px 0; }


/* Some default classes
-------------------------------------------------------------- */
.text-small { font-size: 0.8333em; margin-bottom: 1.875em; line-height: 1.875em; } /* 10px font */
.text-large   { font-size: 1.2em; line-height: 2.5em; } /* 14px font */

/* Sections used on home and category pages
-------------------------------------------------------------- */
.section h3,
.section h3 a,
.section h3 a:link,
.section h3 a:visited {
	line-height: 1.2em;
	color: #f00;
	text-decoration: none;
	margin: 0;
}

.section {
  padding: 15px 0 10px 10px;
  margin-right: 10px;
}

.section p{
	padding-right: 10px;
}

.section p.photo {
	margin-bottom: 10px !important;
	width:241px;
	overflow:hidden;
}

.section p.byline {
	margin-bottom: 0px;
	margin-top: 2px !important;
	font-size: 11px;
	line-height:1.4em;
}

.section p.summary {
	font-size: 11px;
	color: #878787;
	line-height: 1.5em;
	margin: 10px 0 8px 0;

}


.section h3 a {
	padding-right: 18px;
}

.widget-go{
	padding: 4px 0 0 5px;
	visibility: hidden;
}

.hovered {cursor: pointer;}

.hovered h3 {
	background-position: right 6px;
	margin-right: 10px;
}

.go_widget{
	background: url(../images/widget-side-go_there.gif) no-repeat 1px 1px;
	border: 1px solid red;
	width: 16px;
	height: 16px;
}

.section.hovered { background:#009933 }
.separator {  margin:0 0px 0 0px}

