/*
Theme Name: Alicia Gibb
Theme URI: http://aliciagibb.com/
Description: Custom theme for aliciagibb.com based on design by Alicia Gibb at <a href="http://mysite.pratt.edu/~agibb/">http://mysite.pratt.edu/~agibb/</a>.
Version: 1.0
Author: Jeffrey Barke
Author URI: http://jeffreybarke.net/
*/

/* general structure
----------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	text-align: center;
}
#pageFrame {
	margin: 0 auto;
	padding: 20px 0 0 0;
	text-align: left;
	width: 1100px;
}

/* general typography
----------------------------------------------- */
abbr, acronym {
	border: none;
	cursor: help;
}
body {
	background-color: #333;
	font: normal 62.5% Verdana, Helvetica, Aria, sans-serif;
}

/* general links
----------------------------------------------- */
a:focus { outline: none; }

/* general forms
------------------------------------------------------------------*/
input:focus { outline: none; }

/* header
----------------------------------------------- */
#pageHead {
	background: #f7faf1 url(images/hopethisworks.JPG) 37px 10px no-repeat;
	border: 1px solid #ccc;
	height: 70px;
	padding: 10px 37px 13px 37px;
}
#logo {
	margin: 0;
	padding: 0;
}
#logo a {
	display: block;
	height: 34px;
	text-indent: -9999em;
	width: 53px;
}
#nav-primary {
	list-style-type: none;
	font-size: 1.5em;
	margin: 28px 0 0 0;
	padding: 0;
}
#nav-primary li {
	display: inline;
	padding: 0 0.75em 0 0;
}
#nav-primary > li:first-child { padding-right: 2em; }
#nav-primary li.current_page_item a { background-color: #444; }
#nav-primary li a {
	color: #aa99c5;
	padding: 2px;
	text-decoration: none;
	text-transform: lowercase;
}
#nav-primary li a:hover { text-decoration: underline; }

/* body
----------------------------------------------- */
#content {
	color: #ccc;
	font-size: 1.5em;
}
#content a {
	color: #aa99c5;
	text-decoration: none;
}
#content a:hover { text-decoration: underline; }
#content h2 {
	background-color: #f7faf1;
	color: #666;
	padding: 5px 10px 5px 10px;
}
#content p {
	line-height: 1.3em;
	padding-left: 10px;
	padding-right: 10px;
}
.page-pic {
	float: left;
	margin-left: 15px;
}
.caption {
	color: #666;
	display: block;
	font-size: 80%;
	margin-top: 5px;
	width: 400px;
}
.page {
	margin-left: 40%;
	margin-right: 15px;
}
.gallery {
	margin-left: 15px;
	margin-right: 15px;
}
.gallery-caption {
	color: #666;
	font-size: 80%;
}

/* foot
----------------------------------------------- */
#pageFoot {
	clear: both;
	color: #666;
	margin: 0 15px 50px 15px;
	padding-top: 30px;
	text-align: right;
}
#pageFoot a {
	color: #666;
	text-decoration: none;
}
#pageFoot a:hover { text-decoration: underline; }

/* clearfix
----------------------------------------------- */
.clearfix:after {
	clear: both; 
	content: '.'; 
	display: block; 
	height: 0; 
	visibility: hidden;
}
.clearfix { display: inline-block; }
/*Hide from IE Mac \*/
.clearfix { display: block; }
/*End hide from IE Mac */