@charset "UTF-8";
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;
}
.twoColFixRtHdr #container {
	width: 890px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	background-image:url(../images/trey_green_content_bg.png);
	background-repeat:repeat-y;
} 
.twoColFixRtHdr #header {
	background: url(../images/trey_green_header_bg.png) no-repeat;
} 
.twoColFixRtHdr #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 */	
}
.twoColFixRtHdr #RightHeader {
	float: right; /* since this element is floated, a width must be given */
	width: 260px; /* 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 */
	height: 112px;
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	background-image:url(../images/trey_green_guitartop.png);
	background-repeat:no-repeat;
}
.twoColFixRtHdr #LeftHeader {
	margin: 0 270px 0 0; /* the right margin on this div element creates the column down the right 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. */
	height:22px;
	padding:70px 0 0 70px;
} 


.texta {
 font-size: 10px;
 background-color: #CCCCCC;
 border: 1px solid #666666;
}
.textb {
 font-size: 10px;
 background-color: #f4f4f4;
 border: 1px solid #666666;
}
/*LOGOS*/
#social {
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	height: 22px;
	list-style: none;
}

#social a {
	text-decoration: none;
	display:block;
	float:left;
	text-indent:-5000px;
}
#social li {
float:left;
}
#social #tg{
	background-image: url(../images/trey_green_tg_on.png);
	background-repeat: no-repeat;
	background-position: 0;
	width: 37px;
	height: 22px;
}
#social #twitter{
	background-image: url(../images/trey_green_twitter.png);
	background-repeat: no-repeat;
	background-position: 0;
	width: 16px;
	height: 22px;
	margin-left:0px;
}
#social #myspace{
	background-image: url(../images/trey_green_myspace.png);
	background-repeat: no-repeat;
	background-position: 0;
	width: 18px;
	height: 22px;
	margin-left:5px;
}
#social #blogger{
	background-image: url(../images/trey_green_blogger.png);
	background-repeat: no-repeat;
	background-position: 0;
	width: 21px;
	height: 22px;
	margin-left:5px;
}
#social #itunes{
	background-image: url(../images/trey_green_itunes.png);
	background-repeat: no-repeat;
	background-position: 0;
	width: 22px;
	height: 22px;
	margin-left:5px;
}
.first{
margin-left:10px;
}
/*LOGOS*/
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 373px; /* 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: none; /* the background color will be displayed for the length of the content in the column, but no further */
	vertical-align:top;
	padding-top:0px;
}

.twoColFixRtHdr #mainContent {
	margin: 0 380px 0 0; /* the right margin on this div element creates the column down the right 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 0 0 77px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.dotted{
	border: #666666 1px dotted;
}
#twitter-link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #4d4d4d;
	margin-top:10px;
}
#twitter_update_list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4d4d4d;
}
#twitter_update_list li{
margin-bottom:5px;
}
#twitter_update_list a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	size: 10px;
	color: #4d4d4d;
	margin-bottom:10px;
	
}

#twitter_div {
	width: 398px;
	background-color: #F4F4F4;
	background-image:url(../images/twitter_feed_bg_grey.png);
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:normal;
	margin: 10px 0px 10px 0;
	padding: 10px 10px 10px 10px;
	color: #4d4d4d;
	;
	border:#999999 1px dotted;
}

.twoColFixRtHdr #footer {
	background:#DDDDDD url(../images/trey_green_footer_bg.png) no-repeat;
} 
.twoColFixRtHdr #container #footer {
	background-image: url(../images/trey_green_footer_bg.png);
	background-repeat: no-repeat;
	height: 74px;
}
.twoColFixRtHdr #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;
}

.last {
margin-bottom:1.7em;
}

#bio li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.7em;
	color: #333333;
	
}
#bio li span {
	font-weight: bold;
}
#bio p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.7em;
	color: #333333;
	margin-bottom: 1.7em;
	margin-right: 20%;
	text-align:justify;
}
.twoColFixRtHdr #container #mainContent #bio span {
	font-weight: bold;
}
.videoThumb {
	margin-right: 15px;
	margin-bottom: 25px;
}
.input{
background-color: #f2f2f2;
}

.twoColFixRtHdr #container #mainContent h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#333333;
	margin-bottom:5px;
}
.twoColFixRtHdr #container #mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#333333;
}
.twoColFixRtHdr #container #mainContent caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 5px 0;
}
.tablebottom {

	margin-bottom: 10px;
}
.twoColFixRtHdr #container #mainContent #twitter_div .sidebar-title {
	font-size: 14px;
	margin-top:40px;
	margin-bottom:5px;
}
