/*
Theme Name: Manifest
Theme URI: 
Description: A clean and streamlined theme that focuses on the content and not the distractions.
Version: 1.01
Author: Jim Barraud
Author URI: http://jimbarraud.com
Tags: simple, clean, single column

*/

/* Reset All Styles
-------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	background:#fff;
	line-height: 1;
	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}





/* Global Styles
-------------------------------------------------------------------*/

body{
  background: url(http://www.disciplinebook.com/wp-content/themes/manifest/images/disciplinebackground.jpg);
  font-family: Verdana;
  font-size: 10pt;
  color:#550000;
}
strong{
  font-weight: bold;
}

/* Links */

a:link,
a:visited{
  color: #0000b5;
  text-decoration: none;
}
a:hover,
a:active{
  color: #767676;
  text-decoration: underline;
}

/* Headers */


h1{
  color: #000066;
  margin: 0px 0 0px;
  font-size: 3.3em;
  font-weight: normal;
  text-align: center;
  }

h1 a{
  color: #000066;
  
}
h1 a:link,
h1 a:visited{
  color: #000066;
}

h1 a:hover,

h1 a:active{
  color: #787878;
  text-decoration: underline;
}

h2{
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 1.3em;
  font-weight: normal;
  color: #550000;
  text-transform: none;
}

h3{
  margin-bottom: 20px;
  font-size: 1.3em;
  font-weight: normal;
  font-style: italic;
  z-index: -100;
}
h3 a:link,
h3 a:visited{
  color: #550000;
}
h3 a:hover,
h3 a:active{
  text-decoration: underline;
}
h4{
  margin-bottom: 10px;
  font-size: 1.3em;
  color:#550000;
}
h5{
  position: relative;
  top: -35px;
  margin-bottom: 50px;
  font-family: verdana;
  font-size: 1.2em;
  color: #550000;
  font-weight: normal;
  background: #fff;
}
h5 abbr{
  display: inline-block;
  position: relative;
  margin: 0 auto;
  padding: 0 8px;
  background: #fff;
  top: 8px;
}

/* Form Elements */

input[type=text],
textarea{
  border: 1px solid #ddd;
  padding: 3px;
  font-family: helvetica, arial, sans-serif;
  font-size: 12px;
  color: #666;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
input:focus,
textarea:focus{
  border-color: #999;
  color: #333;
}
input[type=submit]{
  padding: 3px 10px;
  color: #fff;
  font-weight: bold;
  background-color: #000042;
  background-image: url(images/button.png);
  background-repeat: repeat-x;
  background-position: left top;
  border-width: 1px;
  border-style: solid;
  border-color: #999;
  border-radius: 10px;
  -webkit-transition: border-color .2s ease-in, background-color .2s ease-in;
  -moz-border-radius: 12px;
  -webkit-border-radius: 10px;
  cursor: pointer;
}
input[type=submit]:hover,
input[type=submit]:focus{
  background-color: #9d9d9d;
  border-color: #666;
}

/* Structure */

#siteWrapper{
  margin: 0 auto;
  padding-top: 0px;
  width: 960px;
  text-align: left;
  position: relative;
  
}
#siteDescription{
  font-size: 1.2em;
  text-align: center;
  margin: 10px auto 60px;
  width: 960px;
  padding: 11px 0 13px;
  color: #999;
  font-style: none;
}

/* Main Navigation
-------------------------------------------------------------------*/

#mainNav{
  margin-top: 10px;
  margin-right:auto;
  margin-left:auto;
  font-family: verdana;
  text-transform:none; 
  padding: 5px;
  background: #FFFFFF;
  border-top: none;
  border-bottom: none;
  width:960px;
}
#mainNav ul{
  margin: 0 auto;
  width: 960px;
  text-align: center;
}
#mainNav li{
  display: inline;
  margin:0px 20px 0px 0px;
  font-size: 12pt;
  
}
#mainNav li:last-child{
  margin-right: 0;
}
#mainNav a:link,
#mainNav a:visited{
  color: #545454;
}
#mainNav a:hover,
#mainNav a:active{
  text-decoration: underline;
  color: #909090;
}
#mainNav .current_page_parent a:link,
#mainNav .current_page_parent a:visited,
#mainNav .current_page_item a:link,
#mainNav .current_page_item a:visited{
  font-weight: bold;
  color:maroon;
}
#mainNav .current_page_parent a:hover,
#mainNav .current_page_parent a:active,
#mainNav .current_page_item a:hover,
#mainNav .current_page_item a:active{
  font-weight: bold;
  color: #2E301C;
}






