/*  
Theme Name: Coastal Yacht Group
Theme URI: http://coastalyachtgroup.com/
Description: Commercial
Version: 1.0
Author: SnowDog
Author URI: http://snowdog.pl/


*/

* {margin:0;padding:0;}
h1,h2,h3,h4,h5,h6 {font-size:1em;margin:0;font-weight:normal;}

body {
    background: url('images/bg.png') repeat-x center 83px #ecf1f3;
	color: #2e3b47;
	font-size: 62.5%; /* Resets 1em to 10px */
	font: 62.5% Tahoma, Verdana, Arial, Sans-Serif;
	text-align: center;
	}
a {
    background:inherit;
    color:#1a537f;
    padding:0 2px;
    }
a:active,
a:focus,
a:hover {
    background-color:#1a537f;
    color:#fff;
    text-decoration:none;
    }
#wrapper {
    background: url('images/page-bg.jpg') no-repeat center 70px transparent;
    width:900px;
    margin:0 auto;
    text-align:left;
    }
#header {
    height:360px;
    padding-top:17px;
    }
#content {
    font-size:1.3em;
    line-height:1.3em;
    margin:1.8em 92px;
    min-height:270px;
    }
#homePage #content {background: url('images/columns-bg.png') no-repeat center top transparent;}
#footer {
    clear:both;
    font-size:1.1em;
    font-style:italic;
    padding:50px 100px 20px 100px;
    text-align:center;
    }
table {max-width:100%;}
h1 a,
h1 a:active,
h1 a:focus,
h1 a:hover {
    display:block;
    width:488px;
    height:78px;
    margin:auto;
    text-indent:-9999px;
    background: url('images/logo.png') no-repeat center top #ecf1f3;
    }
.pageTitle   {
    font: 1.5em Georgia, times, serif;
    text-transform:uppercase;
    margin-bottom:1em;
    }
.newsTitle {
    font-weight:bold;
    }
.newsTitle  a {
    font-style:italic;
    font-weight:normal;
    text-decoration:none;
    }
.column {
    width:48%;
    }
.left {
    float:left;
    margin-right:10px;
    }
.right {
    float:right;
    margin-left:10px;
    }
.single {
    clear:both;
    margin:0 100px;
    }
.post {margin-bottom:1em;}
.navigation {padding-bottom:3em;}
#mainNav {
    background-color:#ecf1f3;
    margin:20px 78px 0px 79px;
    text-align:center;
    }
#mainNav li {
    list-style:none;
    display:inline;
    }
#mainNav li a {
    color:#1a537f;
    font: bold 1.1em Georgia, times, serif;
    padding:0 5px;
    text-decoration:none;
    text-transform:uppercase;
    }
    
#mainNav li.current_page_item a,
#mainNav li a:active,
#mainNav li a:focus,
#mainNav li a:hover {
    background-color:#ecf1f3;
    color:#7f1a21;
    }
    
    
#content p {margin-bottom:0.5em}
#content ul, 
#content li {margin:1em}