/*
Theme Name: MickiFree
Version: 1.00
Description: Custom theme for mickifree.com
Tags: 960gs
Author: Erica Price
*/

@import url("960.css");


ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
	margin:0;
	padding:0;
}
ul{
	list-style:none;
}
a{
	color:#fff;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a img{
	border:0;
}
.clear{
	clear:both;
}
body{
	margin:0;
	padding:0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
	background: #000 url(images/tat150.png) repeat-y left top;
	color:#fff;
	font-size: 12px;
}


div#head-img {
	height : 150px;
	background:url(images/MFAHheader.png) no-repeat center top;
}

div#main {
	margin-bottom: 100px;
}

div#welcome-quote{
	text-align: center;
	margin-bottom: 40px;
}

.post {
	margin-bottom: 40px;
}


div#menu-links {
	text-align : center;
	}

.post p {
	text-align: justify;
	margin-bottom: 15px; 
}

.post a {
	color: #e1bd40;
}	
	

.post-title h3, .post-title a {
	color: #e1bd40;
	text-align: center;
	text-decoration: none;
}

.page-title h2, .page-title a{
	color:#e1bd40;
}

.page-title {
	font-weight:normal;
	text-align: center;
	margin-bottom: 50px;
}


/* FONTS */
div#menu-links{
	color : rgb(140, 140, 140);
	font-size: 1.2em;
	margin-bottom: 20px;
}
#menu-links a:visited, #menu-links a:link, #menu-links a:active {
	color: #FFF;
}
#menu-links a:hover{
	color: red;
	text-decoration: none;
}

.date {
	color : rgb(140, 140, 140);
	font-size: 1em;
	font-variant: small-caps;
	font-family : "Century Gothic", sans-serif;
	
}


h1, h2, h3, h4, h5, h6 {
	font-family : "Century Gothic", sans-serif;
	font-weight : normal;
	}
h1 { font-size : 2.2em; }

h2 { font-size : 1.8em; }

h3 { font-size : 1.6em; }

h4 { font-size : 1.2em; }

h5 { font-size : 1.1em; }

h6 { font-size : 1em; }


#welcome-quote h1{
	font-family : "Trebuchet MS", "Verdana", sans-serif;
	font-weight: bold;
	font-size : 36px;
	color: #aa160a;
}

.event-widget {
	color : rgb(140, 140, 140);
	font-size: .9em;
}

.event-widget a{
	color : #aa160a;
}

.event a{
	color: #aa160a;
	font-size: 1em;
}

.when {
	color : rgb(140, 140, 140);
	font-size: 1em;
}

.more-link a{
	color: #e1bd40;
}

.dig-in a{
	color: #e1bd40;

}

/* GENERICS */

.left  {
	text-align : left;
	}

.center {
	text-align : center;
	}

.right {
	text-align : right;
	}

.alignleft  {
	float : left;
	margin : 10px 15px 10px 0px;
	}

.aligncenter {
	display : block;
	margin-left : auto;
	margin-right : auto;
	}

.alignright {
	float : right;
	margin : 10px 0px 10px 15px;
	}



/* BLOCKQUOTE */

blockquote {
  font: 14px/22px normal helvetica, sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 50px;
  padding-left: 15px;
  border-left: 3px solid #ccc;
} 
