/*

Theme name: Terabyte Design
Description: A WordPress theme by Theresa McGlaughlin
Version: 1.0
Author: Terabyte Design Inc.
Author URI: http://terabytedesign.com
Tags: white, fixed-width, two-columns

The TerabyteDesign theme is a simple theme for WordPress, stripped of all unessecery code and graphics.

*/

/* -------------------------------- Global styles -------------------------------- */

* {
	margin: 0; padding: 0;
}

html, body {
	width: 100%; height: 100%;
}

body, table, tr, td, th, input, textarea {
	font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #666;
	line-height: 18px;
}

hr {
	height: 0; line-height: 0; font-size: 0;
	border-top: 1px solid #CCC;
	display: block; clear: both;
	padding: 0; margin: 10px 0;
}

img { 
	vertical-align: bottom; border:0;
}

p { 
	display: block; clear: both;
	margin-bottom: 20px;
	line-height:1.5em;
}

.left,
.alignleft {
	float: left;
}

.right,
.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.clear {
	clear: both;
}

.center {
	text-align: center; 
}

blockquote {
	font-size: 16px; color: #666;
	border-left: 1px solid #CCC;
	padding-left: 20px;
}

/* -------------------------------- Main layout styles -------------------------------- */

body {
	text-align: center; 
	background: #FFF url("images/bg-main.jpg") no-repeat center top;
	background-attachment: fixed; 
}

div#page {
	width: 900px; height: 100%;
	margin: 0 auto;
	padding: 0px;
}

div#header {
	width: 900px;
	display: table; clear: both;
	padding: 20px 0;
}

ul#menu {
	width: 900px;
	text-transform: uppercase;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	display: table; clear: both;
	padding: 5px 0;
	list-style: none;
}

div#content {
	width: 900px;
	text-align: left;
	clear: both;
	padding: 40px 0; margin: 0 auto;
}

div#maincontent {
	width: 585px;
	float: left;
	padding-left:15px;
}

div#sidebar {
	width: 200px;
	float: right;
	padding-right:20px;
}

div#footer {
	width: 885px;
	border-top: 1px solid #CCC;
	display: block; clear: both;
	padding: 40px 0; margin: 40px auto;
	padding-left:15px;
	float:left;
}

#footer_nav{
	margin-left:155px;
	font-size:12px;
	}

/* -------------------------------- Additional layout styles -------------------------------- */

.size-medium, .size-thumbnail {
	display: block; float: left;
	margin: 0 20px 20px 0;
}

.size-large, .size-full {
	display: block; clear: both;
	margin-bottom: 20px;
}

.date {
	font-size: 12px; font-weight: normal; color: #999;
	display: block; clear: both;
	margin-bottom: 10px;
}

.post,
.comment {
	width: 600px;
	overflow: hidden;
	border-bottom: 1px solid #CCC;
	display: table; clear: both;
	margin-bottom: 20px;
}

.singlepost {
	width: 600px;
	overflow: hidden;
	display: table; clear: both;
}

.postmeta,
.commentmeta {
	display: block; clear: both;
	margin-bottom: 20px;	
}

#pagination,
#navigation {
	display: block; clear: both;
}

#pagination {
	width: 600px;
	overflow: hidden;
	border-top: 1px solid #CCC;
	display: table; clear: both;
	padding: 20px 0;
}

.commentavatar {
	float: left; margin-right: 20px;
}

.commenttext {
	float: left;
}

.alt {
	/*background: #EFEFEF;*/
}

.widget {
	display: block; clear: both;
	margin-bottom: 20px;	
}

/* -------------------------------- Heading styles -------------------------------- */

h1 {
	display: block; float: left;
}

h2 {
	font-size: 14px; font-weight: normal; color: #999; line-height: 14px;
	text-transform: uppercase;
	border-bottom: 1px solid #CCC;
	display: block; clear: both;
	margin-bottom: 20px;
}

h3 {
	font-size: 14px; font-weight: normal; color: #999;
}

#maincontent h3 {
	font-size: 16px; font-weight: normal; color: #999;
}

h4 {	
	font-size: 14px; font-weight: normal; color: #999;
}

