/*
THEME NAME: Shawna 
THEME URI: http://www.intermissiondesign.com
DESCRIPTION: grid based awesomeness
AUTHOR: <a href="http://http://www.intermissiondesign.com">Intermission</a>
AUTHOR URI: http://www.intermissiondesign.com
*/


/* Some basic resets and global styles */

html, body, span, embed, object, iframe,
h1, h2, h3, h4, h5, h6, p, a, img, ol, ul, li {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: none;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	line-height: 20px;
	text-decoration: none;
	font-family: Helvetica, Arial, Verdana, sans-serif;	
	vertical-align: baseline;
	color: #666666;
	list-style-image: none;
	list-style-type: none;

}

body {
	background: url(/images/bg.png) repeat;
}

a {
	outline: none;
}

a img {
	border: none;
}

a:hover {
	color: #33ccff;
}

.titles {
	font-weight: bold;
	color: #00ccff;
	border-bottom: 6px solid #00ccff;
	width: 100%;
	font-size: 16px;
	float: left;
}

.title {
	font-size: 16px;
}

.blog-title-left {
	float: left;
	font-weight: bold;
	font-size: 16px;
	color: #00ccff;
}

.time-right {
	float: right;
}

p img {
	padding-bottom: 10px;
	padding-top: 5px;
}

#page-wrap {
	width: 960px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* START NAV STYLES */

#menu {
	float: right;
}

#menu ul li {
	display: inline;
	text-transform: lowercase;
	padding-left: 16px;
	

}

#menu ul li a{
	font-weight: bold;
	font-size: 16px;
}

.current_page_item a {
	color: #00ccff;
}

/* END NAV STYLES */


/* START HEADER */

#header {
	float: left;
	padding-top: 10px;
	width: 960px;
}

#logo{
	width: 394px;
	height: 52px;
	background: url(/images/shawnaolsten-logo.png) top left no-repeat;
	float: left;
	text-indent: -99999px;
	margin-top: 16px;
}

#blog-title {
	display: none;
}

#blog-description {
	display: none;
}

#contact-box {
	height: 30px;
	background-color: #666666;
	display: none;
	color: #cccccc;
}

.contact-wrap {
	width: 960px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.contact-info ul {
	padding-top: 6px;
}

.contact-info li a {
	color: #cccccc;
}

.contact-info li a:hover {
	color: #00ccff;
}

.contact-info ul li{
	float: right;
	color: #cccccc;
	width: 100%;
	text-align: right;
}

/* END HEADER */


/* START HOMEPAGE */

.left-container {
	float: left;
	width: 390px;
	padding: 100px 10px 0px 0px;
}

.right-container {
	float: right;
	width: 550px;
	padding: 100px 0px 0px 10px;
}

#video-container object {
	width: 390px;
	height: 289px;
}

.entry {
	padding-top: 10px;
	padding-bottom: 50px;
	float: left;
	width: 100%;
	
}

.entry a {
	color: #33CCFF;
}

.entry a:hover {
	text-decoration: underline;
}

.single-entry a {
	color: #33CCFF;
}

.single-entry a:hover {
	text-decoration: underline;
}


.playlist-entry {
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}


.read-blog {
	float: right;
	font-size: 16px;
	font-weight: bold;
}	


/* END HOMEPAGE */


/* START BLOG PAGE */

.left-sidebar{
	float: left;
	width: 220px;
	padding: 100px 10px 0px 0px;	
}

.blog-container {
	float: left;
	width: 550px;
	padding: 100px 10px 0px 10px;
}


.right-sidebar{
	float: right;
	width: 150px;
	padding: 100px 0px 0px 10px;	
}

.sidebar h3 {
	font-weight: bold;
	color: #00ccff;
	border-bottom: 6px solid #00ccff;
	width: 100%;
	font-size: 16px;
	float: left;
}

.sidebar ul {
	padding-bottom: 30px;
	float: left;	
	width: 100%;
}

.sidebar ul li ul {
	padding-top: 10px;
}

/* END BLOG PAGE */


/* START ARCHIVE PAGE */

