/*
Theme Name: News & Events
Theme URI: http://cfcc.edu/blogs/news/
Description: A custom theme for the CFCC News And Events Blog
Version: 2.0
Author: Justin Floyd

*/

@charset "utf-8";
/* CSS Document */

body {
	background-color: #333333;
	margin: 0px;
	padding: 0px;
}

#quicklinks {
	padding: 0px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 50px;
}
	
#quicklinksnav {
	float: left;
	color: #fff;
	font-weight:bold;
	background-image: url(http://cfcc.edu/images/ray.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 625px;
	height: 40px;
	padding-top: 10px;
	margin: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#quicklinks ul {
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#quicklinks ul li {
	display: inline;
	list-style-type: none;
	color: #fff;
	float: left;
	margin-left: 0px;
	padding-left: 0px;
}

#quicklinks ul li a {
	color: #fff;
	font-weight:bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#quicklinks ul li a:hover { 
	color: #000;
	background-color: #eee;
	font-weight:bold;
	text-decoration: none;
}

#search {
	float: right;
	margin: 0;
	padding-top: 20px;
	height: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.goButton {
	vertical-align: middle;
}

.goButton a:active {
	background: url(http://cfcc.edu/images/goPress.gif);
	vertical-align: middle;
}

.searchField {
	vertical-align: middle;
}

.searchLabel { display: none;}

#wrapper {
	width: 946px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	clear: both;
	height: auto;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
/*-------------------------------------------
This is styling for the header and navigation
--------------------------------------------*/
#header {
	background-image: url(http://cfcc.edu/blogs/wp-content/themes/CFCCNewsEvents/images/headerbg.jpg);
	background-position: center center;
	height: 88px;
	width: 886px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 25px;
	padding-right: 30px;
	padding-bottom: 35px;
	padding-left: 30px;
}
#header h1 {
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 65px;
	font-variant: small-caps;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
#header h2 {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	color: #FFF;
	font-weight: normal;
	font-size: 26px;
}
#header a {
	color: #FFF;
	text-decoration: none;
}
#nav {
	background-color: #222;
	margin: 0px;
	height: 56px;
	width: 926px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#nav li {
	margin-bottom: 3px;
}
ul#subnav {
	margin: 0px;
	float: left;
	width: 160px;
	list-style-image: url(http://cfcc.edu/images/icons/carrot.jpg);
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
ul#subnav li a{
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
ul#subnav li a:hover{
	text-decoration: underline;
}
/*-------------------------------------------
This is styling for the main content area
--------------------------------------------*/
#main {
	background-image: url(http://cfcc.edu/blogs/wp-content/themes/CFCCNewsEvents/images/wrapperbg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 946px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
#content {
	margin: 0px;
	padding: 15px;
	float: left;
	height: auto;
	width: 476px;
}
#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 20px;
	font-size: 12px;
	width: auto;
}
#content a {
	color: #21428f;
	text-decoration: none;
}
#content a:hover {
	color: #666;
	text-decoration:none;
}
.postinfo {
	font-size: 16px;
	color: #999;
}
.post-content {
	font-size: 12px;
	color: #000;
	}
