/*
File:			custom.css
Description:	Custom styles for Thesis

This variation of Thesis was customized for fransparency by Heidi A. Cool - http://www.heidicool.com/blog/

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

body {background: url(http://fransparency.com/images/background.jpg) repeat #000f4b ;}

#container {border-left: 1px solid #0b7baa; border-right: 1px solid #0b7baa; background:#e5e7f0;}

#page {background:#f1f2f7;}

h1, h2, h3, h4, h5, h6 {font-family: Univers, Helvetica, Arial, sans-serif; font-weight:bold; line-height:1.0em;}

.custom a:link {color: #00156b; text-decoration:none; border-bottom:1px solid #00156b;}
.custom a:visited {color: #00156b; text-decoration:none; border-bottom:0;  }
.custom a:hover {color: #ed7600; text-decoration:none;  border-bottom:1px solid #ed7600;}


.custom h1 a:link, .custom h2 a:link, .custom h3 a:link, .custom h4 a:link, .custom h5 a:link, .custom h6 a:link {color: #00156b; text-decoration:none; border-bottom:0;}
.custom h1 a:visited, .custom h2 a:visited, .custom h3 a:visited, .custom h4 a:visited, .custom h5 a:visited, .custom h6 a:visited  {color: #00156b; text-decoration:none; border-bottom:0;  }
.custom h1 a:hover, .custom h2 a:hover, .custom h3 a:hover, .custom h4 a:hover, .custom h5 a:hover, .custom h6 a:hover {color: #ed7600; text-decoration:none;  border-bottom:1px solid #ed7600;}

.custom .sidebar a:link {color: #173a95; text-decoration:none; border-bottom:none;}
.custom .sidebar a:visited {color: #173a95; text-decoration:none; border-bottom:none;  }
.custom .sidebar a:hover {color: #ed7600; text-decoration:none;  border-bottom:1px solid #ed7600;}


a:link img  {text-decoration:none;  border:none;}
a:visited img {text-decoration:none;  border:none;}
a:hover img  {text-decoration:none;  border:none;}


/*---:[ nav menu styles ]:---*/
	
	ul.menu {border:0;}
	ul.menu li {margin-right:10px;}
	
