/*
Theme Name: Bite Interactive
Description: Custom theme developed for Bite Interactive
Version: 1.1
*/
html, body {
	margin: 0;
	padding: 0;
	outline: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	background-color: #666666;
}
a {
color: #666667;
outline: none;
}

#work a img {
	outline: none;
	border: none;
}

h1 {
	font-size: 18px;
}
img {
	border: none;
}
#nav_container {
	float: left;
	width: 125px;
	position: relative;
	z-index: 10;
}

#nav {
	margin: 4px 0 0 0;
}
#nav a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	display: block;
	background-position: right center;
	background-repeat: no-repeat;
	padding: 8px 21px 8px 21px;
	background-color: White;
	overflow: hidden;
	white-space: nowrap;
	margin-bottom: 2px;
	height: 12px;
	width: 0px;
}

#nav a div { 
	width: 0px; 
	overflow: hidden;
}

#link_service { color: Black; width: 65px; }
#link_work { color: #68bd45; width: 48px; }
#link_who_we_are { color: #6bcce0; width: 82px; }
#link_contact { color: #f6c812; width: 62px; }
#link_blog { color: #db4e9c; width: 43px; }


#link_service { background-image: url('images/arrow_black.gif'); }
#link_work { background-image: url('images/arrow_green.gif'); }
#link_who_we_are { background-image: url('images/arrow_blue.gif'); }
#link_contact { background-image: url('images/arrow_yellow.gif'); }
#link_blog { background-image: url('images/arrow_pink.gif'); }

img.background_full, img.background_clear, img.background_small {
	position: absolute;
}

img.background_full {
	height: 100%;
	z-index: 3;
	width: 100%;
	display: none;
	min-width: 713px;
}
img.background_clear {
	z-index: 4;
	height: 100%;
	width: 100%;
	display: none;
	min-width: 205px; 
	cursor: pointer;
}
img.background_small {
	z-index: 5;
	height: 100%;
	width: 100%;
	min-width: 205px; 
	cursor: pointer;
}

div.tab
{
	width: 20%;
	height: 100%;
	position: fixed;
	z-index: 1;
	float: left;
	overflow: hidden;
}
#tab1 {
	left: 0%;
}
#tab2 {
	left: 20%;
}
#tab3 {
	left: 40%;
}
#tab4 {
	left: 60%;
}
#tab5 {
	left: 80%;
}


div.main_link {
	position: absolute;
	z-index: 7;
	top: 50%;
	left: 0;
	text-align: right;
	width: 100%;
}
div.main_link a {
	background-image: url('images/arrow.gif');
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0 18px 0 0;
	color: White;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	margin-right: 10px;
}

div.content {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}
#services {
	padding: 50px 0 0 20%;
	width: 425px;
	color: White;
}
#services h1 {
	text-transform: uppercase;
}


#work
{
	padding-top: 50px;
	margin-left: 13%;
	width: 640px;
}
#work h1 {
	text-transform: uppercase;
}

#projects {
	padding: 50px 0 0 31px;
}

div.project {
	width: 140px;
	float: left;
	height: 205px;
        text-align: center;
}
div.project a {
	text-decoration: none;
}
div.project_name {
	color: #666667;
	margin-bottom: 4px;
}
div.project_button {
	margin: 7px 0 7px 0;
}
div.project_link a {
	background-image: url('images/learn_more.png');
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 8px;
	color: #989898;
	font-size: 11px;
}

table.project_info td {
	padding-right: 15px;
}
table.project_info a {
	color: #000;
}

span.divider {
	padding: 0 12px 0 12px;
}
#product_image {
	text-align: center;
	margin: 32px 0 32px 0;
}
#product_thumbnails img {
	padding-right: 8px;
}

#who_we_are {
	padding-top: 50px;
margin-left: 25%;
	width: 475px;
	color: White;
}
#who_we_are h1 {
	text-transform: uppercase;
	margin-top: 32px;
}

#contact {
	padding-top: 50px;
margin-left: 40%;
	color: White;
}
#contact h1 {
	text-transform: uppercase;
}
#contact a {
	color: White;
}
#contact input[type="text"] {
	margin-top: 4px;
	width: 300px;
}
#contact textarea {
	margin-top: 4px;
	width: 300px;
	height: 100px;
}
#contact div.field {
	margin-bottom: 12px;
}
#contact div.submit input {
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 12px;
}

#blog {
	padding-top: 30px;
