/*

Theme Name: WPI CTPC
Description: Theme for the WPI CTPC website
Version: 0.1 beta
Author: Ryan LeFevre & CTPC 09 students
Author URI: http://wpi.edu
Tags: wpi
*/

body,html{
	background-color: #282c2f;
	margin: 0;
	padding: 0;
}

body{
	background-image: url(images/background.png);
	background-repeat: no-repeat;
	background-position: top center;
}

abbr{
    color: #569F31;
    cursor: help;
}

#pagewrap{
	width: 900px;
	margin: 0 auto;
        padding: 10px;
    background-color: #fefefe;
    overflow: hidden;
    min-height: 400px;
}

#title{
    width: 900px;
    text-align: right;
    margin: 0 auto 8px auto;
    padding-top: 15px;
    overflow: hidden;
}

#title_text{
    width: 500px;
    float: right;
}

#title_text>*{
    color: #f4f4f4;
    margin: 0;
    padding: 0;
}

#title_text>h1{
    font-family: Georgia, serif;
    font-size: 34px;
    font-weight: normal;
}

#title_text>h2{
    font-family: Helvetica;
    font-size: 12px;
	text-transform: uppercase;
    font-weight: normal;
}

#logo{
    width: 140px;
    float: left;
}

#logo img{
    vertical-align: bottom;
}

#header{
	width: 900px;
	height: 200px;
	border: 1px #f2f2f2 solid;
	background-repeat: no-repeat;
    position: relative;
}

#header>img{
	padding-top: 110px;
	padding-left: 10px;
}

#navbar{
	width: 100%;
    height: 40px;
	background-color: transparent;
    background-image: url(images/navbar_bg.png);
    background-repeat: repeat;
    margin-top: 5px;
    position: absolute;
    bottom: 0;
    border-top: 1px #777777 solid;
}

#navbar a{
    color: #f2f2f2;
    text-decoration: none;
}

#navbar a:hover{
    text-decoration: underline;
}

#navbar ul{
	margin: 0;
	padding: 0 0 0 5px;
	list-style: none;
	font-family: Helvetica, Verdana, sans-serif;
}

#navbar>ul>li{
    height: 28px !important;
    padding: 12px 8px 0 8px !important;
    margin-left: -5px !important;
    color: #f2f2f2 !important;
    border-right: 1px #777777 solid;
    text-shadow: black 2px 2px 3px !important;
}

#navbar>ul>li:hover{
    background-color: #282c2f;
}

#navbar ul li{
	position: relative;
	display: inline-block;
	padding: 4px;
    cursor: pointer;
    height: 19px;
    color: #f2f2f2;
    text-shadow: none;
}

#navbar ul li:hover > ul{
	display: block;
}

#navbar li ul{
	position: absolute;
	top: 40px;
	left: 0;
	width:200px;
	display: none;
	background-color: #282c2f;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 99;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius: 0 0 8px 8px;
}

#navbar li ul li{
	width: 178px;
	padding: 5px 5px 0 5px;
    margin-left: 4px;
	display: list-item;
    border-bottom: 1px #777777 solid;
    font-size: 14px;
    cursor: pointer;
}

#navbar li ul li:hover{
    background-color: #333A3F;
}

#navbar li ul li:last-child{
    border: none !important;
}

#breadcrumbs{
    margin: 5px 5px 0 2px;
    font-family: Helvetica;
    font-size: 14px;
    color: #888888;
    float: left;
    width: 700px;
}

#breadcrumbs a{
    text-decoration: none;
    color: #454C4F;
    padding: 3px 2px 3px 2px;
}

#breadcrumbs a:hover{
    background-color: #444444;
    color: #f2f2f2;
}

#content{
    float: left;
	width: 690px;
    margin-top: 5px;
    padding: 5px;
    border: 2px #f2f2f2 solid;
}

