/*   
Theme Name: Alex2010
Theme URI: the-theme's-homepage
Description: a-brief-description
Author: your-name
Author URI: your-URI
Version: a-number--optional
.
General comments/License Statement if any.
.
*/

/* BEGIN Front Page CSS */

/* Structure */

body {
	font-family: Arial, Helvetica, sans-serif !important;
	background-color: #C8C8C8;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#rap {
	width: 910px; 
	margin: 0 auto;
	background-color: #00325C;
	padding-bottom: 10px;
}

#innerrap {
	-moz-box-shadow: 0px 4px 15px #000;
	-webkit-box-shadow: 0px 4px 15px #000;
	box-shadow: 0px 4px 15px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

#header {
	height: 143px;
	position: relative;
}

#content {
	width: 860px;
	margin: 0px auto 5px auto;
	padding: 10px 0;
	border: 2px solid #fff;
	background: url('http://alexcornell.org/wp-content/themes/classic/images/textbggradient.png') repeat-x #fff;
}

#maincontent {
	width: 590px;
	float: left;
}

#sidebar {
	float: left;
	width: 250px;
}

#footer {
	width: 870px;
	margin: 0 auto;
	clear: both;
	position:relative;
}


/* Header */

#header img {
	border: none;
	text-decoration: none;
}

#emailheader {
	position: absolute;
	width: 30%;
	float: right;
	top: 60px; 
	right: 0px;
}

#emailheader input.emailbox {
	border: 1px solid #000;
	height: 18px;
	font: 14px Arial, Verdana, sans-serif;
}

#emailheader img.signup {
	float: left;
	padding-top: 5px;
	padding-right: 2px;
	width: 62px;
	display: inline;
}

#emailheader input.submit {
	background: url('http://alexcornell.org/wp-content/themes/classic/images/signupbutton.png') no-repeat;
	border: none;
	height: 25px;
	width: 20px;
	cursor: pointer;
	padding-bottom: 5px;
}

/* Front Page Content */

#shadowimage {
	height: 286px;
	width: 534px;
	background: url('http://alexcornell.org/wp-content/themes/classic/images/shadowbox/AlexsRecord.jpg');
	position: relative;
	border: 10px solid #00315A;
	margin: 20px 10px 10px 20px;
}

#shadowlinks {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

/* Front Page News & Resources */

#latestnews {
	width: 260px;
	height: 307px;
	background-color: #fff;
	margin-left: 20px;
	padding: 7px 2px 7px 7px;
	float: left;
	position: relative;
	-moz-box-shadow: 0px 4px 20px #C8C8C8;
	-webkit-box-shadow: 0px 4px 15px #C8C8C8;
	box-shadow: 0px 4px 15px #C8C8C8;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#C8C8C8')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#C8C8C8');
}

#resources {
	width: 260px;
	height: 307px;
	background-color: #fff;
	float: left;
	padding: 7px;
	margin-left: 10px;
	position: relative;
	-moz-box-shadow: 0px 4px 20px #C8C8C8;
	-webkit-box-shadow: 0px 4px 15px #C8C8C8;
	box-shadow: 0px 4px 15px #C8C8C8;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#C8C8C8')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#C8C8C8');
}

#box.header {
	background-color: #00315A;
}

#maincontent h3.newsheadlines {
	display: inline;
	color: #000;
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: 500;
}

#maincontent h3.newsheadlines a {
	text-decoration: none;
	color: #000;
	font-weight: 500;
}

#maincontent .newsheadlines {
	clear: both;
	margin-bottom: 10px;
	margin-top: 5px;
}

#maincontent h3.date {
	font-weight: bold;
	display: inline;
	font-size: 15px;
}


/* Sidebar */

#twitterfeed {
	height: 125px;
	width: 250px;
	background: url('http://alexcornell.org/wp-content/themes/classic/images/twitterbg.png') no-repeat;
	margin-top: 20px;
	margin-bottom: 10px;
}

#twitterfeed ul {
	font: 14px Arial, Helvetica, sans-serif;
	list-style-type: none;
	color: #fff;
	padding: 7px 15px;
}

#twitterfeed ul a {
	text-decoration: none;
	color: #fff;
}

#twitterfeed ul a:hover {
	text-decoration: underline;
}

#facebookfeed {
	padding: 7px 7px;
	margin: 19px auto 0 auto;
	-moz-box-shadow: 0px 4px 20px #C8C8C8;
	-webkit-box-shadow: 0px 4px 15px #C8C8C8;
	box-shadow: 0px 4px 15px #C8C8C8;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#C8C8C8')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#C8C8C8');
}

/* Footer */

.authorization {
	width: 400px;
	height: 30px;
	color: #fff;
	font: 11px Arial, Helvetica, sans-serif;
}

.authorization p {
	padding-bottom: 4px;
}

.disclaimer {
	width: 870px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 5px;
}

p.disclaimer {
	font: 11px Arial, Helvetica, sans-serif;
	color: #5d6c8b;
	padding-bottom: 2px;
}

img.bottomstar {
	position: absolute;
	bottom: -35px;
	left: 410px;
}

img.bottomlogo {
	position: absolute;
	top: -10px;
	right: 5px;
}

/* END Front Page CSS */



/* BEGIN Content CSS */

#maincontent .page {
	padding: 20px 20px 0 20px;
}

#maincontent p {
	font-family: Arial, Helvetica, sans-serif;
}

img.daughter {
	border: 10px solid #00325C;
	height: 154px;
	width: 534px;
	margin-bottom: 20px;
}

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

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

/* Archive Pages */

#archive {
	width: 550px;
	float: left;
	padding: 20px 20px 0 20px;
}

#archive h2.pagetitle {
	font: bold 24px Arial, Helvetica, sans-serif;
	padding-bottom: 3px;
	border-bottom: 1px dashed #000;
}

.date h3 {
	font: 14px Arial, Helvetica, sans-serif;
	margin: 0px;
	display: inline;
}

.archiveheadlines a {
	color: #000;
	font: 18px Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
