html, body {
	height:100%;
	padding: 0px;
	margin: 0px;
	overflow:hidden;
}
body,#fbox {
	background: #f0f0f0;
	color: #333 !important;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !important;
	font-size: 11px !important;
	margin: 0;
	padding: 0;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color:#414958;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}
a.anchor, a.anchor:hover, a.anchor:visited{
	color: #06c !important;
}

a.lnk{
	font-weight: bold;
}

a.lnk, a.lnk:visited, ul a, ul a:visited{
    color: #666;
    text-decoration: underline;
}

a.lnk:hover, ul a:hover{
    color: #f60;
}

h1{	color:#369900;
	font-size: 18px;
	font-weight:200;
}

h2{
	color:#06c;
	font-size: 14px;
	font-weight:200;
}

h3{
	color:#f60;
	font-size: 14px;
	font-weight:bold;
}

input,select, textarea { background: #f9f9f9; border: solid 1px #c5e1a8; color:#666; border-radius:2px;} 
input, textarea {padding:1px 2px;}

p, #fbox{
	line-height: 24px;
	text-align: justify;
	margin-bottom:30px;
}

ul li{
	line-height: 20px;
}

#banner_bar { 
	background: url(../img/menubar.png) repeat-x; 
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	box-shadow: 1px 2px 5px #999;
	color: #fff;
	height: 60px;
	padding: 0 10px;
	position:absolute;
	text-shadow: 1px 1px 2px #333; 
	width: 880px;
	z-index: 99; 
}

/* ~~ This grouped selector gives the lists in the #content area space ~~ */
#content ul, #content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}
#content ul{
	list-style-type: square;
}

#slideshow{
    position: relative;
	border-bottom:0;
	border-top:0;
    height: 200px;
	top:-34px;
	left:-15px;
	width:103%;
}

#slideshow IMG{
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active{
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active{
    z-index:9;
}

.date{
	font-size: 16px;
	color: #fff;
}


a.fb-icon { background:url(../img/facebook_icon.png) center no-repeat; padding: 30px; position:relative; top:-55px; margin-left:20px; }
a.fb-icon:hover { background:url(../img/facebook_icon.png) center no-repeat; padding: 30px;}

a.dewetra-icon { background:url(../img/dewetra_icon.png) center no-repeat; padding: 30px; position:relative; top:-55px; margin-left:20px; }
a.dewetra-icon:hover { background:url(../img/dewetra_icon.png) center no-repeat; padding: 30px;}

.wrapper{
	background: #fff;
	border:solid 1px #c0c0c0;
	border-radius:25px;
    font-size:11px;
    width:900px;
    height:418px;
    position:relative;
	margin:50px auto;
}
.images img{
    display:none;
    position:absolute;
    left:6px;
    top:6px;
}
.circleBig{
    position:absolute;
    top:0px;
    left:0px;
	margin:0 auto;
    width:418px;
    height:418px;
    /*background:transparent url(../img/circlebg.png) no-repeat top left;*/
}
.menu{
    position:absolute;
    width:40px;
    height:74px;
    top:140px;
    left:350px;
    z-index:999;
}
a.about, a.portfolio, a.contact{
    float:left;
    clear:both;
    height:23px;
    margin-bottom:10px;
    width:105px;
    opacity:0.8;
    background:transparent url(../img/menu.png) no-repeat top left;
}
a.portfolio{
    width:90px;
    background-position:-105px 0px;
}
a.contact{
    width:88px;
    background-position:-199px 0px;
}
a.about:hover, a.portfolio:hover, a.contact:hover{
    opacity:1.0;
}
.circle{
    margin-top:-20%;
    margin-left:3%;
    width:176px;
    height:176px;
    position:absolute;
    left:0;
    top:0;
    background:transparent url(../img/circle.png) no-repeat top left;
	vertical-align:middle;
    z-index:99;
    opacity:0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.description{
    width:120px;
    margin:40px auto;
    text-align:center;
}
.description ul{
    list-style:none;
    text-align:center;
}
.description ul a{
    line-height:30px;
    font-weight:bold;
    color:#333;
    text-decoration:none;
    text-transform:uppercase;
    font-size:11px;
    text-shadow:1px 1px 1px #aaa;	
}
.description ul a:hover{
    color:#f60;
}
.thumbs a img{
    border:3px solid #f9f9f9;
    -moz-box-shadow:1px 1px 2px #999;
    -webkit-box-shadow:1px 1px 2px #999;
    box-shadow:1px 1px 2px #999;
}