/*
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/
*/

/*  FONT FACE Declaration */
@font-face {
font-family: 'ReklameScript';
src: url('fonts/ReklameScript-Regular_DEMO-webfont.eot');
src: local('fonts/ReklameScript-Regular_DEMO-webfont'), url('fonts/ReklameScript-Regular_DEMO-webfont.woff') format('woff'), url('fonts/ReklameScript-Regular_DEMO-webfont.ttf') format('truetype'), url('fonts/ReklameScript-Regular_DEMO-webfont.svg#webfont') format('svg');
font-weight: normal;
font-style: normal;
}



body.custom {
    background: #fff;}
.custom .page {background: transparent;}
.custom #content_box{background:#fff;}
/******************** Get rid of all borders ********************* */
.custom #header, .custom .post, .custom .teasers_box, .custom #footer, .custom #footer a, .custom #footer a:active, .custom #archive_info, .custom .prev_next, .custom #comment_list, .custom #comment_list dd, .custom #commentform, .custom #sidebar_1, .custom #sidebar_2, .custom #comment_list dt.comment, .custom #comment_list dd.comment, .custom #comment_list dl .bypostauthor .format_text, .custom #trackback_list {
        border-bottom: 0px;
        border-top: 0px;
        border-right: 0px;
        border-left: 0px;
}


.custom .addaquestion{float: left; width:223px;margin-left: 700px;}
/************** Header **************** */
.custom #header #logo a { display: block; height: 75px; width: 550px; background:#fff url('images/header.png') no-repeat}

/* This line gets rid of the site title & tagline by casting them out to far left field */
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }

/* This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */

/* This is a bit of a kludge, but it seems to work. */
.custom #header #tagline { height: 0; }

/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
.custom #header { padding: 0; }


.custom #content_box{background:#fff;
border: 1px solid #000;
border-radius:5px; 
-moz-border-radius: 5px; 
-webkit-border-radius:5px; 
-khtml-border-radius:5px; }

.FrontPage #content_box {border: none; height: 0px;}
.FrontPage #comments {margin-top: 0px; height: 0px;}
.FrontPage div.format_text{display:none;}

.AboutMissMentorPage .headline_area{width: 700px; height: 150px; background: url('images/aboutus.jpg') no-repeat;}

