/* 
Theme Name: UIUCPagans.com
Description: The custom-theme for the Unviersity of Illinois at Urbana-Champaign's Pagan Students Association
Author: David Dashifen Kees
Author URI: http://magichatdevelopment.com
Version: 1.0
*/

@charset "utf-8";

/****************************************************************************** RESET AND UTILITY STYLES */

*{margin:0em;padding:0em}html{font-size:62.5%;height:100%}body{height:100%}a{outline:none}img{border:1px solid #999}img.borderless{border-style:none}label{font-weight:bold}label.hidden{font-weight:normal;}.error{color:#F99}p,ul,ol,pre,form,table,blockquote{line-height:22px;margin-bottom:20px}form table,table form{margin-bottom:0em}ul,ol,blockquote{margin-left:45px}li{margin-bottom:10px}fieldset{border-style:none}select,textarea,input[type=text],input[type=password]{font:inherit}textarea{font:inherit}input[type=image]{border:0em;margin:0em;padding:0em}.email span{display:none}.legaltext{font-size:85%;line-height:18px}.mono{font-family:"Courier New",Courier,monospace} .full {width:100%}.widest {width: 99%}.wider{width: 90%}.wide {width: 75%}.two3rds{width: 66%}.half {width: 45%}.third {width: 32%}.thin {width: 25%}.petite {width: 10%}.tiny {width: 5%}.xsmall {height: 3em}.small {height: 7em}.medium {height:11em}.large {height:15em}.xlarge {height:19em}.xxlarge{height:23em}.nowrap {white-space:nowrap} .t{border-top: 1px solid #999}.l{border-left: 1px solid #999}.r{border-right: 1px solid #999}.b{border-bottom:1px solid #999}.css_hide{left:-100000000px;position:absolute}

/*********************************************************************************************************/

html {
	background: #FFF url("images/html.png") top left repeat-x;
}

body {
	color: #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
}

a {
	color: #6FAC35;
}

a:hover,
a:focus {
	color: #6942A5;
}

div#page {
	padding: 0 30px;		/* top or bottom margin messes up the sticky footer. */
	position: relative;
	width: 940px;			/* width of 940px + 30px padding on left and right = 1000px content area */
	
	/* the following four styles are the requirements for the CSS Sticky Footer technique
	   described online here: http://ryanfait.com/sticky-footer/ */

	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px;
}

/****************************************************************************** HEADER STYLES */

h1,h2,h3,
div#header {
	font-family: Cambria, Georgia, "Times New Roman", serif;
	position: relative;
}

div#header img {
	border-color: #FFF;
	position: absolute;
}

img#air,
img#earth {
	top: 20px;
}

img#fire,
img#water {
	top: 45px;
}

img#earth {
	left: 120px;
}

img#air {
	right: 120px;
}

img#water {
	right: 0px;
}

div#header h1 {
	display: block;
	font-size: 200%;
	padding-top: 50px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

div#header h1 a,
div#header h1 a:hover,
div#header h1 a:focus {
	color: #fff;
	text-decoration: none;
}

div#header em {
	display: block;
	font-size: 140%;
	font-style: normal;
	text-align: center;
	width: 100%;
}

div#header em a,
div#header em a:hover,
div#header em a:focus {
	color: #e4e4e4;	
	text-decoration: none;
}

ul#menu {
	list-style-type: none;
	margin: 34px 0 0;
	text-align: center;
}

ul#menu li {
	display: inline;
	padding: 7px 7px 3px;
}

ul#menu a {
	color: #FFF;
	font-size: 110%;
	letter-spacing: 0.025em;
	text-decoration: none;
	text-transform: uppercase;
}

ul#menu li.current_page_item {
	background: #FFF;
	border-color: #111;
	border-style: solid;
	border-width: 1px 1px 0px;
}

ul#menu li.current_page_item a {
	color: #111;
	cursor: pointer;
	font-weight: bold;
}

ul#menu li.current_page_item a:focus,
ul#menu li.current_page_item a:hover {
	text-decoration: none;
}

/****************************************************************************** CONTENT STYLES */

div#body {
	overflow: hidden;
	position: relative;
}

div#meta-content {
	float: right;
	margin-left: -235px;
	padding: 20px 20px 20px 0;
	width: 685px;
} 

div#meta-content.wide {			/* wide content happens on our pages where the sidebar isn't printed */
	float: none;
	margin: 0 auto;
	padding-right: 0;
	width: 750px;
}

div.post {
	border: 1px solid #979797;
	margin-bottom: 35px;
	padding: 2px;
	position:relative;
}

div.post div.header h2 a,
div.post div.header h2 a:hover,
div.post div.header h2 a:focus {
	color: #FFF;
	text-decoration: none;
}

div.post div.header p {
	color: #BEBEBE;
	font-size: 75%;
	position: absolute;
	right: 25px;
	top: -20px;
}

div.post div.header p a {
	color: #BEBEBE;
}

div.post div.header p a:hover,
div.post div.header p a:focus {
	color: #999;
}

