@import url("styles/dark.css");

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

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

#wrapper {
	padding: 20px;
	width: 900px;
}
	
#header {
	margin: 0px auto 0;
	height: 600pxpx;
	width: 200px;
}
	
#sidebar, #searchform input {
	width: 175px;
}
	
#content-index, #content-single, #content-page-sidebar {
	width: 700px;
}

#myInfoContainer {
	width: px;
	}
	
.outerNavLeft {
	margin-left: -80px;
	}
	
.outerNavRight {
	margin-right: -80px;
	} 
	
a.outPause, a.outThumbs, a.outLeft, a.outRight {
	opacity: 0.1;
	}
	
	a.outPause:hover, a.outThumbs:hover, a.outLeft:hover, a.outRight:hover {
		opacity: 0.6;
		background-color: #;
		}
		
.galleria-image-nav-left, .galleria-image-nav-right {
	opacity: 0.1;
}

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

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


body {
	background-color: #4E4E4E;
	color: #AAAAAA;
	font-size: ;
}
	
h2 {
	color: #FFFFFF;
}
	
p {
	font-size: 12px;
}

input, textarea  {
	color: #CCCCCC;
	}
	
a:link, a:visited {
	color: #333333;
}

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


/* Header */
	
#header {
	background-color: #4E4E4E;
	color: #CCCCCC;
	font-size: 12px;
}

/* Wrapper */

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

/* Sidebar */

h3 {
	color: #B3B3B3;
}

/* Footer */

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

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

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

	
/* Images */

img {
	border: 1px solid #4E4E4E;	
}

a img { 
	border: 1px solid #4E4E4E;	
}

	a:hover img { 
		border: 1px solid 4E4E4E; 
	}

/* Posts */

.post-title a {
	color: #FFFFFF;
}
	
	.post-title a:hover {
		color: #CCCCCC;
	}
		
.date, .post-cat {
	color: #CCCCCC;
}

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

.commentlist li {
	border-bottom: 1px solid #CCCCCC;
}
	
.wp-caption p.wp-caption-text {
	color: #;
}
	
.wp-caption img {
	border: 1px solid# 4E4E4E;
}

/* 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: #B3B3B3;
	}
	
#footer ul li a:hover {
	color: #B3B3B3;
}

/* Forms */

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

/* Gallery Styles */

.galleria-bar {
	background-color: #4E4E4E;
}

.galleria-info {
	color: #878787;
}

.galleria-stage {
	background-color: #4E4E4E;
}

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



