/*
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/darkbg.jpg) repeat; 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);
}
#homelink {
	text-indent: -9999em;
	display: block;
	width: 960px;
	height: 65px;
	margin-top: 130px;
	position: absolute;
}

#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: 916px;
	margin: 0 auto;
}

#content {
	padding: 0px 38px 20px;
	width: 560px;
	margin: 0 ;
	z-index: 3;
	float: right;
	background: url(images/mainbg.png) top center repeat-y;
}
#content > div:first-child { margin-top: -50px; }

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

#sidebar strong { text-transform: uppercase; }
#sidebar strong, #sidebar strong a { color: #000; font-size: 14px; }
#footer ul { margin: 0; padding: 0; list-style: none; }
#footer ul a { font-weight: bold; color: #000; font-size: 14px; text-transform: uppercase; }
#footer ul ul { padding-left: 5px; border-left: 1px solid #987; border-left-color: rgba(0,0,0,0.2); }
#footer ul ul a { color: #335; font-weight: normal; font-size: 12px; text-transform: none; }
#footer ul ul li { margin: 0.4em 0; }

#footer {
	background: url(images/footerbg.jpg) repeat;
	width: 100%;
	clear: both;
	text-align: center;
	padding: 15px 0 0 0;
	color: #5E5227;
	font-size: 12px;
	border-top: 1px solid rgba(0,0,0,0.3);
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.3);
	position: relative;
}
#footer::after {
	height: 100%; width: 100%;
	top: 1px; left: 0;
	position: absolute;
	pointer-events: none;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	background-image: -webkit-linear-gradient(transparent,rgba(0,0,0,0.125));
	background-image: -moz-linear-gradient(transparent,rgba(0,0,0,0.125));
	background-image: -ms-linear-gradient(transparent,rgba(0,0,0,0.125));
	content: "";
}


#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: #446; }
a:hover { color:#66C; text-decoration:underline; }
h2 { margin-bottom: 0;}
h2 a { color: #000; }
h3 { margin-bottom: 0; padding-bottom: 0; }
small { font-size: 12px; color: #736C5B;}
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; border-color: rgba(0,0,0,0.2); padding: 2px; max-width: 100%; }

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

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

hr { height: 18px; border: none; width: 560px; background: url(images/hr.png) top center no-repeat; 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;
	border-top-color: rgba(0,0,0,0.2);
}

.entry-meta .center { margin-bottom: 10px;}
.post { border-bottom: 1px solid #987; border-bottom-color: rgba(0,0,0,0.2); }
.readmore { text-align: right; margin-top: 0; }
.page-title { font-size: 36px; margin-top: 20px; text-transform: uppercase; }

/* 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; }
