/*
THEME NAME: Kurtin Law
DESCRIPTION: Owen Kurtin custom theme
VERSION: 1.2
AUTHOR: Hanee Designs, LLC
AUTHOR URI: http://haneedesigns.com/
.
*/
img.alignleft {
    padding-right: 8px;
    float: left;
}

body {
    margin: 0;
    color: #444;
    font: 13px Arial, Helvetica, sans-serif;
    background: #fff;
    min-width: 1280px;
}

img {
    border-style: none;
}

a {
    text-decoration: none;
    color: #0000ff;
}

h2 a {
    color: #0c0938;
}

a:hover {
    text-decoration: underline;
}

input, textarea, select {
    font: 100% arial, sans-serif;
    vertical-align: middle;
}

form, fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

/*		Header		*/
#header {
    background: url(images/bg-header.gif) repeat-x;
}

.header {
    margin: 0 auto;
    width: 1280px;
    position: relative;
}

/* Logo */
.header h1 {
    margin: 0;
    padding: 12px;
}

.header h1 a {
    display: block;

}

/* Main Menu */
#main-nav {
    height: 31px; /* set to the height you want your menu to be */
    margin: 0;
}

#main-nav ul {
    margin: 0;
    padding: 0; /* only needed if you have not done a CSS reset */
}

#main-nav li {
    display: block;
    float: left;
    line-height: 30px; /* this should be the same as your #main-nav height */
    height: 30px; /* this should be the same as your #main-nav height */
    margin: 0;
    padding: 0; /* only needed if you don't have a reset */
    position: relative; /* this is needed in order to position sub menus */
}

#main-nav li a {
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 30px;
    color: #fff;
    background: url(images/sep-menu.gif) no-repeat;
    background-position-y: 2px;
}

#main-nav > .current-menu-item a, #main-nav > .current_page_item a, #main-nav a:hover {
    color: #fff;
    background: #0c0938;
    background: url(images/bg-menu-hover.gif) repeat-x;
    margin-top: 1px;
    text-decoration: none;
}

#main-nav ul ul { /* this targets all sub menus */
    display: none; /* hide all sub menus from view */
    position: absolute;
    top: 30px; /* this should be the same height as the top level menu -- height + padding + borders */
}

#main-nav ul ul li { /* this targets all submenu items */
    float: none; /* overwriting our float up above */
    width: 130px; /* set to the width you want your sub menus to be. This needs to match the value we set below */
}

#main-nav ul ul li a { /* target all sub menu item links */
    padding: 5px 10px; /* give our sub menu links a nice button feel */
    background: #627fa0;
}

#main-nav ul ul li a:hover {
    background: #0c0938;
}

#main-nav ul li:hover > ul {
    display: block; /* show sub menus when hovering over a parent */
}

li#menu-item-376 a {
    background: none;
}

/*		Content		*/
#content,
.contbg {
    width: 100%;
    background: #fafbfd url(images/bg-content.gif) repeat-x;
    overflow: hidden;
}

.contbg {
    background: url(images/bg-content-middle.gif) no-repeat 50% 0;
}

#contentwrapper {
    width: 1190px;
    margin: 0 auto;
    padding-bottom: 20px;
    min-height: 470px;
    overflow: hidden;
    list-style-type: disc;
}

#contentewrapper ul {
    list-style-type: disc;
}

#contentwrapper ul li {
    margin-bottom: 10px;
}

.content {
    clear: none;
    float: left;
    margin: 0;
}

.clear, .fix {
    clear: Both;
}

.maincontent {
    margin: 0 auto;
    min-height: 470px;
    overflow: hidden;
    padding-bottom: 20px;
    width: 1280px;
}

.maincontent ul {
    list-style-type: disc;
}

.maincontent ul.fa-ul {
    list-style: none;

}

.maincontent ul li {
    margin-bottom: 10px;
}

* html .content {
    height: 470px;
    overflow: visible;
}

.mainpost {
    width: 1000px;
    float: right;
}

/* Right Side */
.sidebar {
    overflow: hidden;
}



#sidebar-page_right_sidebar,
#sidebar-blog_right_sidebar,
#sidebar-social_sidebar {
    float: right;
    text-align: left;
    width: 300px;
    clear: none;
}

#sidebar-page_right_sidebar,
#sidebar-blog_right_sidebar {
    margin: 0;

    filter: alpha(opacity=65); /* Old IE */
    -ms-filter: "alpha(opacity=65)"; /* IE8 */
    -moz-opacity: 0.65; /* Old Firefox, Netscape */
    opacity: 0.65; /* Standard */
}

