@import url();

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

html { font-family:Helvetica, Arial; height:100%; }
body { background:url(../images/bg.jpg) no-repeat center top #f2f2f2; height:100%; }

#container { width:1069px; margin:70px auto 0px auto; overflow:auto; }
#logo { width:329px; height:119px; background:url(../images/logo.png); }
#logo_banner { width:1068px; height:329px; background:url(../images/logo_banner.png); float:left; }

a { text-decoration:none; }

ol { list-style:none; margin:20px 0px 0px 0px; float:left; clear:both; padding:0px 0px 10px 0px; }
li { float:left; background:#ffffff; width:167px; margin:0px 10px 0px 1px; height:300px; -webkit-box-shadow:0px 2px 2px #cdcdcd; overflow:hidden; -webkit-transition: all 0.25s ease-in-out; }

li:hover { background:#202020; height:412px; cursor:pointer; }
li:hover .title { color:#ffffff; }

ol img { float:left; clear:both; }
ol .title { font-family:Helvetica, Arial, serif; font-size:11px; color:#000000; font-weight:bold; margin:10px 0px 0px 10px; float:left; clear:both; }
ol .blurb { font-family:Helvetica, Arial, serif; font-size:11px; color:#bcbcbc; font-weight:normal; margin:0px 10px 10px 10px; float:left; clear:both; }

#show { float:left; clear:both; margin:20px 0px 10px 1px; background:#ffffff; width:1057px; height:400px; -webkit-box-shadow:0px 2px 2px #cdcdcd; }
#show .details { float:left; clear:both; width:350px; margin:50px 0px 0px 50px; }
#show .title { font-family:Helvetica, Arial, serif; font-size:12px; color:#000000; font-weight:bold; margin:10px 0px 0px 10px; float:left; clear:both; }
#show .blurb { font-family:Helvetica, Arial, serif; font-size:12px; color:#bcbcbc; font-weight:normal; margin:0px 10px 10px 10px; float:left; clear:both; }
#show .tags { float:left; clear:both; margin:20px 0px 0px 10px; }
#show .tag { float:left; background:#6b6b6b; padding:5px 10px; margin:0px 5px 5px 0px; color:#ffffff; font-size:11px; }
#show .link { float:left; clear:both; margin:5px 0px 0px 10px; color:#6b6b6b; font-size:12px; font-weight:normal; }
#show a { color:#a6a6a6; text-decoration:underline; font-weight:bold; }
#show img { float:right; }

#team { width:180px; height:9px; float:right; background:url(../images/team.png); clear:both; margin:0px 10px 10px 0px; }
