/*
THEME NAME: Crossroads BTC
THEME URI: http://thri.ca/portfolio/
DESCRIPTION: A new and modern-looking theme for the Campus Crossroads website.
VERSION: 2.1
AUTHOR: Cameron Harwick
AUTHOR URI: http://thri.ca/
*/

html { background: url(images/bg.png) center 292px repeat-y; margin: 0; padding: 0; }

body {
	font: 14px Helvetica, Arial, sans-serif;
	margin: 0; padding: 0;
	background: url(images/headbg.jpg) top center repeat-x;
}

#head {
	width: 900px;
	height: 292px;
	margin: auto;
	background: url(images/header.jpg);
}

#menu-main-menu {
	position: absolute;
	top: 194px;
	left: 50%;
	width: 678px;
	margin-left: -430px;
	list-style: none;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}
#menu-main-menu li, #archives li {
	display: inline;
}
#menu-main-menu a {
	color: #000;
	text-decoration: none;
	height: 40px;
	padding: 0 5px;
}
#menu-main-menu a:hover {
	color: #500;
	border-bottom: 6px solid #500;
}

#container {
	width: 900px;
	margin: -50px auto 0 auto;
}

#content {
	width: 574px;
	padding: 0 18px;
	margin: 0 7px 15px 0;
	z-index: 3;
	float: right;
}

#sidebar {
	width: 210px;
	padding: 10px;
	z-index: 2;
	margin-left: 50px;
	text-align: right;
	float: left;
}

#sidebar strong, #footer strong { text-transform: uppercase; }
#sidebar strong, #sidebar strong a, #footer strong, #footer strong a { color: #000; font-size: 14px; }

#footer {
	background: url(images/footerbg.jpg) top repeat-x;
	width: 100%;
	clear: both;
	text-align: center;
	padding: 15px 0 0 0;
	color: #432;
	font-size: 12px;
}

#footer table {
	text-align: left;
	margin: 0 auto 10px auto;
}

#footer td { padding: 0 10px 0 10px; }

/* Style */

a, a:visited, a:active, a:link, #live-results a:hover { text-decoration:none; color: #234; }
a:hover { color:#06F; text-decoration:underline; }
h2 { margin-bottom: 0;}
h2 a { color: #000; }
h3 { margin-bottom: 0; padding-bottom: 0; }
small { font-size: 12px; color: #777;}
strong { color: #000; }
blockquote {
	font-size: small;
	color: #777;
}

p.tweet {
	clear: both;
	font-size: 12px;
	margin: 0 0 12px 0;
}
.tweetdate { font-size: 10px; }

.textright { text-align: right; }
.alignleft { float: left; }
.alignright { float: right; }
img.alignleft, img.alignright { margin: 0 10px; }
img { border: 1px solid #A98; padding: 2px; }

.underh2, .tweet { 
	color: #543;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

.year {
	font-weight: bold;
	color: #777;
	float: left;
}
#sidebar ul { list-style: none; padding: 0; margin: 0; }
#sidebar li, #sidebar span { padding-right: 0; font-size: 12px; }
#content p { color: #444; }
.gray { color: #777; }
.center { text-align: center; }

hr { height: 0; border: none; border-bottom: 1px solid #987; clear: both; }

.entry-content { text-align: justify; }
.sunday { font-weight: bold; }
.sunday td { padding-top: 15px; }

/* Wordpress Stuff */

.entry-meta {
	font-size: 12px;
	padding: 20px 0;
	border-top: 1px solid #987;
}

.entry-meta .center { margin-bottom: 10px;}
.post { border-bottom: 1px solid #987; }

/* Comment Count Box */

a .commentbox {
	height: 24px;
	width: 27px;
	font-weight: bold;
	font-size: 16px;
	color: #999;
	background: url(images/comments.png) 27px 0;
	padding: 3px 0 0 0;
	text-align: center;
	margin: 0 7px 0 0;
	float: right;
}
a:hover .commentbox { color: #000; background: url(images/comments.png) 27px 27px; text-decoration: none; }
a .nocomments { background: url(images/comments.png) !important; }
a:hover .nocomments { background: url(images/comments.png) 0 27px !important; }

/* Social Sidebar Icons */
.socicon {
	height: 12px;
	width: 12px;
	display: inline-block;
}
#rss-icon { background: url(images/social.png); }
#facebook-icon { background: url(images/social.png) -12px 0; }
#twitter-icon { background: url(images/social.png) -24px 0; }
#events-icon { background: url(images/social.png) -36px 0; }
#search-icon { background: url(images/social.png) -48px 0; }

/* Footer Icons */

.footericon {
	height: 32px;
	width: 32px;
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
    vertical-align:middle;
	margin: 0 2px;
}

.footericon span, #vpe span { display: none; }

#thrica { background: url(images/footericons.png) 0 -32px; }
#wordpress { background: url(images/footericons.png) -32px -32px; }
#nfs { background: url(images/footericons.png) -64px -32px; }
#thrica:hover { background: url(images/footericons.png) 0 0; }
#wordpress:hover { background: url(images/footericons.png) -32px 0; }
#nfs:hover { background: url(images/footericons.png) -64px 0; }
#vpe { background: url(images/footericons.png) 0 -64px; height: 5px; width: 92px; margin: 5px auto 0 auto; }