/************************************************
*	Dropdown Menus  SECOND ATTEMPT  -- IN USE	*
************************************************/

#nav2 {
margin-right: auto;
margin-left: auto;
width: 960px;
z-index:100;
}


.menu1 {
float:left; 
width:960px; 
font-family: verdana, arial, sans-serif; 
font-size:11px;
background:#000000;
border-top:1px solid #550000;  
border-bottom:1px solid #550000;
margin:0; 
z-index:100;

}

.menu1 ul {
padding:0;
margin:0;
list-style-type:none;
z-index:100;

}

.menu1 ul li {
float:left; 
position:relative; 
background:none;
padding:0px 0px 0px 0px;
z-index:100;
}

.menu1 ul li a, .menu1 ul li a:visited {
float:left; 
display:block; 
text-decoration:none;
color: white; 
padding:0px 16px; 
line-height:25px; 
height:30px; 
border-bottom:3px solid #550000; 

}
 
.menu1 ul li:hover {
width:auto;
}
 
.menu1 ul li a.menu1one:hover {
border-color:#550000; 
color: #adadad;
z-index:100;
}

.menu1 ul li a.menu1two:hover, 
.menu1 ul li a.menu1three:hover,
.menu1 ul li a.menu1four:hover,
.menu1 ul li a.menu1five:hover,
.menu1 ul li a.menu1six:hover,
.menu1 ul li a.menu1seven:hover,
.menu1 ul li a.menu1eight:hover, 
.menu1 ul li a.menu1nine:hover, 
.menu1 ul li a.menu1ten:hover {
border-color:#adadad; 
color: #adadad;
z-index:100;
}

 
.menu1 ul li:hover a.menu1one,
.menu1 ul li:hover a.menu1two,
.menu1 ul li:hover a.menu1three,
.menu1 ul li:hover a.menu1four,
.menu1 ul li:hover a.menu1five,
.menu1 ul li:hover a.menu1six,
.menu1 ul li:hover a.menu1seven,
.menu1 ul li:hover a.menu1eight,
.menu1 ul li:hover a.menu1nine,
.menu1 ul li:hover a.menu1ten {
border-color:#adadad; 
color: #adadad;
z-index:100;
}
 
.menu1 ul li ul {
display: none;
z-index: 100;

}

.menu1 table {
margin:0; 
border-collapse:collapse; 
font-size:11px; 
position:absolute; 
top:0; 
left:0;
z-index:100;
}
 
/* specific to non IE browsers */

.menu1 ul li:hover ul {
display:block;
position:absolute;
top:32px;
margin-top:1px; 
left:0;
width:154px;
border-bottom:1px solid #550000;
z-index:100;
}

.menu1 ul li:hover ul.endstop {
left:-92px;
z-index:100;
}

.menu1 ul li:hover ul li ul {
display: none;
z-index:100;
}

.menu1 ul li:hover ul li a {
display:block;
background:#fff;
color:#000;
height:auto;
line-height:15px;
padding:4px 16px; 
width:120px; 
border:1px solid #550000; 
border-bottom:0;
z-index:100;
}

.menu1 ul li:hover ul li a.drop {
background:#adadad url(images/bullet1.gif) no-repeat 3px 8px;
z-index:100;
}

.menu1 ul li:hover ul li a:hover {
color:#000; 
background: #adadad url(images/bullet1.gif) no-repeat 3px 8px;
z-index:100;
}

.menu1 ul li:hover ul li a:hover.drop {
background: #adadad url(images/bullet1.gif) no-repeat 3px 8px;
z-index:100;
}

.menu1 ul li:hover ul li:hover ul {
display:block; 
position:absolute; 
left:153px; 
top:-1px;
z-index:100;
}

.menu1 ul li:hover ul li:hover ul.left {
left:-153px;
z-index:100;
}
 
 
 
