/*



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/



*/







/* Top Nav bar */



.custom ul#topnav {



border-style: none;



list-style-image: none;



list-style-position: outside;



list-style-type: none;



background:#c2c2c2 none repeat scroll 0 0;



font-family:"Georgia", Times New Roman, Times, serif;



width: 100%;



float: left;



}



.custom ul#topnav li { float: right; padding: 3px 10px 3px 0px; }



.custom ul#topnav li a { font-size: 1.1em; color: #000000; }



.custom ul#topnav li a:hover { text-decoration: underline; }



























.custom #widget_content {



background: #fff;



color: #111;



padding-left: .5em;



-moz-border-radius:5px;



-webkit-border-radius:5px ;



border-radius:5px ;



padding: .5em 0em .5em .5em;



border: 2px solid #777777;



}







.custom #widget_content .widget_icon {



float: right;



margin-right: 0.5em;}







.custom li.widget .my_widget_header {



background: #2361A1;



-moz-border-radius:5px;



-webkit-border-radius:5px ;



border-radius:5px ;



}







.custom li.widget .my_widget_header h3 {



color: #111111;



font-size: 1.2em;



text-align: center;



}















.custom #header_area {background:#c2c2c2;}



	.custom #header {border-bottom:0;}







.custom #header_area .page {background-color:transparent;}







.custom #nav_area .page {background:transparent;}







.custom #footer_area .page {background:transparent;}







/* search box in navigation*/







.custom .search{







width:18em;







margin-left:79.8em;







margin-top:-3.5em;







border:0px solid #ddd;







border-bottom: 0.3em solid #ddd;







background-color: #2F65C2;







}







.custom #nav .nav_container {







width:77.8em;







}







.custom div.nav_container #s {







font-size:1.3em;







padding:0.675em;







width:15.385em;







}











.custom #header 



{



background: #c2c2c2;



padding-top: 0em;



padding-right: 0em;



padding-bottom: 0em;



padding-left: 0em;



border-top: 0em;



border-right: 0em;



border-bottom: 0em;



border-left: 0em;



margin-top: 0em;



margin-right: 0em;



margin-bottom: 0em;



margin-left: 0em;



}







.custom #header #logo a



{



display:block;



width:648px;



height:135px;



background:url(http://www.piklawgroup.com/images/header.png) center no-repeat;



outline:none;



color: #000000;



text-indent: -9999px;



padding-top: 0em;



padding-right: 0em;



padding-bottom: 0em;



padding-left: 10em;



border-top: 0em;



border-right: 0em;



border-bottom: 0em;



border-left: 0em;



margin-top: 0em;



margin-right: 0em;



margin-bottom: 0em;



margin-left: 0em;



}







.custom #header #tagline 



{



color:#000000;



text-indent: -9999px;



}



























.custom #nav_area ul {border-bottom:none; border-left:none;}



	.custom #nav_area ul li {border-width:0; margin-bottom:0; padding-bottom:0; background:none;}







.custom #nav_area {background:#ddd; border-bottom:0px solid #DBD4B7; padding-top:10px;}



	.custom ul#tabs {border-bottom:0; border-color:#DBD4B7;}



		.custom ul#tabs li {border-color:#DBD4B7; background-color:#ddd;}



		.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat {background:#dddddd;}







.custom #footer_area {background:#c2c2c2; padding:0.5em 0; border-top:0px solid #dddddd;}



	.custom #footer {border-top:0;}







.custom #footer_1 {text-align:left; color:#333; background:#c2c2c2;}



	.custom #footer_1 ul.sidebar_list li.widget {width:23%; margin-right:2%; float:left;}



		.custom #footer_1 ul.sidebar_list li.widget h3 {color:#222;}



		.custom #footer_1 ul.sidebar_list li.widget a {color:#2361A1; border-bottom:0;font-size:80%}



		.custom #footer_1 ul.sidebar_list li.widget a:hover {color:#111;}



.custom #footer_2 {background:#c2c2c2; text-align:left; color:#333; font-size:60%}



