.post-commented {
	font-size: 16px;
	color: #999;
	padding-bottom: 5px;
}
/*-------------------------------------------
This is styling for the category,single,page and archive content area
--------------------------------------------*/
#intmain {
	background-image: url(http://cfcc.edu/blogs/wp-content/themes/CFCCNewsEvents/images/wrapperbg2.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 946px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
#intcontent {
	background-color:#FFF;
	margin: 0px;
	float: left;
	height: auto;
	width: 696px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#intcontent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#intcontent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#intcontent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#intcontent p {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 20px;
	font-size: 12px;
	width: auto;
}
#intcontent a {
	color: #21428f;
	text-decoration: none;
}
#intcontent a:hover {
	color: #666;
	text-decoration:none;
}
.wp-caption-text {
	color: #333;
	font-weight:bold;
	padding-right: 10px;
}
/*-------------------------------------------
This is styling for the sidebars
--------------------------------------------*/
#sidebar {
	margin: 0px;
	padding: 15px;
	float: left;
	width: 190px;
	height: 100%;
}
#sidebar h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	color: #333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
#sidebar h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	color: #333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
#sidebar h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	color: #333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	font-size: 22px;
	font-weight: bold;
}
#sidebar h1 a {
	color: #333;
	text-decoration: none;
}
#sidebar h2 a {
	color: #333;
	text-decoration: none;
}
#sidebar h3 a {
	color: #333;
	text-decoration: none;
}
#sidebar p {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#sidebar a {
    color: #21428f;
	text-decoration: none;
}
#sidebar a:hover {
	color: #666;
	text-decoration: none;
}
#sidebar ul {
	margin: 0px;
	list-style-type:none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#sidebar li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-top: 5px;
	padding-bottom: 5px;
}
#sidebar2 {
	margin: 0px;
	padding: 15px;
	float: left;
	height: 100%;
	width: 190px;
}
#sidebar2 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	color: #333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
#sidebar2 h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	color: #333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
#sidebar2 h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	color: #333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	font-size: 22px;
	font-weight: bold;
}
#sidebar2 h1 a {
	color: #333;
	text-decoration: none;
}
#sidebar2 h2 a {
	color: #333;
	text-decoration: none;
}
#sidebar2 h3 a {
	color: #333;
	text-decoration: none;
}
#sidebar2 p {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#sidebar2 a {
	color: #21428f;
	text-decoration: none;
}
#sidebar2 a:hover {
	color: #666;
	text-decoration: none;
}
#sidebar2 ul {
	margin: 0px;
	list-style-type:none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#sidebar2 li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-top: 5px;
	padding-bottom: 5px;
}
/*-------------------------------------------
This is styling for the footer
--------------------------------------------*/
#footer {
	position: relative;
	margin-top: 1px;
	width: 950px;
	padding: 0px;
	text-align: left;
	color: #fff;
	background-color: #000000;
	clear: both;
	height: 55px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#footer p {
	font-size: 9px;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.footerimg {
	display: block;
	padding-right: 10px;
	float: right;
	border: 0px;
	}
#footercol1 {
	width: auto;
	float: left;
	padding: 8px;
}
#footercol2 {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFF;
	width: 32%;
	margin: 5px;
	float: left;
}
#footercol3 {
	float: right;
	width: 30%;
	height: auto;
	padding: 12px;
}
#footer a {
	color: #7490D2;
	text-decoration: underline;
}
#footer a:link {
	color: #7490D2;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFF;
	text-decoration: none;
}
/*-------------------------------------------
This is styling for the single.php post navigation (previous/next)
--------------------------------------------*/
.alignleft h3 {
	float:left;
}
.alignleft {
	float:left;
	text-align:left;
}
.alignleft a {
	padding: 0px;
	float: left;
}
.alignleft a:hover {
}
.alignright h3 {
	float:right;
}
.alignright {
	float:right;
	text-align:right;
}
.alignright a {
	padding: 8px;
	float: right;
}
.alignright a:hover {
} 
.buttonalignleft h3 {
	float:left;
}
.buttonalignleft {
	float:left;
	text-align:left;
	max-width: 45%;
}
.buttonalignleft a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #21428f;
	padding: 5px;
	float: left;
}
.buttonalignleft a:hover {
	color: #FFF;
	background-color: #777777;
}
.buttonalignright h3 {
	float:right;
}
.buttonalignright {
	float:right;
	text-align:right;
	max-width: 45%;
}
.buttonalignright a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #21428f;
	padding: 5px;
	float: right;
}
.buttonalignright a:hover {
	color: #FFF;
	background-color: #777777;
}


#navigation {
	margin: 0px;
	clear: both;
	width: 100%;
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	height: auto;
}
#navigation a {
	color:#FFF;
}
#navigation a:hover {
	color:#FFF;
}