div.post div.body {
	padding: 25px 18px 18px;
}

div#meta-content.wide .header h2 {
	text-align: center;
}

div#meta-content h3 {
	font-variant: small-caps;
	text-decoration: underline;
}

/* from http://www.pvmgarage.com/en/2010/01/how-to-create-depth-and-nice-3d-ribbons-only-using-css3/ */

div.post div.header {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-box-shadow:0 0 4px rgba(0, 0, 0, 0.55);
	background:#9CC062 none repeat scroll 0 0;
	left:-17px;
	position:relative;
	top:15px;
	width:714px;
	z-index:100;
}

div.post div.header h2 {
	font-size: 30px;
	color: #fff;
	padding-top: 6px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	text-align: center;
}

.triangle-l {
	border-color:transparent #84AB44 transparent transparent;
	border-style:solid;
	border-width:15px;
	height:0;
	left:-45px;
	position:absolute;
	top:43px;
	width:15px;
	z-index:-1;
}

.triangle-r {
	border-color:transparent transparent transparent #84AB44;
	border-style:solid;
	border-width:15px;
	height:0;
	left:684px;
	position:absolute;
	top:43px;
	width:0;
	z-index:-1;
}


.wide div.post div.header {
	width: 779px;
}

.wide .triangle-r {
	left: 749px;
}

img.alignright {
	float: right;
	margin: 0 0 1% 1%;
}

#calendar dt {
	font-weight: bold;
}

#calendar dt:before {
	content: ">> ";
}

#calendar dd {
	padding-left: 20px;
}

#calendar dd.desc {
	padding-top: 20px;
}

#calendar dd + dt {
	margin-top: 20px;
}

#calendar dd em {
	display: block;
	float: left;
	width: 5em;
}

#calendar dd em + span {
	display: block;
	margin-left: 5.5em;
}

/****************************************************************************** FORM STYLES */

div.body fieldset {
	background-color: #FFFFEE;
	border: 1px solid #353535;
	margin-bottom: 20px;
	padding: 15px 15px 0;
	position: relative;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div.body fieldset legend label {
	color: #111;
	font-size: 125%;
	padding: 0 8px;
}

div.body fieldset p {
	margin: 0 0 0 8px;
}

div.body fieldset ol {
	float: left;
	list-style-type: none;
	margin: 0 0 0 .75em;
	padding: .75em 0 .5em 0;
	width: 96%;					/* 96% accounts for the padding when we create .full fields */
}

div.body fieldset ol li {
	display: block;
	float: left;
	margin-bottom: 20px;
	width: 100%;
}

div.body fieldset label {
	color: #111;
	display: block;
	position: relative;
}

div.body fieldset label strong {
	display: block;
	font-weight: normal;
}

div.body fieldset label.error {
	color: #900;
}

div.body fieldset li p {
	margin-left: 0px;
}

div.body button,
div.body a.button,
div.body input[type=button],
div.body input[type=submit] {
	background: #e4e4e4;
	border: 1px solid #101710;
    cursor: pointer;
	padding: 2px;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div.body div.body a.button {
	padding: 2px;
}

input[type=submit].cancel {
	background: #ECC;
	border-color: #900;
}

div.body input[type=submit].okay {
	background: #CEC;
	border-color: #090;
}

div.body button:hover,
div.body button:focus,
div.body a.button:hover,
div.body a.button:focus,
div.body input[type=button]:hover,
div.body input[type=button]:focus,
div.body input[type=submit]:hover,
div.body input[type=submit]:focus {
	background: #353535;
	color: #E4E4E4;
}

div.body input[type=radio],
div.body input[type=checkbox] {
	position: relative;
	top: 2px;
}

div.body select,
div.body textarea,
div.body input[type=text],
div.body input[type=password] {
	background: #e4e4e4;
	border: 1px solid #101710;
	padding: 2px;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div.body select:focus,
div.body textarea:focus,
div.body input[type=text]:focus,
div.body input[type=password]:focus {
    background: #FFF;        
}

/****************************************************************************** SIDEBAR STYLES */

div#sidebar {
	padding: 20px;
	width: 195px;
}

div#sidebar div.widget {
	font-size: 85%;
	line-height: 18px;
	margin-bottom: 20px;
}

div#sidebar form {
	margin-bottom: 0px;

}

div#sidebar ul {
	border: 1px solid #e4e4e4;
	margin-left: 0;
}

div#sidebar li {
	display: block;
	margin-bottom: 0;
	padding: 2px 5px;
	text-align: right;
}

div#sidebar li + li {
	border-top: 1px solid #e4e4e4;
}

div#sidebar li a {
	float: left;
}

div#sidebar label.screen-reader-text {
	left: -100000000px;
	position: absolute;
}

div#sidebar input#s {
	width: 90%;
}


/****************************************************************************** FOOTER STYLES */

div#push,
div#footer {
	clear: both;
	height: 60px;
}

div#footer p {
	font-size: 85%;
	line-height: 18px;
	position: relative;
	text-align: center;
	z-index: 5000;
}