/* specific to IE5.5 and IE6 browsers */

.menu1 ul li a:hover ul {
display:block;
position:absolute;
top:30px; 
top:33px; 
background:#fff;
left:0; 
border-bottom:1px solid #550000;
z-index:100;
}
 
.menu1 ul li a:hover ul.endstop {
left: -92px;
z-index:100;
}

.menu1 ul li a:hover ul li a {
display:block;
background:#fff;
color:#000; height:1px; 
line-height:15px; 
padding:4px 16px; 
width:154px; 
width:120px; 
border:1px solid #550000; 
border-bottom:0;
z-index:100;
}

.menu1 ul li a:hover ul li a.drop {
background:#adadad url(images/bullet1.gif) no-repeat 3px 8px; 
padding-bottom:4px;
z-index:100;
}

.menu1 ul li a:hover ul li a ul {
visibility:hidden; 
position:absolute; 
height:0; 
width:0;
z-index:100;
}

.menu1 ul li a:hover ul li a:hover {
color:#000; 
background: #adadad url(images/bullet1.gif) no-repeat 3px 8px;
z-index:100;
}

.menu1 ul li a:hover ul li a:hover.drop {
 background: #adadad url(images/bullet1.gif) no-repeat 3px 8px;
z-index:100;
}

.menu1 ul li a:hover ul li a:hover ul {
visibility:visible; 
position:absolute; 
top:0;
color:#000; 
left:153px;
z-index:100;
}

.menu1 ul li a:hover ul li a:hover ul.left {
left:-153px;
z-index:100;
}

/*THIS PIECE OF SHIT RIGHT HERE TOOK ME A FUCKING WHOLE DAY TO FIND. IT FUCKS UP ALL THE ALIGNMENT. IF PEOPLE ARE USING IE 5.5 THEY DON'T DESERVE TO COME TO MY SITES.*/
/*<!--[if lte IE 5.5]>*/
/*<style type="text/css">*/
/*.menu1 ul li a, */
/*.menu1 ul li a:visited {height:33px;}*/
/*</style>*/
/*<![endif]-->*/ 



/************************************************
*	Sidebar      							*
************************************************/
	
#sidebar {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 5px;
	float: right;
	width: 300px;
	margin: 0px 0px 0px 0px;
	z-index:-100;
	}

#sidebar p{
	padding: 5px 0px 0px 0px;
	margin: 0px;
	line-height: 20px;
	}

#sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}
	
#sidebar ul li {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	}
	
#sidebar ul li a {
	font-weight: none;
	color: #0f52a2;
	text-decoration: none;
	}


#sidebar ul li a:hover {
	color: #507aa5;
	text-decoration: underline;
	}
	






/* Main Content Body
-------------------------------------------------------------------*/

#by-line {
	font-size:10px;
	color:#999;
	text-decoration:none;
	}
	
#by-line a{
	font-size:10px;
	color:#999;
	text-decoration:none;
	}

#by-line a:visited{
	font-size:10px;
	color:#999;
	text-decoration:none;
	}


#by-line a:hover{
	font-size:10px;
	color:#999;
	text-decoration:underline;
	}


#coreContent{
  float: left;
  width: 630px;
  margin-top: 8px;
  padding: 0px 10px 0px 10px;
  color:#550000;
}

#indexcontent {
  float: left;
  width: 920px;
  margin-top: 20px 20px 20px 20px;
  padding: 20px 20px 20px 20px;
  color:#550000;
}



#youtubeframe{
   
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  width: 600px;
  position: relative;
  float: left;
  z-index:0;
 
}

#googlecart-widget {
    
  
  z-index:-1000;
 
}

#droptext p:nth-child(4):first-letter {

font-size: 500%;

margin: 0px 5px 0px 0px;

font-style: italic; 

font-family:Lucida calligraphy;

font-weight: bold;

float: left;

width: auto;

color: #550000;

}



/* Posts
-------------------------------------------------------------------*/

