/*
Theme Name: Edmond-Blue
Theme URI: http://ithemes.com/purchase/edmond
Author: iThemes
Author URI: http://ithemes.com/
Version: 1.1.20
Description: Edmond is a slick business, CMS theme for WordPress.

Copyright (c) iThemes.com.
See license.txt for terms and conditions.

See history.txt for version history.
*/
@import url(reset.css);

/* This is where you set many of the universal defaults */
body { 
	background: #000 url(images/bodybg02.jpg) repeat-x;
	color: #282828;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-size: 13px;
	line-height: 18px;
	margin: 0; padding: 0;
}

/*********************************************
		Universal Link Styles
*********************************************/
a, a:link, a:visited, a:active, {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #0000FF; 
	text-decoration: underline; 
}

/*********************************************
		Universal Text Elements
*********************************************/
ol, ul { margin: 0 35px; padding: 0; }
ol { list-style-type: decimal; }
ul { list-style-type: square; }
b, strong { font-weight: bold; }
i, em { font-style: italic; }
p { margin: 0; padding: 10px 0; }
img { border: 0; background: none; }
blockquote {
	border-left: 3px solid #9A9369;
	color:#333;
	font-size:14px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin: 10px; padding: 0 10px;
	line-height:20px;
}

blockquote a:link, blockquote a:visited, blockquote a:active {
	color: #2669a7;
	text-decoration: none;
}
blockquote a:hover {
	color: #2669a7; 
	text-decoration: underline; 
}
code { /* inline code */
	font-family: Monaco, Console, "Courier New", Courier, monospace !important;
	background: #ddd;
	overflow: auto;
}
pre { /* code blocks */
	font-family: Monaco, Console, "Courier New", Courier, monospace !important;
	margin: 10px 0; padding: 10px;
	background: #ddd;
	overflow: auto;
}
.alert {
	margin: 5px 0 0 0; padding: 10px;
	/* same colors that the WP admin uses for alert box */
	background: #ffffe0;
	border: 1px solid #e6db55;
}
.alert a {
	color: #cc0000;
	text-decoration: none;
}
.alert a:hover {
	color: #cc0000;
	text-decoration: underline;
}

.required {color: #FF0000;}

/*********************************************
		Heading Styles
*********************************************/
/* Use this for universal styles for all header elements */
h1,h2,h3,h4,h5,h6 {
	font-family: "Myriad Pro", Trebuchet, "Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
	font-size: 200%;
	line-height: 1.2;
	color: #000;
	margin: 0; padding: 0;
}

/* Post Titles */
h1, h3 {
	font-size: 24px;
	line-height:24px;
	color:#1565AD;
	letter-spacing:1px;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-bottom:1px dotted #9A9369;
	
}
h3 a, h3 a:visited, h3 a:active {color:#4C4D2A;
}
h3 a:hover {color:#4C4D2A;
	text-decoration: underline;
}

/* Sub-Headings in Posts */
h2 {
	color: #555;
	font-weight: bold;
	font-size: 150%;
	padding: 10px 0;
}

/* Comment/Respond Titles */
h4 {
	margin: 0 0 15px 0;
}

/* Widget Titles */
h5 {
	background: #0B5CA6 url(images/sidebar-title-bg.jpg) top center no-repeat;
	font-size: 18px;
	font-family: "Myriad Pro", Trebuchet, "Trebuchet MS", Arial, sans-serif;
	color: #fff;
	text-align: center;
	margin: 0 0 10px 0; padding: 8px 0;
}

/* Archive/Search Title */
h6 {
	font-size: 170%;
	margin: 0; padding: 20px 0 0 0;
}

/*********************************************
		The Obligatory WP Styles
*********************************************/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
}
.alignright {
   float: right;
}
img.alignleft {
	margin: 0px 8px 8px 0px;
}
img.alignright {
	margin: 0px 0px 8px 8px;
}
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   padding: 0 4px 5px;
   margin: 0;
}
.clearfix {
	clear: both;
}

