/*
Theme Name:Saffron
Theme URI:http://www.en-spire.com/
Description: Custom Theme for Saffron Technologies
Author:Jay C. Clark
Author URI:http://www.en-spire.com/
Tags: white, red, grey, dropdown. 

*/


body {
font-family:Arial, serif;
font-size:12px;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.5em;

}

#img {

border: none;
}

#wrapper {
width:940px;
margin: 0 auto;

}

a {
text-decoration:none;
color:#c1272d;
font-weight:normal;
}

a:hover {
color:#c1272d;
}

hr {

border: 1px solid #ccc;
width:100%;

}


#header {
float: left;
width: 100%;
margin:0;

}

#header-line {
border-bottom: 2px solid #ccc;
width: 100%;
padding: 15px 0 0 0;
}

#logo {
width: 180px;
height: auto;
float:left;
padding:35px 0 25px 5px;
}

#logo a {
/*No hover action, could add it if you like : 0 */
}

/*Top Right Search Bar*/

#top-right-search {
float:right;
margin:0;
padding-bottom: 5px;
display:inline;
}


/*Top Navigation*/

.top-nav {
display: inline;
padding: 0;
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
margin-left: 425px;
}

.top-nav a { 
color: #abaaaa;
font-weight:bold;
padding: 5px;
}

.top-nav a:hover {
color: #c1272d
}

.top-nav ul {
height:14px;
}

.top-nav li {
display:inline;
width:auto;
}

.top-nav li a {
	
	font-weight:600;
	display:block;
	border-bottom:none;
}

.top-nav li a:hover {
	background-color:#CCCCCC;
	color: #990000;
}

/*Flash & Header Image Area*/

#flash-area {
font-family: Georgia;
height: 205px;
width:570px;
float:left;
text-align: left;
padding:0;
margin: 0;
color:#e12000;
}

/*Page Header Blurb*/

#blurb {
font-family: "Arial";
height: auto;
width:180px;
float:right;
text-align: left;
color:#c1272d;
font-size:20px;
font-weight: lighter;
letter-spacing: 0px;
padding: 125px 0 0 0;	
}

#menu {
width:100%;
float: right;
border-top:2px solid #ccc;
border-bottom: 2px solid #ccc;
text-transform: uppercase;  
margin:0;
padding:0;  
}

#menu UL {	
float: right;  
margin: 0;
padding:0;   
}

#menu UL LI {
list-style-type:none;  
}

#menu UL LI A {
color:#636467;
display: block;
line-height:21px;
font-size:12px;
font-weight: normal;
margin: 0;
padding: 0 17px;   
}

#menu UL LI A:hover, #menu UL LI.current_page_item {
	background-color: #FFFFFF;
	color: #c1272d;
}

#menu UL LI A:active {
	color:#c1272d;
}



/***-----Saffron Custom Dropdown Menu----***/
.sf-menu, .sf-menu * {
margin: 0;
padding: 0;
list-style: none;	
}

.sf-menu {
line-height:	1.0;
}

.sf-menu ul {
position: absolute;
top: -999em;
width: 10em; /* left offset of submenus need to match (see below) */
}

.sf-menu ul li {
width: 100%;
}

.sf-menu li:hover {
visibility: inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li {
float:	 left;
position: relative;	
}

.sf-menu a {
display: block;
position: relative;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
left: 0;
top: 2.5em; /* match top ul list item height */
z-index: 99;
}

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
top: -999em;
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
left: 10em; /* match ul width */
top: 0;
}

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
top: -999em;
}

ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
left: 10em; /* match ul width */
top: 0;
}

.sf-menu {
float:left;
}

.sf-menu a {
padding:9px 13px;
text-decoration:none;	
}

.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
border-bottom-color:#fff;
}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
color: #666;
}

.sf-menu li {
background:	 #fff;
}

.sf-menu li li {
background:	 #fff;
}

.sf-menu li li li {
	background:	 #9AAEDB;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:	 0;
	border-bottom-color:#FFFFFF;
	color: #c1272d;
}

.sf-menu ul {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #c0272d;
	border-bottom-color: #c0272d;
	border-left-color: #c0272d;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
top:21px; /* overriding essential styles */
width: 240px;
text-transform:none;	
}

.sf-menu ul ul {
margin-top:0;  
}

.sf-menu ul a {
background:#fff;
border-bottom:none;
}

.sf-menu ul a:hover {
	color: #c1272d;
}

/*End Dropdown Menu-------*>



/*Begin Content*/

#content {
width:540px;
margin-left: 169px;
float:left;
font-size: 13px;
text-align: left;
min-height:420px;
padding: 0 0 0 15px;
border-right: 2px solid #ccc;
}

.post {


}

