@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

body {
	background-image: url("/wp-content/themes/naked/images/pageBG.gif");
	background-color: #b4cbd7;
	background-repeat: repeat-x;
	font-size: 62.5%;
	font-family: Helvetica, Arial, Sans-serif;
}

a {
	text-decoration: none;
	color: #0981BE;
}

p {
	margin-bottom: 10px;
}

.indent {
	margin-left: 10px;
}

.clearfix {
	clear: both;
}

.strong {
	font-weight: bold;
}

div#header {
	float: left;
	clear: both;
	width: 100%;
	background-image: url("/wp-content/themes/naked/images/shelf.png");
	background-position: bottom center;
	background-repeat: no-repeat;
	color: #ffffff;
	height: 172px;
	padding: 10px 0 0 0;
}
	#header .container, .slider .container {
		width: 940px;
		margin: 0 auto;
	}
	#sliderContent {
		background-image: url("/wp-content/themes/naked/images/sliderbg.png");
		height: 71px;
	}
	.sliderContentOpen {
		background-image: url("/wp-content/themes/naked/images/sliderfooterbg.png");
		background-repeat: repeat-x;
		height: 23px;
	}
	#sliderToggle {
		background-image: url("/wp-content/themes/naked/images/tab.png");
		width: 89px;
		height: 16px;
		text-align: center;
		padding-top: 5px;
		margin-left: 40px;
		font-size: 1.2em;
		font-weight: bold;
		float: left;
		cursor: pointer;
	}
	.sliderTitle {
		font-size: 1.8em;
		float: left;
		font-weight: bold;
		margin: 20px 0 0 30px;
	}
	.citySelect {
		float: left;
		margin: 15px 0 0 20px;
	}
	.email {
		float: left;
		margin: 15px 0 0 20px;
	}
	.buttons {
		float: left;
		margin: 23px 0 0 20px;
	}
	.citySelect span, .citySelect p, .email span, .email p {
		display: block;
		margin: 3px 0;
	} 
	div#logo {
		float: left;
		padding: 47px 0 0 70px;
	}
	div#twitterHead {
		float: left;
		margin-left: 30px;
		margin-top: 63px;
	}
	div#search {
		float: right;
		background-image: url("/wp-content/themes/naked/images/searchBG.png");
		background-repeat: no-repeat;
		width: 340px;
		height: 159px;
		padding-top: 0px;
		background-color: transparent;
		background-repeat: no-repeat;
	}
		div#search .followIcons {
			float: right;
			background-image: url("/wp-content/themes/naked/images/shareBG.png");
			width: 151px;
			height: 28px;
			padding-left: 20px;
			margin-right: 35px;
			margin-top: 30px;
			margin-bottom: 25px;
		}
		div#search .followIcons .followIconsText {
			font-size: 1.2em;
			color: #000000;
			float: left;
			margin-top: 9px;
			padding-right: 8px;
		}
		div#search .followIcons .followIconsIcon {
			margin-top: 5px;
			float: left;
			padding-left: 4px;
		}
		div#search #s, .emailBox {
			float: left;
			width: 199px;
			height: 36px;
			background-image: url("/wp-content/themes/naked/images/searchBox.png");
			background-color: transparent;
			border: none;
			margin: 10px 5px 0 10px;
			font-size: 1.8em;
			padding: 0 5px;
		}
		.emailBox {
			float: inherit;
			margin: 0;
		}
		div#search #searchsubmit {
			float: left;
			margin-top: 10px;
		}
	div#header #desc {
		float: left;
		padding: 85px 0 0 15px;
	}
	div#header h1 {
		font-size: 2.8em;
		letter-spacing: -.05em;
		color: #303030;
	}
	
