
/* 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;
}

body {
    text-align: left;
    width: 876px;
    margin: 0 auto;
    background: url(/images/theme-larsoned/bg-pattern.png) center top;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    font-weight: bold;
    font-family: "Verdana", "Lucida Grande", "Arial", "Helvetica", sans-serif;
}

h1 { font-size: 130%; margin: 0; padding: 7px 0 6px 0; color: #e31937; }
h2 { font-size: 110%; margin: 0 0 1.13636363636em 0; }
h3 { font-size: 100%; margin: 0 0 1.25em 0; }
h4 { font-size: 100%; margin: 0 0 1.25em 0; }
h5 { font-size: 100%; margin: 0 0 1.25em 0; }
h6 { font-size:  90%; margin: 0 0 1.38888888889em 0; }

#header {
    width: 864px;
    margin: 0 auto;
}

div.stripes {
    width: 876px;
    margin: 0 auto;
    background: url(/images/theme-larsoned/bg-stripes.png) repeat-y center top;
}

div.bg-photo {
    width: 876px;
    background: url(/images/theme-larsoned/head-photo.jpg) no-repeat 372px top;
}

div.head-curve {
    width: 864px;
    margin: 0 auto;
    background: url(/images/theme-larsoned/head-curve.png) no-repeat center top;
}

#logo {
    display: block;
    margin-left: 38px;
    padding-top: 7px;
    padding-bottom: 59px;
}

#content {
    display: inline; /* IE6 fix */
    float: left;
    width: 643px;
    margin: 10px 0px 20px 0px;
    padding: 0 16px;
}

/* Splash styles */
body.home {
    width: auto;
}

body.home #content {
    clear: both;
    display: block;
    float: none;
    margin: 0 auto;
    padding: 16px;
    width: 960px;
}

body.home #footer {
    background: none;
}

body.home #logo {
    display: block;
    width: 270px;
    margin: 0 auto;
    padding-bottom: 7px;
    padding-top: 19px;
}

body.home div.splash-main {
    background: #fdfcee url(/images/theme-larsoned/splash-photo.jpg) no-repeat center top;
    color: black;
}

body.home div.splash-shadow-top {
    height: 8px;
    border-bottom: 10px solid black;
    background: url(/images/theme-larsoned/splash-shadow-top.png) repeat-x;
}

body.home div.splash-shadow-bot {
    height: 10px;
    border-top: 10px solid black;
    background: url(/images/theme-larsoned/splash-shadow-bot.png) repeat-x;
    overflow: hidden;
}

/* Home Menu styles */
body.home ul.home_menu {
    list-style: none;
    float: none;
    display: block;
    width: auto;
    margin: 0;
    padding: 0;
    font-size: 80%;
}

body.home ul.home_menu li {
    float: none;
    display: block;
    width: auto;
    background: none;
}

body.home ul.home_menu li a {
    display: block;
    font-size: 110%;
    padding: 0.5ex;
    text-decoration: none;
}

body.home ul.home_menu li b {
    display: block;
    padding: 0.5ex;
    font-size: 110%;
    color: #e31937;
}

body.home ul.home_menu a:hover,
body.home ul.home_menu .hover a {
    color: blue;
}

body.home ul.home_menu li ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

body.home ul.home_menu li ul li a {
    color: black;
    font-size: 100%;
    font-weight: normal;
}

table.home_menu {
    width: 100%;
    height: 266px;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0;
}

table.home_menu td {
    width: 50%;
}

table.home_menu td.left {
    text-align: right;
    padding-right: 233px;
}

table.home_menu td.right {
    padding-left: 213px;
}

div.minicart {
    margin: 18px;
    border: 1px solid #666666;
    font-size: 80%;
    background: white;
}

div.minicart b {
    display: block;
    border-bottom: 1px solid #215485;
    padding: 0 1ex;
    line-height: 27px;
    background: black url(/images/theme-larsoned/menu_bg.png) repeat-x;
    color: white;
}

div.minicart b a {
    color: white;
    text-decoration: none;
}

div.minicart b a:hover {
    text-decoration: underline;
}