/* -------------------------------- Link styles -------------------------------- */

a{

color: #e29626;
text-decoration: none;

}

.nav, .nav *{

list-style-type: none;
list-style-image: none;
list-style-position: outside;
margin-left: 0pt;

}

.nav a{

display: block;
position: relative;
padding-top: 8px;
padding-right: 10px;
padding-bottom: 8px;
padding-left: 10px;
line-height: 18px;

}

.nav a{

display: block;
color: #666666;
background-color: #b2c9db;

}

a:hover{

color: #b2c9db;

}

.nav a:hover{

text-decoration: none;
background-color: #f4c25d;

}

.nav li:hover, .nav li.nav-hover, .nav a:focus{

background-color: #fafafa;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;

}


/* -------------------------------- List styles -------------------------------- */

ul,
ol,
li {
}

ul#menu li {
	display: block; float: left;
	margin-right: 30px;
}

ul#menu li.right {
	float: right;
	margin: 0;
}

#maincontent ul {
	list-style: disc inside;
	display: block; clear: both;
	margin-bottom: 20px;
}

#sidebar ul {
	list-style: none;
	display: block; clear: both;
	margin-bottom: 20px;
}

/* -------------------------------- Form styles -------------------------------- */

input {
	width: 50%;
	color: #999;
	background: #FFF;
	border: 1px solid #CCC;
}

#sidebar input {
	width: 100%;
	margin-bottom: 20px;
}

textarea {
	width: 100%;
	color: #999;
	background: #FFF;
	border: 1px solid #CCC;
	overflow: auto;
}


/*------------------------------- Dropdown menu -------------------------------- */

.menu {width:745px; height:32px; position:relative; z-index:100; border:none; font-family:arial, sans-serif; float:left;}

/* hack to correct IE5.5 faulty box model */
* html .menu {width:746px; w\idth:745px;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:75px;}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:75px;position:relative;}

/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none; color:#000; width:50px; height:30px; border:none; background:none; padding-left:10px; padding-right:10px; line-height:29px; font-weight:bold;}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:75px; w\idth:138px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#d4d8bd url(http://www.cssplay.co.uk/menus/breadcrumbs/grey-arrow.gif) no-repeat 130px center;}

