@charset "utf-8";
body  {
	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: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #222d2d;
}
img { 
	border: none; 
}
#container  {
	width: 955px;
	margin: 0;
	text-align: left;
	background-color: #222d2d;
}
.warning {
	color: #ff0000;
} 
.subf_item {
	width: 700px;
	margin-left: 10px;
	padding-bottom: 15px;
}

.subf_thumb {
	display: inline;
	float: left;
	width: 60px;
	margin-right: 10px;
}
.subf_desc {
	font-size: 14px;
	float: left;
	width: 600px;
	color: #FFFFFF;
	margin-bottom: 40px;
	margin-left: 15px;
	line-height: 20px;
	letter-spacing: inherit;
}
.subf_desc a {
	font-weight: bold;
	color: #94b3c5;
	text-decoration: none;
}
#searchbox {
	width: 165px;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: 10px;
	height: 30px;
}
#form1 { margin-top: 10px; }
#pagetitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	padding-top: 25px;
	padding-right: 20px;
	padding-left: 20px;
	color: #e45a49;
}
#page_text {
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
	padding-top: 15px;
	color: #FFFFFF;
}
#page_text a {
	text-decoration: none;
	color: #94b3c5;
}
#page_text a:hover {
	color: #e45a49;
}


#sidebar_blog {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #3e4f4f;
	margin: 20px 3px 5px 10px;
	padding:  1px 5px;
}
#sidebar_blog a {
	color: #94B3C5;
	text-decoration: none;
	font-size: 13px;
}
#sidebar_blog a:hover {
	color: #e45a49;
}
#header  {
	height: 110px;

} 
#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 194px;
	height: 620px;
}
#nav {
	height: 30px;
	position: relative;
}
#features {
	height: 220px;
	margin-top: 2px;
}
#subfeatures {
	width: 720px;
	margin-top: 10px;
	margin-left: 20px;
}
#subfeatures img {
	margin-top: 25px;
}

#subfeatures_container {
	float: left;
	width: 750px;
	margin-bottom: 25px;
}

#videoplayer {
	float: left;
	width: 270px;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
}
#mainContent  {
	width: 760px;
	float: left;
	min-height: 720px; /* will be removed when enough content on the page */

} 
#footer  {
	padding: 2px;
	background-color: #3e4f4f;
	font-size: 11px;
	text-align: center;
} 
#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 */
}
#footer a {
	color: #94b3c5;
	font-size: 14px;
	text-decoration: none;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.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;
}
#features_text {
	display: none;
}
#nav_text {        /*  print layout    */
	display: none;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #e45a49;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #507079;
}
a:hover {
	color: #cce70c;
	
}
/* ----------------------- Flickr ----------------  */
.Flickr { 
	width: 188px;
	margin-top: 4px;
}
.Flickr ul { 
	padding: 0px;
    margin: 0px;
	font-size: 12px;
	font-weight: bold;
} 
.Flickr ul li { 
	margin: 0px; 
	padding: 0px; 
	list-style-type: none; 
	background-color: #222d2d;
	text-align: center; 
	color: #94b3c5; 
}
.Flickr ul li a { 
	margin: 0px; 
    padding: 0px; 
}
.Flickr ul li a img { 
	background:#6e8e9a; 
	padding: 1px; 
	margin-left: 0px; 
	border: solid 6px #222d2d;
}
.Flickr ul li a:hover img { 
	background:#6e8e9a; 
	padding: 1px; 
	border: solid 6px #c03000;
}
#sidebar_top {
	margin-top: 33px;
	margin-left: 8px;
}
/* -----------------calendar---------------- */

#calendar table { 
	width:175px;
    border-collapse:collapse;
	background-color: #3e4f4f;
	color: #94b3c5; 
	border-bottom: 0px;
	margin-left: 6px; 
}
				  
#calendar td { 
	width:30px;
	border-collapse: collapse;
    border:1px solid #ffffff;
    text-align:right;
    padding-right:5px;
}

#calendar th { 
	border-collapse: collapse;
    border:1px solid #ffffff;
	text-align: center;
}
#calendar .actday{ 
	background-color: #c03000;
    font-weight:bold;
}
li table { margin-bottom: -3px; }

/* -------------------  login  --------------------- */

#signup {
	width: 168px;
	text-decoration: none;
	margin-top: 2px;
	margin-left: 10px;
	color: #94b3c5;
    background-color: #3e4f4f;
	padding: 7px;
}
#signup ul {
	font-size: 11px; 
	list-style: none; 
	padding: 0 0 0 2px; 
	margin: 0px; 
}
#register {
	 font-size:x-small;
	 background-color: #3e4f4f;
	 color: #ff0000; 
	 text-align: center;
	 margin-bottom: 10px;
}
#signup a { 
	display: block;
	width: 166px;      /* when no width, problems in ie6, whitespace bug.  */    
	font-size: 12px;
	color: #94b3c5;
	background-color: #222d2d;
	text-decoration: none;
	text-align: center;
	margin-bottom: 2px;	
}
#signup a:hover { 
	background-color: #3e4f4f;
	color: #e45a49; 
}
li form label {
	margin-right: 6px;
}
li form button { 
	   margin: 5px 0 10px 35px ;
	   padding: 0;
       height: 25px;
       width: 100px;
	   color: #c03000;
	   font-size: small;
	   line-height: 75%; 
}
#admin {
	color: #FFFFFF;
}
#admin h3 {
	color: #94b3c5;
}
#admin h4 {
	color: #e45a49;
	font-style: italic;
}

#forgot_pass {
	margin: 100px 0px 150px 150px;
}
#forgot_pass a  {
	margin-left: 150px;
}
#forgot_pass form {
	margin-left: 80px;
}
#register_pass {
	margin: 100px 0px 150px 150px;
}
#register_pass a  {
	margin-left: 150px;
}
#userinfo {
	margin: 100px 0px 150px 150px;
}
#userinfo a {
	margin-left: 20px;
}
#userinfo span {
	margin-left: 50px;
}
#user_edit {
	margin-left: 160px;
}
#user_edit a {
	margin-left: 200px;
}
#user_edit submit {
	margin-left: 200px;
}
#mail {
	float: left;
	padding-left: 20px;
}
#mail em {
	color: #FF0000;
}

/* ----------------------------  content ------------------------------- */

.books img {
	margin-right: 10px;
	border: 6px;
}
.books a img {
	border: solid 6px #222d2d;
}
.books a:hover img {
	border: solid 6px #c03000;
}

.mywork a {
	font-size: 20px;
	background-color: #3e4f4f;
	padding: 5px 20px;
}
.mywork a img {
	float: left;
	border: solid 8px #222d2d;
}
.mywork a:hover img {
	border: solid 8px #c03000;
}

#map {
	   float: left;
	   margin-left: 40px; 
	   width: 300px; 
	   height: 230px; 
	   border: #3e4f4f 8px solid;
	   overflow:hidden; 
}
#adress {
	margin: 260px 0px 0px 450px;
	color: #94b3c5;
	font-size: 14px;
}
#slideshow {
	margin-left: 65px;
}
