@charset "UTF-8";
/* CSS Document */

@font-face {
  font-family: Dev;
  src:url(../includes/daniel.ttf);
}

body {
	margin: 0;
	background-color: #8a8070;
	font-family: "Lucida Grande", Myriad Pro, Myriad, Verdana, Arial, Helvetica, sans-serif;
}

#containerOut {
	width:970px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../images/bg.png);
	background-repeat:repeat-y;
}

#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color:#c6c0a5;
}

#header {
	width: 960px;
	height: 100px;
	float: left;
	font-size: 18px;
	color: #3a3635;
	background-color:#d5d1bd;
	background-image:url(../images/map.jpg);
	background-repeat:no-repeat;
}

.postit {
	position:absolute;
	margin-left:10px;
}

.card {
	position:absolute;
	margin-left:715px;
}

#title {
	width: 660px;
	height: 100px;
	float: left;
}

#title span {
	font-size: 24px;
	font-weight: 500;
}

#title img {
	margin: 5px;
}

#topLinks {
	width: 278px;
	height: 90px;
	padding:10px 0 0 0;
	float: right;
	font-size:12px;
	text-align:center;
}

#topLinks a {
	color: #500000;
}

#navigation {
	width: 725px;
	height: 32px;
	line-height: 32px;
	float: left;
	margin: 1px 0 0 0;
	padding-left:235px;
	font-family: "Lucida Grande", Myriad Pro, Myriad, Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	background-color:#4a4645;
	background-image:url(../images/navBg.jpg);
	background-repeat:repeat-x;
}

#navigation a, #navigation a:link, #navigation a:visited, #navigation a:active {
	color:#ffffff;
	text-decoration:none;
	height: 30px;
	padding: 0 10px 0 10px;
	display:block;
	float:left;
}

#navigation a:hover {
	text-decoration:underline;
}

#navigation span {
	float:left;
	display:none;
}

#alert {
	width: 940px;
	height: 85px;
	margin-left: auto;
	margin-right: auto;
	padding:0;
	color: #500000;
}

#alertLeft {
	width: 235px;
	height: 63px;
	background-color:#8a8070;
	float: left;
	margin-top:10px;
	border-top:1px solid #500000;
	border-bottom:1px solid #500000;
	border-left:1px solid #500000;
	border-bottom-width:3px;
	border-left-width:3px;
	border-top-width:3px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-top-left-radius: 15px;
}

#alertMessage {
	width: 699px;
	height: 43px;
	padding: 10px 0;
	background-color:#8a8070;
	float: left;
	margin-top:10px;
	border-top:1px solid #500000;
	border-bottom:1px solid #500000;
	border-right:1px solid #500000;
	line-height:43px;
	text-align:center;
	border-bottom-width:3px;
	border-right-width:3px;
	border-top-width:3px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-top-right-radius: 15px;
}

#feature {
	width: 650px;
	height: 170px;
	margin: 10px 0 10px 10px;
	float: left;
	border: 1px solid #4a4645;
	float: left;
	overflow:hidden;
}

#featureSub {
	width: 650px;
	height: 56px;
	margin: 10px 0 10px 10px;
	float: left;
	border: 1px solid #4a4645;
	float: left;
	overflow:hidden;
}

#about {
	width: 258px;
	height:280px;
	margin-right:10px;
	margin-top:10px;
	background-image:url(../images/about.jpg);
	background-repeat:no-repeat;
	float: right;
	padding: 10px;
	font-size:12px;
	line-height:14px;
	color: #3a3635;
	background-color:#9ca498;
	font-family: "Lucida Grande", Myriad Pro, Myriad, Verdana, Arial, Helvetica, sans-serif;
	
}

#about img {
	margin:0 0 0 10px;
	border: 3px solid #ffffff;
}

#about img.paperclip {
	position:absolute;
	margin: -200px 0 0 212px;
	border:none;
}

#sites {
	width: 256px;
	float: right;
	background-color:#bab59c;
	padding: 10px;
	border: 1px solid #FFFFFF;
	font-size:12px;
	color: #3a3635;
	margin: 10px 10px 0 0;
}

#location {
	width: 256px;
	float: right;
	background-color:#bab59c;
	padding: 10px;
	border: 1px solid #FFFFFF;
	font-size:12px;
	color: #3a3635;
	margin: 10px 10px 0 0;
}

#courses {
	width: 256px;
	float: right;
	margin-right:10px;
	background-color:#bab59c;
	padding: 10px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	font-size:12px;
	color: #3a3635;
}

#gallery {
	width: 256px;
	float: right;
	margin:10px 10px 0 0;
	background-color:#ACA983;
	padding: 10px;
	border: 1px solid #FFFFFF;
	font-size:12px;
	color: #3a3635;
}


#right {
	width: 256px;
	float: right;
	margin-right:10px;
	background-color:#ACA983;
	padding: 10px;
	border: 1px solid #FFFFFF;
	font-size:12px;
	color: #3a3635;
}

#right h2, #about h2, #courses h2, #location h2, #sites h2, #gallery h2 {
	height: 20px;
	font-size: 16px;
	padding: 3px 0 3px 0;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0;
}

