/*
Theme Name: Starkers
Theme URI: http://elliotjaystocks.com
Description: The totally nude Wordpress theme. Phwoar! (Based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a> by <a href="http://binarybonsai.com/">Michael Heilemann</a>)
Version: 2 (WP2.6.2)
Author: Elliot Jay Stocks
Author URI: http://elliotjaystocks.com
Tags: starkers, naked, clean, basic
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

body, html {
	background-color:#df6a1f;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#mainWrap {
	width:960px;
	background-color:#FFF;
	/*min-height: 100%;
    height: auto !important;
    height: 100%;*/
    margin: 0 auto 0;
}

#header {
	background-image:url(http://www.phxlambda.org/images/header.jpg);
	height:195px;
	width:960px;
	margin-bottom:10px;
}

.footer {
	width:960px;
	height:37px;
	margin:0 auto 0;
	text-align:center;
	color:#DF6A1F;
	padding-top:50px;
	background-color:#FFF;
}

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

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

#content {
	padding:25px 25px 25px 25px;
}

#calendarWrap {
	width:253px;
	border:1px solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background:url(/images/headers/calendar.jpg) no-repeat;
	padding:35px 10px 10px 10px;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -38px;
}

.push {
    /*height: 38px;*/
}

#welcomeWrap {
	width:600px;
	border:1px solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background:url(http://www.phxlambda.org/images/headers/welcome.jpg) no-repeat;
	padding:35px 25px 25px 25px;
	float:right;
	display:inline;
	margin-left:-10px;
	margin-top:-26px;
}

#leftCol, #buttons {
	width:253px;
	float:left;
	display:inline;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:22px;
	margin-bottom:14px;
	margin-top:8px;
}

h1.calendar {
	margin-bottom:3px;
}

.text {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:12px;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
	margin-bottom:14px;
}

h2.archive {
	margin-top:10px;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	margin-bottom:12px;
	margin-top:18px;
}

h3#descrip {
	margin-top:7px;
}

h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:bold;
	margin-bottom:12px;
	margin-top:18px;
}

#sms {
	padding:0 20px 0 30px;
	width:190px;
	float:left;
}

#welcomeWrap.community {
	background:url(http://www.phxlambda.org/images/headers/community.jpg) no-repeat;
}


p {
	margin-bottom:10px;
}

input.comments {
	margin-bottom:10px;
}

.month {
	width:50px;
	height:17px;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#AA4B42;
	text-align:center;
	color:white;
	border-top:1px dotted #000;
	border-right:1px dotted #000;
	border-left:1px dotted #000;
	margin-top:10px;
}

.day {
	width:50px;
	height:25px;
	font-size:20px;
	color:#000;
	background-color:#FFF;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom:1px dotted #000;
	border-right:1px dotted #000;
	border-left:1px dotted #000;
	
	margin-bottom:15px;
}


