/*   
Theme Name: Software Litigation Consulting
Description: Custom Designed Theme.
Author: Graphic Karma Inc.
Author URI: http://graphickarma.com/
Template: thematic
*/

/* Reset browser defaults */
@import url('thematic.css');

@font-face {
    font-family: 'UbuntuRegular';
    src: url('fonts/Ubuntu-R-webfont.eot');
    src: url('fonts/Ubuntu-R-webfont.eot?iefix') format('eot'),
         url('fonts/Ubuntu-R-webfont.woff') format('woff'),
         url('fonts/Ubuntu-R-webfont.ttf') format('truetype'),
         url('fonts/Ubuntu-R-webfont.svg#webfontKT0zjHSC') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'UbuntuItalic';
    src: url('fonts/Ubuntu-I-webfont.eot');
    src: url('fonts/Ubuntu-I-webfont.eot?iefix') format('eot'),
         url('fonts/Ubuntu-I-webfont.woff') format('woff'),
         url('fonts/Ubuntu-I-webfont.ttf') format('truetype'),
         url('fonts/Ubuntu-I-webfont.svg#webfontGetaoUfe') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'UbuntuBold';
    src: url('fonts/Ubuntu-B-webfont.eot');
    src: url('fonts/Ubuntu-B-webfont.eot?iefix') format('eot'),
         url('fonts/Ubuntu-B-webfont.woff') format('woff'),
         url('fonts/Ubuntu-B-webfont.ttf') format('truetype'),
         url('fonts/Ubuntu-B-webfont.svg#webfontEreyFiHC') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'UbuntuBoldItalic';
    src: url('fonts/Ubuntu-BI-webfont.eot');
    src: url('fonts/Ubuntu-BI-webfont.eot?iefix') format('eot'),
         url('fonts/Ubuntu-BI-webfont.woff') format('woff'),
         url('fonts/Ubuntu-BI-webfont.ttf') format('truetype'),
         url('fonts/Ubuntu-BI-webfont.svg#webfontf1YowZka') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	background: url(images/mainTopBack.gif) repeat-x #d3d3d3;
}

a:hover {color: #E5A500;}

#wrapper {
    background: url("images/wrapperBack.gif") repeat scroll 0 0 transparent;
    margin: 0 auto;
    width: 972px;
    padding-bottom: 20px;
}

#container {width: 658px;}

#header {
    background: url("images/header.png") no-repeat scroll center 0 transparent;
    height: 188px;
    margin: 0 auto;
    width: 972px;
}

#blog-title {
    font-size: 32px;
    line-height: 40px;
    width: 500px;
	font-weight: normal;
}

#blog-title a {
	font-family: 'UbuntuRegular', sans-serif;
	color: #fff;
}
#blog-title a:hover {color: #E5A500;}
#blog-description {
    color: #FFFFFF;
    float: right;
    font-family: 'UbuntuRegular';
    font-size: 15px;
    font-style: normal;
    left: -25px;
    position: relative;
    top: -25px;
    width: 410px;
}

#branding {
    padding: 68px 0 0 40px;
}

#main {
    background: transparent;
    width: 962px;
	padding: 0;
}

#content {
    background: url("images/contentBack.png") repeat scroll -5px 0 transparent;
    margin: 0 0 0 19px;
    width: 636px;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, h3.widgettitle {
	font-family: 'UbuntuRegular', arial, sans-serif;
	font-weight: normal;
	color: #658dbe;
}
.entry-title {border-bottom: 1px solid;}
h2.entry-title a {color: #658DBE;}

h3.widgettitle {
	color: #e5a500;
	border-bottom: 1px solid;
	font-style: normal;
	font-size: 16px;
	margin-bottom: 5px;
}

.widgetcontainer {margin-bottom: 20px;}

#primary { 
	border: none; 
	margin-top: -22px;
}

.entry-meta {margin-top: 5px;}

.entry-utility {
    border-top: 1px solid #658DBE;
	padding-top:5px;
}

.aside p, .aside li, .aside a, .aside {color: #584832;}

.contentBottom {
    background: url("images/contentBottom.png") no-repeat scroll 0 bottom transparent;
    border-top: medium none;
    height: 8px;
    width: 642px;
}

#footer {
    border-top: none;
	margin: 0;
}
#footer #siteinfo {
    height: 22px;
    margin: 0 0 0 30px;
    overflow: hidden;
    padding: 10px 0;
    width: 580px;
}

.hentry, .single .hentry {padding:15px 25px 5px;}
#comments {padding: 0 25px;}
#nav-above, #nav-below {padding-right: 0px; padding-left: 0px; margin-left: 24px; width: 590px; } 

/*  nav  */

#access {
	border-bottom: medium none;
    font-size: 13px;
    height: 30px;
    margin: 0;
    position: absolute;
    top: 0;
    width: 964px;
}
.menu {width: 964px; margin-left:4px;}

.sf-menu {border: none;}

.sf-menu li {
    background: none;
	height: 30px;
}
.sf-menu li li, .sf-menu li li a {
    background: #eaa905;
	border: none;
}

.sf-menu li a {
    border: none;
	border-right: 1px solid #ca9100;
    color: #FFFFFF;
    font-family: 'UbuntuRegular',arial,sans-serif;
    font-size: 14px;
    padding: 7px 13px 9px;
}
.sf-menu a:visited {color: #fff;}
.windows .sf-menu a {font-size: 14px; padding: 8px 13px;}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active, .current_page_item a {
    /* background:     #585553; */
}

/*  nav  */