/*********************************************
		Header Styles
*********************************************/
#header {height: 180px; text-align: center;}
#header .wrap {
	width: 100%;
	height:168px;
	margin: 0 auto; padding: 0;
	text-align: left;}

#header .left {width:340px; height:123px; float:left;}

#header .right {width:600px; height:123px; float:right;}
#header .right .login {text-align:right; color:#FFF; font-size:18px; font-family: "Myriad Pro", Trebuchet, Arial, sans-serif; padding:8px 90px 0 0; letter-spacing:1px;}
#header .right .login a:link, a:active, a:visited {color:#FFF; text-decoration:none;}
#header .right .login a:hover {color:#9BCF00; text-decoration:none;}

#header .right .title {overflow: hidden;
	font-size: 24px;
	color:#565656;
	font-family: "Myriad Pro", Trebuchet, Arial, sans-serif;
	margin: 0 auto; padding:60px 0 0 150px;
	font-weight:bold;
}
#title a {
	color: #565656;
	text-decoration: none;
}
#title a:hover {
	text-decoration: underline;
}
#cust_back {
	margin: 0 auto;
}

/*********************************************
	Search Form Styles
*********************************************/
#search {
	width:180px;
	height:50px;
	float: left;
	padding:0;
	background: url(images/searchbg01.png) top left no-repeat;
}



#searchform {
	width:180px;
	float:left;
	padding:0;
	margin:0;
}
#searchform #searchfield {
	font-family: arial,helvetica,sans-serif;
	font-size:12px;
	color:#565656;
	float:left;
	padding:3px 0 0 9px;
	width:141px;
	height:22px;
	margin: 10px 0 0 0;
	border:0;
		background:transparent;
}
#searchform #submitbutton {
	margin: 10px 0 0;
	float:right;
	font-size:8pt;
	width:26px;
	height:30px;
	text-align:center;
	border:0;
	text-indent:-10000em;
	background: transparent;
	border:0;
}


/*********************************************
Horizontal Navigaion Styles (with dropdowns)
*********************************************/
#menu {
	margin: 0 auto; padding: 0;
	height:33px;
	width: 100%;
	font-size: 12px; text-transform: uppercase;
}
#menu ul {
	list-style: none;
	width: 960px;
	height:33px;
	margin: 0 auto; padding: 0;
	overflow: hidden;
	margin:13px 0 0 3px;
}
#menu li {
	float: left;
	list-style: none;
	margin: 0; padding: 0 2px;
}
#menu li a {
	color: #fff;
	display: block;
	font-weight: 800;
    margin: 0; padding: 7px 8px;
	text-decoration: none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}
#menu li.current_page_item a,
#menu li a:hover {
	color: #fff;
	background: #2D6FAA;}
 
/* second level stuff */
#menu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 190px;
	margin: 0; padding: 0;
	border-top: 1px solid #becede;
	
}
#menu li li {
	padding: 0;
	font-size:11px;
}
#menu li li a {
	width: 168px;
	float: none;
	margin: 0px;
	padding: 5px 10px;
	border: 1px solid #becede;
	border-top: none;
	background: #204B72;
	color: #FFF;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	
}
#menu li li a:hover {
	padding: 5px 10px;
	background: #265d8e;
	color: #FFF;
}
#menu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 190px;
	margin: 0; padding: 0;
}
#menu li ul ul {
	margin: -37px 0 0 189px;
}
#menu li:hover ul ul,
#menu li:hover ul ul ul,
#menu li.sfhover ul ul,
#menu li.sfhover ul ul ul {
	left: -999em;
}
#menu li:hover ul,
#menu li li:hover ul,
#menu li li li:hover ul,
#menu li.sfhover ul,
#menu li li.sfhover ul,
#menu li li li.sfhover ul {
	left: auto;
}
#menu li:hover,
#menu li.sfhover { 
	position: static;
}

/*********************************************
		Feature Content Styles
*********************************************/
#feature {
	clear: both;
	
	font-size: 13px;
}
#feature .wrap {
	width: 940px;
	margin: 0 auto;
	background:#FFF url(images/featuredbg01.jpg) repeat-x;
	padding:0 10px;
	border-left:1px solid #858261; 
	border-right:1px solid #858261; 
	border-bottom:5px solid #858261; 
}