#right h3, #about h3, #courses h3, #sites h3 {
	border-bottom: 1px solid #3a3635;
	font-size: 12px;
	padding: 0 0 2px 0;
	margin:5px 0px 5px 0px;
	color: #3a3635;
	font-weight:bold;
	line-height:12px;
}

#right p, #about p, #courses p, #sites p {
	margin: 0;
}

#right img {
	margin:0 0 0 10px;
}

#about a, #about a:link, #about a:visited, #about a:active, #courses a, #courses a:link, #courses a:visited, #courses a:active, #sites a, #sites a:link, #sites a:visited, #sites a:active, #location a, #location a:link, #location a:visited, #location a:active {
	color:#500000;
	font-weight: bold;
}

.right, .movie {
	margin: 10px 0 0 0;
}

#left {
	width: 191px;
	float: left;
	margin: 0 0 1px 10px;
	padding: 10px;
	background-color:#cbc8a9;
	border-top: 1px solid #8d8969;
	border-right: 1px solid #8d8969;
	border-bottom: 1px solid #8d8969;
	color: #3a3635;
	background-image:url(../images/left.jpg);
	background-repeat:repeat-y;
}

#left h2 {
	height: 20px;
	font-size: 16px;
	padding: 3px 0 10px 10px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0;
}

#left img {
	margin: 0 10px 20px 0;
	float: right;
	border: 1px solid #8d8969;
	/*border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 10px solid #333333;*/
	padding: 1px;
	background-color: #e6e2af;
}

#content {
	width: 428px;
	min-height: 400px;
	margin: 0 8px 0 10px;
	float: left;
	background-color:#FFFFFF;
	border:1px #ccc dashed;
}

#content p a {
	color: #417b70;
}

#content p {
	font-size:0.875em;
	padding: 10px 10px 10px 10px;
}

#content ul, #content ol {
	font-size:12px;
	margin-left: 10px;
	margin-right: 10px;
}

#content ol li, #content ul li {
	margin: 0 30px 5px 30px;
}

#content p img {
	height:80px;
	width:auto;
	margin:10px 10px 20px 10px;
	float:right;
	padding: 3px;
	border: 1px solid #CCCCCC;
	background-color:#FFFFFF;
}

#content p span {
	font-size:10px;
	color: #500000;
	font-style:italic;U
} 

#content p span.blog_category {
	font-size:10px;
	color: #500000;
	font-style:italic;
	padding:20px;
}

#content h1, #contentWide h1 {
	height: 20px;
	font-size: 14px;
	padding: 3px 5px 3px 5px;
	color: #3a3635;
	font-weight:bold;
}

#content h2 {
	height: 20px;
	border-top: 1px solid #3a3635;
	border-bottom: 1px solid #3a3635;
	background-color: #bac9a4;
	font-size: 16px;
	font-family:Dev,Georgia, "Times New Roman", Times, serif;
	padding: 3px 5px 3px 5px;
	color: #3a3635;
	font-weight: normal;
}

#content a {
	color: #500000;
}

#contentWide {
	width: 650px;
	min-height: 400px;
	margin: 0 10px;
	float: left;
}

#graphics {
	width: 630px;
	float: left;
	padding: 10px;
	border:1px #ccc dashed;
	background-color:#FFFFFF;
}

#contentWide h2 {
	height: 20px;
	font-size: 16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 3px 5px 3px 5px;
	color: #3a3635;
	font-weight: normal;
}

#clear {
	clear:both;
}

blockquote {
	-webkit-border-radius: 10px;
	border: 1px solid #ccc;
	padding: 10px;
	font-size: 12px;
	background: #eee url(http://blog.devonblosch.com/wp-content/plugins/wptouch/themes/default/images/quotes.png) no-repeat right -1px;
	text-align: left;
	margin: 0px 15px 10px 15px;
}

#footer {
	margin:10px 10px 0 10px;
	width: 940px;
	height: 30px;
	text-align:center;
	font-size:12px;
	color: #3a3635;
	line-height: 30px;
	border-top: 1px solid #ffffff;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active {
	color:#3a3635;
	text-decoration:none;
	font-size:12px;
}
#footer a:hover {
	text-decoration:underline;
}

/* Added to Format Date */

.entrydate .dateMonth {
font-size:10px;
margin:0pt;
padding:3px 0pt 0pt;
text-align:center;
color:#FFFFFF;
}

.entrydate .dateDay {
font-family:Times New Roman,Helvetica,Sans-Serif;
font-size:21px;
font-weight:bold;
margin:0pt;
padding:3px 0px 0pt 0pt;
text-align:center;
color:#888888;
}

.entrydate .dateYear {
padding:0px 0px 0pt 1pt;
font-size:9px;
}

.entrydate {
background:transparent url(http://blog.devonblosch.com/wp-content/themes/greenman/images/date.png) repeat scroll 0% 0%;
float:right;
height:53px;
margin-left:5px;
margin-top:5px;
width:49px;
position: absolute;
margin: -40px 0 0 360px;
}