.postContent{
  position: relative;
}
.postContent h4{
  position: relative;
  top: 0;
  font-family: Verdana;
  font-size: 15pt;
  color:#550000;
  font-weight: normal;
  font-style: italic;
  border-bottom: none;
}
.postDate ~ .postContent{
  margin-top: -30px;
}
#coreContent p,
#coreContent li,
#coreContent dd{
  margin-bottom: 1.7em;
  font-size: 1.2em;
  line-height: 1.2em;
  color:#550000;
  text-align: justify;
}
#coreContent p{
  text-align: justify;
  color:#550000;
}
#coreContent li{
  list-style: square;
  margin-left: 17px;
}
#coreContent dt{
  font-size: 1.2em;
  color:#550000;
}

#coreContent .postMeta{
  margin: 40px auto 0;
  font-size: 1.2em;
  color:#550000;
}
#coreContent .postMeta div{
  margin-bottom: 5px;
}
#coreContent .postMeta a:link,
#coreContent .postMeta a:visited{
  color: #666;
}
#coreContent .postMeta a:hover,
#coreContent .postMeta a:active{
  color:#550000;
}
#coreContent .postMeta span{
  text-transform: uppercase;
}



#indexcontent p,
#indexcontent li,
#indexcontent dd{
  margin-bottom: 1.7em;
  font-size: 1.2em;
  line-height: 1.2em;
  color:#550000;
  text-align: justify;
}
#indexcontent p{
  text-align: justify;
}
#indexcontent li{
  list-style: square;
  margin-left: 17px;
}
#indexcontent dt{
  font-size: 1.2em;
  color: #333;
}

#indexcontent .postMeta{
  margin: 40px auto 0;
  font-size: 1.2em;
  color: #999;
}
#indexcontent .postMeta div{
  margin-bottom: 5px;
}
#indexcontent .postMeta a:link,
#indexcontent .postMeta a:visited{
  color: #666;
}
#indexcontent .postMeta a:hover,
#indexcontent .postMeta a:active{
  color: #666;
}
#indexcontent .postMeta span{
  text-transform: uppercase;
}






.entry-content{
  margin-top: 24px;
  text-align: left;
}
.entry-content a:link,
.entry-content a:visited{
  text-decoration: underline;
}
.hentry{
  position: relative;
  padding-bottom: 37px;
  margin-bottom: 30px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6{
  color: #333;
  border: none;
  padding: 0;
  font-family: Verdana;
  font-weight: none;
  margin: 0 0 5px;
  font-style: normal;
  position: static;
}

.entry-content h1{
  font-size: 2em;
  letter-spacing: 0;
}
.entry-content h2{
  font-size: 1.8em;
}
.entry-content h3{
  font-size: 1.3em;
}
.entry-content h4,
.entry-content h5,
.entry-content h6{
  font-size: 1.2em;
}
.entry-content strong{
  color: #000;
}
.entry-content pre{
  color: #666;
  font-size: 1.2em;
  line-height: 18px;
  margin-bottom: 15px;
}
.entry-content ul,
.entry-content ol{
  margin: 0 0 20px 15px;
}
.entry-content ol li{
  list-style-type: decimal !important;
}
.entry-content li{
  margin-bottom: 5px !important;
}
.entry-content blockquote{
  font-size: 1.4em;
  font-style: italic;
  line-height: 1.2em;
  color: #7D7D7D;
  margin: 0 20px 20px;
  padding-left: 10px;
}
#coreContent .entry-content blockquote p{
  font-size: 1.1em;
  line-height: 1.3em;
  color: #7d7d7d;
}


#indexcontent .entry-content blockquote p{
  font-size: 1.1em;
  line-height: 1.3em;
  color: #7d7d7d;
}

.entry-content .alignleft{
  float: left;
  margin: 4px 10px 10px 0;
}
.entry-content .alignright{
  float: right;
  margin: 4px 0 10px 10px;
}
.entry-content .wp-caption.alignnone{
  margin-bottom: 15px;
}
#coreContent .entry-content p.wp-caption-text{
  font-size: 1.1em;
  font-style: italic;
  color: #666;
  margin-bottom: 0;
}

#indexcontent .entry-content p.wp-caption-text{
  font-size: 1.1em;
  font-style: italic;
  color: #666;
  margin-bottom: 0;
}





.hentry img{
  margin: 0 auto;
}


/* Single Post Page
-------------------------------------------------------------------*/

