/*************************************************

Caseys HR				 
November 7, 2008								
BY 76design
	
***************************************************
GENERIC
*/

HTML {
	font: 62.5%/160% Arial, Helvetica, sans-serif;   
	color: #fff;
	}
BODY {
	background:#000 url(../../images/prime/bg-content-short.jpg) top left repeat-x;
}
BODY.homepage {
	margin: 0px;
	padding: 0px;
	background:#000 url(../../images/prime/bg-repeat.jpg) top left repeat-x;
	}
BODY.default {
	background:#000 url(../../images/prime/bg-content.jpg) top left repeat-x;
}
.clear { clear:both; }

.homepage #main-wrap {
	text-align: center;
	background:url(../../images/prime/people.png) no-repeat center top;
}
.default #main-wrap{
	background:url(../../images/prime/circles.gif) no-repeat 50% 119px;
}

/***************************************************
REUSABLE CLASSES
*/
.flash-msg, 
#wrapper .flash-msg {
	padding: 10px;
}

.flash-msg.error, 
#wrapper .flash-msg.error {
	border: 1px solid #9e4040;
	color: #fff;
	background:#6c2929 url(../../images/prime/flash_error_bg.gif) repeat-x;
}

.flash-msg.success, 
#wrapper .flash-msg.success {
	border: 1px solid #3d7e45;
	color: #fff;
	background: #4a6823 url(../../images/prime/flash_success_bg.gif) repeat-x;
}
.req {
    color: #B19347;
}

/*********************************************
	HEADINGS / LINKS / INPUTS
	*/
	
A {color:#be9e4c;; text-decoration:underline;}
A:hover {color:#be9e4c;; text-decoration:none;}
H2 {color:#fff;line-height:normal;}	
H3 {color:#be9e4c;}
H4 {color:#8d6360;font-size:110%; font-weight:bold;}
H5 {color:#be9e4c; }
H6 {color:#8d6360; }
blockquote { background:#333;padding:10px;border:1px solid #444; color:#fff; }
INPUT.text { 
	background:#fff url(../../images/prime/field-fade.gif) repeat-x top left; 
	padding:3px;
	border:1px solid #7d7d7d;
	width:200px;
}
INPUT.submit {
	background:#363310 url(../../images/prime/button-bg.gif) repeat-x bottom left; 
	padding:2px 10px;
	border:1px solid #656565;
	font-weight:bold;
	color:#fff;
}	
SMALL {
	font-size:80%;
}

TEXTAREA {
    font-size: 120%;
}

div.noscript { margin-top: 9em; }

/***************************************************
	WRAPPER
	 */
#wrapper {
	width:960px;
	text-align:left;
	font-size:140%;
	margin:0 auto;
	position:relative;
	}

/***************************************************
	HEADER
	*/
#header { /* NEW */
	height:170px;
	position:none;
	}
.default #header, .homepage #header, .videos #header {	
	height:525px;
	position:relative;
	}
#logo {
	position:absolute;
	left:0;
	top:33px;
	background:url(../../images/prime/logo.gif) no-repeat top left;
	width:218px;
	height:27px;
	text-indent:-999px;
}
#swirl {
	position:absolute;
	left:-90px;
	top:85px;
	width:259px;
	height:174px;
	background:url(../../images/prime/swirl.png) no-repeat top left;
}
#people {
	position:absolute;
	width:450px;
	right:20px;
	top:140px;
}
#people P {
	font-size:80%;
}
#people H2 {
	padding:10px 0 20px 0;
	font-size:200%;
	border-bottom:1px solid #393611;
	line-height:100%;
	font-family:georgia, arial, verdana;
}
#ad {
	font-size:80%;
	position:absolute;
}
#ad H2 {
	color:#be9e4c;
}
#ad {
	width:300px;
	bottom:114px;
	left:58px;
}
#facebook SPAN {
	float:left;
	display:block;
	margin:5px 10px 0 0;
}


