
/* 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: "Verdana", "Lucida Grande", "Arial", "Helvetica", sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
}

html {
    background: #dce464 url(../../images/theme-ideasgrow/bg-stripes.png) repeat scroll left top;
}

body {
    text-align: left;
    width: 911px;
    margin: 10px auto;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0 0 2px 0;
    margin: 1.25em 0 0 0;
    font-weight: bold;
    font-family: "Verdana", "Lucida Grande", "Arial", "Helvetica", sans-serif;
    border-bottom: 1px solid #dce464;
}

ul, ol, p {
    margin-bottom: 0;
}

h1 { font-size: 130%; margin-top: 0.961538461538em; }
h2 { font-size: 125%; margin-top: 1em; }
h3 { font-size: 120%; margin-top: 1.04166666667em; }
h4 { font-size: 110%; margin-top: 1.13636363636em; }
h5 { font-size: 100%; margin-top: 1.25em; }
h6 { font-size:  90%; margin-top: 1.38888888889em; }

#container {
    background: transparent url(../../images/cache/images-util-corners-a2744ee6b199c574198339ae799a595f.png) no-repeat scroll left top;
    padding-top: 9px;
}

#header {
    background: transparent url(../../images/cache/images-util-corners-fc714b9c071b0c4e62bd0b7d5c35ed66.png) no-repeat scroll left top;
    width: 889px;
    height: 160px;
    margin-left: 9px;
    position: relative;
    z-index: 2;
    padding: 3px 0 0 3px;
}

#logo {
    display: block;
    background: transparent url(../../images/theme-ideasgrow/bg-header.png) no-repeat scroll 266px top;
    margin: 0;
    height: 139px;
    padding: 17px 0 0 23px;
}

#logo img {
    display: block;
}

#main {
    background: transparent url(../../images/cache/images-util-corners-1c6a8856c160544722a2df8ccd6df87a.png) repeat-y scroll left top;
    margin-top: -29px;
    position: relative;
    padding: 16px 0 1px 0;
    display: inline; /* IE6 margin fix */
    float: left;
    width: 100%;
}

#content {
    clear: right;
    display: inline; /* IE6 margin fix */
    float: right;
    margin: 0 14px 0 12px;
    padding: 0 24px;
    width: 837px;
    color: #bd3386;
    font-size: 85%;
}

/* Menu styles */
.menu {
    margin: 0;
    padding: 0 30px 0 0;
    list-style: none;
    float: right;
    text-align: center;
}

.menu li {
    display: inline; /* IE6 margin fix */
    float: left;
    margin: 0 0 0 -9px;
    width: 138px;
    height: 45px;
}

.menu li.active a {
    position: relative;
}

.menu a {
    display: block;
    width: 138px;
    padding-top: 8px;
    height: 37px;
    line-height: 33px;
    background: transparent url(../../images/cache/images-util-corners-d5b184b331ba9e50ede99bf4aab6b784.png) no-repeat scroll left bottom;
    color: black;
    font-weight: bold;
    text-decoration: none;
}

.menu a:hover, .menu .hover {
    color: white;
}

/* Footer Styles */
#footer {
    clear: both;
    text-align: center;
    font-size: 70%;
    background: transparent url(../../images/cache/images-util-corners-70289903e89a795212c1f84ea8aedc57.png) no-repeat scroll left top;
    padding-top: 40px;
    zoom: 1;
}

#footer p {
    min-height: 1.25em;
    margin: 0 0 1.25em 0;
}

#footer a {
    color: black;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

#footTextlinks a {
    padding: 0 10px;
}

