/*-----------------------------------------------------------------------------
Theme Name: Fearless Future
Theme URI: http://www.fearless-future.com/
Description: Fearless Future
Version: 2.0
Author: Jonathan Silberman
Author URI: http://www.fearless-future.com/

-----------------------------------------------------------------------------*/

* {
padding: 0px;
margin: 0px;
}

a:link{
color:#3A3D40;
}

a:hover{
color:#747C80;
}
a:visited{
color:#3A3D40;
}

body {
background: url(images/bg.jpg) repeat-x;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:.9em;
min-width: 790px;
}

#wrapper {
width:100%;
}

#header_bg{
height:310px;
}

#logo {
background: url(images/logo.jpg);
width:553px;
height:274px;
z-index:8;
}

#floater {
background: url(images/floater.gif);
width:85px;
height:46px;
top:189px;
left:595px;
position:absolute;
z-index:7;
}
#download {
background: url(images/download.gif);
width:125px;
height:50px;
top:189px;
right:50px;
position:absolute;
z-index:9;
}
#links {
	top:5px;
	z-index:9;
	width:542px;
	height:14px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	display:none;
}


#header {

}

p {
margin-bottom:20px;
}

#content {
width: 790px;
margin-left:auto;
margin-right:auto;
padding-top:50px;
border-top:3px dotted #c3e7ff;
padding-bottom:20px;
}

h2 {
font-family:Arial, Helvetica, sans-serif;
font-size:2em;
color:#3A3D40;
padding-bottom:10px;
}

h3 {
font-family:Arial, Helvetica, sans-serif;
font-size:1.3em;
text-align:center;
width:100%;
color:#3A3D40;
padding-bottom:40px;
}

#awards ul {
margin-left:20px;
list-style:circle;
}

ul, li
{
  display: inline;
}

li
{
  border: solid 1px #3A3D40;
  padding: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right:5px;
  background-color: #c3e7ff;
  line-height:40px;
}

#spacer {
margin-bottom:30px;
}

.caption {
margin-bottom:60px;
background: #c3e7ff;
padding:10px;
border-top:1px solid #3A3D40;
text-align:left;
color: #3A3D40;
}

.description {
font-size:11px;
padding-bottom:10px;
}

.work {
}

.work_link {
background-color: #c3e7ff;
font-size: 2em;
padding: 5px;
text-align:center;
border:1px solid #3A3D40;
display:inline;
width:190px;
line-height:3em;
cursor:pointer;
margin:5px;
}

.work img {
border:none;
}

#timeline {
}

.dipity_bar{
display:none;
}