.single h3{
  margin-top: 30px;
  margin-bottom: 5px;
}
.single h5{
  position: static;
  font-family: verdana;
  font-size: 1.2em;
  color: #999;
  font-weight: normal;
  border-bottom: none;
  background: #fff;
}
.single.hentry{
  margin-top: -50px;
  padding-bottom: 0;
}
#coreContent .single .postMeta{
  margin: 20px 0 0;
  padding-top: 0;
  padding-bottom: 17px;
  text-align: left;
}

#indexcontent .single .postMeta{
  margin: 20px 0 0;
  padding-top: 0;
  padding-bottom: 17px;
  text-align: left;
}




/* Links Page
-------------------------------------------------------------------*/

#coreContent .entry-content #linkList{
  margin-left: 0;
}
#coreContent .entry-content #linkList li{
  list-style-type: none;
  margin-left: 0;
}
#coreContent .entry-content #linkList li li{
  font-size: .9em;
  list-style-type: square;
  margin-bottom: 20px !important;
  margin-left: 15px;
}
#coreContent .entry-content #linkList ul{
  margin: 10px 0 40px;
}

#indexcontent .entry-content #linkList{
  margin-left: 0;
}
#indexcontent .entry-content #linkList li{
  list-style-type: none;
  margin-left: 0;
}
#indexcontent .entry-content #linkList li li{
  font-size: .9em;
  list-style-type: square;
  margin-bottom: 20px !important;
  margin-left: 15px;
}
#indexcontent .entry-content #linkList ul{
  margin: 10px 0 40px;
}






/* Comments
-------------------------------------------------------------------*/

.commentEntry{
  padding: 25px 0;
}
#coreContent .commentEntry p{
  color: #666;
}

#indexcontent .commentEntry p{
  color: #666;
}

.avatar{
  float: left;
  margin-top: 4px;
}
.commentContent{
  float: left;
  width: 415px;
  margin-left: 22px;
}
.commentMeta{
  color: #333;
  font-size: 1.1em;
  text-align: left;
}
.commentMeta a:link,
.commentMeta a:visited{
  font-weight: bold;
}
.nocomments{
  font-size: 1.2em;
  padding: 25px 0;
}

/* Comment Form */

fieldset{
  background: #F6F6F6;
  padding: 0 0 10px;
}
legend{
  position: relative;
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  text-align: left;
  margin: 0;
  padding: 0 0 4px 0;
}
legend span{
  position: relative;
  top: -15px;
  display: block;
  width: 500px;
  background-color: #fff;
}
#comments h4,
legend span{
  padding: .5em 0 .7em;
  font-weight: bold;
  text-align: left;
}
.leaveComment{
  margin-top: 14px;
  padding-bottom: 19px;
}
.commentForm{
  font-size: 1.1em;
  text-align: left;
  text-transform: uppercase;
  margin: 0 10px;
}
.commentForm em{
  text-transform: lowercase;
  font-style: italic;
  color: #999;
  font-size: 1em;
}
.commentForm input[type=text]{
  display: block;
  margin-bottom: 15px;
  width: 470px;
  font-size: 1.4em;
}
.commentForm textarea{
  width: 470px;
  max-width: 470px; /* Restricts the resizing capability in webkit bases browsers */
  height: 150px;
  font-size: 1.4em;
}
.commentForm input[type=submit]{
  float: right;
  margin-top: 8px;
}

/* Paging Navigation
-------------------------------------------------------------------- */

.pageNav{
  margin-top: 40px;
}
.pageNav a:link,
.pageNav a:visited {
  display: inline-block;
  color: #fff;
  font-family: Verdana;
  font-size: 15pt;
  font-weight: bold;
  background-color: #666;
  background-image: url(images/button.png);
  background-repeat: repeat-x;
  background-position: left top;
  padding: 3px 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-transition: border-color .2s ease-in, background-color .2s ease-in;
}
.pageNav a:hover,
.pageNav a:active {
  text-decoration: none;
  background-color: #3F3F3F;
}
.pageNav .prev,
.pageNav .next{
  display: inline;
}
.pageNav .prev{
  margin-right: 2px;
}
.pageNav .next{
  margin-left: 2px;
}

/* Archives
-------------------------------------------------------------------- */