.post p {
	margin-top: 14px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.post em {
font-style:italic;
}

.post h2 {
font-family:Arial;
font-size:22px;
margin:2px 0 10px 0;
font-weight:normal;
line-height: 25px;
color: #c1272d;
}

.post h1, .post h1 a {
font-family:Arial;
font-size:14px;
margin:30px 0 2px 0;
font-weight:normal;
line-height:32px;
color: #000;
font-variant: normal;
}

.post h1, .post h1 a:hover {
color: #c1272d;
}
.post h3, .post h4 {
font-family:Arial;
font-size:20px;
font-weight:normal;
margin-top: 15px;
margin-right: 0;
margin-bottom: 0px;
margin-left: 0;
}

.post h4 {
font-size:18px;

}

.post h1:hover, .post h2:hover, .post h3:hover, .post h4:hover {
color:#e12000;
}

.post .indent {
padding-left:10px;
}

.post .indent p {
padding-left:10px;
}

.post small {
font-size:10px;
}

.post small a {
font-weight:normal;
}

.post .alignright {
float:right;
margin-left:10px;
}

.post .alignleft {
float:left;
margin-right:10px;
}

.post .aligncenter {
margin:0 auto;
display:block;
}

.post abbr {
font-weight:normal;
}

.post ul{
list-style:circle;
margin:0 0 0 25px;
}

.post ol{
list-style:decimal;
margin:0 0 0 30px;
}

.post .wp-caption {
background:#f7f7f7;
border:1px solid #ba383d;
margin:10px;
text-align:center;
padding:5px 0 0;
}

.post .wp-caption-text {
margin:0;
}

.post .wp-caption a, .post .wp-caption a:hover {
border-bottom:0;
}

.post blockquote {
color:#777;
border-left:5px solid #ccc;
margin:15px 30px 0 10px;
padding-left:20px;
}

.post pre {
font-family:courier;
font-size:12px;
letter-spacing:-1px;
margin:14px 0 14px 0;
}

.post .message ul {
margin:12px 0 0;
}

.post .message {
display:none;
background:#0F67A1;
margin-top:10px;
color:#fff;
padding-top: 20px;
padding-right: 20px;
padding-bottom: 0px;
padding-left: 20px;
}

#comments h3, #comments h4 {
font-family:Georgia;
font-size:24px;
margin:35px 0 5px;
font-weight:normal;
}

#comments h4 {
font-size:28px;
}

#comments cite {
font-family:Georgia;
font-size:18px;
font-weight:normal;
border-bottom:1px dotted #ccc;
}

#comments em {
font-style:italic;
text-align:right;
}

#comments ol.commentlist li {
margin-top:20px;
border:1px dotted #ccc;
border-right:0;
padding:10px 5px 20px 10px;
min-height:110px;
}

#comments p {
margin:10px 0 0 10px;
width:auto;
}

#comments span {
display:block;
color:#eee;
font-family:Georgia;
font-size:120px;
font-weight:normal;
float:right;
padding-top:25px;
}

#comments ul.formlist {
margin:20px auto;
width:375px;
}

#comments ul.formlist li {
display:block;
margin:10px 0 0;
}

#comments ul.formlist p{
margin:10px 0 0;
text-align:center;
}

#comments input {
font-family:Georgia;
width:370px;
font-size:18px;
font-weight:normal;
}

#comments textarea {
font-family:Georgia;
width:370px;
font-size:18px;
font-weight:normal;
}

#comments li.submitbutton input {
text-align:center;
background:#fff;
border:1px solid #aaa;
color:#000;
font-family:Georgia;
font-weight:normal;
font-size:20px;
width:374px;
}

#comments .center {
text-align:center;
}

#middle {
border-top: 1px solid #ccc;
}

/*News Section*/

#news-section {
	float:left;
	width:45%;
	height:auto;
	font-size: 12px;
}

#news-section h3 {
font-size: 14px;
padding: 0;
color: #2f4f91;
font-weight: bold;
}

#news-section h4 a {
	background:transparent url("images/news-bull.png") no-repeat center left;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	margin:0px;
	display: inline;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

#news-section p {
padding: 5px 0 8px 0;
}

/*Events Section*/

#events-section {
width:45%;
height:auto;
float:right;
font-size: 12px;
padding-right: 20px;
}

#events-section h3 {
	font-size: 14px;
	color: #a6ce39;
	font-weight: bold;
}

#events-section h4 a {
background:transparent url("images/events-bull.png") no-repeat center left;
padding: 0 20px;
color: #000;
font-size: 12px;
font-weight: bold;
}

#events-section p {
padding: 5px 0 8px 0;
}
/*End Events Section*/


/*Right Sidebar*/

#sidebar {
font-size:12px;
width:184px;
float: left;
padding: 25px 14px 0 14px;
min-height: 420px;

}

#sidebar a {
color: #636467;
}

#sidebar h3 {
padding: 0;
font-size:12px;
color: #636467;
}

#sidebar ul {
list-style:none;
padding: 0px;
}

#sidebar li {
list-style:none;
padding:3px;
}

#sidebar li a:hover {
color:#c1272d;
background-color:#f4f4f4;
}

#sidebar ul li.current_page_item {
color: #ccc;
}

#sidebar input {
width:102px;
background:#fff;
color:#444;
border:1px solid #eee;
font-family:Arial, serif;
font-size:14px;
padding:3px;
}

#sidebar input:focus {
color: #b7b7b7;
background:#fff;
border:1px solid #eee;
}

/*End Right Sidebar*/

#footer {
background: url('images/new-footer-image.png') no-repeat bottom left;
padding: 25px;
width: 100%;
height: 73px;
float: right;
text-align: right;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
}

#footer a {
color: #999999;
}

#footer a:hover { 
color: #c1272d;
}






/*End Saffron CSS! Yeah!*/ 

.toplink a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
.toplink a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
.toplink a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}
.toplink a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
