/* CSS for wiredMD */

* { font-family: verdana, geneva, sans-serif; }

body {
	margin: 0;
	background: #ffffff url('../images/bg-body.jpg') repeat-x;
	text-align: center;
}

#container {
	background: #ffffff;
	width: 85%;
	min-width: 750px;
	margin: 0 auto;
}

input { margin: 2px 0; }

.imgtitle { margin: 0 0 5px 0; }
.line {
	margin: 5px 0;
	border-top: dotted 1px #434343;
}
.clear { clear: both; }
.logosm {
	font-style: italic;
	font-size: 20px;
	color: #000000;
	width: 90px;	
}
.logosm b { color: #aa2d2b; }
.sqlmessage {
	font-weight: bold;
	font-size: 13px;
	color: #c97c18;
}
.required { color: #aa2d2b; }
.left { float: left; }
.right { float: right; }
.fifty { width: 50%; }

.green { color: #62939d; }
.ltgreen { color: #167db8; }


/*+++++++++++++++ header ++++++++++++++*/
#header {
	height: 86px;
	text-align: left;
	background: url('../images/bg-header.jpg') repeat-x;
}
#header a { color: #000000; text-decoration: none; }

#logo {
	width: 230px;
	padding: 10px 0 0 10px;
	font-style: italic;
	font-size: 50px;
	color: #000000;
}
#logo b { color: #aa2d2b; }

#search {
	float: right;
	text-align: right;
	margin: 10px 20px 0 0;
	color: #c7dae0;
	font-size: 11px;
	width: 55%;
}
#search form { margin: 0; }
#search input { font-size: 11px; }
#search .q { width: 300px; }
#search .submit {
	background: #62939d;
	border: solid 1px #ffffff;
	color: #ffffff;
	padding: 0;
}

#loggedin { color: #000000; }
#loggedin b { color: #c7dae0; }
#loggedin a { color: #ffffff; text-decoration: none; margin: 0 1px; }
#loggedin a:hover { text-decoration: underline; }

/*+++++++++++++++ nav +++++++++++++++++*/
#nav {
	height: 28px;
	background: #62939D;
	text-align: center;
	line-height: 24px;
	font-size: 12px;
	color: #ffffff;
}
#nav a {
	color: #ffffff;
	text-decoration: none;
	margin: 20px;
}
#nav a:hover { color: #c7dae0; }

/*+++++++++++++++ main ++++++++++++++++*/
#main {
	background: #ffffff;
	padding: 10px;
	text-align: left;
	font-size: 11px;
	color: #000000;
}

/*+++++++++++++++ left ++++++++++++++++*/
#left {
	width: 30%;
	background-color: #ffffff;
}

/*++++++++++++++ login +++++++++++++++*/
#login {
	background: #e6e7e8;
	text-align: right;
	font-size: 13px;
	color: #62939d;
	line-height: 26px;
	padding: 8px;
	margin-bottom: 4px;
}
#login a {
	font-size: 10px;
	color: #62939d;
	text-decoration: underline;
}
#login a:hover { text-decoration: none; }
#login form {	margin: 0; }
#login .login-submit {
	background: #62939d;
	font-weight: bold;
	color: #FFFFFF;
	border: solid 1px #62939D;
	margin: 2px 0 0 10px;
	padding: 0 5px;
}
#login .login-text { width: 60%; }

/*+++++++++++ gray content +++++++++++*/
#gray {
	background: #f2f3f3;
	padding: 0 0 10px 0;
}

.leftbox {
	background: #ffffff;
	padding: 10px 5px;
	border-left: solid 10px #62939d;
	margin: 0 10px 10px 10px;
	font-size: 12px;
	color: #62939d;
}
.leftbox a { color: #c97c18; text-decoration: none; }
.leftbox a:hover { text-decoration: underline; }

#news, #whatsnew {
	margin: 15px 10px 5px 10px;
	font-size: 11px;
	color: #000000;
}
#news a, #whatsnew a { color: #a91414; text-decoration: none; }
#news a:hover, #whatsnew a:hover { color: #167db8; }

#yale {
	margin: 10px auto;
	text-align: center;
}
#yale img { margin: 5px 0; }
	
/*+++++++++++ main content +++++++++++*/
#content {
	float: right;
	width: 67%;
	background-color: #ffffff;
	color: #000000;
	line-height: 15px;
}
.title { color: #62939d; font-size: 18px; }
.subtitle { color: #a91414; font-size: 14px; }

#content a { color: #62939d; text-decoration: underline; }
#content a:hover { text-decoration: none; }

#content .column {
	width: 48%;
	margin: 0 0 10px 0;
	color: #000000;
}
#content .column img { border: 0; }

.post-count {
	width: 355px;
	padding: 12px 0 0 0;
	text-align: left;
	font-size: 10px;
	float: right;
}

#content .homecolumn {
	width: auto;
	margin: 0 0 10px 0;
	color: #000000;
}
#content .homecolumn img { border: 0; }
#content .homecolumn a { color: #167db8; text-decoration: none; }
#content .homecolumn a:hover { color: #a91414; }

#delivery { font-size: 10px; margin: 0 0 5px 0; }
#delivery .text { float: right; width: 80%; }

#map {
	width: 500px;
	height: 300px;
}
#digg {
	float: right;
	margin: 0 0 5px 0;
}
.mapcomment {
	width: 490px;
	height: 100px;
}
	
/*+++++++++++++++ footer +++++++++++++++*/
#footer {
	height: 63px;
	clear: both;
	background-color: #62939d;
	text-align: center;
	line-height: 24px;
	font-size: 10px;
	color: #a1bec4;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
	margin: 0 20px;
}
#footer a:hover { text-decoration: underline; }
#footer a.bwm {
	color: #a1bec4;
	text-decoration: none;
	margin: 0;
}
#footer a.bwm:hover { text-decoration: underline; }
	