.AboutMissMentorPage .headline_area h1{font-family:ReklameScript; font-size: 30px;padding-top: 120px;color: #99007A}


.ContactPage .headline_area{width: 700px; height: 150px; background: url('images/contactus.jpg') no-repeat;}

.ContactPage .headline_area h1{font-family:ReklameScript; font-size: 30px; padding-top: 120px;color: #99007A}


.ContactPage .headline_area{width: 700px; height: 150px; background: url('images/contactus.jpg') no-repeat;}

.ContactPage .headline_area h1{font-family:ReklameScript; font-size: 30px; padding-top: 120px;color: #99007A}


.NavigationPage .headline_area{width: 700px; height: 150px; background: url('images/navigation.jpg') no-repeat;}

.NavigationPage .headline_area h1{font-family:ReklameScript; font-size: 30px;padding-top: 120px;color: #99007A}

/* ********************* Get rid of comments closed saying ********* */
.custom .comments_closed p {display: none ;}

.FrontPage .headline_area {display: none; height: 0px;}

.custom .menu {margin-left: 520px;background:#fff;}
.custom .menu li.tab a{background: #fff;}

.custom .menu li.tab-5 {
font-size: 6px;
padding-top: 10px;
}

.custom ul.submenu-1{font-size: 12px;}


/*  Widgets */
.sidebar_list .widget { 
padding:5%; width:89.5%; background:#fff; 
border-bottom: 1px solid #000; 
border-left: 1px solid #000;
border-right: 1px solid #000;
border-top: 3px solid #000;
border-radius:5px; 
-moz-border-radius: 5px; 
-webkit-border-radius:5px; 
-khtml-border-radius:5px;}

.sidebar_list .widget h3 { 
padding-top: 3px;
padding-left: 10px;
padding-right: 10px;
color: #145bff;
}

.sidebar_list .widget ul{
padding-left: 10px;
}

.FrontPage .carouselBtn{display: none;}

.FrontPage .frontpagebigbox {
margin-top:5px;
height:520px;
background:#fff;
border:1px solid #000;
border-radius:5px; 
-moz-border-radius: 5px; 
-webkit-border-radius:5px; 
-khtml-border-radius:5px;}

.FrontPage .mymmbox{
margin-left: 33px; margin-top: 10px;}

.FrontPage .directionbox{
margin-left: 38px;margin-top: 10px;}


.FrontPage .direction1{height: 179px; width: 210px; background: url('images/box1.jpg');
float:left;
border: 1px solid #000;
border-radius:5px; 
-moz-border-radius: 5px; 
-webkit-border-radius:5px; 
-khtml-border-radius:5px;
}

.FrontPage #direction1click{margin-top: 140px;margin-left: 60px;}

.FrontPage .direction2{height: 179px; width: 210px; background: url('images/box2.jpg');
float:left;
border: 1px solid #000;
border-radius:5px; 
-moz-border-radius: 5px; 
-webkit-border-radius:5px; 
-khtml-border-radius:5px; 
margin-left: 25px;}

.FrontPage #direction2click{margin-top: 140px;margin-left:100px;}


.FrontPage .direction3{height: 179px; width: 210px; background: url('images/box3.jpg');
float:left;
border:1px solid #000;
border-radius:5px; 
-moz-border-radius: 5px; 
-webkit-border-radius:5px; 
-khtml-border-radius:5px; 
margin-left:25px;}

.FrontPage #direction3click{margin-top: 140px;margin-left: 100px;}

.FrontPage .direction4{height: 179px; width: 210px; background: url('images/box4.jpg');
float:left;
border:1px solid #000;
border-radius:5px; 
-moz-border-radius: 5px; 
-webkit-border-radius:5px; 
-khtml-border-radius:5px; 
margin-left:25px;}

.FrontPage #direction4click{margin-top: 140px;margin-left: 140px;}


/* widget item setup */
#footer_setup .footer_items {
	/* footers alignment */

	text-align: left;
	/* widget width */
	width: 225px;
	/* space between widgets */
	padding-right: 15px;
	/* text color */
	color: #3B9CBF;
margin-top: 20px;
	/* do not change these! */
	display: inline-block;
	float: left;
	height: 100%;
}

/* widget item headers*/
#footer_setup .footer_items h3 {
background: #fffff;
	/* font size */
	font-size: 12px;
	/* bold or not */
	font-weight: regular;
	/* uppercase or not */
	text-transform: uppercase;
	/* space out the letters*/
	letter-spacing: 0px;
	/* font color*/
	color: #4B4B4B;
	/* padding under header text */
	padding-bottom: 3px;
	/* border under header text */
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px;
	border-style: solid;
	border-color: #ffffff;
	/* distance between border and widget text */
	margin-bottom: 2px;
}

#footer_setup .footer_items .textwidget a{
	/* font size */
	font-size: 10px;
	/* bold or not */
	font-weight: regular;
	/* uppercase or not */
	/* space out the letters*/
	letter-spacing: 0px;
	/* font color*/
	color: #1A0080;
}	


/* do not change these! */
#footer_setup .footer_items ul li {list-style: none;}
#footer_setup .footer_items ul li a{color: #1a0080;}
#footer_setup .footer_items ul {margin: 0px; padding: 0px; }

#footer_four .textwidget p{color: #1A0080;}
#footer_one .textwidget ul{color: #1A0080;}

/*Contact Form *******************/

#cfname{
width: 400px;
height: 25px;
border: none;
background: transparent;
border: 1px solid #767676;  
}

#cfemail{
width: 400px;
height: 25px;
border: none;
background: transparent;
border: 1px solid #767676;
}

#cfsubject{
width: 375px;
height: 25px;
border: none;
background: transparent;
border: 1px solid #767676;
}

#cfmessage{
width: 410px;
height: 300px;
border: none;
background: transparent;
border: 1px solid #767676;
}


#cfsubmit{
margin-left 400px;
border-radius:5px; 
-moz-border-radius: 5px; 
-webkit-border-radius:5px; 
-khtml-border-radius:5px;
width:110px;
background:#101010;}

#cfsubmit {
font: 10px;
color: #ffffff}



.custom #footer {margin-top: 10px; border-top: 1px solid #000;}


.custom p.to_comments{display:none;}