
/* Demonstration of a WYMeditor style
p.pull-quote {
    float: right;
    padding: 20px;
    font-size: 150%;
    font-weight: bold;
    width: 25%;
}
*/

/* Basic page layout */
html, body {
    text-align: center;
    font-family: "Arial", "Helvetica", sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
}

html {
    background: #003c8b url(/images/theme-parrgolf/bg-golf.png) repeat scroll -70px -40px;
}

body {
    text-align: left;
    width: 993px;
    margin: 0 auto;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    font-weight: bold;
    color: #0052c2;
    font-family: "Arial", "Helvetica", sans-serif;
}

h1 { font-size: 190%; margin: 0; padding: 0 0 0.657894736842em 0; }
h2 { font-size: 150%; margin: 0 0 0.833333333333em 0; }
h3 { font-size: 130%; margin: 0 0 0.961538461538em 0; }
h4 { font-size: 110%; margin: 0 0 1.13636363636em 0; }
h5 { font-size: 100%; margin: 0 0 1.25em 0; }
h6 { font-size:  90%; margin: 0 0 1.38888888889em 0; }

body.the-pro-shop h1 {
    text-indent: -11ex; margin-left: 11ex;
}

a {
    color: white;
}

#main a {
    color: #0052c2;
}

#main {
    width: 975px;
    padding: 0 9px;
    background: transparent url(/images/cache/images-util-corners-c200f8a161247f6a55327414f7437903.png) repeat-y scroll left top;
    float: left;
}

#header {
    background: transparent url(/images/theme-parrgolf/bg-header.png) no-repeat scroll left top;
    height: 164px;
}

#logo {
    display: inline; /* IE6 fix */
    float: left;
    margin: 10px 0 0 50px;
}

#content {
    display: inline; /* IE6 fix */
    float: left;
    width: 887px;
    padding: 34px 44px 24px 44px;
    font-size: 90%;
}

/* Menu styles */
.menu {
    display: inline; /* IE6 fix */
    float: left;
    width: 949px;
    list-style: none;
    margin: 0;
    padding: 0 0 0 26px;
    text-align: center;
    border-top: 8px solid #0052c2;
}

.menu li {
    display: inline; /* IE6 fix */
    float: left;
    display: block;
    width: 181px;
    margin: 0;
    padding: 0 2px;
}

.menu a {
    width: 181px;
    display: block;
    font-weight: bold;
    text-decoration: none;
    background: transparent url(/images/cache/images-util-corners-5ad6760156dbee0c3e11227472b971b1.png) no-repeat scroll left bottom;
    height: 28px;
    line-height: 28px;
}

#main .menu .active a {
    background-image: url(/images/cache/images-util-corners-ba7a15281d0912b00aa06747bf9578c5.png);
    color: white;
}

#main .menu a:hover, #main .menu .hover {
    color: #488de7;
}

#main .menu .active a:hover, #main .menu .active .hover {
    color: #deecf7;
}

/* Footer Styles */
#footer {
    clear: both;
    font-size: 80%;
    text-align: center;
    color: #deecf7;
    background: transparent url(/images/cache/images-util-corners-81d91ef3067913045d9ba91e680dccbc.png) no-repeat scroll left top;
    padding-top: 70px;
    zoom: 1; /* hasLayout */
    margin-top: -1px;
}

#footer p {
    margin: 0;
    padding: 0.625em 0;
}

#footer a {
    text-decoration: none;
    color: #deecf7;
}

#footer a:hover {
    text-decoration: underline;
    color: white;
}

#footTextlinks a {
    padding: 0 10px;
}

/* Homepage styles */
body.home #homeCol1, body.home h1 {
    float: left;
    border-right: 1px solid #dadad1;
    width: 444px;
    padding-right: 22px;
    margin-bottom: 0;
}

body.home #homeCol2 {
    float: right;
    width: 398px;
    padding-left: 22px;
    margin-top: -2em;
}

body.home #chunk2 {
    clear: both;
}

body.home .iField {
    padding-top: 0;
}

body.home .formFoot {
    clear: none;
    padding-top: 1.25em;
}

/* Golf Courses Styles */
#mainInfo {
    display: inline; /* IE6 fix */
    float: left;
    width: 542px;
    border-right: 1px solid #e9e9e0;
    padding-right: 22px;
    min-height: 100px;
}

#extraInfo {
    display: inline; /* IE6 fix */
    float: left;
    width: 300px;
    padding-left: 22px;
    border-left: 1px solid #e9e9e0;
    margin-left: -1px;
    min-height: 150px;
}

#content a.button {
    
    display: block;
    color: white !important;
    background: #0052c2 url(/images/cache/images-util-corners-9bdfb913edc847c0002671d13b1256bb.png) no-repeat scroll left top;
    text-decoration: none !important;
    padding: 0px 20px;
    height: 35px;
    width: 260px;
    line-height: 35px;
    font-weight: bold;
    font-size: 120%;
    margin-bottom: -0.5em;
}

#content a.button:hover {
    color: #deecf7 !important;
}

#content .centered a.button {
    margin-left: auto;
    margin-right: auto;
}

