/*==============================================================================================================*/
/*MAIN BODY OF THE SITE*/
/*==============================================================================================================*/
body.bg1 {background-image:url(images/background.jpg); background-attachment:fixed; margin-top:0px;} 

/*==============================================================================================================*/
/*HORIZONTAL RULES*/
/*==============================================================================================================*/
.hr_1 {
	border-top-width: thin;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
/*==============================================================================================================*/
/*LINKS*/
/*==============================================================================================================*/
.cell_link1_normal  {
padding: 5px 0px 5px 0px;/*top, right, bottom, left*/
background-image: url(images/side_back.jpg); background-repeat:repeat-x;
font-family: Tahoma; COLOR: #A8B3BD; font-size: 12px; TEXT-DECORATION: none;
}
.cell_link1_over {
padding: 5px 0px 5px 0px;/*top, right, bottom, left*/
background-image:url(images/rollover_nav_back.jpg); background-repeat:repeat-x;
font-family: Tahoma; COLOR: #cccccc; font-size: 12px; TEXT-DECORATION: none;
}
A.nav_link1:link {font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; COLOR: #A8B3BD; font-size: 12px; TEXT-DECORATION: none; }
A.nav_link1:visited {font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; COLOR: #A8B3BD; font-size: 12px; TEXT-DECORATION: none; }
A.nav_link1:hover {font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; COLOR: #cccccc; font-size: 12px; TEXT-DECORATION: none; }

A.nav_link2:link {font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; COLOR: #000000; font-size: 12px; TEXT-DECORATION: none; }
A.nav_link2:visited {font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; COLOR: #000000; font-size: 12px; TEXT-DECORATION: none; }
A.nav_link2:hover {font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; COLOR: #666666; font-size: 12px; TEXT-DECORATION: underline; }

A.body_link1:link {font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; COLOR: #000000; font-size: 12px; TEXT-DECORATION: none; }
A.body_link1:visited {font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; COLOR: #000000; font-size: 12px; TEXT-DECORATION: none; }
A.body_link1:hover {font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; COLOR: #000000; font-size: 12px; TEXT-DECORATION: underline; }

A.body_link2:link {font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; COLOR: #000000; font-size: 12px; font-weight: bold; TEXT-DECORATION: none; }
A.body_link2:visited {font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; COLOR: #000000; font-size: 12px; font-weight: bold; TEXT-DECORATION: none; }
A.body_link2:hover {font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; COLOR: #000000; font-size: 12px; font-weight: bold; TEXT-DECORATION: none; }

/*==============================================================================================================*/
/*TEXT*/
/*==============================================================================================================*/
H1 {font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;	color: #4d4e50;	font-size: 24px;}
.title_text1 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; color: #293845; }
.sub_title_text1 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #000000; }

.main_text1 {font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; COLOR: #000000; font-size: 12px; line-height: 20px;}
.main_text1_bold {font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;; font-size: 12px; color: #000000; line-height: 20px;}
.main_text1_redtext {font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;; font-size: 12px;color: #FF0000}
.main_text1_greentext {font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;; font-size: 12px;color: #459837}

.phone_text1 {font-family:Verdana, Arial, Helvetica, sans-serif;; font-size: 19px; color: #ffffff;}
.footer_text {font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;; font-size: 11px; color: #000000; font-weight: bold;}
.copywrite_text {font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;; font-size: 10px; color: #A8B3BD;}

/*
.text2 {font-family: Tahoma; font-size: 14px; color: #B15C12; font-weight: bold;}
.text4 {font-family: Tahoma; font-size: 13px; color: #000000; line-height: 20px;}
.text7 {font-family: Tahoma; font-size: 13px; color: #000000; line-height: 20px;}
.text8 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #293845; font-weight: bold; }
.text9 {font-family: Tahoma; font-size: 12px; color: #6E6F6E;}
*/
/*==============================================================================================================*/
/*TABLES*/
/*==============================================================================================================*/
table.table_thin {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: thin thin thin thin;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
}
table.bgcolor1 {background-color:#EA8D8D;}/*warning*/
table.bgcolor2 {background-color:#80D893;}/*success*/
table.bgcolor3 {background-color:#D3C0A0;}/*main table header*/
/*==============================================================================================================*/
/*TABLE CELL COLORS*/
/*==============================================================================================================*/
TD.bc1 { background-color:#E6E3DB;}/*sub table header*/
TD.bc2 { background-color:#D3C0A0;}/*sub nav panel*/
/*
TD.bc3 { background-color:#666666}
TD.bc4 { background-color:#666666}
*/
/*==============================================================================================================*/
/*Transparency*/
/*==============================================================================================================*/
.transparent
{
   filter:alpha(opacity=60); 
   -moz-opacity: 0.6; 
   opacity: 0.6; 
}

/*==============================================================================================================*/
/*OTHER*/
/*==============================================================================================================*/

/*
		 Chris Coyier
		 http://chriscoyier.net
		 
		 Light Tan: #f4dfb8
		 Dark Tan: #d7b880
		 Dark Gray: #272727
		 Dark Red: #990000
*/

/*
	RESET


*									{ margin: 0; padding: 0; }
html								{ overflow-y: scroll; }
html, body							{ height: 100%; }
body								{ font-size: 62.5%; font-family: Arial, sans-serif; color: #272727; 
									  background: url(/images/body-bg.png) top center repeat-x white; }
ul									{ list-style: square inside; }
ol									{ list-style: decimal inside; }
a									{ outline: none; text-decoration: none; }
a img								{ border: none; background: none; }
img									{ vertical-align: middle; }
table								{ border-collapse: collapse; }
*/
/*
	UTILITY
.floatLeft 							{ float: left; }
.floatRight							{ float: right; }
.clear								{ clear: both; }
.button								{ border: 1px solid #272727; background: white; padding: 3px 8px; 
									  -moz-border-radius: 5px; -webkit-border-radius: 5px; color: 272727; }
.button:hover						{ background: #990000; color: white; }
*/


/*
	TYPGROGRAPHY

p, li								{ font-size: 1.2em; line-height: 1.2em; margin: 0 0 10px 0; }
p#intro-paragraph					{ font-family: Georgia, serif; font-size: 2.0em; font-style: italic; line-height: 1.4em; 
									  margin-top: 5px; }
p#intro-paragraph span				{ font-size: 2.4em; font-weight: bold; }
p#intro-paragraph em				{ color: #990000; }
a									{ color: #990000; }
a:hover								{ background: #990000; color: white; }
h1									{ font-size: 3.6em; font-family: Georgia, serif; font-weight: normal; margin: 5px 0; }
h2									{ font-size: 2.8em; font-family: Georgia, serif; font-weight: normal; }
h3									{ font-size: 2.6em; font-family: Georgia, serif; font-weight: normal; margin: 0 0 10px 0; }
h4									{ color: white; font-size: 2.0em; margin-bottom: 15px; }
.post h4							{ font-size: 1.8em; font-family: Georgia, serif; font-weight: normal; margin: 0 0 10px 0;
									  color: #900; }
blockquote							{ border-left: 30px solid #d9d9d9; padding-left: 10px; font-family: georgia, serif; font-style: italic; }
*/
/*
	FORMS

input								{ padding: 3px; }

*/

/*
	STRUCTURE
#page-wrap							{ width: 960px; margin: 0px auto -250px;
									  min-height: 100%; height: auto !important; height: 100%;}
#socialsidebar 						{ width: 190px; float: left; }
#main-col							{ width: 548px; float: left; margin-right: 15px; }					
#linksidebar						{ width: 190px; float: right; }
#push								{ height: 250px; }
*/


/*
	HEADER

h1#logo								{ width: 288px; height: 33px; background: url(/images/chriscoyier.png) top left no-repeat; text-indent: -9999px;
									  margin: 0 10px 8px 0; float: left; }
#main-pic							{ float: left; margin-right: 10px; }
#top-bar							{ padding: 20px 0 0 0; }
#top-bar p							{ color: #f4dfb8; width: 300px; float: left; }
form#searchform						{ margin: 0 0 10px 0; float: right; }
*/
/*
	MENU

#menu-bar							{ padding-top: 11px; padding-bottom: 20px;}
ul#main-nav							{ width: 360px; float: left; margin: 10px 0 0 0; }
ul#extra-nav						{ width: 360px; float: right; text-align: right; margin: 10px 0 0 0; }
ul#main-nav	li, ul#extra-nav li		{ display: inline; }
ul#main-nav li a, ul#extra-nav li a	{ text-transform: uppercase; color: white; font-size: 1.2em; padding: 3px 8px;
									  -moz-border-radius: 5px; -webkit-border-radius: 5px; }
ul#main-nav li a:hover,
ul#extra-nav li a:hover,
body#portfolio ul#extra-nav li.portfolio a,
body#default ul#main-nav li.home a,
body#about ul#main-nav li.about a,
body#contact ul#main-nav li.contact a,
body#resume ul#extra-nav li.resume a{ background: white; color: #272727; }
*/


/*
	WIDGETS

.widget								{ background: #f4dfb8; width: 190px; border-right: 1px solid #d7b880; 
									  border-bottom: 1px solid #d7b880; 	
									  -moz-border-radius: 10px; -webkit-border-radius: 10px; margin: 0 0 15px 0; }
.widget .inside						{ padding: 10px; }
.widget ul							{ list-style: square outside; margin-left: 15px; }
.widget ul li 						{ margin: 0 0 5px 0; }
.widget ul li a 					{ display: block; padding: 2px; }
.widget ul li a:hover				{ background: #900; color: white; }
.thumb								{ width: 62px; }
.flickr-thumb						{ height: 41px; width: 62px; overflow: hidden; float: left; margin: 0 0 10px 15px; }

*/
/*
	BLOG ENTRIES

.post								{ margin: 0 0 45px 0; }
.datebox							{ width: 50px; float: left; padding: 0 5px 5px 5px; background: #990000; color: white; 
									  text-align: center; -moz-border-radius: 5px; -webkit-border-radius: 5px;
									  margin: 0 10px 0 0; }
.day								{ font-size: 3.4em; font-weight: bold; margin: 0; font-family: Georgia, serif; }
.month								{ font-size: 1.8em; font-weight: bold; text-transform: uppercase; margin: 0; }
.year								{ font-size: 1.6em; font-weight: bold; margin: 0; }
ol.commentlist						{ list-style: none; }
.comment-bubble						{ background: #990000; color: white; padding: 10px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
ol.commentlist li p					{ font-size: 1.0em; }
ol.commentlist li a					{ background: #990000; color: #f4dfb8; padding: 2px; }
ol.commentlist li a:hover			{ color: white; text-decoration: underline; }
.gravatar							{ margin-top: 3px; padding: 2px; height: 40px; }
*/
/*
	FOOTER

#footer								{ height: 250px; background: #272727; border-top: 4px solid #990000; padding-top: 20px; }
#footer-inside						{ width: 960px; margin: 0 auto; }
#footer p							{ color: white; }
#footer a							{ color: #f4dfb8; padding: 2px;}
#footer a:hover						{ color: white;  }
#footer-1							{ width: 300px; float: left; margin-right: 30px; }
#footer-2							{ width: 200px; float: left; margin-right: 30px; }
#footer-3							{ width: 200px; float: left; }
#footer-4							{ width: 200px; float: left; }
#footer ul							{ color: white; }
*/


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #FFFFFF; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	height:100%;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.redtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #FF0000;
	text-decoration: underline;
}






