
body {
    background: #8f8f8f;
    margin: 0px;
    padding: 0px;
    text-align: center;
    }

#displaynone {
    display: none;
    visibility: hidden;
    }

.clear {
    clear: both;
    }

#main {
    background: #747474 url(gui/bg.gif) repeat-x top left;
    padding-bottom: 50px;
    }

.container {
    width: 864px;
    margin: 0px auto;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    }

#header {
    height: 125px;
    width: 864px;
    display: block;
    }

#logo {
    width: 400px;
    height: 125px;
    display: block;
    float: left;
    }

#logo h1, #logo h1 a {
    margin: 0px;
    padding: 40px 0px 0px 0px;
    color: #FFF;
    font-size: 40px;
    font-weight: normal;
    font-family: "Yanone Kaffeesatz", "Helvetica Neue";
    text-decoration: none;
    }

#logo h1 a:hover {
    color: #E5E5E5;
    }

#logo h2 {
    display: block;
    margin: 0px;
    padding: 0px;
    color: #a8a8a8;
    font-size: 15px;
    font-weight: normal;
    font-family: "Josefin Sans Std Light", Arial;
    text-transform: uppercase;
    }

#logo h2 span {
    display: inline;
    border-bottom: 1px solid #9f9f9f;
    }

#menu {
    background: url(gui/m_bg.gif) repeat-x top left;
    width: 300px;
    height: 36px;
    display: block;
    float: left;
    margin: 50px 0px 0px 164px;
    text-align: center;
    }

#menu a {
    margin: 0px;
    padding: 0px 10px;
    text-align: center;
    color: #FFF;
    font-size: 13px;
    font-weight: bold;
    font-family: "Helvetica Neue";
    text-decoration: none;
    }

#menu a:hover {
    color: #222;
    }

#menu_l {
    background: url(gui/m_l_bg.gif) no-repeat top left;
    height: 36px;
    }

#menu_r {
    background: url(gui/m_r_bg.gif) no-repeat top right;
    height: 26px;
    padding-top: 10px;
    text-align: center;
    }

#footer {
    width: 100%;
    display: block;
    padding: 30px 0px;
    }

#footer h2 {
    margin: 0px;
    padding: 0px 0px 5px 0px;
    color: #000;
    font-size: 24px;
    font-weight: normal;
    font-family: "Yanone Kaffeesatz", "Helvetica Neue";
    text-decoration: none;
    }

#footer h3, #footer h3 a {
    margin: 0px;
    padding: 0px 0px 8px 0px;
    color: #333;
    font-size: 16px;
    font-weight: normal;
    font-family: "Josefin Sans Std Light", Arial;
    text-decoration: none;
    }

#home_footer_l {
    width: 600px;
    float: left;
    height: 180px;
    }

#home_footer_r {
    width: 234px;
    float: left;
    height: 180px;
    margin-left: 30px;
    }

#socialicons {
    width: 200px;
    margin-top: 5px;
    }

#socialicons_bk a {
    background-image: url(gui/social/bk_on.gif) no-repeat top left;
    background: url(gui/social/bk.gif) no-repeat top left;
    display: block;
    float: left;
    width: 32px;
    height: 32px;
    margin: 0px 18px 18px 0px;
    }

#socialicons_bk a:hover {
    background: url(gui/social/bk_on.gif) no-repeat top left;
    }


#socialicons_fb a {
    background-image: url(gui/social/fb_on.gif) no-repeat top left;
    background: url(gui/social/fb.gif) no-repeat top left;
    display: block;
    float: left;
    width: 32px;
    height: 32px;
    margin: 0px 18px 18px 0px;
    }

#socialicons_fb a:hover {
    background: url(gui/social/fb_on.gif) no-repeat top left;
    }


#socialicons_flickr a {
    background-image: url(gui/social/flickr_on.gif) no-repeat top left;
    background: url(gui/social/flickr.gif) no-repeat top left;
    display: block;
    float: left;
    width: 32px;
    height: 32px;
    margin: 0px 18px 18px 0px;
    }

#socialicons_flickr a:hover {
    background: url(gui/social/flickr_on.gif) no-repeat top left;
    }

#socialicons_lin a {
    background-image: url(gui/social/lin_on.gif) no-repeat top left;
    background: url(gui/social/lin.gif) no-repeat top left;
    display: block;
    float: left;
    width: 32px;
    height: 32px;
    margin: 0px 18px 18px 0px;
    }

#socialicons_lin a:hover {
    background: url(gui/social/lin_on.gif) no-repeat top left;
    }


#socialicons_tumblr a {
    background-image: url(gui/social/tumblr_on.gif) no-repeat top left;
    background: url(gui/social/tumblr.gif) no-repeat top left;
    display: block;
    float: left;
    width: 32px;
    height: 32px;
    margin: 0px 18px 18px 0px;
    }

#socialicons_tumblr a:hover {
    background: url(gui/social/tumblr_on.gif) no-repeat top left;
    }


#socialicons_twitter a {
    background-image: url(gui/social/twitter_on.gif) no-repeat top left;
    background: url(gui/social/twitter.gif) no-repeat top left;
    display: block;
    float: left;
    width: 32px;
    height: 32px;
    margin: 0px 18px 18px 0px;
    }