/***************************************************
	NAVIGATION (TOP)
	*/
#topmenu {
	float:right;
	margin:32px 30px 0 0;
	position:relative;
}
#topmenu LI {
	list-style:none;
	float:left;
	margin-left:5px;
}
#topmenu LI A {
	color:#fff;
	display:block;
	padding:5px 15px;
	text-decoration:none;
}
#topmenu LI A.selected, 
#topmenu LI A:hover {
	background:url(../../images/prime/nav-bg.gif) repeat-x top left;
	border-bottom:1px solid #998960;
}


/* fly DOWN */
#topmenu  UL{
	padding:5px;
	top:56px; 
	position: absolute;
	z-index: 250;
	right:0;
	margin:0;
	padding:0;
	width:650px;
	}

#topmenu LI UL LI{
	border: none;
	margin: 5px 0 5px 15px;
	font-size:80%;
	font-weight:bold;
	float:right;
	}	
#topmenu LI UL A{
	padding: 5px 0 0 0;
	border: none;
	line-height: 1em;
	height: auto;
	display: inline;
	color:#fff;
	}
#topmenu LI UL A.selected {
	border:none;
}
#topmenu LI UL A:hover{
	border: none; 
	background:none;
	color:#fff;
	text-decoration:underline;
	}

/***************************************************
	POSTS (LI HOMEPAGE)
	*/

#posts UL {
	margin:0;
	padding:0;
}
#posts UL LI {
	float:left;
	list-style:none;
	background:url(../../images/prime/news-box.png) no-repeat top left;
	width:222px;
	height:167px;
	padding:40px 45px 0 45px;
}
#posts UL LI P {
	font-size:85%;
	height:50px;
    overflow: hidden;
}
#posts UL LI A {
	text-decoration:none;
}
#posts UL LI A:hover {
	text-decoration:underline;
}
#posts H3 {
	font-size:120%;
	font-weight:bold;
	margin:5px 0 10px 0;
}
#posts SMALL {
	font-weight:bold;
}

/***************************************************
	ITEMS (LI default)
	*/
#items UL {
	margin:0;
	padding:0;
}
#items UL LI {
	float:left;
	list-style:none;
	background:url(../../images/prime/swirl-li.gif) no-repeat top left;
	width:222px;
	height:167px;
	padding:40px 45px 0 45px;
}	
#items H3 {
	font-size:100%;
	font-weight:bold;
}
#items P {
	font-size:90%;
}

/***************************************************
	FLICKR STREAM
	*/
#media-bottom {
	margin:25px 0;
}
#media-bottom H3 {
	padding:0 0 10px 0;
	color:#fff;
	font-weight:bold;
}
#media-bottom p, #footer p {
	color:#767676;
	font-size:93%;
}
.leftcolumn {
	width:490px;
	float:left;
}
.rightcolumn {
	width:470px;
	float:left;
}
#flickr-wrap UL {
	margin:10px 0;
	padding:0;
}
#flickr-wrap UL LI {
	list-style:none;
	float:left;
	margin:0 10px 10px 0;
	background:url(../../images/prime/frame.gif) no-repeat top left;
	padding:12px;
}
#flickr-wrap UL LI A {
	display:block;
}
#flickr-wrap UL LI A:hover {

}

#flickr-photo-list li a {
    -moz-opacity:.30; filter:alpha(opacity=30); opacity:.30;
}

#flickr-photo-list li a:hover {
    -moz-opacity:1.0; filter:alpha(opacity=100); opacity:1.0;
}

/***************************************************
	VIDEO
	*/

