/*
Theme Name: Pinstripes & Polka Dots Theme
Theme URI: http://wordpress.org/
Description: Custom theme created by Wren Lanier for Pinstripes & Polka Dots
Version: 1.0
Author: Wren Lanier
Author URI: http://wrenlanier.com
Tags: pinstripes, polka dots
*/



/* Begin Typography & Colors */

body {
	background: url(img/bground.png) repeat-x #ffffff;
	margin: 0;
	padding: 0;
	}

p {
	font-family: "Trebuchet MS", "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: 140%;
	color: #333333;
	}

a {
	color: #8295c7;
	}

h1 {
	font-family: "Trebuchet MS", "Lucida Grande", sans-serif;
	font-size: 16px;
	color: #fc8374;
	}
	
h2 {
	font-family: "Trebuchet MS", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #fc8374;
	}
	
h3 {
	font-family: "Trebuchet MS", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #333333;
	}

td {
	font-family: "Trebuchet MS", "Lucida Grande", sans-serif;
	font-size: 12px;
	}
		
.hidden {
	display: none;
	}
			
#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 53.75em;
	}
	
	
	
/* Begin Header & Menu */

#logo {
	float:left;
	}
	
#search {
	position: relative;
	float: right;
	top: 40px;
	right: 24px;
	}
	
#menu {
	clear: both;
	width: 100%;
	height: 28px;
	list-style-type: none;
	}
	
#menu ul {
	margin: 0;
	padding: 0;
	position: relative;
	left: 8px;
	}
	
#menu li {
	display: inline;
	font-family: "Trebuchet MS", "lucida grande", sans-serif;
	font-size: 12px;
	color: #333333;
	}
	
#menu li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 8px 17px 6px 17px; 
	color: #333333;
	}
	
#menu li a:hover {
	color: #8295c7;
	}
	
/* Begin Index Page */
	
#welcome {
	position: relative;
	float: left;
	background-color: #efeffb;	
	padding: 8px 32px 18px 20px;
	margin: 18px 0px 0px 30px;
	width:15.69em;
	height: 12em;
	}

#welcome p {
	line-height: 120%;
	}
	
#event {
	position: relative;
	float: left;
	margin: 18px 36px 0px 0px;
	}
	
#boxes {
	clear: both;
	width: 49.75em;
	padding: 18px 0px 0px 30px;
	}	

#boxes .index {
  	height: 9.50em;
  	border: 1px #c8d3ec solid;
	}

#box1 {
	position: relative;
	float: left;
	padding: 20px 18px;
	width: 13.13em;
	margin-right: 25px;
	}
	
#box2 {
	position: relative;
	float: left;
	padding: 20px 18px;
	margin: 0 auto;
	width: 13.13em;
	}

#box3 {
	position: relative;
	float: left;
	padding: 20px 18px;
	width: 13.13em;
	margin-left: 25px;
	}

.pink {
	font-family: "Trebuchet MS", "lucida grande", sans-serif;
	font-size: 16px;
	color: #fc8374;
	}
	
.green {
	font-family: "Trebuchet MS", "lucida grande", sans-serif;
	font-size: 16px;
	color: #b5cc8b;
	}	
	
.orange {
	font-family: "Trebuchet MS", "lucida grande", sans-serif;
	font-size: 16px;
	color: #ebaa79;
	}	


/* Begin Additional Content */

#content {
	position: relative;
	float: left;
	width: 540px;
	left: 30px;
	top: 12px;
	}

#content li {
	font-family: "Trebuchet MS", "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	}	
	
#noside {
	position: relative;
	float: left;
	width: 800px;
	left: 30px;
	top: 12px;
	}	

#noside li {
	font-family: "Trebuchet MS", "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	}	
		
#sidebar {
	position: relative;
	float: right;
	width: 192px;
	top: 56px;
	right: 74px;
	}
	
.bluebox {
	background-color: #efeffb;
	padding: 4px 18px 12px 24px;
	width: 100%;
	}

.bluebox li {
	font-family: "Trebuchet MS", "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: 200%;
	color: #333333;
	margin-left: -20px;	
	}
	
.greenlinks {
	list-style-type: none;
	}
	
.greenlinks li {
	padding-left: 10px;
	padding-bottom: 0.5em;
	background: url(img/bullet_g.gif) 0 .5em no-repeat;
	}

.logo {
	text-align: center;
	}
			
#footer {
	clear: both;
	font-family: "Trebuchet MS", "lucida grande", sans-serif;
	font-size: 11px;
	color: #333333;
	padding: 34px 0px 24px 30px;
	}	
