@charset "utf-8";

/* STANDARD TYPOGRAPHY */


#content ul li, #full-width-content ul li {
	background: url(style1/content-bullet.png) no-repeat scroll 12px 4px;
}

#content blockquote, #full-width-content blockquote {
	border-left: 3px solid #666;
}

#content a img, #content img, #full-width-content a img, #full-width-content img {
	background: none;
}

#content a:hover img, #full-width-content a:hover img {	
}

/* CLASSES */

a.btn-slide {
	background-image: url('style1/connect-button.png');
}

a.active { 
	background-image: url('style1/connect-button.png');
}

/* HEADER */

#header {
	background: transparent;
}

#header-inner h1 {
	background: url('style1/logo.png') no-repeat;	
}

#social-content {
	background: url('style1/connect-panel.png') no-repeat;	
}

/* MAIN MENU */


#menu li {
	/* background: url('style1/menu-divider.png') right top no-repeat; */
	background: none;
	/* background: url("http://www.withopeneyes.net/images/menu-transparent.png") repeat scroll 0 0 transparent; */ 
}

#menu li.menu-home a:focus, #menu li.menu-home a:hover, #menu li.menu-home a:active {
	background: url('style1/main-bg-buttons.png') 0 0 no-repeat;
	/* background: none; */
}

#menu a:focus, #menu a:hover, #menu a:active {
	/* background: url('style1/main-bg-buttons.png') 0 -38px repeat-x; */
	background: none;
}

#menu li a  { /* visited pseudo selector so IE6 applies text color */
	color:#000000;
	font-family:arial,lucida grande,lucida sans;
	font-weight:normal;
	margin-right:11px;
}

#menu li a:hover  { /* visited pseudo selector so IE6 applies text color */
	background: url(http://www.withopeneyes.net/images/fade-60.png);
	text-decoration: underline;
}

#menu li a:current {
	background: url(http://www.withopeneyes.net/images/fade-60.png);
}

#menu li ul {
	background: #666;
	border-top: 0px solid #666;
	border-bottom: 0px solid #666;
	border-right: 0px solid #666;
	border-left: 0px solid #666;
	margin-left: -1px;
}

#menu li ul ul {
	border: 0px solid #45768c;
}

#menu li li a:focus, #menu li li a:hover, #menu li li a:active {
	background: #008bc6;
	color: #fff;
}

#menu li li a {
	color: #000;
}
.sf-sub-indicator {
	background:		url('style1/arrows.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}

/* MAIN SECTION */

#main {
	/* background: #F2F2F2; */
	background: transparent;
	border-top: 0px solid #ccc;
}

#home-display {
/* 	background: #333; */
	background-image: url(http://www.withopeneyes.net/images/slider-background.jpg);	
}

#home-slogan {
	background-color: #ffffff;
}

.home-box, .portfolio-box {
	background-color: #ffffff;
	font-size: 0.9em;	
}

/* FOOTER ELEMENTS */

.footer-box {
	/* background-color: #f2f2f2;*/
}

/* BLOG */

#content .entry img {
	background: #ffffff;
}

/* Read More */


.readmore a {
color: #fff;
}
.readmore a img {
	color: #fff;
	border: 0px;
	margin-top: -10px;
}

/* COMMENTS */

.comment-left img {
	border: 5px solid #F7F6F2;
}

.comment-right-inner {
	background-color: #F7F6F2;	
}

#respond #submit:hover {
	background-color: #45768c;
}

#respond {
	background-color: #ffffff;
}

#respond input, #respond textarea {
	background-color: #f2f2f2;
	color: #666;
	border: 1px solid #b9b9b9;
}

#respond #submit:hover {
	background-color: #b9b9b9;
}

/* CONTACT FORM */

#contact {
	background-color: #ffffff;
}

#contact input, #contact textarea {
	background-color: #f2f2f2;
	color: #666;
	border: 1px solid #b9b9b9;
}

#contact #submit:hover {
	background-color: #b9b9b9;
}

/* PAGE NAVI PLUGIN */

.wp-pagenavi a, .wp-pagenavi a:link {
	border: 1px solid #ffffff;
	color: #46768b;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #ffffff;
	background-color: #ffffff;
}
.wp-pagenavi span.current {
	border: 1px solid #ffffff;
	color: #46768b;
	background-color: #ffffff;
}

/* All ROUNDED CORNER BOXES */

.corner {
	background-image: url('style1/corners.png');
}

/* SIDEBAR */

#sidebar .widget {
	background-color: #ffffff;
	height: 100%;
}

#sidebar .widget li a {
	background-image:url("style1/submenu-bullet.png");
	font-size:0.9em;
}

#sidebar .widget li a:hover {
	color: #000;
	text-decoration: underline;
}
/* ADD ONS */

/* Homepage Slideshow */

#slideshow-nav {
	background-color: none;	
}

#slideshow-nav li a {
	background-image: url(style1/slideshow-nav.png);
}

/* Image Rollovers */

#four-areas {
	position: relative;
	height: 75px;
	width: 920px;
	overflow: hidden;
	margin: 0 auto;
	float: left;
}

#four-areas ul {
	background: url(http://www.withopeneyes.net/images/four-areas.png) top center no-repeat;
	list-style-type: none;
	height: 75px;
	overflow: hidden;
	width: 920px;
	margin: 0 auto;
	padding: 0;
}

#four-areas li {
	float: left;
	margin: 0;
	padding: 0;
}

#four-areas li a {
	display: block;
	width: 0px;
	height: 75px;
	margin-right: 0px;
}

#four-areas li a:hover {
	background: url(http://www.withopeneyes.net/images/four-areas.png) bottom no-repeat;
}

	#four-areas li a.four1 { width: 230px; }
	#four-areas li a.four2 { margin-left: 0; width: 230px; }
	#four-areas li a.four3 { margin-left: 0; width: 230px; }
	#four-areas li a.four4 { margin-left: 0; width: 230px; }
	
	#four-areas li a.four1:hover { background-position: -0px -75px; }
	#four-areas li a.four2:hover { background-position: -230px -75px; }
	#four-areas li a.four3:hover { background-position: -460px -75px; }
	#four-areas li a.four4:hover { background-position: -690px -75px; }
	