div#mainContent {
	width: 100%;
	float:left; 
}
.wp-caption {
	background:none;
	border:none;
	margin:0;
	padding:0;
}
div#mainContent div.container {
	background-image: url("/wp-content/themes/naked/images/contentBG.gif");
	background-repeat: repeat-x;
	background-color: #ffffff;
	width: 940px;
	margin: 0 auto;
	position: relative;
}
.leftRail {
	width: 529px;
	float: left;
}
.about {
	width: 528px;
	margin: 10px 0 0 0;
}
.about .post {
	padding: 0 15px;
}
.about h2 {
	font-size: 1.5em;
	padding-bottom: 5px;
}
.Post, .singlePost {
	margin: 10px 0 0 -10px;
	float: left;
	width: 539px;
}
	.Post .postLeft {
		float: left;
		width: 10px;
		height: 187px;
		background-image: url("/wp-content/themes/naked/images/contentWall.png");
	}
	.singlePost .singlePostLeft {
		float: left;
		width: 10px;
		height: 379px;
		background-image: url("/wp-content/themes/naked/images/singleContentWall.png");
	}
	.Post.search {
		margin-bottom: 15px;
	}
	.searchPostHead {
		float: left;
		width: 110px;
		height: 101px;
		background-image: url("/wp-content/themes/naked/images/searchHead.png");
	}
	.searchPostImage {
		float: left;
		padding-top: 14px;
		padding-left: 10px;
		height: 75px;
		overflow: hidden;
	}
	.Post.search .searchPostContent {
		font-size: 1.2em;
		margin-top: 7px;
		padding-left: 10px;
		display: block;
		float: left;
		width: 400px;
	}
	.searchPostMeta {
		width: 380px;
		background-color: #e7e7e7;
		border:1px solid #d7d7d7;
		display: block;
		font-size: 1em;
		padding: 3px;
	}
	.searchPostContent .metaTags {
		margin-left: 30px;
	}
	.Post.search .searchPostContent h3 {
		font-size: 1.4em;
		margin-bottom: 5px;
	}
	.Post .postTop {
		background-image: url("/wp-content/themes/naked/images/contentHead.gif");
		width: 529px;
		height: 177px;
		margin-top: 10px;
		float: left;
	}
	.singlePost .singlePostTop {
		background-image: url("/wp-content/themes/naked/images/singleContentHead.gif");
		width: 529px;
		height: 375px;
		float: left;
		margin-top: 4px;
	}
	.singlePost .topLeft {
		width: 120px;
		float: left;
	}
	.Post .desc, .singlePost .desc {
		background-image: url("/wp-content/themes/naked/images/titleInfo.gif");
		width: 114px;
		height: 135px;
		margin-top: 10px;
		padding: 10px;
		float: left;
		color: #ffffff;
	}
	.singlePost .desc {
		width: 100px;
	}
		.Post .desc .month, .singlePost .desc .month {
			font-size: 1.8em;
			float: left;
		}
		.Post .desc .day, .singlePost .desc .day {
			float: left;
			clear: both;
			font-size: 2.5em;
		}
	.singlePost .map {
		float: left;
		margin-top: 10px;
		border: 1px solid #cecece;
	}
	.singlePost .postedFrom {
		font-size: 1.5em;
		margin-top: 10px;
		float: left;
	}
	.singlePost .postedFrom span {
		font-size: .8em;
		width: 100%;
		display: block;
	}
	.Post .img {
		float: left;
		height: 155px;
		vertical-align: bottom;
		overflow: hidden;
		margin-top: 10px;
	}
	.singlePost .img {
		float: left;
		height: 350px;
		overflow: hidden;
		margin-top: 10px;
	}
	.Post .postBottom, .singlePost .postBottom {
		background-image: url("/wp-content/themes/naked/images/contentHeadShadow.gif");
		height: 12px;
		width: 108px;
		float: right;
	}
	.Post .content, .singlePost .content, .singlePost .dispComments, .about .post {
		width: 450px;
		float: left;
		padding-left: 30px;
		line-height: 1.4em;
		font-size: 1.2em;
	}
	.singlePost .content {
		width: 450px;
	}
		.singlePost .content img {
			padding: 10px;
			background-image: url("/wp-content/themes/naked/images/imageBG.gif");
		}
			.singlePost .content img.alignleft {
				margin-right: 10px;
			}
			.singlePost .content img.alignright {
				margin-left: 10px;
			}
		.Post .content h1, .singlePost .content h1, .about h1 {
			font-size: 3em;
			letter-spacing: -.05em;
			margin-bottom: 10px;
		}
			.about h1 {
				margin: 10px 0 10px 30px;
			}
			.Post .content h1 a {
				/*color: #082737;*/
				color: #303030;
			}
			.Post .content h1 a:hover {
				color: #303030;
			}
		.Post .moreLink {
			display: block;
			float: right;
		}
		.Post hr, .singlePost hr {
			border: none;
			border-bottom: 1px solid #d9d9d9;
			clear: both;
			padding-top: 10px;
		}
		.dayNumber {
			font-size: 2em;
			float: left;
			margin-top: 25px;
		}
		.desc hr {
			border: none;
			border-bottom: 1px solid #8fbdd6;
			clear: both;
			padding-top: 15px;
		}
		.Post .meta {
			margin-top: 10px;
		}
		.singlePost .meta {
			padding-top: 10px;
			padding-bottom: 10px;
			clear: both;
		}
			.singlePost .meta img {
				padding: 0px;
				background-image: none;
			}
			.Post .meta .share, .singlePost .meta .share {
				margin-right: 2px;
			}
			.Post .meta .comments, .singlePost .meta .comments {
				float: right;
				display: block;
			}
				.Post .meta .comments img, .singlePost .meta .comments img {
					float: left;
				}
				.Post .meta .comments .text, .singlePost .meta .comments .text {
					float: left;
					margin: 1px 0 0 4px;
				}
		.dispComments {
			clear: both;
			float: left;
			width: 300px;
		}
		#submit {
			margin-top:10px;
		}
		.sig {
			float: right;
		}
		.sig h2 {
			font-size: 1.5em;
		}
	.nav {
		float: left;
		margin: 15px;
	}
	.comment {
		clear: both;
		padding: 10px;
		margin-top: 5px;
	}
	.avatar {
		display: inline;
		float: left;
		padding-bottom: 10px;
	}
	.dispComments .comment-author {
		float: left;
	}
	.dispComments .commentmetadata {
		float: right;
		font-size: small;
	}
	.dispComments .commentHeader {
		background-color: #e7e7e7;
		float: left;
		width: 363px;
		padding: 3px;
		margin-bottom: 10px;
		margin-left: 10px;
	}
	.dispComments p {
		float: right;
		width: 370px;
	}
	#respond {
		clear: both;
	}
	#respond  p {
		float: left;
	}
	#commentform #fb-msg {
		float: left;
		width: 280px;
		display: block;
	}
	.commentNavigation {
		display: block;
		width: 100%;
		clear: both;
	}
	
