/* PI DAY - Dan Hellerich */
body {
	font-family: Helvetica, Arial, Sans-serif;
	background-color: #05366b;
	background-image: url('/images/body_grad_bg.gif');
	background-position: top left;
	background-repeat: repeat-x;
	color: #222;
}


h1, h2, h3 {
	color: #05366b;
	font-weight: normal;
	margin-top: 0;
}

h1 {
	font-size: 1.5em;
}


a, a:visited {
	color: #3c95bd;
	text-decoration: none;
}

a:hover {
	color: #05366b;
	text-decoration: underline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}


ul {
	margin: .5em;
	padding-left: 1.5em;
}


/* Layout */

body {
	text-align: center;
	margin: 0;
	padding: 0; 
}

#wrap {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 780px;
	
}

#masthead {
	clear: both;
}

#logo img {
	margin-top: .5em;
	border: 0px;
}


#main {
	width: 100%;
	margin: 0 auto;
	padding: 30px 20px;
	font-size: 95%;

	background-color: #fff;
	background-image: url('/images/content_grad_bg.gif');
	background-position: top left;
	background-repeat: repeat-x;

	overflow: hidden;
}

#content {
	float: left;
	width: 500px;
}

#sidebar {
	float: right;
	width: 220px;
	margin: 0 0 0 20px;
}

#footer {
	width: 100%;
	background: #77c24b;
	color: #000;
	clear: both;
	margin: 0;
	padding: 20px;
	font-size: 75%;
	background-image: url('/images/footer_grad_bg.gif');
	background-position: top left;
	background-repeat: repeat-x;
}

#footer a, #footer a:visited {
	color: #000;
	text-decoration: none;
}

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

#footer ul {
	list-style-type: none;
}

#footer ul li.heading {
	font-weight: bold;
}

#footer div.section {
	width: 180px;
	float: left;
	margin-right: 20px;
}

#footer div.lastSection {
	float: right;
	margin-right: 1em;
	margin-top: 0em;
	width: 300px;
}

#footer div.lastSection a {
	text-decoration: underline;
}
/* nav */

#navigation ul {
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}

#navigation li {
	float: left;
	margin: 0px 3px 0px 0px;
	padding: 0px;
}

#navigation li a {
	border-bottom: 0px;
	float: left;
	margin: 0;
	padding: 7px .9em 5px .9em;
	font-size: 80%;
	text-decoration: none;
	color: #fff;
	background: #77c24b;
	background-image: url('/images/nav_grad_unselected_bg.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
}

#navigation li a:hover {
	border-bottom: 0px;
	color: #05366b;
	background-color: #fff;
/*	background-image: url('/images/nav_grad_hover_bg.gif');
	background-position: bottom left;
	background-repeat: repeat-x; */
	background-image: none;
}

#navigation li a.current {
	border-bottom: 0px;
	background-color: #abe0e0;
	color: #111;
	background-image: none;
}
/* end global layout */


/* start "ticker" */

#ticker {
	width: 100%;
	height: 20px;
	margin: 0px;
	padding: 0px;
	background-image: url('/images/ticker.gif');
	text-align: right;
	font-size: 11px;
}

#ticker a {
	line-height: 20px;
	font-size: 11px;
	background-color: #77c24b;
	color: #000;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
}

#ticker a:hover {
	text-decoration: underline;
	border: none;
}
/* end "ticker" */



/* start "countdown" */
#countdown {
	float: right;
	margin-right: 0em;
	margin-top: 1.5em;
}

#countdown p a {
	font-size: 130%;
	padding: .5em .75em;
	color: #fff;
	text-decoration: none;
}

#countdown p a:hover {
	background-color: #abe0e0;
	color: #000;
}
/* end "countdown" */




/* start "callout" */
#sidebar .callout {
	font-size: 80%;	
	margin: 0px;
	margin-top: 4em;
	padding: 0px;
	background-color: #3c95bd;
}

#sidebar .callout h4 {
	margin: 0px;
	padding: .5em;
	background-color: #05366b;
	color: #fff;
	text-transform: uppercase;

}
#sidebar .callout h4 a {
	color: #fff;
}