margin-left: 37%;
	width: 576px;
}
#blog h1 {
	text-transform: uppercase;
}

#comment {
	width: 400px;
}

#blog h2 {
text-transform: uppercase;
color: #666667;
font-size: 24px;
margin-bottom: 0;
}
#blog h3 {
text-transform: uppercase;
color: #666667;
font-size: 18px;
margin-bottom: 0;
}

#blog h3 a {
	text-decoration: none;
	color: #666667;
}

#blog div.excerpt {
	color: #666667;
font-size: 12px;
}
#blog div.read_more {
padding-top: 12px;
}
#blog div.read_more a {
	color: #60adca;
font-size: 14px;
text-decoration: none;
background-image: url('images/read_more_link.gif');
background-repeat: no-repeat;
background-position: left center;
padding-left: 10px;
}

#blog table.recent_posts {
	margin-top: 24px;
position: relative;
left: 0px;
}
#blog table.recent_posts td {
	vertical-align: top;
width: 176px;
overflow: hidden;
}
#recent_posts_container {
	width: 570px; 
overflow: hidden;
}
#blog table.recent_posts td.col1, #blog table.recent_posts td.col2 {
	padding-right: 21px;
} 
#blog table.recent_posts h3 {
	font-size: 12px;
}

#blog table.recent_posts h3 a {
	text-decoration: none;
	color: #666667;
}
#blog table.recent_posts div.read_more a {
	font-size: 13px;
}
#blog div.pagination {
	text-align: right;
	margin-bottom: 12px;
	padding-right: 4px;
	font-size: 12px;
	font-weight: bold;
}
#blog div.pagination a {
	text-decoration: none;
	color: #989898;
}
#blog div.pagination a:hover, #blog div.pagination span {
	color: #5ac2e5;
}
#blog div.pagination a.pagination_more {
	font-size: 16px;
}

#blog #btnPrevious, #blog #btnPreviousPosts {
	display: block;
	width: 21px;
	height: 43px;
	position: absolute;
	left: 37%;
	margin-left: -250px;
	background-image: url('images/btnPrevious.gif');
	background-repeat: no-repeat;
}
#blog #btnNext, #blog #btnNextPosts {
	display: block;
	width: 21px;
	height: 43px;
	position: absolute;
	left: 37%;
	margin-left: 380px;
	background-image: url('images/btnNext.gif');
	background-repeat: no-repeat;
}
#blog #btnPreviousPosts {
	display: none;
}

#btnPrevious, #btnNext {
	top: 200px;	
}
#btnPreviousPosts, #btnNextPosts {
	margin-top: 60px;
}

div.sociable ul li {
	list-style: none;
	display: inline;
	float: left;
	padding-right: 2px;
}

div.sociable ul {
	margin: 5px 0 0 0;
	padding: 0px 0 0 0;
}

/* work page styles */
#display1 {
	position: relative;
	width: 550px;
	height: 518px;
	overflow: hidden;
	margin-bottom: 2.0em;
	margin-top: 1.0em;
}
#frames {
	position: absolute;
	left: 0;
	white-space: nowrap;
	width: 10000px;
}
#frames div {
	width:  550px;
	height: 518px;
	overflow: hidden;
	display: block;
	float: left;
	text-align: center;
}
#thumbnails div img {
	width: 30px;
	height: 30px;
	margin: 1px;
}
#thumbnails div {
	padding: 0 6px 6px 0;
	width: 30px;
	float: left;
}
#thumbnails div.selected img {
	border: solid 1px black;
	margin: 0px;
}
#review {
	display: none;
	width: 550px;
	height: 360px;
	overflow-y: scroll;
}
#review_container {
	padding: 16px;
}
div.title {
	font-weight: bold;
}
div.stars {
	margin: 4px 0 4px 4px;
}
div.description {
	margin-bottom: 1.0em;
}

/* end work page styles */
#stevejobs {
	margin-top:10%;
	left:15%;
	border:1px solid #FFFFFF;
	width: 800px;
	height: 383px;
	position: absolute;
	background-image: url('Bite_SJ_PopUp2.jpg');
	background-repeat: no-repeat;
	z-index:1000;
}
.closebutton{
	margin-top:8%;
	left:8%;
	border:1px solid #FFFFFF;
	width: 1024px;
	height: 621px;
	position: absolute;
	background-image: url('Bite_SJ_PopUp2.jpg');
	background-repeat: no-repeat;
	z-index:1000;
}
