/* 
		Theme Name: dangerous
		Theme URI: http://mydangerouscareer.com
		Description: Latest redesign of MDC
		Author: J Erin Hutchinson
		Author URI: http://mydangerouscareer.com/about
		Template: 
		Version: 1.0

		COLOR SCHEME
		Teal: 2D797E
		Purple: 6F4963
		Green: 77A348
		Grey: C2C2C2
 */

/* RESET */

/* UTILITY */

#push {
	height: 250px;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear {
	clear: both;
}

.button {
	border: 1px solid #77A348;
	background: white;
	padding: 3px 8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #272727;
}

.button:hover {
	background: #77A348;
	color: white;
}

/* MAIN CONTAINERS */

html {
	text-align: center;
	background-color: #C2C2C2;
}

body {
	font: 85% Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	background-color: #C2C2C2;
}

#wrapper {
	width: 1030px;
	padding: 0;
	margin: 10px auto 20px;
}

#branding {
	width: 960px;
	height: 180px;
	margin: 10px 0 0;
	float: left;
	z-index: 1000;
}

#content_container {
	width: 1030px;
}

#content_main {
	width: 570px;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
	background-color: white;
	border: 2px solid #6F4963;
	margin-bottom: 20px;
}

#content_description {
	width: 200px;
	float: left;
	margin-right: 20px;
}

#content_sub {
	width: 200px;
	float: right;
	text-align: left;
	margin-bottom: 20px;
}

/* MENU FORMATTING */

div#nav_main {
	float: right;
	width: auto;
	margin-top: 10px;
	height: 25px;
	z-index: 50;
	margin-right: 10px;
}

#nav_main li {
	color: white;
	text-align: center;
	list-style-type: none;
	display: inline;
	border-right: 2px solid #2D797E;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 1.2em;
}

#nav_main ul {
	margin: 0px;
	padding: 0px;
	color: white;
}

#nav_main li a:link, #nav_main li a:visited {
	text-decoration: none;
	color: white;
}

#nav_main li a:hover {
	font-weight: bold;
	background-color: #6F4963;
}

/* HEADER FORMATTING */

#branding h1 {
	text-indent: -9999px;
	background: transparent url(images/branding.png) no-repeat;
	height: 180px;
	width: 960px;
	position: relative;
	left: 110px;
	top: 40px;
}

#content h1 {
	font-size: 1.5em;
}

#sidebar-left h1, #sidebar-right h1 {
	font-size: 1.4em;
}

#sidebar-left h2, #sidebar-right h2 {
	font-size: 1.1em;
}

.post h2 {
	font-size: 1.8em;
	margin: 45px 0 10px 0;
	padding: 0;
}

.post h3 {
	font-size: 1.8em;
	margin: 0;
	padding: 0;
}

/* SIDEBAR FORMATTING */

div#search {
	background-color: white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 2px solid #6F4963;
}

#searchform {
	padding-left: 10px;
	padding-bottom: 10px;
}

div#blogroll {
	background-color: white;
	margin-top: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 2px solid #6F4963;
	padding: 0;
}

div#social {
	background-color: white;
	margin-top: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 2px solid #6F4963;
}

.linkcat h2 {
	color: white;
	background-color: #6F4963;
	padding: 0;
	text-align: center;
	font-size: 1.2em;
	margin-top: 0;
}

#content_sub h2 {
	color: white;
	background-color: #6F4963;
	padding: 5px;
	text-align: center;
	font-size: 1.2em;
	margin-top: 0;
}

#content_sub li {
	color: #77A348;
	list-style-type: none;
	margin-left: 0;
	margin: 0;
	padding: 0;
	line-height: 1.4em;
}

#content_sub ul {
	list-style-type: none;
	margin: 0;
	padding: 0 5px 5px 10px;
}

#content_sub li a:link, #content_sub li a:visited {
	text-decoration: none;
	color: #77A348;
}

#content_sub li a:hover {
	font-weight: bold;
	text-decoration: underline;
	background-color: transparent;
}

#ribbon {
	margin-top: 20px;
	margin-left: 10px;
}


/* FOOTER FORMATTING */

#footer {
	height: 250px;
	background: #2D797E;
	border-top: 4px solid #6F4963;
	padding-top: 20px;
}

#footer-inside {
	width: 1300px;
	margin: 0 auto;
}

#footer p {
	color: white;
	font-size: 1em;
}

#footer-1 {
	width: 300px;
	float: left;
	margin-right: 30px;
	margin-left: 0;
	text-align: left;
}

#footer-2 {
	width: 200px;
	float: left;
	margin-right: 30px;
	margin-top: 10px;
	margin-left: 250px;
	text-align: left;
}

#footer-3 {
	width: 200px;
	float: right;
	text-align: left;
	margin-top: 10px;
}

#footer a {
	color: white;
}

#footer ul {
	color: white;
}

#footer cite {
	text-align: left;
}



/* GENERAL CLASSES */

p.description {
	color: #2D797E;
	font-style: italic;
	text-align: center;
	padding-top: 75px;
	font-size: 1.6em;
}

ul.archives {
	list-style-type: none;
}

/* COMMENTS */

h3#comments {
	color: #6F4963;
	padding: 0;
	margin: 40px auto 20px;
}

.reply h3 {
	color: #6F4963;
	text-align: center;
	padding: 0;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	color: #6F4963;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	float: left;
	padding-left: 10px;
}

.commentmetadata {
	font-weight: normal;
	color: #6F4963;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 0 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#submit {
	border: 1px solid #6F4963;
	background: #6F4963;
	padding: 3px 8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: white;
}

#respond {
	color: #6F4963;
	border: 2px solid #6F4963;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}

.alt {
	margin: 0;
	padding: 10px;
	background-color: #CCCCCC;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}

.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

.children {
	padding: 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

/* BLOCK QUOTES */

blockquote {
	font: 1em Arial, Helvetica, Geneva, sans-serif;
	width: 345px;
	padding: 0 10px 0 30px;
	text-indent: 0px;
	color: #6F4963;
	text-align: center;
}

/* IMAGE FORMATTING */

img {
	float: none;
	display: inline-block;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}

img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}

img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;
	display: inline;
}

.wp-caption-text {
	font-size: .7em;
	line-height: 1.1em;
	margin: 0;
}

/* BLOG ENTRY FORMATTING */

div#post {
	margin-top: 10px;
	text-align: left;
	padding: 5px 10px;
	margin-left: 20px;
	margin-bottom: 10px;
}

div#datebox {
	float: left;
	width: 40px;
	padding: 5px;
	background-color: #77A348;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0 10px 20px;
}

h2.post_title, h2.post_title a {
	color: #77A348;
	margin-top: 0;
	text-decoration: none;
	font-size: 1.4em;
	margin-left: 0;
	text-align: left;
	margin-bottom: 0;
}

.post {
	font-size: .9em;
	margin-top: 0;
	text-align: left;
	margin-bottom: 25px;
}

a {
	text-decoration: none;
	color: #78a349;
}

a:hover {
	color: white;
	background-color: #6F4963;
}

p {
	margin: 0 0 10px;
	line-height: 1.2em;
	font-size: 1.1em;
}

h2 {
	color: #77A348;
	margin-top: 0;
	text-decoration: none;
	font-size: 1.4em;
	margin-left: 0;
	text-align: left;
}

.day {
	font-size: 1.8em;
	font-weight: bold;
	margin: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: white;
}

.month {
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	color: white;
}

.year {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	color: white;
}

h2.sidebar_title {
	color: white;
	background-color: #6F4963;
	padding: 5px;
}

li.sidebar {
	color: #77A348;
}