/*  CCU Blog CSS  */


/* Modify existing website CSS */


#title {
	padding-top: 22px;
	margin-left: 0;
	clear: left;
}

#title h2 {
	font: bold 24px arial;
	line-height: 24px;
}

#title h2 a,
#title h2 a:visited {
	border: 0;
}


#description {
	float: left;
	padding-top: 2px;
	margin-left: 0;
	height: 24px;
	width: 460px;
	clear: left;
}

#description p {
	font: normal 12px arial;
	line-height: 20px;
	letter-spacing: 0;
}
li a, 
li a:visited, 
li a:hover {
	border: 0;
}

/* social icons */
#socialLeft { 
	position: absolute ; 
	top: 35px ; 
	left: 490px ;
	height: 80px; 
	width: 210px; 
	background: transparent;
}

#socialRight { 
	position: absolute ; 
	top: 35px ; 
	left: 685px ;
	height: 80px; 
	width: 250px; 
	background: transparent;
}


#top .social {
	display: block;
	float: none; 
	font-size: 13px;
	height: 24px;
	line-height: 24px;
	background-position: left top;
	border: 0;
	margin: 0 0 10px 0;
	overflow: hidden;
	padding: 0 0 0 32px;
	color: #333;
}

#top .social.facebook {
	background: url(images/social-facebook-large.gif) no-repeat;
}
#top .social.twitter  {
	background: url(images/social-twitter-large.gif) no-repeat;
}
#top .social.youtube {
	background: url(images/social-youtube-large.gif) no-repeat;
}
#top .social.rss {
	background: url(images/social-rss-large.gif) no-repeat;
}

#top .social:hover {
	border: 0;
	color: #df7822;
}

/* Newsletter Signup */

#signup {
	position: absolute;
	top: 22px;
	right: 10px;
	width: 255px;
	height: 76px;
	background: url(images/bg-newsletter.gif) no-repeat left bottom;
}

#signup .formField {
	position: absolute;
	bottom: 1px;
	left: 6px;
	border: 0;
	padding: 6px 7px;
	width: 140px;
	background: transparent;
	line-height: 20px;
	margin-top: 0;
}

#signup .formField:focus {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}


#signup h2 {
	font: bold 18px arial;
	line-height: 24px;
	margin: 0 0 8px 10px;;
}

#buttonSignup,
#buttonSignup:visited {
	position: absolute;
	bottom: 6px;
	right: 6px;
	display: block; 
	width: 92px;
	height: 30px;
	line-height: 30px;
	font-size: 0px;
	text-indent: -5000px;
	background: url(images/button-signup.gif) left top;
	padding: 0;
	border: 0;
	margin: 0;
}


#buttonSignup:hover {
	text-decoration: none ;
	background-position: 0px -40px;
	border: 0;
	cursor: pointer;
}

/* Welcome Video */

#welcomeVideo {
	margin-bottom: 30px;
}

/* Search Form */

#searchForm {
	width: 255px;
	height: 40px;
	background: url(images/bg-search.gif) no-repeat left top;
	margin-bottom: 30px;
}

#searchForm .formField {
	float: none;
	margin: 6px 0 0 29px;
	border: 0;
	padding: 6px 7px;
	width: 141px;
	background: transparent;
	line-height: 20px;
}

#searchForm .formField:focus {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}


#searchsubmit,
#searchsubmit:visited {
	float: right;
	margin: 5px 6px 0 0;
	display: block; 
	width: 63px;
	height: 30px;
	line-height: 30px;
	font-size: 0px;
	text-indent: -5000px;
	background: url(images/button-search.gif) left top;
	padding: 0;
	border: 0;
}

* html #searchsubmit,
* html #searchsubmit:visited {
	margin-right: 0;
	right: -10px;
}


#searchsubmit:hover {
	text-decoration: none ;
	background-position: 0px -40px;
	border: 0;
	cursor: pointer;
}

#buttonSubmit,
#buttonSubmit:visited {
	display: block; 
	width: 62px;
	height: 30px;
	line-height: 30px;
	font-size: 0px;
	text-indent: -5000px;
	background: url(images/button-submit.gif) left top;
	padding: 0;
	border: 0;
}


#buttonSubmit:hover {
	text-decoration: none ;
	background-position: 0px -40px;
	border: 0;
	cursor: pointer;
}

/* Top navigation rollovers */

ul#catNav { 
	position: absolute;
	left: 0;
	bottom: 0;
	height: 38px;
	margin: 0 ; 
	padding: 0 ; 
	letter-spacing: 0 ; 
	list-style-type: none ;
}

