body 		{ font: 12px/16px "Gill Sans", Calibri, "Trebuchet MS", Helvetica, Arial, sans-serif; background: #ffffff; margin: 0; padding: 0; color: #818285; text-align: center; }
a img 		{ border: none; }
a			{ text-decoration: none; font-weight: bold; }
a:link 		{ color: #ff0099; }
a:visited 	{ color: #ff0099; }
a:hover, a:active, a:focus { color: #f8c2da; text-decoration: underline; }

/* Layout */
#container 	{ width: 900px; margin: 0 auto; text-align: left; }
#header		{ margin: 15px 0 0 0; position: relative; background:url(../images/may14/header2.gif) no-repeat; height: 100px; }
#content 	{ border-bottom: 2px solid #e84b22; padding: 0; margin: 10px 0; }
#footer 	{ clear: both; }
#footer p	{ padding-top: 10px; }

/* Header */
a#logo 		{ height: 90px; width:545px; display:block; float: left; }
#header h1 	{ display:none; }
#topnav		{ position: absolute; top: 55px; right: 30px; }

/* Topnav */
a#portfolio { background-image:url(../images/may14/nav-portfolio.png); background-repeat: no-repeat; height: 26px; width:98px; display:block; float: left; border-right: 1px solid #e84b22; padding-right: 10px; margin-right: 10px; }
a#portfolio span { display:none; }
a#portfolio:hover { background-image:url(../images/may14/nav-portfolio-on.png); }

a#blog { background-image:url(../images/may14/nav-blog.png); background-repeat: no-repeat; height: 26px; width:48px; display:block; float: left; border-right: 1px solid #e84b22; padding-right: 10px; margin-right: 10px; }
a#blog span { display:none; }
a#blog:hover { background-image:url(../images/may14/nav-blog-on.png); }

a#shop { background-image:url(../images/may14/nav-shop.png); background-repeat: no-repeat; height: 26px; width:47px; display:block; float: left; border-right: 1px solid #e84b22; padding-right: 10px; margin-right: 10px; }
a#shop span { display:none; }
a#shop:hover { background-image:url(../images/may14/nav-shop-on.png); }

a#about { background-image:url(../images/may14/nav-about.png); background-repeat: no-repeat; height: 26px; width:59px; display:block; float: left; border-right: 1px solid #e84b22; padding-right: 10px; margin-right: 10px; }
a#about span { display:none; }
a#about:hover { background-image:url(../images/may14/nav-about-on.png); }

a#contact { background-image:url(../images/may14/nav-contact.png); height: 26px; width:81px; display:block; float: left; }
a#contact span { display:none; }
a#contact:hover { background-image:url(../images/may14/nav-contact-on.png); }

/* Projects */
#projects	{ margin: 10px 0; }
#projects div {  margin: 0 0 10px 0; padding: 0; }
.project	{ width: 101px; float: left; }
.project:nth-child(9), .project:nth-child(19), .project:nth-child(29)	{ width: 91px; float: left; text-align: right; }
.project img	{ width: 90px; height: 90px; }

/* General Classes */
.fltrt 		{ float: right; margin-left: 8px; }
.fltlft 	{ float: left; margin-right: 8px; }
.ctr		{ clear: both; display: block; margin-left: auto; margin-right: auto; }
.clearfloat { clear:both; height:0; font-size: 1px; line-height: 0px;  }
.about		{ font: 13px/20px "American Typewriter", Rockwell, "Courier New", serif; } 
.about p	{ margin: 0 35px 15px 25px; }

/*
 * jQuery Nivo Slider v2.7
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

.theme-default .nivoSlider {
	margin-bottom: 0; }
	
.theme-default #slider {
    width:900px; /* Make sure your images are the same size */
    height:350px; /* Make sure your images are the same size */
}
