/* LAYOUT */
body { background:url(../img/standard/bg.gif) top repeat-x #FFF; }
.home {}
.about {}
.news {}
.blog {}
.work {}
.contact {}
.terms {}

.content { width:1000px; margin:0 auto; }

/* HEADER */
.header { background:url(../img/standard/hdr/header_bg.gif); width:1000px; height:216px; margin:0 auto; }
.logo { background:url(../img/standard/hdr/logo.png); height:40px; width:242px; float:left; margin-left:-30px; margin-top:18px; }

/* NAVIGATION */
.nav { float:right; margin-top:25px; }
.nav a { margin-left:20px; }
.nav .hover:hover { background-position:top; }
.nav .home { background:url(../img/standard/nav/home.png) bottom; width:37px; height:17px; float:left; }
.nav .about { background:url(../img/standard/nav/about.png) bottom; width:45px; height:17px; float:left; }
.nav .news { background:url(../img/standard/nav/news.png) bottom; width:36px; height:17px; float:left; }
.nav .blog { background:url(../img/standard/nav/blog.png) bottom; width:36px; height:17px; float:left; }
.nav .work { background:url(../img/standard/nav/work.png) bottom; width:40px; height:17px; float:left; }
.nav .contact { background:url(../img/standard/nav/contact.png) bottom; width:63px; height:17px; float:left; }
.home .nav .home, .about .nav .about, .news .nav .news, .blog .nav .blog, .work .nav .work, .contact .nav .contact { background-position:top; }

/* WINDOWBOX */
.windowbox { width:1000px; background:#ff7800; margin-top:-156px; }
.windowbox .hldr { display:none; }
.home .windowbox .hldr.home { display:block; height:313px; background:#333; }
.about .windowbox .hldr.about { display:block; }
.news .windowbox .hldr.news { display:block; }
.terms .windowbox .hldr.terms { display:block; }
.blog .windowbox .hldr.blog { display:block; margin-top:1px; }
.work .windowbox .hldr.work { display:block; /* height:313px; background:#333; */
 }
.contact .windowbox .hldr.contact { display:block; }

/* TITLE */
.title { background:url(../img/standard/bar_long.gif) bottom no-repeat; width:1000px; padding:20px 0; }
.title img { display:none; }
.home .title img.home, .about .title img.about, .news .title img.news, .blog .title img.blog, .work .title img.work, .contact .title img.contact { display:block; }

/* PAGE */
.page { width:660px; padding:10px; margin-top:10px; float:left; }
.programs { background:#ebebeb; padding:10px; width:150px; float:right; margin-left:10px; }
.barmiddle { margin:10px 0; }
.people { width:320px; float:left; margin:10px 0; }
.people .imgs { width:120px; height:150px; margin-left:10px; background:#ebebeb; float:right; border:1px solid #555; }
.gap { float:left; width:20px; height:50px;}
.project { margin-bottom:10px; }
.right h2 { text-align:right; }
.projectimgbig { width:460px; height:265px; background:#ededed; }
.projectimgsml { width:190px; height:128px; background:#ededed; }
.projectbreak { height:10px; width:190px; }

/* FORMS */
.txtform { height:30px; width:300px; margin:0 10px 10px 0; border:1px solid #555; background:#ededed; padding:5px; }
.txtformlong { height:30px; width:621px; margin:5px 10px 10px 0; border:1px solid #555; background:#ededed; padding:5px; }
.txtformmsg { height:140px; width:400px; margin:5px 10px 10px 0; border:1px solid #555; background:#ededed; padding:5px; }
.buttons { height:70px; width:211px; margin-bottom:10px; float:left; cursor:pointer; }

/* WP */
.wp .entry img { display:none; }
.wp .showimg img { display:block; }
.wp .post { margin-bottom:30px; }
.wp .post p { margin-bottom:10px; }
.wp .post .entry { margin-top:20px; }
.wp .post .meta { margin-top:25px; padding:5px; background:#eee; }
.wp .post .meta p { margin-bottom:10px; }

/* SIDEBAR */
.sidebar { width:290px; padding:10px; margin-top:10px; margin-bottom:75px; float:right; background:#EBEBEB; }
.sidebar .twitter { background:#ff7800; padding:20px; width:250px; }
.sidebar .twitterftr { background:url(../img/sidebar/twitter_speech.jpg) no-repeat right; height:41px; width:280px; margin-bottom:10px; }
.sidebar .navigation { margin-top:10px; display:none; margin-bottom:10px; }
.sidebar .navigation h4 { margin:10px 0; }
.sidebar .navigation li { list-style:none; }
.sidebar .navigation ul li { list-style:inside disc; margin-left:10px; color:#555; }
.home .sidebar .navigation, .news .sidebar .navigation, .blog .sidebar .navigation { display:block; }
.sidebar .flickr { margin-top:10px; }
.sidebar .flickr .flickimg { margin-right:3px; overflow:hidden; float:left; width:52px; height:52px; margin-top:10px; background:#ccc; border:1px solid #555; }
.sidebar .flickr img { width:80px; }
.sidebar .flickr .flickimg:hover { border:1px solid #ff7800; }
.sidebar .flickr .gap { width:5px; height:5px; float:left }
.sidebar .recentwork { margin-top:10px; }
.sidebar .recentwork .workimgs { width:288px; height:96px; background:#ccc; border:1px solid #555; margin-top:10px; }
.sidebar .recentwork .workimgs .imgs { width:48px; height:48px; float:left; }

/* FOOTER */
.footer { width:1000px; float:left; margin-top:-75px; color:#FFF; }
.footer .sm { width:290px; margin-top:10px; padding:10px; background:#ff7800; }
.footer .sm a { margin-left:2px; }
.footer .bar { width:680px; margin-top:55px; padding:5px; background:#ff7800; }
