/*
Theme Name: Devin's More Power
Theme URI: http://wordpress.org/
Description: Typography Final Project Layout.
Version: 1.0
Author: Devin Ross
Author URI: http://devinsheaven.com
Tags: blue, fixed width


*/





@font-face {
	font-family: 'Archer';
	src: local('Archer'), local('Archer-Bold'), url('fonts/archer-bold-pro-webfont.ttf') format('truetype'), url('fonts/archer-bold-pro-webfont.svg#webfont') format('svg');
	font-weight: bold;
	font-style: normal;
	line-height: 1.2em;
}

@font-face {
	font-family: 'Archer';
	src: local('Archer'), local('Archer-Book'), url('fonts/archer-book-pro-webfont.ttf') format('truetype'), url('fonts/archer-book-pro-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Black';
	src: local('Gotham Black'), local('GothamBlack'), url('fonts/gotham-black-webfont.ttf') format('truetype'), url('fonts/gotham-black-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Condensed';
	src: url('fonts/gothamcondensed-medium-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}





body,ul,div,p,h1,h2,h3,h4,ol,li,a, a img{
	outline: none;
	border: none;
	margin: 0px;
	padding: 0px;
	color: #414141;
	list-style: none;
}

a{ color:#0081ef; text-decoration: none; }


body{background: white; font-family:"Archer", sans-serif;}

h2,h3,h4{
	color: #333333;
	font-family: "Gotham Black", Helvetica, sans-serif;
	text-transform: uppercase;
}
h2 a{color: #333333;}
h2{font-size: 58px;}


/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* STRUCTURE */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
#page{
	width: 760px;
	margin-left: 40px;
	margin-top: 43px;
	margin-right: 0px;
}

/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* HEADER */
/* ---------------------------------------------- */
/* ---------------------------------------------- */

#header{
	font-family: "Gotham Condensed", Helvetica, sans-serif;
	height: 61px;
	margin-bottom: 154px;
}

h1{float: left;}

#header h1 a{
	font-family: "Gotham Bold", Helvetica, sans-serif;
	text-indent: -300em;
	display: block;
	background: url(images/morepower.png);
	width: 176px;
	height: 32px;
}

#header div{
	text-align: right;
	padding-top: 5px;
}


#header div a{
	color: #453938;
	font-family: "Gotham Condensed", sans-serif;
	font-size: 20px;
	color: #453938;
	text-transform: uppercase;
	margin-left: 40px;
}
#header div a:hover{
	color: #0081ef;
	text-decoration: none;
}

/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* POST */
/* ---------------------------------------------- */
/* ---------------------------------------------- */


.post h2, .post-columns h2{
	font-size: 58px;
	letter-spacing: -0.04em;
	color: #333333;
	border-bottom: 1px solid #cccccc;
	padding: 10px 0px 14px 0px;
	margin-bottom: 20px;
}


.post .date, .post-columns .date{
	font-family: "Gotham Black";
	color: #cccccc;
	font-size: 20px;
	text-transform: uppercase;
}

.post hr{
	border: none;
	border-top: 1px solid #c2c2c2;
	margin: 0px 0px;
	width: 520px;
}
.post-columns hr{
	border: none;
	border-top: 1px solid #c2c2c2;
	margin: 25px 0px 0px;
}

.post-columns hr,.post-columns .meta{
	width: 760px;
}

.post-columns .meta{
	margin: 12px 0px;
	text-align: right;
}

.meta{
	margin: 12px 0px;
	text-align: right;
	width: 520px;
}

.meta .leftright{float: left; width: 100px;}
.meta .leftright div{ width: 16px; height: 20px; overflow:hidden;}
.meta .leftright .rightarrow{margin-left:40px; }
.meta .leftright .leftarrow{float: left; }
.meta p{ padding-top: 2px; }

.post .meta a.adjacentlink{
	width: 16px; height: 20px; display: block; text-indent: -300em; text-decoration: none; z-index: 1000;
}
a.adjacentlink{overflow:hidden;}