#sidebar .callout p {
	margin: 0px;
	padding: .5em;
	color: #fff;

}

#sidebar .callout p a {
	color: #fff;
}

#sidebar .callout div.action {
	border-top: 2px solid #05366b;
	background-color: #fff;
	color: #05366b;
	padding-top: .3em;
	margin: 0px;
	width: 100%;
	text-align: right;
	
}

#sidebar .callout div.action a {
	color: #05366b;
}

/* end "callout" */





/* start "sidenote" */
#sidebar .sidenote {
	font-size: 80%;	
	margin: 0px;
	margin-top: 4em;
	padding: 0px;
	color: #333;
	border-bottom: 1px solid #333;
}

#sidebar .sidenote h4 {
	margin: 0px;
	padding: .3em;
	border-top: 2px solid #333;
	border-bottom: 1px dotted #333;
	color: #333;
	text-transform: uppercase;

}
#sidebar .sidenote h4 a {
	color: #333;
}

#sidebar .sidenote p {
	margin: 0px;
	padding: .3em;
	color: #333;

}

/* end "sidenote" */








/* eCards */

#eCards .selection-set {
	width: 480px;
}

#eCards .selection-thumb {
	margin: 5px;
	float: left;
	text-align: center;
}

#eCards .selection-thumb img {
	background: #f3f3f3;
	border: 2px solid #ddd;
	padding: 7px;
	margin: 1px;
	height: 125px;
	width: 125px;
}

#eCards .selection-thumb a img {
	border-color: #ccc;
}

#eCards .selection-thumb a:hover img {
	border-width: 2px;
	border-color: #3c95bd;

}

#eCards a:hover {
	border-bottom: 0px;
}

#eCards #message {
	width: 100%;
	height: 100px;
	margin-bottom: 5px;
	font-size: 16pt;
	font-family: Arial;
}

#eCards #previewimg {
	height: 300px;
	width: 480px;
	margin-left: 0px;
	margin-bottom: 15px;
}

#eCards #nextbutton {
	float: right;
}

#eCards #previewimg {
	background-image: url('/images/loading.gif');
	background-position: center center;
	background-repeat: no-repeat;
}

#friendsEmails {
	font-family: sans-serif;
}



/* Comment Form */

#commentform label span {
	color: #444;
}

#commentform textarea {
	width: 100%;
}


/* Comment Display */

#commentblock {
	margin-top: 2em;
	margin-bottom: 1em;
	padding: 1em 0em;
}

#commentblock h3 {
	padding: 1em;
	color: #fff;
	background-color: #3c95bd;
}


.commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0em;
}

.commentlist li {
	padding-bottom: .5em;
	border-bottom: 1px solid #3c95bd;
	padding-left: 1em;
}

.commentlist li p {
	margin-bottom: .2em;
}



.commentmetadata {
	font-size: 70%;
}

.commentmetadata cite {
	font-weight: bold;
	font-style: normal;
}



/* Posts */

.post {
	margin-top: 3em;
}

.post.first {
	margin-top: 0em;
}

.post h4 {
	margin-bottom: 0em;
	padding-bottom: 0em;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 70%;
}

.post h4 a, .post h4 a:visited {
	color: #77c24b;
}

.post h4 { color: #77c24b; }

.post h2 {
	padding-top: 0em;
	margin-top: 0em;
}

.entry {
	margin: 0;
}

.postmetadata {
	font-size: small;
}



	#twitter-share, #facebook-share, #ecards-share {
		display: block;
		height: 26px;
		width: 63px;
		text-indent: -9999px;
		float: left;
		margin-right: 20px;
		
		background-image: url('http://www.piday.org/images/share-buttons.gif');
		background-repeat: no-repeat;
	}
	
	#twitter-share {
		background-position: -63px 0px;
	}
	
	#facebook-share {
		background-position: 0px 0px;
	}
	
	#ecards-share {
		background-position: -126px 0px;
	}