#feature #feature-text {
	width: 440px;
	float: left;
	padding: 20px 20px 0 10px;
}
#feature #rotator-wrapper { background:	#fff;
	margin: 20px 0;
	float: right; margin-right:10px;
	padding:8px; border: 1px solid #666;
}

/*********************************************
		Container / Wrap Styles
*********************************************/
#container {
	clear: both;
	
	margin: 0;
}
#container .wrap {
	width: 940px;
	margin: 0 auto; padding: 10px;
	background: #fff ;
	border:1px solid #858261; border-top:none; border-bottom:none;
}

/*********************************************
		Content Styles
*********************************************/
#content {
	width: 630px; float: left;
	margin: 0; padding: 0 20px;
	border-right:1px dotted #9A9369;
}

#content .fullwidth{
	width: 920px; float: left;
	margin: 0; padding: 0 20px;
	}
#content .post,
#content .page {
	clear: both;
	margin: 0; padding: 10px 0;
	border-bottom: 1px solid #c7baad;
}

#content a:link, #content a:visited, #content a:active {
	color: #2669a7;
	text-decoration: none;
}
#content a:hover {
	color: #2669a7; 
	text-decoration: underline; 
}

#content table {}
#content table tr {}
				
#content table td { vertical-align:top;}


.single #content .post,
.page #content .page {
	border: none;
}

#content .byline {
	margin: 5px 0; padding: 0; float:left;
	
}

#content .postcontent h1,
#content .postcontent h2,
#content .postcontent h3,
#content .postcontent h4,
#content .postcontent h5,
#content .postcontent h6 {
	background: none;
	font-family: "Myriad Pro", Trebuchet, "Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
	font-size: 200%;
	line-height: 1.2;
	text-align: left;
	color: #000;
	margin: 0; padding: 0 0 8px 0;
}
#content .postcontent h1 {
	font-size: 200%;
	color:#204B72;
}
#content .postcontent h2 {
	font-size: 190%;
}
#content .postcontent h3 {
	font-size: 20px;
	line-height:18px;
	color:#938C62;
	letter-spacing:1px;
	font-family:Georgia, "Times New Roman", Times, serif;
	
}
#content .postcontent h4 {
	font-size: 14px; font-weight:bold; font-family:Georgia, "Times New Roman", Times, serif;  color:#1565AD; margin:10px 0; padding:0;
}
#content .postcontent h5 {
	font-size: 160%;
}
#content .postcontent h6 {
	font-size:10px; text-align:right; font-weight:normal; color:#282828; margin-top:10px;
}

a.more-link {color:#000;
}

.meta-bottom {
	overflow: auto;
}
.meta-bottom a {
}
.postnav {
	clear: both;
	margin: 0; padding: 30px 0;
	overflow: auto;
}

/*********************************************
		Sidebar Styles
*********************************************/
#sidebar {
	width: 260px; float: right;
}
#sidebar .widget {
	background: #fafcfe;
	border: 1px solid #bcc6d1;
	margin: 10px 0; padding: 0 0 10px 0;
}
#sidebar .widget .widget-inside {
	padding: 0 10px;
}


#auctionIcons {width:250px; background: #fafcfe;
	border: 1px solid #bcc6d1;}
#auctionIcons .title {background: #0B5CA6 url(images/sidebar-title-bg.jpg) top center no-repeat;
	font-size: 18px;
	font-family: "Myriad Pro", Trebuchet, "Trebuchet MS", Arial, sans-serif;
	color: #fff;
	text-align: center;
	margin: 0 0 10px 0; padding: 8px 0;}