.post_content p{ font-family: Georgia, serif; margin: 0 0 10px 0 !important; padding-left: 2px; font-size: 14px; }
.post_content h1{ font-family: Georgia, serif; color: #333333; }
.post_content h2{ font-family: Georgia, serif; color: #333333; }
.post_content h3{ font-family: Georgia, serif; color: #333333; }
.post_content li{ font-family: Georgia, serif; font-size: 14px; }


.wp-caption-text{
    background-color: #f2f2f2;
    padding: 1px 3px 1px 3px !important;
    margin: 0 4px 0 0;
    border: 1px #dedede solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-family: Georgia, serif !important;
    font-size: 12px !important;
}

#content>p{
    margin: 4px 0 4px 8px;
}

#content>p span{
    margin: 0 0 0 0px;
}

#content img{ border: none !important; }

/*
p {
  margin-bottom: 0 }
p + p {
  text-indent: 1.5em;
  margin-top: 0 }
*/
.post_content a{ color: #0066CA; text-decoration: none; }
.post_content a:hover{ text-decoration: underline; }

#sidebar{
    float: right;
    width: 188px;
    margin-top: -8px;
}

#sidebar p{
    font-family: Georgia, serif;
    margin: 10px 0 0 4px;
    font-size: 20px;
    color: #333333;
}

#related_pages{
    list-style: none;
    padding: 0;
    margin: 0 0 0 10px;
}

#related_pages li{
    padding: 2px 0 0 0;
    font-family: Helvetica;
    font-size: 14px;
    border-bottom: 1px #bababa solid;
    padding: 5px 0 2px 0;
}

#related_pages a{
    text-decoration: none;
    color: #585A5B;
}

#related_pages a:hover{
    text-decoration: underline;
}

#site_search{
    margin: 0 auto 10px auto;
    padding: 10px;
    border: 1px #eaeaea solid;
}

#searchinput{
    border: 1px #cdcdcd solid;
    padding: 3px;
    font-family: Helvetica, Verdana, sans-serif;
    font-size: 16px;
    width: 170px;
    color: #444444;
}

#searchinput:focus{
    border: 1px #888888 solid;
}

#search_submit{
    border: 1px #cdcdcd solid;
    padding: 3px;
    font-family: Helvetica, Verdana, sans-serif;
    font-size: 14px;
    vertical-align: top;
    cursor: pointer;
    color: #333333;
    background-color: #e6e6e6;
}

#search_submit:hover{
        background-color: #d2d2d2;
    border: 1px #b2b2b2 solid;
}

#page_searchform{
    float: right;
    margin-top: 5px;
    width: 190px;
}

#page_searchinput{
    border: 1px #cdcdcd solid;
    padding: 3px;
    font-family: Helvetica, Verdana, sans-serif;
    font-size: 16px;
    width: 110px;
    color: #444444;
    margin-left: 2px;
}


#page_search_submit{
    border: 1px #cdcdcd solid;
    padding: 3px;
    font-family: Helvetica, Verdana, sans-serif;
    font-size: 14px;
    vertical-align: top;
    cursor: pointer;
    color: #333333;
    background-color: #e6e6e6;
}

#page_search_submit:hover{
        background-color: #d2d2d2;
    border: 1px #b2b2b2 solid;
}

#nav_container{
    overflow: hidden;
    height: 40px;
}


#footer{
	width: 100%;
	text-align: center;
    margin: 10px 0 10px 0;
}

#footer p{
    color: #888888;
    font-family: Helvetica, Verdana, sans-serif;
    font-size: 12px;
    margin: 2px;
}

#footer a{
    text-decoration: none;
    color: #888888;
}

#footer a:hover{
    text-decoration: underline;
    color: #f2f2f2;
}

.alignleft{
    float: left;
    padding: 0px 5px 0px 0;
}

.alignright{
	float: right;
	padding: 0 0 0 5px;
}

.aligncenter{
	text-align: center;
	margin: 0 auto;
}

.editpage-link{
    padding: 0;
    margin: 0 0 0 5px;
    text-align: right;
    font-family: Helvetica, Verdana, sans-serif;
    font-size: 13px !important;
}

.editpage-link a{
    text-decoration: none;
    color: green;
}

.editpage-link a:hover{
    text-decoration: underline;
}

#content h4,#content h3,#content h2,#content h1{
    margin: 0;
}