#video-wrap {
	margin:10px 0 0 0;
}
#video {
	position:absolute;
	top:120px;
	left:50px;
}
#video-gallery { margin:0; padding:0; }
#video-gallery li {
	float:left;
	list-style:none;
	width:216px;
	margin:10px 5px 0 0;
}
h1#tagline.video-heading { margin-bottom:0; }
#video-gallery a.video-title{ 
	font-weight:bold; 
	font-size:110%; 
}
#video-gallery a.video-image { 
	display:block; 
	margin:10px 0;
	padding:0;
	border:1px solid #000;
}
#video-gallery a.video-image:hover {
	border:1px solid #BE9E4C;
}
#video-sidebar-list li {
	list-style:none;
	margin:10px 0;
}
#video-sidebar-list li a {
	border:1px solid #48140f;
	display:block;
}
#video-sidebar-list li a.selected {
	border:1px solid #B49749;
}

/***************************************************
	CONTENT (default)
	*/

H1#tagline, 
H2#tagline {
	font-family:georgia;
	text-transform:uppercase;
	color:white;
	font-size:380%;
	width:100%;
	line-height:120%;
	margin-bottom:0.4em;
}
H2#tagline EM {
	color:#be9e4c;
	font-style:normal;
}

H1#tagline SPAN, 
H2#tagline SPAN {
	display:block;
	font-size:50%;
	text-align:right;
	margin:8px 0;
}
#content {
	font-size:90%;
	line-height:145%;
	margin:60px 0 0 50px;
}
#content H3 {
	color:#bfbfbf;
}
#leftcolumn { 
	width:230px;
	float:left;
	padding:30px 30px 30px 0;
}
#rightcolumn {
	border-left:1px solid #2f2f2f;
	width:550px;
	float:left;
	padding:30px 20px 30px 40px;
}
.content_wide #rightcolumn {
	width:100%;
	float:none;
	border-left:none;
	padding:10px 0 0 0;
}
.widget H5 { font-size:150%; }
.widget.past-pub H5 {
	background: url(../../images/prime/red-bg.gif) repeat-x;
	height:23px;
	padding:7px 0 0 10px;
	border-bottom:1px solid #48140f;
	font-size:110%;
	color:#fff;
}
.widget.past-pub ul { 
	list-style:none; 
	margin:0 10px;
}
.widget.past-pub li.year {
	color:#b19347;
	font-weight:bold;
	font-size:130%;
}
.widget.past-pub li ul { 
	font-size:90%; 
	font-weight:normal; 
	margin:10px;
}
.widget.past-pub li ul li {
	padding:3px 0 3px 15px;
	background:url(../../images/prime/red-arrow.gif) no-repeat 0 50%;
}
.widget.past-pub ul li ul li a {
	color:#fff;
	text-decoration:none;
}

#content .widget.past-pub ul li ul li a.active, 
#content .widget.past-pub ul li ul li a:hover { text-decoration: underline;  }


/***************************************************
	PUBLICAN OF MONTH
	*/
#publicans-of-month-list {
	list-style:none;
	margin:20px 0;
	padding:0;
}
.publican-border {
	background:url(../../images/prime/pub-month-frame.gif) no-repeat top left;
	width:83px;
	height:83px;
	padding:5px 15px 5px 6px;
	float:left;
}
#publicans-of-month-list LI  { 
	border-bottom:1px solid #444;
	padding:20px 0;
}
#publicans-of-month-list LI H2 {
	color:#be9e4c;
	margin:0;
	padding:0;
}
#publicans-of-month-list LI H3 {
	color:#fff;
	margin:8px 0;
}
#publican-form { margin:30px 0 0 0; }
#publican-form H3 { color: #BE9E4C; margin:8px 0; padding:0; }
#nominator-info { float:left; width:250px; padding-left:10px; }
#employee-info { float:left; width:260px; margin-right:25px; border-right:1px solid #444; }
#employee-info TEXTAREA { width:210px; height: 100px; }
	
/***************************************************
	FOOTER
	*/

#footer {
	padding:30px 0 50px 0;
	margin:60px 0 0 50px;
}
BODY.homepage #wrapper #footer {
	margin:60px 0 0 0;
}
#footer a {
	color:#767676;
}
#footerleft {
	float:left;
	width:60%;
}
#footer form {
	float:right;
}