ul#catNav li { 
	float: left;
	font: normal 13px arial ; 
	color: #fff ; 
	text-decoration: none ; 
	margin: 0 0 0 -1px;
	padding: 0;
	border-bottom: 0;
	display: inline;
	height: 44px
	line-height: 44px;
	background: url(images/mainNav-bgLeft.gif) no-repeat 0 -90px;
}

ul#catNav li a, 
ul#catNav li a:visited {
	display: block; 
	font: normal 13px arial ; 
	color: #fff ; 
	text-decoration: none ; 
	margin: 0 ;
	padding: 14px 0 10px 6px;
	height: 38px
	line-height: 38px;
	border-bottom: 0;
	background: url(images/mainNav-bgLeft.gif) no-repeat 0 -90px;
}

ul#catNav li a:hover {
	color: #df7822 ; 
	text-decoration: none ;
	border-bottom: 0;
	background-position: left 1px;
}

ul#catNav li a.current, 
ul#catNav li a.current:visited {
	color: #df7822 ; 
	font-weight: bold;
	text-decoration: none ;
	border-bottom: 0;
	background: url(images/mainNav-bgLeft.gif) no-repeat 0 -45px;
}

ul#catNav li a.current:hover {
	color: #fff ; 
	text-decoration: none ;
	border-bottom: 0;
	background-position: left 1px;
}

ul#catNav li a.current, 
ul#catNav li a.current span {
	color: #136989 ; 
}

ul#catNav li a span {
	padding: 14px 20px 10px 14px;
	background: url(images/mainNav-bgRight.gif) no-repeat right -90px;
}

ul#catNav li a:hover span {
	background-position: right 1px;
	color: #fff;
}

ul#catNav li a.current span {
	background: url(images/mainNav-bgRight.gif) no-repeat right -45px;
}

ul#catNav li a.current:hover span {
	color: #fff ; 
	background-position: right 1px;	
}



/*#mainNav { 
position: absolute ; 
top: 7px ; 
left: 8px ; 
}

ul.topNav li { 
margin: 0px 15px 0px 0px ;
}*/

#testDrive.blog {
	margin: 0 0 30px 0;
}

#fbPromo.blog {
	margin: 0 0 40px 0;
}

#fbPromo.blog a,
#fbPromo.blog a:visited,
#fbPromo.blog img {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}


.guestBlogger {
	margin: 0 0 30px 0;
}

.guestBlogger a, 
.guestBlogger img {
	border: 0;
}

#bodyLeft, #bodyRight {
float: left;
width: 625px;
margin: 30px 40px 0px 0px;
padding-bottom: 30px;
overflow: hidden;
}

#bodyRight {
width: 275px;
margin-right: 0px;
}

#homeNav p {
	background: transparent;
	padding: 0;
	margin: 0px 10px 0px 0px;
	font-weight: normal;
	border-right: 0;
}

.bullet {
clear: left;
}

.box{
border-bottom: 1px solid #dfdfdf;
}

.box .content {
	margin-bottom: 18px;
}

.box li {
	margin-bottom: 12px;
}

/* Blog specific classes */

.blogPost {
	clear: both;
	padding-bottom: 0;
}

.blogPost .bullet h2 {
	margin: 0 0 18px 0;
	line-height: 30px;
}

.blogPost .bullet h1 {
	font: normal 30px arial;
	letter-spacing: 0;
	color: #000;
	margin: 0 0 10px 0;
	line-height: 30px;
}

.blogPost .bullet h2 a, 
.blogPost .bullet h2 a:visited {
	line-height: 30px;
	border: 0;
	color: #000;
}

.blogPost .bullet h2 a:hover {
	border: 0;
	color: #df7822;
}


.blogPost a.more-link {
	display: none;
}

#buttonContinue,
#buttonContinue:visited {
	float: left;
	margin-right: 20px;
	clear: none;
}

.clearFloat{
	clear: both;
	height: 0px; 
	line-height: 0px;
	font-size: 0px;
	text-indent: -5000px;
}


.dateBox {
	width: 120px;
	height: 30px;
	float: left;
	clear: left;
	border-top: 1px solid #dfdfdf;
	margin-right: 20px;
	margin-bottom: 25px;

}

.dateBox .month {
	margin-top: 1px;
	display: inline;
	background: #f5f0e8;
	color: #df7822;
	padding: 7px 10px;
	line-height: 29px;
}


.postInfo {
	height: 30px;
	width: 340px;
	border-top: 1px solid #dfdfdf;
	float: left;
	clear: none;
	margin: 0;
}

.postInfo.wide {
	margin-left: 0; 
	padding-left: 0;
	width: 480px;
}


.blogPost p {

}

.blogPost p a, .blogPost p a:visited {
	font: normal 12px arial;
}

