/*
Theme Name: erinmchardy.com
Theme URI: http://www.erinmchardy.com/
Description: The badass Wordpress theme for Erin's personal site
Version: 1.0
Author: Erin McHardy
Author URI: http://www.erinmchardy.com/
Tags: designer, tags, whatever, smurfs
*/

/*---------- the basics ----------*/

* {
	margin:0;
	padding:0;
}

body {
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-align: center;
}

.clear:after{
	clear: both;
	content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

.alt {
	position:absolute;
	left: -9999px;
}


/*---------- basic layout ----------*/

div#header {
	text-align:left;
}

h1#logo {
	background: url("images/logoFlourish.png") no-repeat 0 0;
	height:120px;
	margin: 0 auto;
	padding-top: 45px;
	width:950px;
}

h1#logo a{	
	background: url("images/erinmchardyLogo.gif") no-repeat 0 0;
	display:block;
	height: 115px;
	margin-left: 200px;
	width: 157px;
}

div#content-wrap {
	background: url("images/btmFlourish.png") no-repeat 100% 100%;
	margin:0 auto;
	padding: 35px 0 35px 0;
	text-align: left;
	width:950px;
}

div#content {
	margin:0 20px;
	width: 550px;
}

div#content p{
	line-height: 18px;
	margin-bottom: 10px;
}

div#content a{
	border-bottom: 1px dotted #000;
	color: #000;
	text-decoration: none;
}

div#content a:hover{
	border-bottom: 1px dotted #000;
	color: #00c1ef;
}

div#content h2{
	background-color: #000;
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 22px;
	margin-bottom:10px;
}

body#page-collateral div#content h2{
	background-image: url("images/ctrCollateralBar.png");
}

body#page-branding div#content h2{
	background-image: url("images/ctrBrandingBar.png");
}

body#page-interactive div#content h2{
	background-image: url("images/ctrInteractiveBar.png");
}

div#content h2.monday{
	background-image: url("images/ctrMondayBar.png");
}

div#content h2.tuesday{
	background-image: url("images/ctrTuesdayBar.png");
}

div#content h2.wednesday{
	background-image: url("images/ctrWednesdayBar.png");
}

div#content h2.thursday{
	background-image: url("images/ctrThursdayBar.png");
}

div#content h2.friday{
	background-image: url("images/ctrFridayBar.png");
}

div#content h3{
	font-size: 18px;
	font-weight:bold;
	padding-bottom: 10px;
}

div#content h3 a{
	color:#000000;
	text-decoration:none;
	border-bottom: none;
}

div#content h3 a:hover{
	color:#00c1ef;
	text-decoration:none;
	border-bottom: none;
}

.extra{
	color: #000;
	font-size: 11px;
	font-weight: bold;
	text-transform:uppercase;
}

div#content h6{
	color: #999;
	font-size: 11px;
	font-weight: normal;
	margin-bottom:10px;
	
}

div#content div.hentry {
	margin-bottom: 30px;
}

/*---------- the sidebars ----------*/

div.column {
	float: left;
	width: 180px;
}

div.box {
	margin-bottom: 25px; 
}

div.box h4{
	background-color: #000;
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 22px;
	margin-bottom: 10px; 
}

div.box p{
	margin-bottom: 10px;
}

div.box ul{
	list-style:none;
}

div.box a{
	color:#000000;
	text-decoration: none;
}

div.box a:hover, div.box a.current{
	color: #00c1ef;
}

div#about h4{
	background-image: url("images/lftHelloBar.png");
}

div#inspiration h4{
	background-image: url("images/lftInspirationBar.png");
}

div#latest h4{
	background-image: url("images/lftLatestBar.png");
}

div#tags h4{
	background-image: url("images/RtTagsBar.png");
}

div#archive h4{
	background-image: url("images/RtArchiveBar.png");
}

div#daily-reads h4{
	background-image: url("images/RtDailyReadsBar.png");
}

div#collateral h4{
	background-image: url("images/RtCollateralBar.png");
}

div#branding h4{
	background-image: url("images/RtBrandingBar.png");
}

div#interactive h4{
	background-image: url("images/RtInteractiveBar.png");
}

div#secondary-sidebar {
	padding-bottom: 145px;
	line-height: 18px;

}


/*---------- navigation ----------*/


div#nav-wrap-primary {
	background-color:#000;
}

ul#primary-nav {
	margin: 0 auto;
	width:550px;	
}

ul#primary-nav li{
	list-style:none;
	float: left;
}

ul#primary-nav li a{
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	margin-right:42px;
	height:65px;
}

ul#primary-nav li a:hover, ul#primary-nav li.current a{
	background-position: 0 -65px;
}

a#primary-portfolio{
	background-image: url("images/pnavPortfolio.png");
	width: 143px;
}

a#primary-blog{
	background-image: url("images/pnavBlog.png");
	width: 69px;
}

a#primary-about{
	background-image: url("images/pnavAbout.png");
	width: 93px;
}

ul#primary-nav li a#primary-contact{
	background-image: url("images/pnavContact.png");
	margin-right:0;
	width: 118px;
}

div#nav-wrap-secondary {
	background-color:#000;
}

ul#secondary-nav {
	margin: 0 auto;
	width:550px;	
}

ul#secondary-nav li{
	list-style:none;
	float: left;
}
ul#secondary-nav li a{
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	margin-right:20px;
	height:65px;
}

ul#secondary-nav li a:hover{
	background-position: 0 -65px;
}

a#secondary-portfolio{
	background-image: url("images/snavPortfolio.png");
	width: 71px;
}

a#secondary-blog{
	background-image: url("images/snavBlog.png");
	width: 33px;
}

a#secondary-about{
	background-image: url("images/snavAbout.png");
	width: 46px;
}

ul#secondary-nav li a#secondary-contact{
	background-image: url("images/snavContact.png");
	margin-right:0;
	width: 59px;
}
.flickrUl {
	display:inline;
}
.flickrImg {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.flickrImg a img {
	border: 1px solid black;
}

fieldset {
	border:none;
	display:block;
	margin-left:2px;
	margin-right:2px;
}

legend {
		display: none;
}
fieldset div {
	padding-top: 5px;
}

li.current_page_item a {
	color:#00C1EF;
}

div.alignleft {
	float:left;
}

div.alignright {
	float: right;
}
	