h2.descHeader {
	font-size: 1.8em;
	margin-top: 20px;
	padding-left: 30px;
}
.rightRail {
	float: left;
	width: 411px;
	margin: 20px 0 0 0;
}
	.rightRail h2 {
		 color:#303030; 
	}
	.rightRail .Map #Mapwrap {
		width: 411px;
		height: 326px;
		background-image: url("/wp-content/themes/naked/images/mapBG.png");
		margin-top: 5px;
		position: relative;
		float: left;
	}
	.Map h2 {
		font-size:1.8em;
		margin-left:15px;
	}
		.rightRail .Map #Mapwrap #MapRender {
			width: 371px;
			height: 275px;
			margin: 26px 0 0 20px;
		}
			.bubble {
				width: 255px;
				font-size: 1.5em;
			}
			/*.gmnoprint {
				opacity:0.9;
				filter:alpha(opacity=90);
			}*/
		.rightRail .Map #Mapwrap .ribbon {
			position: absolute;
			top: 240px;
			right: -12px;
		}
		.rightRail hr {
			border-color: #D9D9D9;
			border-style: none none solid;
			border-width: medium medium 1px;
			float: left;
			margin: 10px 0 10px 25px;
			width: 370px;
		}
		.tweetTime {
			float: right;
			margin-right: 20px;
		}
		.Facebook {
			float: left;
		}
			.Facebook h2 {
				font-size: 1.8em;
				margin-left: 15px;
			}
			.Facebook iFrame {
				margin-top: 10px;
				margin-left: 15px;
			}
		.Twitter {
			float: left;
		}
			.Twitter h2 {
				font-size: 1.8em;
				margin-left: 15px;
			}
			.Twitter h2 img{
				vertical-align: middle;
			}
			.Twitter .tweet {
				margin-left: 15px;
				width: 380px;
				padding-top: 15px;
			}
				.Twitter .tweet .tweetText {
					display: block;
					float: left;
					width: 360px;
					padding: 10px;
					background-color: #f2f2f2;
					font-size: 1.2em;
					line-height: 1.3em;
				}
				.Twitter .tweet .tweetDate {
					display: block;
					float: left;
					width: 370px;
					height: 13px;
					padding: 5px 0 0 10px;
					background-image: url('/wp-content/themes/naked/images/twitterGradient.gif');
					margin-bottom: 10px;
				}
					.Twitter .tweet .tweetDate a {
						color: #ffffff;
					}
				.twitterFollow {
					float: right;
				}
		.Flickr {
			float: left;
		}
			.Flickr h2 {
				font-size: 1.8em;
				margin-left: 15px;
			}
			.flickrImages {
				height: 65px;
				overflow: hidden;
				float: left;
				padding-top: 10px;
				padding-left: 15px;
			}
		.aboutLink, .grouponWidget {
			float: left;
			width: 380px;
		}
			.aboutLink h2 {
				font-size: 1.8em;
				margin-left: 15px;
				padding-bottom: 5px;
			}
			.aboutLink p {
				font-size:1.2em;
				line-height:1.4em;
				padding-left: 15px;
				margin: 0;
			}
			.aboutLink a {
				font-size: .9em;
				width: 100%;
				text-align: right;
				display: block;
			}
h2.error {
	font-size: 2em;
	padding: 10px;
}
#footer {
	clear: left;
}
.footerLinkMargin {
	margin-right: 60px;
}
#footerShadow {
	margin: 0 auto;
	background-image: url('/wp-content/themes/naked/images/pageFooter.png');
	background-repeat: no-repeat;
	width: 1000px;
	height: 5px;
}
#footerReflection {
	margin: 0 auto;
	background-image: url('/wp-content/themes/naked/images/pageReflection.png');
	background-repeat: repeat-x;
	width: 940px;
	height: 21px;
	padding-bottom: 30px;
}
#sponsors-wrap {
  width:940px;
  margin: auto;
}
#sponsors-wrap p{
  color: #fff;
}
#sponsors-wrap ul li{
  float: left;
  padding-bottom:20px;
}