/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ENTRY */
/* ---------------------------------------------- */
/* ---------------------------------------------- */

.entry{margin: 0px 0px;line-height: 1.2em; }
.entry h3{margin: 10px 0px 6px 0px;}

.entry a{
	color: #0081ef;
	text-decoration: none;
}
.entry a:hover{text-decoration: underline;}

.entry .excerpt{
	font-size: 22px;
	color: #b0b0b0;
	line-height: 1.3em;
	padding-bottom: 10px;
}

.entry p{
	padding-bottom: 16px;
	width: 520px;
}

.entry .clear{
	margin: 0px;
	height: 0px;
}
.entry ul, .entry ol{
	margin-left: 20px;
	margin-bottom: 20px;
	width: 520px;
}

.entry ol li, .entry ul li{
	padding:0px 20px;
}
.entry ul li{
	list-style: disc;
	margin-bottom: 10px;
}
.entry ol li{
	list-style: decimal;
	margin-bottom: 10px;
}
.entry pre{
	
	font-family: Monaco,"Monaco",Courier, sans-serif;
	font-size: 11px;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	margin:0px;
	padding-bottom: 20px;
	width: 520px;
}


/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* FOOTER */
/* ---------------------------------------------- */
/* ---------------------------------------------- */


#footer{
	background: #47648e url(images/lightblue.gif);
	margin-top: 60px;
	padding: 20px 40px 20px 30px;
	font-size: 16px;
	color: #b1bccd;
	font-family: "Archer",sans-serif;
}

#footer #about, #footer #extra, #footer #recommendreading{
	
	border-left: 1px solid #5c779e;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	min-height: 170px;

}


#footer #about{

	width: 220px;

}

#footer h3{
	font-size: 24px;
	color: #2a3b54;
	text-shadow: 0px 1px 1px #7087a9;
	text-transform: none;
	margin: 0px;
	padding: 0px 0px 12px 0px;
	font-family: "Archer","Gotham Condensed",sans-serif;
}
#footer p{
	color: #b1bccd;
}
#footer a{
	color: white;
}

#footer #recommendreading{
	width: 280px;
}

#footer #extra{
	width: 220px;
}

#bottom{
	background: #344b6e url(images/darkblue.gif);
	font-family: Verdana,sans-serif;
	color: #4e70a4;
	font-size: 11px;
	padding: 14px 40px;
}



/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ARCHIVE */
/* ---------------------------------------------- */
/* ---------------------------------------------- */

#archives h2{
	margin-bottom: 20px;
}
#archives h3{
	margin-bottom: 20px;
	font-size: 25px;
}

#bydate{
	width: 560px;
	float: left;
	padding: 0px;
}
#bycategory{
	margin-left: 480px;
}
.archive{
	margin-bottom: 30px;
}

.archive h4{
	font-family: Archer;
	padding-bottom: 4px;
	font-size: 18px;
	text-transform: none;
}

.archive h4 a{

}
.archive .archivedate{
	font-family: "Gotham Bold";
	color: #bab9b9;
	padding-bottom: 4px;
	text-transform: uppercase;
	font-size: 16px;
}




.entry .columns{
	column-count: 2;
	column-gap: 20px;
	column-width:360px;

	-moz-column-count: 2; 
	-moz-column-gap: 20px; 
	-webkit-column-count: 2; 
	-webkit-column-gap:20px; 

	width: 760px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.entry .columns pre{
	width:360px;
}


.columns li,.columns ul{
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	list-style: none;
}


.formcontainer p.information{
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}
.contact-form{
	width:520px;
	padding-bottom: 20px;
}

.contact-form fieldset{
	border: none;
	margin: 0px;
	padding: 0px;
}

.contact-form fieldset lengend{
 	display: none;
}


.contact-form textarea{
	width: 520px;
	
}

.contact-form .form-input{
	margin-bottom: 6px;
}
.contact-form 
