/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */


* {
	margin: 0;
	padding: 0;
}



body {
	font-size: 62.5%;
	font-family: Garamond, Georgia, Helvetica, sans-serif;
	background: url(images/background.jpg) repeat-x top left #cae4e5;
	
	}
	
img { display: block; }
	
.clear { clear: both; }


p {
	font-size: 1.3em;
	line-height: 1.4em;
	margin-bottom: 0.8em;
}


div#page-wrapper {

	width: 1000px;
	
	
	margin: 0 auto;
	}
	
div#header-wrapper {
	
	width: 1000px;
	height: 162px;


	}
	
	div#header-wrapper div#twitter {
		
		width: 920px;
		height: 41px;
		margin: 0 auto;
		padding-top: 20px;
		
		
		
		
	
		
	}
	
	div#bird {
			height: 39px;
			width: 81px;
		float: left;
	
		}
		
		
	div#feed {
		width: 820px;
		float: right;
		
	
		}
	
	div#header-wrapper div#welcome {
	
		width: 1000px;
		height: 101px;
		background: url(images/hrcampus-header.png) no-repeat;	
	
	}
	
	
a.read-more{

	color: blue;
	text-decoration: none;
	font-size: 1 em;

}

a:hover.read-more{

	color: blue;
	text-decoration: underline;
	font-size: 1 em;

}

a:active.read-more{

	color: blue;
	text-decoration: underline;
	font-size: 1 em;

}


	
	
	
div#main-content {

	width: 1000px;
	height: 700px;
	margin: 0 auto;
	background: white;


	}

	div#main-content div#video-content {

		width:500px;
		
		background: white;
		float: left;
		margin: 0 auto;

		}	
	
		div#main-content div#navigation-content {
			width: 499px;
						
			background: white;
			float: right;
			border-left: solid 1px;
			border-color: #f1f1f1;
		    
		    
			}
			

/* Twitter Feed Stuff */

a.twitter-link {

	color: blue;

}

.twitter-text {

color: #508bb2;
font-size: 1.45em;
	

}


/* Navigation Roll-Over CSS */

#rings
{
  display: block;
  width: 459px;
  height: 171px;
  background: url(images/balfour-rings.png) no-repeat 0 0;
  position: relative;
  left: 20px;
  top: 5px;
}

#rings:hover
{ 
  background-position: 0 -171px;
}

#rings span
{
  display: none;
}

#graduation
{
  display: block;
  width: 459px;
  height: 171px;
  background: url(images/balfour-graduation.png) no-repeat 0 0;
  position: relative;
  left: 20px;
  top: 5px;
}

#graduation:hover
{ 
  background-position: 0 -171px;
}

#graduation span
{
  display: none;
}

#payment
{
  display: block;
  width: 459px;
  height: 171px;
  background: url(images/balfour-payment.png) no-repeat 0 0;
  position: relative;
  left: 20px;
  top: 5px;
}

#payment:hover
{ 
  background-position: 0 -171px;
}

#payment span
{
  display: none;
}


/* Featured Video */

#featured-header {

	width: 458px;
	height: 42px;
	background: url(images/featured-video.jpg) no-repeat;
	position: relative;
	left: 20px;
	top: 10px;

}

#featured-header span { display: none; }


#featured-video {

	width: 458px;
	position: relative;
	left: 20px;
	top: 10px;
}

#video-list {

	width:418px;
	
	background: #f5f5f8;
	padding: 20px;
	position: relative;
	left: 20px;
	top: 10px;

}

div#video-list a{

	text-decoration: none;
	font-size: 1.5em;
	color: #6aabc7;
	font-weight: bold;
	display: block;
	
}

div#video-list a:hover, a:active{

	text-decoration: underline;
	font-size: 1.5em;
	color: #6aabc7;
	font-weight: bold;
	display: block;
}


.video-link { padding-top: 10px; padding-bottom: 10px;}
.more-videos { font-size: 1.7em; color: #878787;}

.join-online { font-size: 2.5em; color: #74bad9;}

hr {
 border-top: 1px dashed #e5e5e5;
 border-bottom: 0px;
 border-left: 0px;
 border-bottom: 0px;
 background-color: transparent;
 height: 0px;

 
 
}

#footer {

	width: 1000px;
	margin: 0 auto;
	height: 300px;
	background: #f5f5f8;
	

}

#join-us {

width: 250px;

float: left;
padding:40px;


}

#our-links {

width: 245px;
padding-left:50px;
padding-right:40px;
padding-top:40px;
padding-bottom:40px;

float: left;
}


#newsletter {

width: 250px;
padding:40px;

float: right;
}

.clear { 
background:transparent none repeat scroll 0 0;
border:medium none;
clear:both;
font-size:1px;
height:1px;
margin:0;
padding:0;

 }

a img { border: 0;}


#our-links a {

	text-decoration: none;
	font-size: 1.5em;
	color: #6a6b6b;
	font-weight: bold;
	display: block;


}

#our-links a:hover, a:active{

	text-decoration: underline;
	font-size: 1.5em;
	color: #6a6b6b;
	font-weight: bold;
	display: block;
}

#round-bottom {

	background: url(images/footer.png) no-repeat;
	width: 1000px;
	height: 42px;
	margin-bottom: 20px;

}