.menu, .menu a, .menu li ul { border:0; }
	.menu a { text-transform: uppercase; letter-spacing: 2px; }
	.menu .current > a, .menu .current-cat > a { cursor: text; }
		.menu .rss { float: right;  padding-right: 0px; }
		.menu .rss a:link {padding-right:20px; background: url(http://fransparency.com/images/icon-rss.gif) 100% 50% no-repeat; border: none;  color: #000f4b; }
		.menu .rss a:visited {padding-right:20px; background: url(http://fransparency.com/images/icon-rss.gif) 100% 50% no-repeat; border: none;  color: #000f4b; }
		.menu .rss a:hover { padding-right:20px; background: url(http://fransparency.com/images/icon-rss.gif) 100% 50% no-repeat; border: none;  color: #ed7600;}


/*---:[ horizontal dropdown nav menu structure ]:---*/
.menu { position: relative; list-style: none; z-index: 50; }
	.menu li { position: relative; float: left; }
		.menu ul { position: absolute; visibility: hidden; list-style: none; z-index: 110; }
			.menu ul li { clear: both; }
		.menu a { display: block; }
	.menu table { position: absolute; left: 0; border-collapse: collapse; }
		.menu table table { top: 0 !important; }
		.menu ul ul { position: absolute; top: 0; }
	.menu li:hover ul, .menu a:hover ul, .menu :hover ul :hover ul, .menu :hover ul :hover ul :hover ul { visibility: visible; }
	.menu :hover ul ul, .menu :hover ul :hover ul ul { visibility: hidden; }
	
	

/*---:[ nav colors ]:---*/
.menu, .menu a:link, .menu a:visited, .menu li ul { border:0; }

.menu .current a:link, .menu .current-cat a:link { border:0; background: #ffffff; }
.menu .current a:visited, .menu .current-cat a:visited { border:0; background: #ffffff; }

.menu ul .current a:link, .menu ul .current-cat a:link, .menu .current ul a:link, .menu .current-cat ul a:link { border:0; }
.menu ul .current a:visited, .menu ul .current-cat a:visited, .menu .current ul a:visited, .menu .current-cat ul a:visited { border:0; }

.menu a:link, .menu .current ul a:link, .menu .current-cat ul a:link { color: #000f4b; background: #dfe2eb; border:0; }
.menu a:visited, .menu .current ul a:visited, .menu .current-cat ul a:visited { color: #000f4b; background: #dfe2eb; border:0; }

.menu a:hover, .menu .current ul a:hover, .menu .current-cat ul a:hover, .menu .current-parent a:hover { color: #f7f7fa; background: url(http://fransparency.com/images/background.jpg) #000f4b; border:0; }

.menu .current a:link, .menu .current a:visited, .menu .current a:hover, .menu .current-cat a:link, .menu .current-cat a:visited, .menu .current-cat a:hover { color: #000f4b; background: #ffffff; border:0; }

.menu .current-parent > a, .menu .current-cat-parent > a { color: #000f4b; background: #ffffff; border:0; }



	
/*---:[ #header styles ]:---*/	


#header {background:url(http://fransparency.com/images/fransparency.jpg) no-repeat; height:140px; padding-right:0; margin-top:12px; border:0;}

#header #logo {font-family: Univers, Helvetica, Arial, sans-serif; color: #020a3f; font-size: 10px; font-weight: bold; position: absolute; left: -9000px } 

#header #logo a { color: #020a3f;   } 

#header #tagline {text-align:right; padding-top: 132px; padding-right: 1px; font-family: Univers, Helvetica, Arial, sans-serif; font-weight:bold; font-size:1.4em; margin:0; color:#ed7600; letter-spacing:1px; }




/*---:[ multimedia box ]:---*/
.image_box, .custom_box { border-style: solid; border-color: #ddd; }
	#image_box img { background: #fff; border-style: solid; border-color: #bbb; }
	

.custom #multimedia_box {padding-top:30px; height: 310px; border:0; background:transparent; }	
.custom .custom_box {  background:transparent; border:0;}	

iframe.cardly {width: 410px; height: 290px; border:0; }


#content_box {border:0;}

#content .post {padding-top:0;}
#content .post_box {padding-top:0;}




/*---:[ Entry titles in post styles ]:---*/

h2.entrytitle a:link {color:#00156b; border-bottom:none;}
h2.entrytitle a:visited {color:#00156b;}
h2.entrytitle a:hover {color:#ed7600;}

h1.entrytitle a:link {color:#00156b; border-bottom:none;}
h1.entrytitle a:visited {color:#00156b;}
h1.entrytitle a:hover {color:#ed7600;}

/*---:[ headlines and bylines ]:---*/
h1, h2, h3, h6 { font-weight: bold; }
h2 { font-weight: bold; letter-spacing: 1px; }
h4, h5 { font-weight: bold; }
h5, h6 { text-transform:none; letter-spacing: 1px; }
.format_text h2 { font-weight: bold; }
.format_text h2.top, .format_text h3.top { margin-top: 0 !important; }
.sidebar h3 {font-size:1.1em; font-weight:bold; font-variant: normal; letter-spacing: 1px; margin:0; padding:0px 0px 4px 0px; }

.sidebar {font-family:Univers, Helvetica, Arial, sans-serif;}
.sidebar li {padding:0px 0px 0px 0px;}


/*---:[ front page teaser styles ]:---*/


.custom .teaser a.dsq-comment-count { display: block; font-size: 1em; line-height: 1.6em; letter-spacing: 1px;   color: #888; padding-bottom:0px;}
.custom .teaser a.dsq-comment-count:hover { color: #111; }
.custom .teaser a.teaser_link:link { font-weight: bold; color: #ed7600; border-bottom:none; text-decoration: none; }
.custom .teaser a.teaser_link:visited { color: #ed7600; border-bottom:none; text-decoration: none; }
.custom .teaser a.teaser_link:hover { color: #ed7600; border-bottom: 1px dotted #ed7600; text-decoration: none; }

/*---:[ after-post elements ]:---*/
 

.custom .format_text .to_comments a:link {color: #00156b; text-decoration:none; border-bottom:1px solid #00156b;}
.custom .format_text .to_comments a:visited  {color: #00156b; text-decoration:none;   }
.custom .format_text .to_comments a:hover {color: #ed7600; text-decoration:none;  border-bottom:1px solid #ed7600;}

/*---:[ RSS links in sidebar ]:---*/
ul.plain li a:link {color: #00156b; text-decoration:none; border-bottom:none;}
ul.plain li  a:visited  {color: #00156b; text-decoration:none;   }
ul.plain li  a:hover {color: #ed7600; text-decoration:none;  border-bottom:1px solid #ed7600;}


/*event calendar*/


table.ec3_schedule {position: relative; float: right; border: 2px solid #829b22; margin:20px;}
table.ec3_schedule tr td {background-color: #829b22; color: #ffffff;}
 
table.ec3_schedule .ec3_start {background-color: #829b22; color: #ffffff;}
table.ec3_schedule .ec3_to {background-color: #829b22; color: #ffffff;}
table.ec3_schedule .ec3_end {background-color: #829b22; color: #ffffff;}

ec3_events {padding:0}
.ec3_list {
 margin-left:0px; padding-left:0px;
 word-spacing:-1px;
 letter-spacing:-0.2px;
 color:#000;  
}

.ec3_list li {
 font-size:1em !IMPORTANT;
  margin-left:0px; padding-left:0px;  
}

.ec3_list ul { 
  margin-left:0px; margin-top:0px; padding-top:0px; padding-left:0px; list-style-position:outside; 
}

.ec3_list ul li { 
  margin-left:-17px; padding-left:0px; 
}

.ec3_list ul li ul li { 
  margin-left:0px; padding-left:0px; 
}

.ec3_list li:before {
 content:"" !IMPORTANT;
}

/*---:[ socialable icons ]:---*/
 

.sociable_tagline {padding-bottom: 10px; }
.sociable  a:link {text-decoration:none; border-bottom:0;}
.sociable  a:visited {text-decoration:none; border-bottom:0;}
.sociable  a:hover {text-decoration:none; border-bottom:0;}


/*---:[ footer ]:---*/
 
#footer { border-style: solid; border-color: #0b7baa; border-width:1px; background: url(http://fransparency.com/images/background.jpg) repeat #000f4b ;text-align: right; clear: both; font-family: Univers, Helvetica, Arial, sans-serif; font-size:1.1em;}
/*---:[ footer styles ]:---*/
#footer a:link { color: #dadce5;  border-bottom:none; }
#footer a:visited {color: #dadce5;  border-bottom:none;    }
#footer a:hover {color:#99e4e6; border-bottom: 1px solid #99e4e6; }	 

#footer .copyright {float:left}
#footer .copyright p {text-align: left}