/* style the second level hover */
.menu ul ul a.drop:hover{background:#b2c9db url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}
.menu ul ul :hover > a.drop {background:#b2c9db url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}

/* style the third level hover */
.menu ul ul ul a:hover {background:#b2c9db;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:75px;border-top:1px solid #000;}

/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:75px; top:-1px; width:75px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-75px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#d4d8bd; color:#285195; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#b2c9db; background:none;}
.menu :hover > a, .menu ul ul :hover > a {color:#b2c9db; background:none;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}



/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.

   Author: Isaac Rowntree
   Website: www.zackdesign.biz
=================================================================== */


.menu ul ul .current_page_item a {
  color: red;
  background: white;
  border-left: 1px solid black;
}

.menu .current_page_item a {
  color: red;
  font-weight: bold;
  background: white;
}

.menu ul .current_page_item ul a {
  color: white;
  font-weight: normal;
  background: black;
}

.menu ul .current_page_item ul a:hover {
  background: gray;
}

.menu .current_page_item a:hover {
  background: white;
}


/* ------------------------- gallery thumbs THREE SECTIONS ---------------------------------- 


#interactive, #print, #photo{
width: 260px;
height: 75px;

}

#interactive_txt, #print_txt, #photo_txt{
font-size: 14px;
font-weight: bold;
font-family: Arial,Helvetica,sans-serif;
width: 120px;
margin-left: 85px;
float: left;
background-color: transparent;
background-image: url(../images/dining_guide_sum.png);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 0% 0%;
width: 75px;
float: left;
padding-bottom: 10px;
border-top-width: medium;
border-bottom-width: medium;
border-top-style: none;
border-bottom-style: none;
border-top-color: -moz-use-text-color;
border-bottom-color: -moz-use-text-color;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}




#cat_links{

width: 290px;
height: 340px;
padding-left: 15px;

}

#interactive{

background-color: transparent;
background-image: url(../images/dining_guide_sum.png);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 0% 0%;
height: 75px;
width: 75px;
float: left;
padding-bottom: 10px;
border-top-width: medium;
border-right-width-value: medium;
border-right-width-ltr-source: physical;
border-right-width-rtl-source: physical;
border-bottom-width: medium;
border-left-width-value: medium;
border-left-width-ltr-source: physical;
border-left-width-rtl-source: physical;
border-top-style: none;
border-right-style-value: none;
border-right-style-ltr-source: physical;
border-right-style-rtl-source: physical;
border-bottom-style: none;
border-left-style-value: none;
border-left-style-ltr-source: physical;
border-left-style-rtl-source: physical;
border-top-color: -moz-use-text-color;
border-right-color-value: -moz-use-text-color;
border-right-color-ltr-source: physical;
border-right-color-rtl-source: physical;
border-bottom-color: -moz-use-text-color;
border-left-color-value: -moz-use-text-color;
border-left-color-ltr-source: physical;
border-left-color-rtl-source: physical;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}

#print{

background-color: transparent;
background-image: url(../images/foodie_sum.png);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 0% 0%;
height: 75px;
width: 75px;
float: left;
padding-bottom: 10px;
border-top-width: medium;
border-right-width-value: medium;
border-right-width-ltr-source: physical;
border-right-width-rtl-source: physical;
border-bottom-width: medium;
border-left-width-value: medium;
border-left-width-ltr-source: physical;
border-left-width-rtl-source: physical;
border-top-style: none;
border-right-style-value: none;
border-right-style-ltr-source: physical;
border-right-style-rtl-source: physical;
border-bottom-style: none;
border-left-style-value: none;
border-left-style-ltr-source: physical;
border-left-style-rtl-source: physical;
border-top-color: -moz-use-text-color;
border-right-color-value: -moz-use-text-color;
border-right-color-ltr-source: physical;
border-right-color-rtl-source: physical;
border-bottom-color: -moz-use-text-color;
border-left-color-value: -moz-use-text-color;
border-left-color-ltr-source: physical;
border-left-color-rtl-source: physical;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;

}

#photo{

background-color: transparent;
background-image: url(../images/rrevs_sum.png);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 0% 0%;
height: 75px;
width: 75px;
float: left;
padding-bottom: 10px;
border-top-width: medium;
border-right-width-value: medium;
border-right-width-ltr-source: physical;
border-right-width-rtl-source: physical;
border-bottom-width: medium;
border-left-width-value: medium;
border-left-width-ltr-source: physical;
border-left-width-rtl-source: physical;
border-top-style: none;
border-right-style-value: none;
border-right-style-ltr-source: physical;
border-right-style-rtl-source: physical;
border-bottom-style: none;
border-left-style-value: none;
border-left-style-ltr-source: physical;
border-left-style-rtl-source: physical;
border-top-color: -moz-use-text-color;
border-right-color-value: -moz-use-text-color;
border-right-color-ltr-source: physical;
border-right-color-rtl-source: physical;
border-bottom-color: -moz-use-text-color;
border-left-color-value: -moz-use-text-color;
border-left-color-ltr-source: physical;
border-left-color-rtl-source: physical;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;

}  */

/* -------------------------------------------- portfolio ----------------*/

#portfolio{
	}

#hidden_imgs{
	display:none;
	}
	
#wip{
	margin-left:32px;
	}
	
/* -------------------------------------------- resume ----------------*/

#resume_container{
	position:relative;
	}

#resume_box{
	padding-left:25px;
	padding-top:30px;
	}
	
#email_me{
	font-size:16px;
	width:280px;
	height:20px;
	margin-top:4px;
	padding-left:310px;
	position:absolute;
	}
	
#resume_dl{
	height:40px;
	width:260px; 
	margin-left:445px;
	margin-top:1215px;
	position:absolute;
	}
	
#resume_dl_button{
	padding-top:5px;
	float:left;
	width:30px;
	}

#resume_dl_txt{
	padding-top:10px;
	}

/* -------------------------------------------- random ----------------*/	
#home_txt, #about_txt, #portfolio, #search_txt{
	width:500px;
	margin-left:15px;
	}