@font-face {
	font-family: League_Gothic;
	src: url('League_Gothic.otf');
}

html,body {
	margin:0;
	padding:0;
	background-color:#272A2B;
}

body {
	font: 76% arial,sans-serif;
	text-align:center;
}

p {
	margin:0 10px 10px;
}


h2 {
	font-size:24px;
	text-decoration: underline;
}

h3 {
	font-size:20px;
	margin:5px;
}

a {
	font-weight:bold;
	color: #000;
}

img {
border: 0px;
}

.title {
	font-family: League_Gothic;
	margin: 0 0 0 20px;
	padding: 25px 0 20px 130px;
	font-size: 56px;
	color: #333;
	text-decoration: underline;
}


#menu {
	height:20px;
	line-height:20px;
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
}

#menu ul {
	margin:0;
	padding: 0;
	color: #000;
}

#menu a {
	text-decoration:none;
}

#menu ul li {
	display:inline;
	width:80px;
	padding-left: 5px;
	padding-right: 5px;
	list-style:none;
	text-align:center;
	font-weight: bold;
	font-size: 14px;
}

#main {
	background:#FFFFFF;
	float: left;
	width:100%;
	margin: 10px 0 10px 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

#content p {
	line-height:1.4;
	}



#copy {
	color: #FFF;
	text-align:right;
}

#container {
	width:840px;
	margin:0 auto;
	text-align:left;

}

#content {
	float:left;
	width:600px;
	margin: 5px 0 0 10px;
	padding: 5px 0;
	min-height:400px;
}

#sidebar {
	border-left: 1px solid #C0C0C0;
	float:right;
	width:210px;
	margin: 30px 15px 0 0 ;
}

.networks {
	padding: 3px;
	text-align:center;
	margin:0 0 10px 0;
}


#sidebar .networks ul {
	list-style-type:none;
	margin: 0  auto;
}

#sidebar .networks ul li {
	text-align:center;
	padding-top:3px;
	padding-bottom:3px; 
}
#sidebar .networks strong {
	font-size: 18px;
	font-family: League_Gothic;
}
.archive {
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 10px;
	text-decoration: underline; 
}
.archive  a, a:visited {
	text-decoration: none;
    border-bottom: 1px dotted #000;
}
/* Contact form styling */
#contact-area {
width: 300px;
margin-top: 20px;
}
#contact-area input, #contact-area textarea {
padding: 2px;
width: 450px;
margin: 0px 0px 10px 0px;
border: 2px solid #ccc;
}
#contact-area textarea {
height: 70px;
}
#contact-area textarea:focus, #contact-area input:focus {
border: 2px solid #900;
}
#contact-area input.submit-button {
width: 80px;
float: right;
}
label {
text-align: right;
margin-right: 15px;
width: 100px;
padding-top: 5px;
}
/* end contact form styling */

/* This is for inserting code */
.code
{
margin: 0 0 5px 10px;
padding: 10px;
width: 500px;
font-family: helvetica, monospace;
font-size: 11px;
line-height: 150%;
background-color: #444;
color: #FFF;
border: 1px dotted #FFF;
}