#auctionIcons .re {width:100px; float:left; height:83px; padding:0 10px;}
#auctionIcons .re a{background:url(http://www.southcarolinaauctioneers.org/images/a-realestate.png) no-repeat; display:block;}
#auctionIcons .re a:hover {background-position:0px -83px;}
#auctionIcons .indus {width:100px; float:left; height:83px; padding:0 10px;}
#auctionIcons .indus a{background:url(http://www.southcarolinaauctioneers.org/images/a-industrial.png) no-repeat; display:block;}
#auctionIcons .indus a:hover {background-position:0px -83px;}
#auctionIcons .business {width:100px; float:left; height:83px;   padding:0 10px;}
#auctionIcons .business a{background:url(http://www.southcarolinaauctioneers.org/images/a-business.png) no-repeat; display:block;}
#auctionIcons .business a:hover {background-position:0px -83px;}
#auctionIcons .benefit {width:100px; float:left; height:83px;   padding:0 10px;}
#auctionIcons .benefit a{background:url(http://www.southcarolinaauctioneers.org/images/a-benefit.png) no-repeat; display:block;}
#auctionIcons .benefit a:hover {background-position:0px -83px;}
#auctionIcons .estate {width:100px; float:left; height:83px; margin-left:50px; padding:0 20px;}
#auctionIcons .estate a{background:url(http://www.southcarolinaauctioneers.org/images/a-estate.png) no-repeat; display:block;}
#auctionIcons .estate a:hover {background-position:0px -83px;}
#auctionIcons .row1 {font:11px Tahoma, Geneva, sans-serif; font-weight:bold; color:#000; padding-left:30px; text-align:left; margin-bottom:10px;}
#auctionIcons .row1 a {color:#282828; text-decoration:none;}
#auctionIcons .row1 a:hover{color:#1565AD; text-decoration:none;}
#auctionIcons .bottom {margin-top:10px;}






/* Sidebar links */
#sidebar a {
	color: #282828;
	text-decoration: none;
}
#sidebar a:hover {
	color: #2669a7; 
	text-decoration: underline; 
}

/* Sidebar lists */
#sidebar ol, #sidebar ul { 
	margin: 0 15px; padding: 0; font-size:12px; font-family:Tahoma, Geneva, sans-serif;
}
/* Sidebar paragraphs */
#sidebar p {
	padding: 10px 0;
	font-size:12px; font-family:Tahoma, Geneva, sans-serif;
}

/*********************************************
		Comments Styles
*********************************************/
#comments {
	clear: both;
	margin: 0; padding: 20px 0;
	line-height: 1.8;
}
#comments ol.commentlist {
	list-style-type: none;
	margin: 0; padding: 0;
	border-bottom: 1px solid #bbb;
}
#comments li.trackback,
#comments li.pingback,
#comments li.comment {
	clear: both;
	border-top: 1px solid #bbb;
	margin: 0; padding: 10px 0 10px 10px;
}
#comments li.comment .avatar {
	float: right;
	padding: 3px;
	border: 1px solid #bbb;
}
#comments ol ul {
	list-style-type: none;
	border-bottom: 1px solid #bbb;
	margin: 10px 0 0 35px;
}
 
#respond {
	clear: both;
	margin: 0; padding: 20px 0;
}
#respond form {
	display: block;
	padding: 0;
}
#respond .commentinput {
	padding: 5px 0;
}
#respond input {
	width: 40%;
	padding: 6px;
	border: 1px solid #bbb;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	background: #FFF;
}
#respond input:focus {
	background: #EEE;
}
#respond .req {
	color: #dd0000;
}
#respond textarea {
	margin: 10px 0 0 0; padding: 2%;
	width: 95%; height: 200px;
}
#respond .allowedtags {
	width: 95%;
	background: #ddd;
	margin: 0 0 10px 0; padding: 2%;
	border: 1px solid #ddd;
}
#respond #submit {
	cursor: pointer;
}
#ithemes-contact-page-name,
#ithemes-contact-page-website,
#ithemes-contact-page-email,
#ithemes-contact-page-form textarea {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 17px;
}
#commentform textarea,
#commentform input {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 17px;
}

/*********************************************
		Bottom Styles
*********************************************/
#bottom {
	clear: both;
	background: #323232 url(images/footerwrap01.png) top center no-repeat;
	color: #FFF;
}
#bottom .wrap {
	width: 960px;
	margin: 0 auto;

	color: #FFF;
}

