@charset "UTF-8";

/* BEGIN WRAPPER */
body {
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #754D25;
	font-family: "Trade Gothic", Helvetica, Arial, sans-serif;
	font-size: x-small;
	background-color: #FFF;
	margin: 20;
}

#container {
	width: 764px; /* this overrides the text-align: center on the body element. */
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 18px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
/* END WRAPPER */


/* BEGIN LINKS */
a:link, a:visited, a:active {
	color: #3C2415;
	text-decoration: none;
}

a:hover {
	color: #F280A9;
	text-decoration: none;
}
/* END LINKS */


/* BEGIN TEXT */
p{
	margin: 0px;
	padding: 0px;
	line-height: 1.2em;
	font-size: x-small;
	text-align: left;
}

h1{
	text-transform: uppercase;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-size: x-small;
	line-height: 1.2em;
}

h2{
	font-weight: bold;
	text-transform: uppercase;
	font-size: x-small;
	line-height: 1.5em;
}

h6{
	background-color: #FFF;
	font-size: xx-large;
	color: #FFF;
}
/* END TEXT */


/* BEGIN HEADER */
#header {
	min-height: 115px;
	max-height: auto;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 18px;
	padding-left: 0px;
}
/* END HEADER */


/* BEGIN MAIN CONTENT */
#description {
	padding-bottom: 12px;
}

#mainContent {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 18px;
	padding-left: 0;
	min-height: 600px;
	max-height: auto;
	border: none;
}

#mainContent p, h1 {
	line-height: 125%;
}

#mainContent a img {
	text-decoration: none;
	margin: 2px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#mainContent #guidelines {
	margin-top: 20px;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #3C2415;
}

#mainContent #responsibilities {
	margin-top: 20px;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #3C2415;
}

#mainContent #application {
	margin-top: 20px;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #3C2415;
}
/* BEGIN MAIN CONTENT */


/* BEGIN POST TITLE */
.post{
	
	text-align:justify;
	padding-top: 0px;
	padding-bottom: 12px;
}

.post h1{
	display: inline;
}

.chronodata {
	display: inline;
	text-align: right;
	margin-left: 2em;
	padding-bottom: 10px;
}
/* END POST TITLE */


/* BEGIN POST CONTENT */
#content{
	text-align: justify;
}

#content a img {
	padding-top: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}

#content a img:visited {
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

#content a img:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

#content ol{
margin:0 0 15px 30px;
}

#content ul{
margin:0 0 15px 30px;
}

#content li{
margin:0 0 5px 0;
}
/* END POST CONTENT */


/* BEGIN TAG BAR */
#meta {
	display: block;
	text-align: top right;
	border-top: 1px dotted #3C2415;
	border-bottom: 1px dotted #3C2415;
	margin-top: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 35px;
}
/* END TAG BAR */


/* BEGIN SHARE */
div.share {
	margin-: 0px;
	display: inline;
}

.share span {
	display: block;
}

.share ul {
	display: inline;
	margin: 0px !important;
	padding: 0px !important;
}

.share ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.share ul li:before { 
	content: "";
}

.share img {
	float: none;
	width: 20px;
	height: 20px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
/* END SHARE */


/* BEGIN FACEBOOK LIKE */
.facebook_like_button {
	font-family: "Trade Gothic", Helvetica, Arial, sans-serif;
	font-size: x-small;
	color: #754D25;
	display: inline;
	text-align: left;
	float: left;
	margin: 0px;
	padding: 0px;
}
/* END FACEBOOK LIKE*/


/* BEGIN NAVIGATION */
.navigation{
}
/* END NAVIGATION */


/* BEGIN TWITTER */
#twitter {
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #3C2415;
	margin-top: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	overflow: hidden;
}
/* END TWITTER */


/* BEGIN FOOTER */
#footer {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #3C2415;
	padding-top: 8px;
}
/* END FOOTER */