/*

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/

*/



.custom #header_area .page,

.custom #header_area #site-name h1,

.custom #header_area #site-name h2  {  

}



.custom #header_area .page {

  margin: 0 auto;

  padding: 0;

  width: 980px;

  background: transparent url('images/dk-page-bg.gif') repeat-y scroll 50% 0;

}



.custom #header_area .page #header {

  padding: 1em 0;

}



.custom #header_area .page #wpcontent_slider_container {

  margin-left: 15px;
  height: 300px;

}





.custom #header_area .menu-main-container {

  margin: 0;

  padding: 0 18px;

}





.custom #content_area .page,

.custom #footer_area .page {

  margin: 0 auto;

  padding: 0;

  width: 990px;

  background: #FFF url('images/page-bg.gif') repeat-y scroll 50% 0;

}



.custom #content_area #content_box {

  padding: 0 20px;

  width: 990px;

}



.custom div#site-name {

  padding: 10px 15px 0;

}



/* Sidebar */



.custom #content_area #content_box #sidebars {

  padding-right: 30px;

  width: 430px;

  font-family: Tahoma, Arial, Helvetica, Sans-serif;

}



.custom #opt-in {

  margin-left: -20px;

}



/* Telephone */



.custom #header_area .page span.alignright {  

  font-size: 2.3em;

  position: absolute;  

  margin-left: 130px;

  margin-top: -10px;

  float: right;

}



.custom #content_box .post_box {

  padding-top: 1em;

}



/* Navigation Menu */



.custom #menu-main li.current-menu-item {

  background-color: #241F89;  

}



.custom #menu-main li.current-menu-item a, .custom #menu-main li a:hover {

  color: #C8C8C8;

}



.custom #menu-main li a {

  font-family: Tahoma, Arial, Helvetica, Sans-serif;

  font-size: 1.3em;

  text-transform: none;

}





/* Contact Directories */



.custom #content_area .page #contacts {

  margin: 0 auto;

  padding: 0 0 10px;

  width: 990px;

  float: left;

  background: #FFF url('images/page-bg.gif') repeat-y scroll 50% 0;

}



.custom #content_area #contacts div.centry {

  margin: 8px 8px 8px 0;

  padding: 0;

  font-size: 1.2em;

  font-family: Tahoma, Arial, Helvetica, Sans-serif;

  width: 180px;

  position: relative;

  left: 30px;

  float: left;

}



/* Comments */

#comments {

  display: none;

}





/* Footer Area */



.custom #second-footer {

  margin: 0 30px;  

  font-family: Tahoma, Arial, Helvetica, Sans-serif;

  font-size: 1.2em;

}



.custom #second-footer img {

  margin: 5px auto;

  padding: 0;

}



.custom #menu-foot {

  margin: 0 0 10px;

  font-family: Tahoma, Arial, Helvetica, Sans-serif;

  text-align: left;

  width: 280px;

}



.custom #menu-foot li {

  margin: 0;

  padding: 0;

  list-style-type: none;

}



.custom #menu-foot, .custom #more-text {

  float: left;

}



.custom #second-footer #more-text {

  margin: 0;

  padding-left: 8px;

  width: 360px;

}



.custom #footer {

  text-align: center;

  font-size: 1.2em;  

}



.custom #footer_area .page p.fine {

  font-family: Tahoma, Arial, Helvetica, Sans-serif;

  padding: 0 30px 10px;

  text-align: justify;

}
#logo-header
{
    float:left;
    display:inline;
     padding:30px 0px 30px 40px;
}
#phone-header
{
    float:right;
    display:inline;
    padding:50px 50px 0px 40px;
}
#phone-header img
{
    width:300px;
    height:56px;
}