#bottom a {
	color: #FFF;
	text-decoration: none;
}
#bottom a:hover {
	color: #FFF;
	text-decoration: underline;
}

#bottom h5 {
	background:none;
	color: #FFF;
}
#bottom .widget {
	margin: 0; padding: 1px 0 10px 40px;}
	
#bottom .widget h5 {
	font-size: 18px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #fff;
	text-align: center;
	margin: 0 0 10px 0; padding: 8px 18px 8px 0;
}	

#bottom #bottomleft,
#bottom #bottommiddle,
#bottom #bottomright {
	width: 264px; float: left;
	margin:0; padding: 0 18px;
}

#bottommiddle h5 {
	font-size: 18px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #fff;
	text-align: center;
	margin: 0 0 10px 0; padding: 8px 18px 8px 60px;
}

#bottom #bottomright .widget {margin-left:55px;}


/*********************************************
		Footer Styles
*********************************************/
#footer {
	clear: both;
	padding: 20px; background:url(images/footer01.png) top center repeat-x; color:#FFF;
}
#footer .wrap {
	width: 960px;
	margin: 0 auto; 
}
#footer .link {font:11px/18px Tahoma, Geneva, sans-serif; text-align:center; color:#FFF;}
#footer .link a:link, .link a:visited, .link a:active {color:#FFF; text-decoration:none;}
#footer .link a:hover {color:#FFF; text-decoration:underline;}

/* Officers List */

#officeList {width:900px; margin:20px 0 0 30px;}
#officeList .officer {width: 48%; float: left; margin: 1%;}

#officeList .officeListItem1 {clear: both;}

#officeList .officer img {
    float: left;
    max-width: 125px;
    height: auto;
	padding: 4px;margin: 2px 0 2px 7px;border:1px solid #c0c0c0;
}

#officeList .officer div {
    margin-left: 160px;
}

#officeList .officeName {
    background: none;
	color:#000000;
	font-weight:bold;
	
	
	
}

/* Awards List */

#summaryPic .defaultImage {
    width: 100px;
    height: auto;
}

#eventsCalendar {width:190px; background:none;}
div.calendar {font-size:10px; font-family:Verdana, Geneva, sans-serif; color:#000;}
div.calendar.popup {margin-left:-40px; margin-top: -100px;} /* used only if calendar is being used as a popup */
div.calendar table {font-size:10px; font-family:Verdana, Geneva, sans-serif; border:none; border-collapse:collapse; color:#FFF;}
div.calendar thead { color:#FFF;}
div.calendar td, div.calendar th {width:30px; height:22px; padding:0; text-align:center; background-color:#568E40; color:#FFF;}
div.calendar td.title {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#000;}
div.calendar th {height:23px; background:#000; border:1px solid #ccc; border-top:none; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight:bold; color:#fff;}
div.calendar tr.days td {font-size:10px; font-family:Verdana, Geneva, sans-serif; color:#000; text-align:center; cursor:default;}
div.calendar td.button {color:#e5e5e5; background-color:none; cursor:pointer;}
div.calendar td.button:hover {color:#00f; background-color:#e5e5e5; cursor:pointer;}
div.calendar td.button:active {color:#5C9246; background-color:none;}
div.calendar tr.days td:hover {background-color:#e5e5e5; cursor:default;}
div.calendar tr.days td:active {background-color:#F3F1EA;}
div.calendar td.selected {font-weight:normal; background-color:#ccc; color:#000;}
div.calendar td.today {font-weight:normal; background:#F3F1EA;}
div.calendar tbody tr td {background:#E1DED3; border:1px solid #ccc;}
div.calendar tbody tr.days td.otherDay {background:#568E40; color:#ccc;} /* days not in displayed month */
div.calendar table tr td.event {color:#5C9246; font-weight:normal; text-decoration:underline; cursor:pointer;}
div.calendar table tr td.event:hover {font-weight:bold; color:#CC3300; cursor:pointer;}
div.calendar tbody tr.days td.otherDay:hover {color:#898663; cursor:default;}
.weekend {background:none;}