.postInfo .posted {
	margin: 8px 0px 0px 10px;
}

.postInfo.wide .posted {
	margin: 8px 0px 0px 0;
}

.postInfo .comments {
	display: inline;
	float: right;
	margin: 8px 10px 0px 0px;
}

blockquote {
	width: 498px;
	margin: 0px 0px 18px 20px;
	padding: 18px 20px 1px 20px;
	border-left: 1px solid #dfdfdf;
	background: #f9f6f0 url(images/blockquote-bg.gif) repeat-y top left;
	clear: both;
	font: normal 14px arial;
	line-height: 22px;
}

.blogPost .postBox {
	clear: left;
}


.blogPost .postBox a, 
.blogPost .postBox a:visited  {
	font: bold 12px arial;
}


form {
	margin: 0;
}

.formField {
	background: url(images/blog-formBg.gif) no-repeat top left;
	width: 285px;
	height: 23px;
	border: 0px;
	padding: 6px 8px 1px 8px;
	font: normal 12px arial;
	color: #333;
	margin-bottom: 5px;
	clear: both;
}

.formFieldBox {
	background: url(images/blog-formBgBox.gif) no-repeat top left;
	width: 436px;
	height: 144px;
	border: 0px;
	padding: 6px 8px 1px 8px;
	font: normal 12px arial;
	color: #333;
	margin-bottom: 5px;
	clear: both;
}


.formField {
	width: 285px;
	height: 16px;
	font: normal 12px arial;
	padding: 7px 8px;
	clear: both;
	margin: 1px 0 5px 0;
	border: 1px solid #dfdfdf;
	background: #fff;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.formFieldBox {
	width: 520px;
	display: block;
	font: normal 12px arial;
	padding: 7px 8px;
	clear: both;
	margin: 1px 0 5px 0;
	border: 1px solid #dfdfdf;
	background: #fff;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.formField:focus,
.formFieldBox:focus {
	border-color: #bbb;

	-moz-box-shadow: 2px 2px 8px rgba(0,0,0,0.08);
	-webkit-box-shadow: 2px 2px 8px rgba(0,0,0,0.08);
	box-shadow: 2px 2px 8px rgba(0,0,0,0.08);
}

a.image, #subscribe a.image:visited, #subscribe a.image:hover {
	border: 0px;
}

.authorName {
	font: italic 12px arial;
	color: #a01f1f ; 
	font-weight: bold;
}

#comments {
	display: inline-block;
	clear: both;
}

#comments .dateBox {
	width: 200px;
	clear: none;
	margin-left: 20px;
	margin-right: 0;
}

#comments .postInfo.wide {
	width: 390px;
}

#comments .postInfo .posted {
	margin: 8px 0px 0px 10px;
}


#comments blockquote {
	width: auto;
	margin: 0 0 0 0;
	padding: 10px 10px 1px 10px;
	border-left: 0;
	background: transparent;
	clear: both;
	font-style: normal;
}


#comments h2 {
	padding-top: 20px;
	border-top: 1px solid #e1e1e1;
	display: block;
}


#comments ul, #comments li {
	margin: 0;
	padding: 0;
	background: transparent;
}

#comments li {
	margin: 0;
	padding: 0;
	background: transparent;
}



#comments .postInfo .posted a, #comments .postInfo .posted a:visited, #comments .postInfo .posted a:hover {
	font: italic 14px arial;
	font-weight: bold;
}

.formLabel {
	margin: 10px 0 0 2px;
	clear: both;
}

.formLabel span, span.smallCaps {
	font: bold 10px arial;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #777;
}

#navigation {
	color: #666;
	background: #f0f6f8;
	padding: 5px 10px 5px 10px;
	clear: both;
	margin: 10px 0px 0px 0px;
	border-top: 1px solid #d5e6ed;
	height: 20px;
}

#navigation.top {
	margin: 0px 0px 20px 0px;
	padding: 5px 10px 5px 10px;
	border: 0;
	border-bottom: 1px solid #d5e6ed;
	width: 140px;
	float: right;
}

#navigation a, #navigation a:visited {
	font-weight: bold;
}

#navigation.top div {
	display: block;
}

#navigation .left {
	float: none;
	width: 250px;
}

#navigation .right {
	width: 250px;
	float: right;
	text-align: right;
}

img.tag {
	float: left;
	margin: 0px 15px 0px 0px;
}

h2.archives {
	color: #136989 ;	
	margin: 2px 0px 30px 0px;
}

.alignleft {
	float: left;
	margin: 0 20px 15px 0;
	border: 0;
}


/* for  AddThis */

.addthis_toolbox  {
	margin-bottom: 20px;
}

.addthis_toolbox a {
	border: 0;
}