div.minicart div.box {
    padding: 1ex;
}

div.minicart div.box p {
    margin: 0;
    padding: 0;
}

/* Menu styles */
div.menu_column {
    width: 180px;
    float: left;
}

.menu {
    position: relative;
    list-style: none;
    font-size: 80%;
    display: inline; /* IE6 fix */
    float: left;
    margin: 0;
    padding: 0;
    width: 180px;
}

.menu li {
    position: relative;
    float: left;
    display: block;
    width: 168px;
    margin: 0;
    background: url(/images/theme-larsoned/ul-bullet.png) no-repeat 11px 1.20em;
}

.menu li.other_interests {
    display: inline;
    width: 152px;
    margin-top: 12px;
    margin-left: 12px;
    border: 2px solid #6e0c1b;
    border-left-color: #eb5e73;
    border-top-color: #eb5e73;
    background: #9e1126;
}

.menu a {
    display: block;
    padding: 8px 0;
    padding-left: 18px;
    font-weight: bold;
    text-decoration: none;
    color: white;
}

.menu li.other_interests a {
    padding-left: 8px;
}

.menu a:hover {
    color: yellow;
}

li.hover a {
    color: yellow;
}

/* Submenu styles */
.menu ul {
    position: absolute;
    top: -10000px;
    width: auto;
    background: black;
    padding: 0;
    margin: 0;
    border: 2px solid #666666;
}

.menu ul li {
    width: auto;
    float: none;
    border-top: 1px solid #333333;
    background: transparent;
}

.menu ul li a {
    padding: 8px;
    white-space: nowrap;
    color: white;
}

/* Footer Styles */
#footer {
    clear: both;
    padding-top: 1.25em;
    font-size: 80%;
    text-align: center;
    zoom: 1;
    background: url(/images/theme-larsoned/foot.png) no-repeat center top;
}

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

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

#footer p {
    margin: 0;
    padding-bottom: 1.25em;
}
#footTextlinks a {
    padding: 0 10px;
    font-size: 120%;
    font-weight: bold;
}

#footElements {
    margin: 0 0 1.25em 0;
    font-style: italic;
}

#footer p#copyright {
    margin-bottom: 0;
    padding-bottom: 0;
}

/* homepage boxes */
#homeBoxes {
    width: 960px;
    margin: 0 auto;
    font-size: 75%;
    padding-top: 5px;
}

.homeBox {
    display: inline;
    float: left;
    width: 238px;
    margin: 0 1px;
    padding: 0;
    overflow: hidden;
}

.homeBox .rssFeed {
    margin: 0;
    left: 0;
    padding: 0;
    list-style: none;
}

.homeBox h2 {
    margin: 0;
    background: transparent url(/images/cache/images-util-corners-47ca8e86e9b220865f0659dc52634efb.png) no-repeat scroll left top;
    color: white;
    padding: 12px 21px 3px;
    font-size: 125%;
}

.homeBoxContent {
    background: transparent url(/images/cache/images-util-corners-6daf0c49cf05d0dacf7ba6b86e581d82.png) no-repeat scroll left bottom;
    padding: 8px 21px 9px;
}

.homeBox h2 a {
    color: white;
    text-decoration: none;
}

#boxBlog .rssFeed li {
    margin-bottom: 12px;
}

.homeBox p, .homeBox form {
    margin-bottom: 12px !important;
}

.homeBox .iField {
    height: auto;
}

.homeBox .text input {
    font-size: 100%;
    width: 185px;
}

.homeBox .iSubmit {
    margin-top: 12px;
}

.homeBox .homeBoxImg {
    position: relative;
    left: -12px;
    top: -8px;
}

#boxSocial a {
    display: block;
    width: 170px;
    margin: 0 auto;
    padding: 5px 0;
}

.larsonButton {
    text-align: center;
}

.larsonButton img {
    margin-bottom: 5px;
}

.larsonButton a {
    text-decoration: none;
    color: black;
}

pre {
    font-size: 75%;
    font-family: "Courier New", "Courier", monospace;
    letter-spacing: -1px;
}

