/*

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/

*/

/* Skillful Logo */

.custom #header { height:77px; padding:10px 0 30px 0px; 

background:url('images/skillfullydonelogo.jpg') center left no-repeat; display:block; }



.custom #header #logo { display:none; }

.custom #header #tagline { padding-top: 84px; padding-left: 2px; color:#00406e; font-family: century gothic, futura, helvetica, sans-serif;}



/* Image Panel Below Header */

.custom ul#topnav {

border-bottom-style: double; border-color: #ddd; clear: both; 

list-style-image: none;

list-style-type: none;

background:#fff none repeat scroll 0 0;

width: 100%;

height: 144px;

display:block;

clear:left;

float:left;

}



.custom ul#topnav li a { display:block; width:140px; float:left; text-align:left; padding: 3px 0px 3px 0px; }

.custom ul#topnav li {}

.custom ul#topnav li a { font-size: 1.4em; color: #00406e; }

.custom ul#topnav li a:hover { text-decoration: underline; } 



.custom ul#topnav li.box1 { 

display:block; 

width:135px; 

height: 110px; 

float:left; 

border-left: 1px solid #ddd; 

border-right: 1px solid #ddd; 

padding: 6px 10px 10px 10px; 

margin: 12px 0px 10px 0px;

background:url('images/box1_fencing.jpg') center 2px no-repeat; display:block; 

text-align:left;

}

.custom ul#topnav li.box2 { 

display:box; 

width:135px; 

height: 110px; 

float:left; 

border-left: 1px solid #ddd; 

border-right: 1px solid #ddd; 

padding: 6px 10px 10px 10px; 

margin: 12px 0px 10px 9px;

background:url('images/box2_chess.jpg') center 2px no-repeat; 

display:block; }



.custom ul#topnav li.box3 { 

display:box; 

width:135px;  

height: 110px; 

float:left; 

border-left: 1px solid #ddd; 

border-right: 1px solid #ddd; 

padding: 6px 10px 10px 10px; 

margin: 12px 0px 10px 9px;

background:url('images/box3_bee.jpg') center 2px no-repeat; 

display:block; }



.custom ul#topnav li.box4 { 

display:box; 

width:135px; 

height: 110px; 

float:left; 

border-left: 1px solid #ddd; 

border-right: 1px solid #ddd; 

padding: 6px 10px 10px 10px; 

margin: 12px 0px 10px 9px;

background:url('images/box4_flower.jpg') center 2px no-repeat; 

display:block; }



.custom ul#topnav li.box5 { 

display:box; 

width:135px; 

height: 110px; 

float:left; 

border-left: 1px solid #ddd; 

border-right: 1px solid #ddd; 

padding: 6px 10px 10px 10px; 

margin: 12px 0px 10px 9px;

background:url('images/box5_water.jpg') center 2px no-repeat; 

display:block; }



.custom ul#topnav .box-text {

padding: 63px 10px 0px 0px;

}



.custom ul#topnav .box-descriptions { font-size: 1.2em; color: #000; }



/* CSS from SM Site */





/* RSS Subscribe */

.custom #subscribe {

color:#000000;

}

.custom #subscribe input {

}







/* Post Subscribe Box */

.custom #subscribepost {

background-color: #ffffcc;

font-size:14px;

padding:15px;

}







/* Category List Formatting */

.widget_categories { margin: 0; display: inline-block; }

.widget_categories li { float: left; clear: none; font-size: 11px; margin:0px; vertical-align: top !important; width: 125px; line-height: 1.2em;}











/* Articles */	

.articles-box { 

	background: #ffffff; 

        padding:0px;

	}



ul.recent-posts{

        padding:0px; 

        margin:0px;

}



ul.recent-posts li a{

	display: block;

	font-size: 12px;

	padding: 10px;

        margin: 0px;

	background: #fff;

	border-bottom: 1px solid #D8DFE6;

	}

ul.recent-posts li a:hover{

	display: block;

	font-size: 12px;

	padding: 10px;

        margin: 0px;

	background: #fff;

	border-bottom: 1px solid #D8DFE6;

	}



ul.domtabs li.active {background:#207222;}		/* Active tab background color */

ul.domtabs li.active a {color:#ffffff;}		/* Active tab font color */

ul.domtabs li {background:#dddddd;}			/* Inactive tabs background color */

ul.domtabs li a {color:#777;}				/* Inactive tabs font color */

ul.domtabs li {border-color:#207222;}			/* Tabs border color */

.domtab div {border-top:4px solid #207222;}	 /* Box border color - Should be the same as the Active tab background color */

ul.domtabs li {margin-right:0.4em;}			/* Space between each tab. Set to 0 for no space. */

ul.domtabs li.last {margin-right:0;}

div.domtab div {

	display:none;

        margin:0px;

        padding0px;

	}

ul.domtabs {

	font-size: .9em;

        padding-bottom: 0px;

	}

ul.domtabs li {

	float: left;

	padding: .2em .5em;

	text-align:center;

        min-height:15px;

        position:relative;

        top:6px;

        *top:14px;

	}

ul.domtabs li a {

	text-decoration:none;

	}

.domtab div {

	clear:both;

	}

.domtab {

        padding: 0px;

}

















/* follow skillful */



.follow-skillful h3{

        font-variant: small-caps; 

        letter-spacing: 2px; 

        color: #555; 

        font-size:15px;

        padding:10px;

        padding-top:20px;

}



.follow-skillful{

	font:.917em arial, helvetica, sans-serif;

}

.follow-skillful p{

	margin:0 0 1em;

	text-align:center;

}

.follow-skillful ul{

	width:304px;

	margin:0px;

	overflow:hidden;

}

.follow-skillful li{

	float:left;

	margin:0 10px 0 0;

	list-style:none;

        text-align:center;

}

.follow-skillful li a{

	display:block;

	width:70px;

	height:18px;

	padding:66px 0 0;

	overflow:hidden;

	text-decoration:none;

}

.follow-skillful li.twitter a:hover {background-image:url(images/icon-twitter-over.gif); background-repeat:no-repeat}

.follow-skillful li.twitter a{background-image:url(images/icon-twitter.gif); background-repeat:no-repeat}

.follow-skillful li.facebook a:hover{background-image:url(images/icon-facebook-over.gif); background-repeat:no-repeat}

.follow-skillful li.facebook a{background-image:url(images/icon-facebook.gif); background-repeat:no-repeat}

.follow-skillful li.linkedin a:hover{background-image:url(images/icon-linked_in_over.gif); background-repeat:no-repeat}

.follow-skillful li.linkedin a{background-image:url(images/icon-linked_in.gif); background-repeat:no-repeat}

}



