@charset "UTF-8";
body  {
	background: #FFF;
	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;
	font-family: Didot, Baskerville, Times, serif;
	font-size: 100%;
}
.twoColFixLtHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: 0 auto;
	text-align: left;
	padding-left: 50px;	
	border-left: 1px black ;
	} 
.twoColFixLtHdr #header {
	padding: 25px 10px 0 25px;  /* 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: 205px; /* 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: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 10px;
	font-weight: normal;

}
.twoColFixLtHdr #mainContent {
	margin: 0 250px 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: 0px 0px 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #666;
	text-align: left;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF; 

} 
.twoColFixLtHdr #footer p {
	text-align:right;
	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 */
	font-size: 0.9em;
}
.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;
}.twoColFixLtHdr #container #sidebar1 h2 {
	font-style: normal;
	font-size: 1.4em;
	font-variant: normal;
	line-height: 0.5em;
	font-weight: normal;
	vertical-align: text-bottom;
	letter-spacing: 105%;
	padding-top:0px;
	margin-bottom:0px;
		padding-left: 10px;


}


.twoColFixLtHdr #container #sidebar1 ul {
	text-indent: 0px;
	color:#666;
	padding-left: 10px;
	margin-top: 0.7em;
	margin-bottom: 0.1em;
	line-height: 140%;
	padding-bottom: 0px;
}

h2, h2:hover {
	font-weight:normal;
	text-transform: uppercase;
}
	

.twoColFixLtHdr #container #sidebar1 ul a {
	color: #666;
	text-decoration: none;
	padding: 7px 0px 0px 35px;
}

.twoColFixLtHdr #container #sidebar1 h2 a {
	color: #000;
	text-decoration: none;
	padding: 0px 0px 0px 20px;
}


/*
.twoColFixLtHdr #container #sidebar1 h2 a:hover
	{
	background-image: url(../pictures/stars.jpg);
	background-repeat: no-repeat;
	background-position: 0px 30%;
}
*/


.twoColFixLtHdr #container #sidebar1 ul a:hover
	{
	background-image: url(../pictures/stars.jpg);
	background-repeat: no-repeat;
	background-position: left 70%;
}

a:link	{
	text-decoration:none;
}



#blog {
	line-height: .2px;
}
.twoColFixLtHdr #container #sidebar1 #blog {
	color: #000;
	line-height: normal;
	margin-top: auto;
	margin-bottom: auto;
	padding-top: .7em;
}
#blog {
	margin-top: .7em;
}

h2.short	{
	line-height:75%;
	margin-top:13px;
	margin-bottom:11px;
	;
	
}
.twoColFixLtHdr #container #header h2 {
	font-family: Didot, Baskerville, Times, serif;
	font-size: 1em;
	color: #FFF;
}


.twoColFixLtHdr #container #header p {
	font-family: Didot, Baskerville, Times, serif;
	font-style: normal;
	text-align: right;
	vertical-align: middle;
}
.magazineNames {
	font-weight: bold;
}
.twoColFixLtHdr #container #mainContent h2 {
	padding-bottom: 0px;
}
.twoColFixLtHdr #container #mainContent h2 {
	padding-bottom: -5px;
	color: #000;
}
.photoCaption {
	margin: 0px;
	font-size: 0.9em;
	font-weight: normal;
	color: #666;
	padding-top: -10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 90%;
}

img.photo	{
	padding-bottom:5px;
}.clipsHeading {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #09F;
}
.clipsHeading {
	font-weight: bold;
	color: #09F;
}
.descript {
	text-align: left;
	float: left;
	color: #09F;
	clear: both;
	height: 50px;
	width: 200px;
}
.boxImage {
	margin-right: 12px;
	border:none;
}
boxText {
	color: #666;
	text-align: left;
	clear: left;
}
boxText {
	color: #333;
	clear: both;
	text-align: left;
	float: right;
}
.boxText {
	font-family: didot, baskerville, times, serif;
	color: #666;
	text-align: left;
	font-size: 0.95em;
}
.boxHeader {
	color: #09F;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 1.065em;
	text-transform: none;
	text-decoration: none;
	
}
.boxHeader a:link, a:visited, a:hover, a:active {
	color: #09F;
	font-weight:normal;
	text-transform: none;
	text-decoration: none;
	
}

.boxText a:link, a:visited, a:hover, a:active {
	color: #09F;
	font-weight:normal;
	text-transform: none;
	text-decoration: none;
	
}

.boxLogo {
	margin-bottom: 7px;
	border:none;
}

img {
	border:none
}.boxBorder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

.each_row
       {
               padding: 0 0 40px 0;
       }

.tree_box
       {
               padding: 30px 0 40px 0;
       }

h2, h2 a:hover {
	text-transform: uppercase !important;
}

ul, ul a:hover {
text-transform: uppercase;
}