/*
THEME NAME: lfccap_modern
DESCRIPTION: LFC Capital Modern
VERSION: 1.0
AUTHOR: <a href="http://www.expeedtech.com">Expeed Technologies</a>
AUTHOR URI: http://www.expeedtech.com
*/

@import "reset.css";

body {
	background: #F5F5F5;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
        line-height:18px;
	color: #585858;
}

a {
	color:#3C6C8C;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: 700;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}

blockquote {
	font-style: italic;
	background: url(images/quotes.gif) no-repeat top left;
	background-position: 12px 12px;
	color: #595959;
	margin: 5px 0;
	padding: 8px 15px 8px 60px;
}

#wrapper {
	width: 900px;
	background: #FFF;
	margin: 0 auto;
        background-color:#FFFFFF;
        background-image:url(images/body_bg.jpg);
        background-repeat:repeat-y;
}
#body_bottom{
    width:900px;
    height:17px;
    margin: 0 auto;
    background-image:url(images/body_bottom.jpg);
    background-repeat:no-repeat;
}

#header {
	overflow: hidden;
	width: 880px;
	border-bottom: 3px solid #EFEFEF;
	border-top:  1px solid #EFEFEF;
	margin: 0 auto;
}

#logo {
	font-size: 250%;
	margin: 50px 0 0 30px;
	font-weight: bold;
}

#logo a {
	color: #333333;
}

#description {
	font-size: 130%;
	color: #666666;
	margin: 5px 0 50px 30px;
}

#menu {
    margin-right:10px;
	
}
#menu ul li {
	font-size: 95%;
        margin-bottom:2px;
        float:right;
        margin-right:20px;
}
#menu ul li a {
	color: #000000;
        font-weight:bold;
        text-decoration: none;
}

#menu ul li a:hover{
	color: #999999;
	}

#menu .current_page_item a, #menu .current_page_ancestor a {
    color:#3C6C8C;
}

#sub-menu {
    margin-bottom:10px;
    text-align:center;
    width:100%;
}
#sub-menu ul{
    list-style-type: none;
    margin: 0 70px 0 0;
    padding-left: 0em;
    text-indent: 0em;
}
#sub-menu ul li {
	font-size: 90%;
	padding: 5px;
        float:right;
        margin:0 1px;
        text-align:center;
}

#sub-menu ul li a {
	color: #0038a0;
        font-weight:bold;
        text-decoration: none;
}
#sub-menu ul li a:hover {
	color: #999999;
}

#sub-menu .current_page_item a {
	color:#3C6C8C;
        text-decoration: underline;
}

#container {
	width: 840px;
	overflow: hidden;
	margin: 40px auto;
}

#left{
    width:260px;
    float:left;
}
#left img{
    
}
#left_no_content{
    width:155px;
    float:left;
}
#left #left_image{
    width:258px;
    margin-bottom:30px;
    border: 1px solid #dddddd;
}

#left #shout-out{
    padding: 25px;
    border: 1px solid #dddddd;
    background: #efefef;
    font-size: 125%;
    font-style:italic;
    color:#000000;
}

#content {
	float: left;
	width: 530px;
        margin:0 20px;
}

.post {
	margin-bottom: 25px;
}

.post-title {
	font-size: 200%;
	line-height: 1.2;
	font-weight: normal;
        margin-bottom:10px;
        color:black;
}

.post-title a {
	color: #333333;
}

.page-subtitle {
	font-weight: 700;
	color: #CCC;
	font-size: 90%;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 15px;
}

.post-content {
	margin-top: 0px;
}

.post-content h2 {
	font-size: 140%;
	margin-bottom: 10px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content h3 {
	font-size: 110%;
	font-weight: 700;
	margin-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}
.post-content h4 {
	font-weight: 700;
        margin-bottom:3px;
        
}

.post-content p {
	line-height: 1.3;
	margin-bottom: 10px;
}

.post-content img.alignnone {
	background: #FFF;
	border: 1px solid #EFEFEF;
	padding: 4px;
}

.post-content img.alignleft {
	float: left;
	border: 1px solid #EFEFEF;
	margin: 0 25px 15px 0;
	padding: 4px;
}

.post-content img.alignright {
	float: right;
	border: 1px solid #EFEFEF;
	margin: 0 0 15px 25px;
	padding: 4px;
}

.post-content ul,.post-content ol {
	margin-left: 30px;
	margin-bottom: 20px;
}

.post-content ul {
	list-style: disc;
}

.post-content ol {
	list-style: decimal;
}

.post-content ul li,.post-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

#footer {
	margin: 0 auto;
	width: 840px;
	height: 40px;
	border-top: 1px solid #EAEAEA;
	padding: 20px;
        text-align:center;
}

.sep {
	color: #CCC;
	margin: 0 8px;
}

.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}
