
/*body {
	background: url("img/texture.png") repeat scroll 0 0 transparent;
}*/

#outerWrap {
	margin: 0 auto;
	width: 1020px;
	}

#wrapper {
	padding: 0px;
	width: 900px;
}
	
#header {
	margin: 0;
	height: 600px;
	width: 240px;
}
	
#sidebar, #searchform input {
	width: 125px;
}
	
#content-index, #content-single, #content-page-sidebar {
	width: 900px;
}

#myInfoContainer {
	width: 900px;
	}
	
.outerNavLeft {
	margin-left: -60px;
	}
	
.outerNavRight {
	margin-right: -60px;
	} 
	
a.outPause, a.outThumbs, a.outLeft, a.outRight {
	opacity: .1;
	}
	
	a.outPause:hover, a.outThumbs:hover, a.outLeft:hover, a.outRight:hover {
		opacity: 0.4;
		background-color: #1F1F1F;
		}
		
.galleria-image-nav-left, .galleria-image-nav-right {
	opacity: .1;
}

.galleria-image-nav-left:hover, .galleria-image-nav-right:hover {
	opacity: 0.4;
}

		
/*a.outLeft:hover, a.outRight:hover {
	background-color: #1F1F1F;
}*/


body {
	background-color: #333333;
	color: #AAAAAA;
	font-size: ;
}
	
h2 {
	color: #760000;
}
	
p {
	font-size: 12px;
}

input, textarea  {
	color: #AAAAAA;
	}
	
a:link, a:visited {
	color: #666666;
}

a:hover, a:active {
	color: #760000;
}


/* Header */
	
#header {
	background-color: #333333;
	color: #AAAAAA;
	font-size: 12px;
}

/* Wrapper */

#wrapper {
	background-color: #333333;
	border: 1px solid #333333;
}

/* Sidebar */

h3 {
	color: #A0A0A0;
}

/* Footer */

#footer {
	color: #AAAAAA;
	font-size: 12px;
	width: 900px;
}
	
	#footer a {
		color: #AAAAAA;
	}
		
	#footer a:hover {
		color: #760000;
	}
	
/* Links */

a:link, a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover, a:active { 
	color: #760000;
	text-decoration: none;
}
	

	
/* Images */

img {
	border: 1px solid #333333;	
}

a img { 
	border: 1px solid #333333;	
}

	a:hover img { 
		border: 1px solid 333333; 
	}

/* Posts */

.post-title a {
	color: #D6D6D6;
}
	
	.post-title a:hover {
		color: #760000;
	}
		
.date, .post-cat {
	color: #737373;
}

.entry {
	border-bottom: 1px solid #737373;
}

.commentlist li {
	border-bottom: 1px solid #737373;
}
	
.wp-caption p.wp-caption-text {
	color: #AAAAAA;
}
	
.wp-caption img {
	border: 1px solid# 333333;
}

/* Navigation */


/* Highlight current page item */

#header .current_page_item a, #header .current_page_parent a, #suckerfishnav .current_page_item a, #suckerfishnav .current_page_parent a, #footer .current_page_parent a, #footer .current_page_item a {
	color: #760000;
	}
	
#footer ul li a:hover {
	color: #760000;
}

/* Forms */

input, textarea {
	background-color: inherit;
	border: 1px solid #AAAAAA;
}
	
input:focus, textarea:focus {
	border: 1px solid #AAAAAA;
}	

/* Gallery Styles */

.galleria-bar {
	background-color: #333333;
}

.galleria-info {
	color: #AAAAAA;
}

.galleria-stage {
	background-color: #333333;
}

.sl-sidescroll-container {
	margin-right: 20px;
}



