/* dartblog-style-screen.css */

html, body {
	margin: 0;
	padding: 0;
	background: #fff url(http://www.dartblog.com/images-2008/body-background.gif) repeat top left;
}

body {
	color: #202020;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 62.5%; /* 1em = 10px */
}

a, a:visited {
	color: #009C37;
}

a:hover {
	background-color: #ffffe8;
	text-decoration: underline;
}

.clearleft {
	clear: left;
}

#content {
	width: 975px;
	background-color: #fff;
}

#header {
	height: 252px;
	position: relative;
	top: 0;
	left: 0;
	background: #fff url(http://www.dartblog.com/images-2008/header-background.gif) repeat-x top left;
}

#masthead {
	margin: 0 0 0 585px;
	padding: 15px 0 0 0;
}

#masthead h1, #masthead .established {
	display: none;
}

#navigation {
	margin: 0;
	padding: 11px 0 9px;
	width: 375px;
	border-bottom: 2px solid #00703c;
	background-color: #000;
	color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1;
	list-style-type: none;
}

#navigation li {
	margin: 0 0 0 15px;
	display: inline;
	text-transform: uppercase;
}

#navigation a, #navigation a:visited {
	color: #fff;
	text-decoration: none;
}

#navigation a:hover {
	background-color: transparent;
	color: #ffffb5;
}

#special-feature {
	width: 510px;
	position: absolute;
	top: 15px;
	left: 30px;
}

#special-feature h2 {
	margin: 0 0 .455em 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	line-height: 1.8182;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#special-feature h2 .highlight {
	color: #00703c;
}

#special-feature img {
	margin: 0 15px 0 0;
	width: 45px;

	float: left;
}

#special-feature .description {
	margin-top: 0;
	width: 450px;
	float: left;
	font-size: 1.2em;
	line-height: 1.25;
}

#main {
	margin: 11.7em 30px -252px 0;
	width: 555px;
	position: relative;
	top: -252px;
	left: 0;
	float: left;
        text-align: justify;
}

#main h2 {
	display: none;
}

#main .section {
	margin: 0 0 0 30px;
}

#main .section h2 {
	margin: 0 0 .9091em 0;
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	line-height: 1.8182;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#main .section h3 {
	margin: 0;
	font-size: 2.7em;
	font-weight: normal;
	line-height: 1;
        font-family: 'Lora', serif;
}

#main .section .meta {
	margin: .5em 0 2em 180px;
	padding-top: .5em;
	border-top: .1em solid #c5c5c5;
	background: url(http://www.dartblog.com/images-2008/byline-background.gif) repeat-x top left;
	color: #454545;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1;
	text-transform: uppercase;
}

#main .section .meta .separator {
	margin: 0 .4em;
}

#main .section p {
	margin: 0 0 1.5385em 0;
	font-size: 1.3em;
	line-height: 1.5385;
}

#main .section .author-image {
	margin: 0 15px 5px 0;
	float: left;
}

#main .article .heading {
	padding-left: 25px;
	border-left: 5px solid #00703c;
}

#main .article .heading h3 {
	margin: 0;
	font-size: 2.7em;
	font-weight: normal;
	line-height: 1;
         text-align: left;
         display: block;
        font-family: 'Lora', serif;
}

#main .article .heading h3 a, #main .article .heading h3 a:visited {
	color: #202020;
	text-decoration: none;
         display: block;
}

#main .article .heading h3 a:hover {
	background-color: transparent;
	color: #00366e;
}

#main .article .byline {
	margin-top: .5em;
	padding-top: .5em;
	border-top: .1em solid #c5c5c5;
	background: url(http://www.dartblog.com/images-2008/byline-background.gif) repeat-x top left;
	color: #454545;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 1.17em;
	line-height: 1;
	text-transform: uppercase;
}

#main .article .byline .separator {
	margin: 0 .4em;
}

#main .article .body {
	margin: 1.5385em 0 2.4615em 30px;
	font-size: 1.3em;
	line-height: 1.5385;
}

#main .article .body a, #main .article .body a:visited {
	text-decoration: none;
}

#main .article .body h4 {
	margin: .6667em 0;
	color: #00703c;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.1538em;
	font-weight: normal;
	font-variant: small-caps;
	line-height: 1.3333;
	letter-spacing: 2px;
}

#main .article .body p {
	margin: 0 0 1.5385em 0;
}

#main .article .body p:first-child:first-line {
	display: inline !important;
	font-size: 1.0769em;
	font-variant: small-caps;
	line-height: 1.4286;
}

#main .article .body blockquote {
	margin: .8333em 0;
	padding: 0 30px 0 29px;
	border-left: 1px solid #dadada;
	font-size: .9231em;
	line-height: 1.6667;
}

#main .article .body blockquote p:first-child:first-line {
	font-size: 1em;
	font-variant: normal;
	line-height: 1.6667;
}

#main .article .body blockquote p {
	margin: 0 0 1.6667em 0;
}

#supporting {
	/*margin: 1px 0 -10px 0;*/
	margin: 0 0 -10px 0;
	position: relative;
	top: 0;
	left: 0;
}

#supporting .column {
	width: 165px;
	float: left;
}

#supporting-col1 {
	margin-right: 30px;
}

#supporting-col2 {
}

#supporting h2 {
	margin: 1.8282em 0 .455em 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	line-height: 1.8282;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#supporting p {
	margin: 0 0 .9091em 0;
	font-size: 1.1em;
	line-height: 1.3636em;
}

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

#supporting ul li {
	margin: 0 0 .9091em 0;
	font-size: 1.1em;
	line-height: 1.3636;
}

#supporting select, #supporting input {
	margin: 0;
	padding: .2em 3px;
	width: 150px;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 1em;
}

#supporting select {
	height: 1.8em;
	border: .1em solid #dadada;
}

#supporting input {
	padding: .1em 3px;
	height: 1.6em;
	border: .1em solid #dadada;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#supporting .search-submit {
	display: none;
}

#supporting .calendar h2 {
	display: none;
}

#supporting .calendar table {
	margin-bottom: -.3em;
	width: 165px;
	border-collapse: collapse;
}

#supporting .calendar table tbody {
	margin: 0;
	padding: 0;
	width: 165px;
}

#supporting .calendar caption {
	margin: 0 0 .2727em 0;
	padding-top: 1.8182em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.8282;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#supporting .calendar tr {
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 2;
}

#supporting .calendar th, #supporting .calendar td {
	margin: 0;
	padding: 0;
	font-weight: normal;
	text-align: center;
}


/* Dartblog caption styling */

.caption-top, .caption-bottom {
	color: #ffffff;	
	padding: 0.6em;	
	font-weight: bold;
        font-style: italic;
	font-size: 14px;	
	font-family: Georgia, Times, sans-serif;	
	cursor: default;
	border: 0px solid #334143;
	background: #000000;
}
.caption-top {
   border-width: 0px 0px 8px 0px;
}
.caption-bottom {
   border-width: 8px 0px 0px 0px;
}
.caption a, .caption a {
	border: 0 none;
	text-decoration: none;
	background: #000000;
	padding: 0.3em;
}
.caption a:hover, .caption a:hover {
	background: #202020;
}

.caption-wrapper {
	float: left;
}

br.c { clear: both; }

/* Inserted image styling */

.align-left {
    float: left;
    margin: 0 30px 20px 0;
}
.align-right {
    float: right;
    margin: 0 0 20px 30px;
}
.align-center {
    margin: 0 auto 20px;
}
.caption {
    font-size: 10px;
    text-align: left;
    font-style: italic;
}

