/* CSS Document */

body {
  	font: 0.7em verdana, arial, sans-serif;  
  	color: #ccc;
	background: #383838
}

.header {  
  	height: 54px;
  	background: url(images/logo.jpg) no-repeat center;
	margin-top: 50px;
}

.content {  
  clear: both;
  width: 990px;
  text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
}

.textHeader {
	margin-top: 100px;
	margin-right: 170px;
	float: right;
	width: 650px;
	height: 10px;
}

.text {
	float: right;
	width: 650px;
	margin-top: 10px;
	line-height: 1.7em;
	margin-right: 170px;
}

.content a {
	color: #919191;
	text-decoration: none;
}

.content a:hover {
	/*color: #ddd;*/
	text-decoration: underline;
}

.content a img {
	border-style: none;
}

.text img {
	-moz-box-shadow: 0px 0px 16px #222222; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 16px #222222; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 16px #222222; /* Opera 10.5, IE 9.0 */
}

.thumbs {
	text-align: left;
}
	
img.thumb {
	margin-bottom: 5px;
	margin-right: 4px;
}

.sideBar {
	float: left;
	width: 140px;
	margin-top: 10px;
}

.sideBar a {
	font-size: 90%; 
	color: #666; 
	text-decoration: none;
}

.sideBar a:hover {
	text-decoration: underline;
}

#social-bar { 
	height: 96px; 
	width: 26px; 
	position: fixed; 
	top: 230px; 
	z-index: 1000;
	right: 0;
}