#content ul{
    margin-top: 0;
    margin-bottom: 0;
}

.project_components{
    background-color: #569F31;
}

.projects_header{
    font-family: Georgia, serif;
    font-size: 24px;
    color: #444444;
    border-bottom: 1px #b2b2b2 solid;
}

.themebox_outside_container{
	width: 800px;
	min-height: 80px;
	border: 1px #e2e2e2 solid;
    margin: 10px auto;	
}

.themebox_inside_container{
	width: 792px;
    min-height: 80px;
	border: 4px #f9f9f9 solid;
    padding: 0;
}

.themebox_inside_container>p{
    padding: 15px 0 0 10px;
    margin: 0 0 5px 0;
}

.themebox_team{
    font-size: 28px;
    font-family: Helvetica, Verdana, sans-serif;
}

.themebox_desc{
    font-family: Helvetica, Verdana, sans-serif;
    font-size: 14px;
    color: #b2b2b2;
}

.themebox_years{
    list-style: none;
    padding: 0;
}

.themebox_years li{
    display:inline-block;
    padding: 10px 15px 5px 15px;
    border-right: 1px #e2e2e2 solid;
    margin: 0;
    font-family: Helvetica, Verdana, sans-serif;
    font-size: 17px;
    vertical-align: baseline;
}

.themebox_years li:first-child>a{
    color: #0066CA;
    text-decoration: none;
}

.themebox_years li:first-child>a:hover{
    text-decoration: underline;
}

.themebox_years li a{
	color: #444444;
	text-decoration: none;
}

.themebox_years li a:hover{
	text-decoration: underline;
}

.yearbox_row{
    width: 100%;
    overflow: hidden;
}

.yearbox_outside_container{

	width: 800px;
	min-height: 80px;
	border: 1px #e2e2e2 solid;
    margin: 10px auto 10px auto;
}

.yearbox_inside_container{
	width: 792px;
    min-height: 80px;
	border: 4px #f9f9f9 solid;
    padding: 0;
    overflow: hidden;
}

.yearbox_left>h1{
    padding: 15px 0 0 15px;
    margin: 0 0 5px 0;
    font-family: Helvetica, Verdana, sans-serif !important;
    color: #444444;
    font-size: 40px;
}

.yearbox_left{
    width: 540px;
    float: left;
}

.yearbox_right{
    width: 200px;
    float:right;
}

.yearbox_teams{
    list-style: none;
    padding: 10px 0 5px 0;
}

.yearbox_teams li{
    width: 200px;
    padding: 5px 0 5px 5px;
    border-bottom: 1px #d2d2d2 solid;
    font-family: Helvetica, Verdana, sans-serif;
}

.yearbox_teams li:last-child{
    border: none;
}

.yearbox_teams li a{
    text-decoration: none;
    color: #444444;
}

.yearbox_teams li a:hover{
    color: #0066CA;
    text-decoration: underline;
}

.yearbox_highlight{
    color: #0066CA !important;
}

.yearbox_desc{
    font-family: Helvetica, Verdana, sans-serif;
    font-size: 14px;
    margin: 4px 0 0 20px;
}

.searchtitle{
    font-family: Georgia, serif;
    font-size: 28px;
    margin: 0;
    color: #444444;
    border-bottom: 1px #dedede solid;
}

.search_result{
    border-bottom: 1px #b2b2b2 solid;
    padding: 10px 5px 5px 5px;
}

.search_result:hover{
    background-color: #f8f8f8;
}

.search_result h1{ font-size: 22px; }

.search_result a{
    color: #333333;
    text-decoration: none;
}

.search_result a:hover{
    text-decoration: underline;
    color: #0066CA;
}

.search_result p{
    margin: 0;
    padding: 0;
}

.navigation{
    overflow: hidden;
    padding: 3px;
}

.navigation a{
    color: #0066CA;
    text-decoration: none;
}

.navigation a:hover{
    text-decoration: underline;
}

.last_edit_date{
	text-align:right;
	color: #888888;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 14px;
}

.page_status{ text-align: right; font-size: 18px !important; color: #555555; }