.nav-previous{
	float:left;
	padding-top:20px;
}

.nav-next{
	float: right;
	padding-top:20px;

}

.archive-title {
	font-weight: bold;
	color: #00ccff;
	border-bottom: 6px solid #00ccff;
	width: 100%;
	font-size: 16px;
	float: left;
	margin-bottom: 10px;
}


/* END ARCHIVE PAGE */

.entry-title {
	color: #00ccff;
}

.entry-title a {
	color: #00ccff;
	font-weight: bold;
}

.entry-date {
	color: #00ccff;
	font-weight: bold;
	text-decoration: none;
}

#container {
float: left;
}

.single-entry {
	padding-top: 10px;
	float: left;
	padding-bottom: 20px;
	width: 100%;
}

/* search button styles */


#s{
	margin-top: 14px;
	width: 144px;
	color: #666666;
	font-size: 14px;
}

.submit-button{
	background-color: #00ccff;
	border: 2px solid #00CCFF;	
	color: #ffffff;
	font-size: 14px;
	float: right;
	margin-top: 5px;
	margin-bottom: 30px;
	cursor: pointer;
}

.submit-button:hover {
	color: #666;
}

/* END search button styles */

.navigation{
	width: 100%;
	float: left;
}

.wp-pagenavi{
	float:left;
}

.rss {
	float: right;
	margin-top: -26px
}

/* Gallery Styles */

.gallery-container {
	width: 960px;
	padding: 100px 0px 0px 0px;
}

.ngg-galleryoverview{
	float: left;
	padding-top: 10px;
}

.ngg-gallery-thumbnail span {
	display: none;
}

.galleria {
	list-style: none;
	width: 550px;
	float: left;
}

.galleria_container {
	float: right;
	width: 550px;
}

.galleria_wrapper {
	padding-top: 4px;
}

.galleria li {
	width:50px;
	height:50px;
	overflow:hidden;
	float:left;
	margin:5px 5px 0px 0px;
	cursor: pointer;
}

.galleria li div img {
	cursor:pointer;
}

img.replaced {
	max-width:550px;
	max-height:525px;
	width: expression((this.width > this.height) && (this.width>700) ? 700+'px': true);
	height: expression((this.height > this.width) && (this.width>525) ? 525+'px': true);
}


/* Footer Styles */

#footer {
	color: #999999;
	font-size: 11px;
	float: left;
	height: 14px;
	padding-top: 40px;
	text-align: center;
	width: 100%;
}

#footer a {
	color: #999999;
	font-size: 11px;
}

#footer a:hover {
	color: #00ccff;
	font-size: 11px;
}


/* Comment Styles */

.comment-author {
	line-height: 10px;
	padding-top: 10px;
	font-weight: bold;
	width: 100%;
	float: left;		
}

.comment-meta {
	color: #999999;
}

.comments ol li {
	border-bottom: 1px solid #00ccff;
	padding-bottom: 10px;
}

#respond {
	padding-top: 30px;
}

#respond h3 {
	color: #00ccff;
	font-weight: bold;
}

#comments-list h3 {
	color: #00ccff;
	font-weight: bold;
}

.unapproved {
	font-size: 8px;
	color: #00ccff;
}

#comment-notes {
	color: #999999;
}

.form-label {
	padding-top: 8px;
}

.blog-comment a {
	color: #00ccff;
	margin-top: 10px;
}

/* comment submit button styles */

.form-submit input {
	background-color: #00ccff;
	border: 2px solid #00ccff;
	color: #ffffff;
	font-size: 14px;
	float: right;
	margin-top: 5px;
	margin-bottom: 30px;
	cursor: pointer;
}

.required {
	color: #00ccff;
}

.info-box {
	float: left;
}

.comment-box {
	float: right;
}

.form-submit input:hover {
	color: #666;
}

.form-input, .form-label {
	width: 225px;
}

.form-textarea{
	width: 300px;
}

.form-textarea textarea {
	width: 298px;
	*width: 308px;
	height: 120px;
	overflow: hidden;	
}

.playlist-title {
	color: #00ccff;
	font-size: 16px;
}