#sidebar-page_right_sidebar ul,
#sidebar-blog_right_sidebar ul {
    color: #2e313a;
    padding: 0;
    margin: 0;
}

.sidebar_h2 {
    color: #0c0938;
    background: none;
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    line-height: 21px;
}

#sidebar-page_right_sidebar .title,
#sidebar-page_right_sidebar .title h2,
#sidebar-blog_right_sidebar .title,
#sidebar-blog_right_sidebar .title h2 {
    margin: 0 auto;
    color: #0c0938;
    width: 300px;
}

#sidebar-page_right_sidebar .title,
#sidebar-blog_right_sidebar .title {
    background: url("images/sep-title.gif") top center no-repeat;
    margin: 0 0 5px;
}

#sidebar-page_right_sidebar .title h2,
#sidebar-blog_right_sidebar .title h2 {
    background: url("images/sep-title.gif") bottom center no-repeat;
}

#sidebar-page_right_sidebar li li,
#sidebar-blog_right_sidebar li li {
    padding: 0 30px 0 15px;
}
.textwidget{
	margin: 30px;
}
.textwidget li{
	list-style: disc;
}
.widget_entry p.date {
    font-size: 11px;
    padding: 0;
    margin: 0;
    line-height: 1em;
}

.widget_entry p {
    margin: 0;
    line-height: 21px;
    font-size: 12px;
}

#learn_more_button {
    margin: 0 0 20px;
}

#learn_more_button a {
    color: #0c0938;
}

#see_more,
#see_more a {
    text-align: right;
    color: #0c0938;
    padding: 0 5px
}

#sidebar-social_sidebar {
    text-align: right;
    clear: right;
}

#sidebar-social_sidebar ul {
    background: none;
    padding: 0;
    margin: 0;
}

#sidebar-social_sidebar .title,
#sidebar-social_sidebar h2 {
    padding: 0 10px 0 0;
    margin: 0;
    background: none;
    text-align: right;
    display: inline;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 34px;
}

#sidebar-social_sidebar a {
    padding: 0 10px;
}

#sidebar-social_sidebar a:last-child {
    padding-right: 0;
}

.navigationbottom {
    float: left;
    clear: both;
    width: 100%;
}

/* Left Side */
.main {

    float: right;
    width: 700px;
    padding-right: 200px;
}

.main li,
.post li {
    margin-bottom: 10px;
}

p {
    margin: 0 0 20px 0;
    line-height: 1.3em;
}

.home_content {
    font-size: 14px;
    margin-top: 10px;
}

.maincontent .text {
    margin-top: 45px;
    overflow: hidden;

    list-style-type: disc;
}

.main .text {
    margin-top: 45px;
    overflow: hidden;

    list-style-type: disc;
}

.title {
    background: url(images/sep-title.gif) no-repeat;
    overflow: hidden;
}

.main .title,
.post .title {
    margin: 25px 0 0;
}

.column {
    float: left;
    width: 247px;
}

.column .title {
    margin-top: 68px;
}

h2 {
    margin: 0 0 45px;
    width: 247px;
    text-align: center;
    font: 21px/34px "Times New Roman", Times, serif;
    color: #0c0938;
    padding-bottom: 1px;
    background: url(images/sep-title.gif) no-repeat 0 100%;
    overflow: hidden;
}

h3 {
    font-family: "Times New Roman", Times, serif;
    color: #030357;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 30px;
}

/*		Footer		*/
#footer {
    width: 100%;
    height: 30px;
    background: #7c96b4;
    overflow: hidden;
}

.footer {
    margin: 0 auto;
    width: 1280px;
    height: 30px;
    overflow: hidden;
}

.footer ul {
    margin: 7px 0 0 8px;
    padding: 0;
    list-style: none;
    float: right;
}

.footer ul li {
    padding: 0 8px 0 9px;
    float: left;
    background: url(images/sep-footer.gif) no-repeat 0 3px;
    font-size: 11px;
    line-height: 16px;
    color: #fff;
}

.footer ul li:first-child {
    background: none;
}

.footer ul li a {
    color: #fff;
}

.footer p {
    margin: 7px 0 0;
    float: right;
    font-size: 11px;
    line-height: 16px;
    color: #fff;
}

.widget_entry b {
    font: 14px "Times New Roman", Times, serif;
    font-weight: bold;
}

.maincontent .text p a {
    color: #0000ff;
}

.widget_recent_posts_featured_image_author {
    background: #dee7ee;
    padding-top: 10px;
}

.scroll-text {
    height: 377px;
    overflow: hidden;
    padding-top: 20px;
}