#archives{
  margin-top: -50px;
}
h2.archiveTitle{
  margin: -30px 0 70px;
  color: #666;
}
h2.archiveTitle strong{
  color: #000;
}
#archives h3,
#coreContent li h3{
  font-family: Verdana;
  font-size: 15pt;
  text-align: left;
  color: #333;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 5px;
}
#coreContent li h3{
  font-size: 15pt;
}

#indexcontent li h3{
  font-family: Verdana;
  font-size: 15pt;
  text-align: left;
  color: #333;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 5px;
}

#indexcontent li h3{
  font-size: 15pt;
}

#archives label{
  font-family: verdana;
  font-size: 15pt;
  color: #333;
  font-weight: normal;
  text-transform: uppercase;
}
#archives #date{
  float: left;
  width: 150px;
}
#archives #categoryTags{
  float: left;
  width: 320px;
  margin-left: 30px;
}
#archives ul{
  margin: 5px 0 60px;
  text-align: left;
}
#archives ul li{
  display: inline-block;
  margin: 0 5px 5px 0;
  color: #999;
  font-size: 1.3em;
  line-height: 1.5em;
  white-space: nowrap;
}
#archives li a{
  margin-right: 5px;
}
#archives #date ul li{
  display: block;
  list-style-type: none;
  margin: 0 10px 0 0;
}
.tagArchives li{
  float: left;
  margin-right: 10px;
}
.categories li{
  margin-bottom: 5px;
  font-size: 17pt;
}

/* Recent Posts (on the 404 page)
-------------------------------------------------------------------- */

#recentPosts{
}
#recentPosts li{
  list-style: none;
  margin: 0;
  padding: 5px;
}
#recentPosts a{
  float: left;
}
#recentPosts .postDate{
  float: right;
}

/* Search Results
-------------------------------------------------------------------- */

#coreContent.searchresults{
  margin-top: -35px;
}

#indexcontent.searchresults{
  margin-top: -35px;
}



.searchresults .postMeta{
  text-align: left;
}
.searchpanel{
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  margin: 0 0 40px;
  padding: 10px 0;
}
.searchpanel input[type=text]{
  width: 250px;
  font-size: 1.7em;
}
.searchpanel input[type=submit]{
  font-weight: normal;
  -webkit-border-radius: 12px;
  -moz-border-radius: 16px;
  background-position: left 5px;
  font-size: 1.2em;
  
}

/* Footer
-------------------------------------------------------------------- */

#footer{
  width: 960px;
  margin: 0px auto 0px;
  font-size: 1 em;
  padding: 20px 0 35px 0;
  color: #ccc;
  text-align: center;
}
.footerContent{
  width: 960px;
  margin: 20px auto 0;
  clear: left;
  
}
#footer p{
  line-height: 1.4em;
  text-align: center;
}
#footer #search{
  margin: 15px 0 30px;
}
#footer h5{
  position: relative;
  top: 0;
  margin-bottom: 8px;
  font-family: verdana;
  font-size: .5 em;
  color: #666;
  font-weight: normal;
  text-transform: none;
  border-bottom: none;
}

#footer #search input[type=text]{
  font-size: 1.2em;
}
#footer #search input[type=text]:focus{
}




/* Admin Edits
-------------------------------------------------------------------- */

.loggedin a:link,
.loggedin a:visited,
a.post-edit-link:link,
a.post-edit-link:visited,
a.comment-edit-link:link,
a.comment-edit-link:visited{
  color: #f00;
  font-weight: bold;
  text-decoration: underline;
}
#coreContent p.loggedin{
  display: inline-block;
  margin-bottom: 35px;
  padding: 10px;
  background: #efefef;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

#indexcontent p.loggedin{
  display: inline-block;
  margin-bottom: 35px;
  padding: 10px;
  background: #efefef;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}



/* Self Clearing Floats
-------------------------------------------------------------------- */

#siteWrapper:after,
.post:after,
.commentEntry:after,
.commentForm:after,
#footer .elsewhere:after,
#metaContent .metaExtend:after,
#footerNav:after,
#footerNav ul:after,
#archives ul:after,
#indexcontent .postMeta:after,
#coreContent .postMeta:after,
#recentPosts li:after{
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}