#socialicons_twitter a:hover {
    background: url(gui/social/twitter_on.gif) no-repeat top left;
    }


#socialicons_yt a {
    background-image: url(gui/social/yt_on.gif) no-repeat top left;
    background: url(gui/social/yt.gif) no-repeat top left;
    display: block;
    float: left;
    width: 32px;
    height: 32px;
    }

#socialicons_yt a:hover {
    background: url(gui/social/yt_on.gif) no-repeat top left;
    }

#copyright {
    text-align: right;
    color: #595959;
    font-size: 10px;
    font-family: "Helvetica Neue";
    text-transform: uppercase;
    }

#copyright img {
    margin: 0px;
    padding: 6px 0px 0px 0px;
    }

.twitted {
    overflow: hidden;
    }

.twitted h2 {
	display: none;
    }

.twitted p.preLoader {
	margin: 0;
	padding: 1em 1em 1em 3em;
	font-size: 12px;
	font-family: Arial;
    }

.twitted ul#twitter_update_list {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
    }

.twitted ul#twitter_update_list li {
    display: block;
    float: left;
    width: 250px;
	margin: 0px;
	padding: 0px 30px 35px 0px;
    color: #3b3a3a;
    font-size: 12px;
    font-family: "Helvetica Neue";
    line-height: 18px;
    }

.twitted ul#twitter_update_list li span {
	display: block;
}

.twitted ul#twitter_update_list li span a {
	color: #cc362e;
	font-size: 12px;
	text-decoration: underline;
	text-transform: none;
}

.twitted ul#twitter_update_list li span a:hover {
    color: #000;
    }

.twitted ul#twitter_update_list li a {
	color: #595959;
	font-size: 10px;
	font-family: "Helvetica Neue";
	text-transform: uppercase;
	text-decoration: none;
}

.twitted ul#twitter_update_list li.firstTweet {
}

.twitted ul#twitter_update_list li.lastTweet {
	border-bottom: none;
}

.twitted p.profileLink {
	display: none;
}

#home_left {
    float: left;
    display: block;
    width: 592px;
    }

#home_right {
    float: left;
    display: block;
    overflow: hidden;
    height: 576px;
    width: 242px;
    margin-left: 30px;
    padding-top: 15px;
    border-top: 1px solid #686868;
    }

#home_right p {
    color: #FFF;
    font-size: 13px;
    font-weight: normal;
    font-family: "Helvetica Neue";
    line-height: 20px;
    }

#home_right p a {
    color: #FFF;
    }

#home_right p a:hover {
    color: #000;
    }

#home_photo {
    -moz-box-shadow: 0px 0px 7px #333;
    -webkit-box-shadow: 0px 0px 7px #333;
    width: 592px;
    height: 592px;
    }

#about_left {
    float: left;
    display: block;
    width: 444px;
    padding-top: 15px;
    border-top: 1px solid #686868;
    margin-right: 30px;
    }

#about_left p {
    margin: 0px;
    padding: 0px 0px 15px 0px;
    color: #FFF;
    font-size: 13px;
    font-weight: normal;
    font-family: "Helvetica Neue";
    line-height: 20px;
    }

#about_left h1 {
    margin: 0px;
    padding: 0px 0px 10px 0px;
    color: #D6D6D6;
    font-size: 28px;
    font-weight: normal;
    font-family: "Yanone Kaffeesatz", "Helvetica Neue";
    text-decoration: none;
    }

#about_left h2 {
    margin: 0px;
    padding: 0px 0px 3px 0px;
    color: #FFF;
    font-size: 13px;
    font-weight: normal;
    font-family: "Helvetica Neue";
    line-height: 20px;
    }

#about_left h2 span {
    font-size: 14px;
    font-weight: bold;
    }

#about_left ul {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    }

#about_left li {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #FFF;
    font-size: 13px;
    font-weight: normal;
    font-family: "Helvetica Neue";
    line-height: 20px;
    }

#about_right {
    float: right;
    display: block;
    width: 390px;
    }

#about_photo {
    -moz-box-shadow: 0px 0px 7px #333;
    -webkit-box-shadow: 0px 0px 7px #333;
    width: 802px;
    height: 471px;
    }

#pagecontent {
    border-top: 1px solid #686868;
    }

#pagecontent h1 {
    color: #D6D6D6;
    font-size: 28px;
    font-weight: normal;
    font-family: "Yanone Kaffeesatz", "Helvetica Neue";
    text-decoration: none;
    }

#pagecontent p {
    color: #FFF;
    font-size: 13px;
    font-weight: normal;
    font-family: "Helvetica Neue";
    line-height: 20px;
    }

#questions {
    margin: 25px 0px 0px 50px;
    }

#questions ul {
    margin: 0px;
    padding: 0px 0px 25px 0px;
    list-style-type: none;
    }

#questions li {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    list-style-type: none;
    color: #FFF;
    font-size: 13px;
    font-weight: normal;
    font-family: "Helvetica Neue";
    line-height: 20px;
    }

#questions li a {
    color: #F5F5F5;
	text-decoration: underline;
	}

#questions li a:hover {
    color: #000;
    }