@import url("../fonts/font.css");


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #40546b;
    background: #FFF;
    margin: 0px;
    padding: 0px;
}
hr
{
    height: 14px;
    border: 0px;
    background: url(../img/border-bottom.png) center left repeat-x;
    margin-top: 15px;
    margin-bottom: 25px;
}
h1, h2, h3
{
    text-transform: uppercase;
    font-family: 'placard_mtcondensed';
    margin-top: 0px;
    margin-bottom: 15px;
}
h4
{
    margin-top: 0px;
    margin-bottom: 15px;
}
h5, h6
{
    text-transform: uppercase;
    font-family: 'placard_mtcondensed';
    margin-top: 0px;
    margin-bottom: 15px;
}
h1, h2.post-title
{
    font-size: 42px;
    color: #39637e;
    margin-bottom:20px;
}
h2
{
    font-size: 30px;
    color: #f07134;
}
h3
{
    font-size: 24px;
    color: #f07134;
}
h4
{
    font-size: 18px;
    color: #40546b;
}
h5
{
    font-size: 16px;
    color: #f07134;
}
h6
{
    font-size: 14px;
    color: #f07134;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small
{
    font-weight: normal;
    line-height: 1;
    color: #40546b;
}
h1 small, .h1 small
{
    font-size: 24px;
}

h2 small, .h2 small
{
    font-size: 18px;
}

h3 small, .h3 small, h4 small, .h4 small
{
    font-size: 15px;
}

p {
	margin-bottom:15px;
}
ol, ul
{
    margin: 0 0 20px;
}
ol li, ul li
{
    margin: 0 0 10px;
}
a
{
    /* color: #40546b; */
    color: #E05114;
    text-decoration:none;
    border-bottom:1px dotted #F0C194;
}
a:hover
{
    color: #f07134;
}
img
{
    max-width: 100%;
    height: auto;
}

#wrapper
{
    background: url(../img/wrapper-bg.png) top center repeat-y;
}

/*-- header --*/
.header
{
    position: relative;
    padding: 10px 0px 40px;
    margin-bottom: 40px;
    height:210px;
    background: url(../img/header-bg.png) bottom center no-repeat;
}
.header .logo
{
    display: block;
    width: 270px;
    height: 210px;
    padding: 0px;
    margin: 10px 0px;
}
.header .logo img
{
    width: 100%;
}
.header .header-info-img
{
    position: absolute;
    width: 272px;
    height: 73px;
    background-image: url('/img/speech_bubble.png');
    background-repeat: no-repeat;
    bottom: -25px;
    right: 15%;
    text-align: center;
    padding-top: 14px;
}

div#header_leaderboard
{
    position:absolute;
    height: 90px;
    width: 728px;
    clear: both;
    top:23px;
    left:405px;
}

table#social_follow_table {
	margin-bottom:10px;
}
/*-- content --*/

.content
{
    background: url(../img/content-bg.png) bottom left no-repeat;
    padding-bottom: 80px;
}

.latest-cockney-blog
{
    padding-bottom: 20px;
}
.created-true-cockney
{
    padding-bottom: 20px;
}
.cockney-blog-latest
{
}
.cockney-blog-latest h3
{
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 20px;
}
.cockney-blog-latest h3 a
{
    color: #f07134;
}
.cockney-blog-latest h3 a:hover
{
    color: #40546b;
}

.latest-cockney-slang
{
    padding-bottom: 20px;
}

/*-- sidebar --*/

.aside-left
{
}
.aside-left h1, .aside-left h2, .aside-left h3, .aside-left h4, .aside-left h5, .aside-left h6
{
    margin-top: 10px;
    margin-bottom: 10px;
}
.aside-left hr
{
    height: 7px;
    border: 0px;
    background: url(../img/aside-boder-bottom.png) center left repeat-x;
    margin-top: 15px;
    margin-bottom: 15px;
}
.social-icon
{
    padding: 0;
    list-style: none;
}
.social-icon li
{
    display: inline;
    padding-right:3px;
}
.slang-list
{
    padding: 0;
    list-style: none;
    text-align: justify;
}
.slang-list li
{
    display: inline;
    width:25px;
    min-width:25px;
}
.slang-list li a
{
    padding-right: 3px;
    width:25px;
    min-width:25px;
    border-bottom:0px;
}

.list-unstyled li a {
	border-bottom:0px;
}
.aside-right
{
}
.aside-right h1, .aside-right h2, .aside-right h3, .aside-right h4, .aside-right h5, .aside-right h6
{
    margin-top: 10px;
    margin-bottom: 10px;
}


/*-- footer --*/

footer.footer
{
    position: relative;
    padding: 50px 0px;
    text-align: center;
}

.footer a {
	border-bottom:0px;
}
.footer-nav
{
    display: block;
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 0;
    list-style: none;
    text-align: center;
}
.footer-nav li
{
    float: none;
    display: inline-block;
}
.footer-nav li a
{
    line-height: 1em;
    padding: 0px 15px;
    border-radius: 0px;
    border-right: 2px solid #40546b;
    border-bottom:0px;
}
.footer-nav li:last-child a
{
    border-right: 0px;
}
.footer-nav li a:hover
{
    background: none;
}

@media (max-width: 767px)
{

    .header .header-info-img
    {
        width: 220px;
        bottom: -20px;
    }

}

@media (max-width: 480px)
{

    .header .logo
    {
        width: 200px;
    }
    .header .header-info-img
    {
        width: 200px;
        right: 5%;
    }

    footer.footer
    {
        padding: 30px 0px;
    }
    .footer-nav li
    {
        float: none;
        display: block;
    }
    .footer-nav li a
    {
        border-right: 0;
    }
}

.inline {
	vertical-align: middle;
}
.slang {
	font-weight:bold;
}
.fb-comments, .fb-comments iframe[style] {width: 100% !important;}

/* blog styles */
div.post-info {
    margin-bottom:20px;
}

div#postnavigation {
	margin-bottom:10px;
}

/* adjustment to ensure bottom graphic is not overwritten */
.col-sm-6 {
	padding-bottom:100px;
}

div.photo {
	border:1px solid #DDDDDD;
	padding:2px;
	color:#777777;
	font-size:smaller;
	text-align:center;
	margin-bottom:20px;
	margin-top:20px;
}

.right {
	float:right;
	margin-left:20px;
}

.left {
	float:left;
	margin-right:20px;
}

.error {
	color:#FF0000;
	font-weight:bold;
}

/* slang and definition styles */
.example {
	font-style:italic;
	
}

.english {
	font-weight:bold;
}

table.slang_table {
	width:100%;
}

table.slang_table td {
	width:48%;
	vertical-align:top;
}

.RadDataPager a {
	border-bottom:0px;
}