@charset "utf-8";
/* CSS Document */
/*===========================MAIN===================*/
* {
	margin:0;
	padding:0;
	font-family: "Trebuchet", Helvetica, Arial, sans-serif;
}
html, body {
	height:100%;
}
body {
	background-color:#333333;
}
p {
	color: #fff;
	font-size:.8em;
	letter-spacing: .03em;
	word-spacing: .02em;
	margin: 0 10px;
	line-height:1.35em;
	
}
a {
	color: #f93232;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:lighter;
	color:#fff;
	text-align:left;
	margin-left:10px;
	margin-top:10px;
}
h1 {
	padding-top:4px;
	font-size: 1.2em;
}
h2 {
	font-size: 1.1em;
}
ul li {
	list-style-type:none;
	font-size:.8em;
	margin: 0 10px;
	color:#fff;
	line-height:1.35em;
}
a img {
	border: none;
}
hr {
	background-image:url(../projects/oldSite_paper/images/hr_960.png);
	background-position:center;
	height:25px;
	border:none;
}
p .date {
	color:#666666;
	font-size:.6em;
	margin-bottom:4px;
}
.clearit {
	clear: both;
}
#load {
	display: none;
	background: url(../images/load.gif);
	width: 43px;
	height: 50px;
}
/*===========================MAIN DIVS===================*/
#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	position:relative;
}
#content {
	float:left;
	margin:auto;
	/*	margin-bottom: -50px;
*/	width:960px;
	min-height: 100%;
}
#sidebarPage {
	width:300px;
	margin: 0 10px 10px;
	float:right;
}
.L {
	float:left;
	width:50%;
	position:relative;
}
.R {
	float:right;
	width:50%;
	position:relative;
 *margin-right:-20px;
}
*html #sidebarPage {
	margin: 0 0 10px;
}
#sidebarPage h1.space {
	margin-bottom:10px;
}
#mainPage {
	margin: 0 10px 10px;
	width: 620px;
	float: left;
}
.clearfooter {
	height:50px;
	clear:both;
}
.imageholder {
	background-image:url(../images/edge_02.png);
	background-position:left;
	background-repeat:no-repeat;
	float:left;
	height:402px;
	width:620px;
	position:relative;
}
.imageholder img.background {
	padding: 2px 2px 2px 18px;
	position:relative;
}
.imageholder img.imgR {
	position:absolute;
*margin-left:-4px;
	margin-left /*\**/: -4px\9
}
.top {
*margin-bottom:-3px;
}
.bottom {
	_margin-top:-3px;
}
/*CONTACT FORM*/

#myForm p {
	margin:10px;
}
p#success, p#bademail, p#badserver {
	font-size:.9em;
	color: #f93232;
}
.submit-box {
	margin-top:5px;
	margin-left:10px;
}
.input-box, .message-box {
	margin-left: 10px;
}
/*=============OTHER==================*/


/*----------social media icons */

#myLinks {
	width: 300px;
	float:right;
	margin-top:20px;
	border: #ccc medium 2px;
}
#myLinks h3, #myLinks ul li {
	color:#CCCCCC;
}
#myLinks ul li a, #myLinks ul li {
	padding:10px 0 5px 40px;
}
#myLinks ul li {
	padding:10px 0;
	background-repeat:no-repeat;
	background-position:left;
}
#linksR, #linksL {
	position:relative;
	width:150px;
	margin-top:5px;
}
#linksL {
	float:left;
}
#linksR {
	float:right;
}
#twitter {
	background-image:url(../images/hj_icons_tt.png);
}
#linkedin {
	background-image:url(../images/hj_icons_lit.png);
}
#facebook {
	background-image:url(../images/hj_icons_fbt.png);
}
#flickr {
	background-image:url(../images/hj_icons_flt.png);
}
#delicious {
	background-image:url(../images/hj_icons_delt.png);
}
/*tabs*/
ul.tabs, ul.tabs1 {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 20px; /*--Set height of tabs--*/
	/*border-bottom: 1px solid #999;*/
	font-size: .9em;
	/*	border-left: 1px solid #999;
*/	width: 100%;
}
ul.tabs1 {
	margin-top:20px;
}
ul.tabs li, ul.tabs1 li {
	float: left;
	margin: 0 4px 0 0;
	padding: 0;
	height: 19px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 19px; /*--Vertically aligns the text within the tab--*/
	/*border: 1px solid #999;*/
	/*border-left: none;*/
margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #444;
}
ul.tabs li a, ul.tabs1 li a {
	text-decoration: none;
	color: #fff;
	display: block;
	/*font-size: 1.2em;*/
padding: 0 10px;
	/*border: 1px solid #ccc;*/ /*--Gives the bevel look with a 1px white border inside the list item--*/
outline: none;
}
ul.tabs li a:hover, ul.tabs1 li a:hover {
	background: #666;
	color:#fff;
}
html ul.tabs li.active, html ul.tabs li.active a:hover, html ul.tabs1 li.active, html ul.tabs1 li.active a:hover { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #666;
	border-bottom: 1px solid #666; /*--Makes the active tab look like it's connected with its content--*/
}
.tab_container, tab_container1 {
	/*border: 1px solid #999;
	border-top: none;*/
	overflow: auto;
	height: 410px;
	margin-bottom:10px;
	clear: both;
	float: left;
	width: 100%;
	background: #666;
}
.tab_content1 {
	padding: 10px;
}
.tab_container1 {
	/*border: 1px solid #999;
	border-top: none;*/
	padding-bottom:10px;
	margin-bottom:10px;
	clear: both;
	float: left;
	width: 100%;
	background-color: #666;
}
/*Thumbs*/
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
