/*
File:			custom.css
Description:	Custom styles for Thesis

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/
*/

/*---:[ nav colors ]:---*/
.custom ul.menu {margin-top: 20px;background:#016ba9;}
.custom ul.menu {height:37px;}
.custom ul.menu, x:-moz-any-link {height:38px;}
.custom .menu, .menu a, .menu li ul { border:none;margin-bottom:0px; }
.custom .menu .current a, .menu .current-cat a { border-bottom-color: #FFFFFF; }
.custom .menu ul .current a, .menu ul .current-cat a, .menu .current ul a, .menu .current-cat ul a { border-bottom-color: #DDDDDD; }
.custom .menu a, .menu .current ul a, .menu .current-cat ul a { color: #fff; background: #016ba9;padding-left:17px;padding-right:17px; }
.custom .menu a:hover, .menu .current ul a:hover, .menu .current-cat ul a:hover, .menu .current-parent a:hover { color: #111111; background: #ffffff;-moz-border-radius-topleft: 7px; -webkit-border-top-left-radius: 7px;-moz-border-radius-topright: 7px; -webkit-border-top-right-radius: 7px; }
.custom .menu .current a, .menu .current a:hover, .menu .current-cat a, .menu .current-cat a:hover { color: #111111; background: #FFF;-moz-border-radius-topleft: 7px; -webkit-border-top-left-radius: 7px;-moz-border-radius-topright: 7px; -webkit-border-top-right-radius: 7px;  }
.menu .current-parent > a, .menu .current-cat-parent > a { color: #111111; background: #ffffff;-moz-border-radius-topleft: 7px; -webkit-border-top-left-radius: 7px;-moz-border-radius-topright: 7px; -webkit-border-top-right-radius: 7px; }

/*sub menu*/
.custom .submenu a, .submenu .current ul a, .submenu .current-cat ul a { color: #fff; background: #1f7eb5;padding-left:20px;padding-right:20px;border-bottom:1px solid #3598d0; }
.custom .submenu li {border-bottom:1px solid #3598d0;}
.custom .submenu a:hover, .submenu .current ul a:hover, .submenu .current-cat ul a:hover, .submenu .current-parent a:hover { color: #fff; background: #2882d7;-moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px;-moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px;}
.custom .submenu .current a, .submenu .current a:hover, .submenu .current-cat a, .submenu .current-cat a:hover { color: #fff; background: #47a2f7;-moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px;-moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px;}
/*---:[ nav menu styles ]:---*/
.custom .menu, .menu a, .menu li ul { border-right:0px solid  #ffc334;}
	.custom .menu a { letter-spacing: 1px;font-size: 15px;text-transform:none; }
        .custom .submenu a{letter-spacing:1px;font-size: 12px;}
	.custom .menu .current > a, .menu .current-cat > a { cursor: text; }

.custom #header { border-bottom:1px solid #f6f3ef;margin-top:0;padding:20px;background: transparent;padding-top: 1em; padding-bottom: 1em;}

.custom .comments_closed {display:none;}

.custom #tagline {float:right;position: relative;bottom:32px;}
.custom #header #tagline { font-size: 1.9em; line-height: normal; }

.custom blockquote {background:#faffaa; -moz-border-radius: 7px; -webkit-border-radius: 7px; padding:12px; width:90%; margin:15px auto;border-left: 1px solid #d1d58d;border-bottom:1px solid #d1d58d;}

.custom .sidebar h3 { color:#e3a204; letter-spacing: 1px;font-size: 15px;font-weight: bold; }

.custom #footer {background: #c99311 url(http://www.tonyseba.com/v2/wp-content/themes/thesis_16/custom/images/footer.png) repeat-x;}

.custom .headline_area h1 {display:none;}
.custom .headline_area h2 {display:none;}
.custom .headline_area .entry-title {display:block;}

.custom h1 {margin-bottom:10px;line-height:normal;}

.custom table.homepagetable {margin:0;}
.custom table.homepagetable td { width: 33%;background:#e97a10;}
.custom table.homepagetable td div {background: #f0f6f8; padding:20px;vertical-align:top;border-left:1px solid #bbd3db;border-bottom: 1px solid #bbd3db;clear:both;min-height:100px;}
.custom table.homepagetable td span{float:right;font-size:10px;}
.custom table.homepagetable td img {border: 1px solid #CCC;margin-right:10px;}

a.home, a.home:visited {text-decoration: none;border-bottom:1px solid #a35000;}
a.home:hover {text-decoration: none;border-bottom:1px solid #CCC;}

.custom .tabletitle { font-size: 140%; color:#fff;padding-bottom:5px;padding-top:5px;clear:both;margin-left:10px; }
.custom .tabletext {font-size:120%;color: #6f7b83;margin-bottom:5px;text-align: justify; text-justify: newspaper;}
.custom .tabletitle2 {font-size:110%;color:#fff;padding: 5px 0px 5px 10px;clear:both;margin:0;}
.custom .tabletext2 {font-size:92%;color: #6f7b83;margin-bottom:0px 0px 5px 0px;text-align: justify; text-justify: newspaper;padding:0;line-height:13px;}

.custom .headline_area { margin-bottom: 0; }

.custom .post_box { padding-top: 1em; }

.custom fieldset legend {font-size:140%;padding-left:5px;padding-right:5px;}
.custom fieldset {padding:20px 20px 10px 20px;border: 1px solid #bababa;margin-bottom:20px;}

.custom table.boxtable {margin:0;font-size: 11px;}
.custom table.boxtable td { width: 33%;background:#e97a10;}
.custom table.boxtable td div {background: #f0f6f8; padding:20px;vertical-align:top;border-left:1px solid #bbd3db;border-bottom: 1px solid #bbd3db;clear:both;min-height:100px;}
.custom table.boxtable td span{float:right;font-size:100%;}
.custom table.boxtable td img { margin-right:10px;}

.custom .boxtitle { font-size: 140%; color:#fff;padding-bottom:5px;padding-top:5px;clear:both;margin-left:10px;margin-bottom:0; }