﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body {
    background: #43545e url(./bg/01.png) repeat-x 0 0;
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #fcfffd;
}

a {
    cursor: pointer;
}
a:link {
    color: #034af3;
    text-decoration: underline;
}
a:visited {
    color: #505abc;
}
a:hover {
    color: #1d60ff;
    text-decoration: none;
}
a:active {
    color: #12eb87;
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2 {
    padding: 0 0 10px 0;
    color: #c2b799;
}
h3 {
    font-size: 1.2em;
}
h4 {
    font-size: 1.1em;
}
h5, h6 {
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

#pageWrapper {
    background: url(./bg/02.png) repeat-x bottom;
    min-height: 1024px;
}

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
#page {
    background: url(./bg/03.png) no-repeat 0 0;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#page h2 a {
    font-size: 14px;
    text-decoration: none;
    color: #bbb;
}
#page h2 a:hover {
    color: #999;
}
#page h2 em {
    font-size: 18px;
    color: #ccc;
}

#header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
    height: 246px;
}

#header h1 {
    font-weight: bold;
    padding: 5px 0 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

#header h2 {
    padding: 0 0 5px;
    margin: 0;
    color: #fff;
}
#header h2 strong {
    color: Aqua;
}

#bottom {
    background: #fcfffd url(./bg/bottom.png) no-repeat 0 0;
    color: #242629;
    width: 923px; height: 308px;
    margin: 0 0 0 37px;
}
    #bottom table.layout {
        margin: 5px 0;
        height: 298px;
    }
        #bottom table.layout td {
            vertical-align: top;
            width: 50%;
        }
        
        #bottom table.layout td.left {
            background: url(./bg/vert-dots-02.gif) repeat-y right top;
        }

        #bottom table.layout td div.wrapper {
            margin: 0 15px;
        }
        
        #bottom table.layout td.right div.wrapper {
            margin-right: 0;
        }
        
        #bottom table.layout a.ni {
            display: block;
            font: normal 14px/16px 'Trebuchet MS';
            text-decoration: none;
            color: #636870;
            padding: 0; margin: 0 0 6px;
        }
        
        #bottom table.layout a.ni strong {
            color: #242629;
            font-weight: normal;
        }
        
        #bottom table.layout a.ni:hover em {
            text-decoration: underline;
        }
        
        #bottom table.layout a.ni em {
            font-style: normal;
        }
        
        #bottom table.layout a.ni span {
            float: right;
        }
        #bottom table.layout a.book {
            display: block;
            width: 106px; height: 119px;
            margin: 0 5px 5px 0;
            float: left;
        }
        #bottom table.layout a.book span.title {
            display: none;
        }
        #bottom table.layout span.book1 {
            display: block;
            background: url(./bg/book.png) no-repeat right top;
            cursor: pointer;
        }
        #bottom table.layout span.book1:hover, #bottom table.layout span.book1-hover {
            background-position: right -115px;
        }
        #bottom table.layout span.book2 {
            display: block;
            background: url(./bg/book-corner.png) no-repeat left 110px;
            cursor: pointer;
        }
        #bottom table.layout span.book2:hover, #bottom table.layout span.book2-hover {
            background-position: left 105px;
        }
        
    #bottom h2 {
        color: #43545e;
        font: bold 22px/22px 'Trebuchet MS';
        margin: 0; padding: 14px 0 12px;
    }
    
    #bottom h2 a {
        font: normal 14px/16px 'Trebuchet MS';
        vertical-align: middle;
        color: #43545e;
    }

#footer {
    color: #fcfffd;
    padding: 0; margin: 0;
    margin: 0 0 0 37px;
    font-size: .9em;
    background: #242629 url(./bg/footer.png) no-repeat 0 0;
    width: 923px; height: 113px;
    position: relative;
}
    #footer p.logo, #footer p.copy, #footer a.linkedin, #footer a.facebook, #footer a.twitter {
        position: absolute;
        display: block;
        margin: 0; padding: 0;
    }
    #footer p.logo {
        left: 30px; top: 33px;
        font: normal 22px/22px 'Trebuchet MS';
        z-index: 1;
        letter-spacing: 1px;
        color: #c2b799;
        margin: 0; padding: 0;
    }
    #footer p.logo strong {
        font: bold 22px/22px 'Trebuchet MS';
        letter-spacing: 0;
    }
    #footer span.logo {
        position: absolute;
        left: 27px; top: 32px;
        width: 87px; height: 30px;
        background: url(./bg/footer-logo.png) no-repeat 0 0;
        z-index: 2;
    }
    #footer p.copy {
        left: 30px; top: 65px;
        color: #c2b799;
    }
    #footer a.linkedin, #footer a.facebook, #footer a.twitter {
        top: 43px;
        width: 93px; height: 24px;
        text-align: center;
        font: bold 16px/22px 'Trebuchet MS';
        text-decoration: none;
        color: #fcfffd;
    }
    #footer a.linkedin span, #footer a.facebook span, #footer a.twitter span {
        position: absolute;
        width: 100%; height: 100%;
        left: 0; top: 0;
        background: url(./buttons/linkedin.png) no-repeat 0 0;
    }
    #footer a.linkedin {
        width: 98px;
        left: 623px;
    }
    #footer a.facebook {
        left: 721px;
    }
    #footer a.twitter {
        left: 814px;
    }
    #footer a.facebook span {
        background-image: url(./buttons/facebook.png);
    }
    #footer a.twitter span {
        background-image: url(./buttons/twitter.png);
    }
    

/* MENU   
----------------------------------------------------------*/
#menu {
    width: 427px; height: 153px;
    position: absolute;
    left: 545px; top: 87px;
}
    #menu a {
        display: block;
        float: left;
        width: 145px; height: 153px;
        text-decoration: none;
        color: #fcfffd;
        text-align: center;
        font: bold 22px/26px 'Trebuchet MS';
        padding: 0;
        position: relative;
    }
        #menu a.work {
            width: 137px;
        }
        #menu a strong {
            display: block;
            padding-top: 50px;
        }
        #menu a.home strong {
            padding-left: 9px;
        }
        #menu a.expertise strong {
            padding-right: 9px;
        }
        #menu a span {
            left: 0; top: 0;
            position: absolute;
            display: block;
            width: 100%; height: 100%;
            background-image: url(./buttons/menu.png);
            background-repeat: no-repeat;
            background-position: 0 0;
        }
        #menu a.work span {
            background-position: -145px 0;
        }
        #menu a.expertise span {
            background-position: -282px 0;
        }

#favlinks {
    position: absolute;
    left: 38px; top: 121px;
    width: 500px; height: 21px;
}
    #favlinks em {
        float: left;
        margin: 0 10px 0 4px;
        color: #c2b799;
        padding-top: 3px;
    }
    #favlinks a {
        display: block;
        width: 170px;
        position: relative;
        padding-left: 29px;
        float: left;
        text-decoration: none;
        color: #c2b799;
        padding-top: 3px;
    }
    #favlinks a.fav {
        width: 122px;
    }
    #favlinks a:hover {
        text-decoration: underline;
    }
    #favlinks a span {
        display: block;
        position: absolute;
        left: 0; top: 0;
        width: 21px; height: 21px;
        background: url(./buttons/icons-01.png) no-repeat 0 0;
    }
    #favlinks a.fav span {
        background-position: 0 -21px;
    }
    #favlinks a.dig {
        width: 45px;
    }
    #favlinks a.dig span {
        background-position: 0 -42px;
    }

#quoteSign {
    position: absolute;
    left: 76px; top: 155px;
    font: bold 120px/120px 'Trebuchet MS';
    color: #43545e;
}
#quoteText {
    position: absolute;
    left: 150px; top: 178px;
    font: italic 28px/36px 'Trebuchet MS';
    color: #fcfffd;
}

/* SIDEBAR  
----------------------------------------------------------*/

#content * {zoom:1}

#content td.sidebar {
    vertical-align: top;
}
    #content td.sidebar p.riademo {
        margin: 0; padding: 0;
        background: url(./bg/riademo.png) no-repeat 18px 6px;
        font: normal 14px/16px 'Trebuchet MS';
        height: 132px;
    }
    
    #content td.sidebar p.riademo span {
        display: block;
        padding: 10px 33px 20px 100px;
    }
        #content td.sidebar a.riademo {
            position: relative;
            display: block;
            width: 182px; height: 75px;
            margin-left: 18px;
            text-align: center;
            text-decoration: none;
        }
        
        #content td.sidebar a.riademo strong {
            display: block;
            font: bold 24px/24px 'Trebuchet MS';
            color: #25333b;
            padding-top: 13px;
        }
        
        #content td.sidebar a.riademo span {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0; top: 0;
            background: url(./buttons/ria-demo.png) no-repeat 0 0;
        }

    #content td.sidebar div.line {
        height: 13px;
        background: url(./bg/sidebar-line.png) no-repeat 0 bottom;
    }

    #content td.sidebar p.getintouch {
        margin: 0; padding: 0;
        background: url(./bg/get-in-touch.png) no-repeat 18px 10px;
        font: normal 14px/16px 'Trebuchet MS';
        height: 112px;
        color: #242629;
    }
        #content td.sidebar p.getintouch span {
            display: block;
            padding: 14px 33px 20px 100px;
        }
        
    #content td.sidebar a.getintouch {
        position: relative;
        display: block;
        width: 182px; height: 75px;
        margin-left: 18px;
        text-align: center;
        text-decoration: none;
    }
        #content td.sidebar a.getintouch strong {
            display: block;
            font: bold 24px/24px 'Trebuchet MS';
            color: #25333b;
            padding-top: 13px;
        }
        
        #content td.sidebar a.getintouch span {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0; top: 0;
            background: url(./buttons/get-in-touch.png) no-repeat 0 0;
        }
    #content td.sidebar h3 {
        margin: 0;
        padding: 140px 33px 8px 18px;
        background: url(./friends.png) no-repeat 11px 10px;
        /*color: #c2b799;*/
        color: #25333b;
        font: bold 28px/28px 'Trebuchet MS';
    }

    #content td.sidebar a.fr {
        margin: 0 33px 0 18px;
        padding: 5px 0 0;
        text-decoration: none;
        display: block;
    }
        #content td.sidebar a.fr strong, #content td.sidebar a.fr span {
            display: block;
        }
        
        #content td.sidebar a.fr strong {
            /*color: #25333b;*/
            /*color: #fcfffd;*/
            color: #c2b799;
            padding: 0 0 2px;
            font: bold 14px/14px 'Trebuchet MS';
        }
        
        #content td.sidebar a.fr:hover strong {
            text-decoration: underline;
        }
        
        #content td.sidebar a.fr span {
            /*color: #c2b799;*/
            color: #242629;
            font: normal 14px/14px 'Trebuchet MS';
            display: block;
            margin: 0; padding: 0 0 5px;
        }
        
#content tr.footer td {
    font-size: 1px/1px;
    height: 1px;
    margin: 0; padding: 0;
    background: url(./bg/line-01.gif) no-repeat 38px 0;
}

/* CONTENT  
----------------------------------------------------------*/

#content td.content {
    width: 758px;
    background: url(./bg/04.gif) repeat-y right top;
    vertical-align: top;
}

#content td.content img.home {
    float: left;
    display: block;
    left: 0; top: 0;
    width: 323px; height: 286px;
    border-style: none;
}

#content td.content {
    font-family: 'Trebuchet MS';
    font-size: 14px;
}
    #content td.content div.line {
        height: 2px;
        background: url(./bg/line.png) no-repeat right top;
        clear: both;
        font-size: 1px/1px;
    }

/* HOME PAGE  
----------------------------------------------------------*/

#homeIntro {
    float: right;
    width: 380px;
    margin: 0 30px 0 0;
    padding: 0 0 0;
}
    #homeIntro h2 {
        padding: 0;
        margin: 28px 0 0;
        font: bold 28px/32px 'Trebuchet MS';
    }
    
    #homeIntro p {
        font: normal 14px/20px 'Trebuchet MS';
    }

div.board1 {
    background: #25333b url(./bg/board1-top.png) no-repeat 0 0;
    margin: 13px 16px 12px 37px;
}

div.board2 {
    background: url(./bg/board1-bottom-left.png) no-repeat left bottom;
}

div.board3 {
    background: url(./bg/board1-bottom-right.png) no-repeat right bottom;
}

table.board1 {
    margin: 5px;
}

table.board1 td {
    margin: 0; padding: 0;
    vertical-align: top;
}

table.board1 td.left {
    width: 50%;
    background: url(./bg/vert-dots-01.gif) repeat-y right top;
}

table.board1 td.right {
    
}

table.board1 td div.wrapper {
    padding: 6px 12px;
}

table.board1 td div.bottom-line {
    background: url(./bg/horiz-dots-01.gif) repeat-x right bottom;
    margin-bottom: 6px;
    padding-bottom: 12px;
}

div.board1 h2 {
    font: bold 28px/32px 'Trebuchet MS';
    margin: 0; padding: 2px 0 8px;
}

div.board1 p {
    font: normal 14px/20px 'Trebuchet MS';
    margin: 3px 0 0;
    padding: 0 0 8px;
}

div.board1 p strong {
    letter-spacing: 2px;
    color: #c2b799;
    font-size: 18px;
}

.board1 ul {
    margin: 10px 0;
    padding: 0 0 0 0;
    list-style-type: none;
    list-style-position: outside;
}
    .board1 ul li {
        margin: 0 0 0 0; padding: 0 0 4px 14px;
        vertical-align: top;
        background: url(./misc/list.gif) no-repeat 0 9px;
    }

/* BOOKS PAGE  
----------------------------------------------------------*/

p.books-intro {
    padding: 0 20px 20px 37px;
    margin: 0;
}
    p.books-intro a {
        color: #c2b799;
        text-decoration: none;
    }
    p.books-intro a:hover {
        text-decoration: underline;
    }

div.book {
    height: 170px;
    margin: 0 20px 10px 37px;
}
    div.book a.image {
        display: block;
        float: left;
        width: 130px;
        height: 150px;
        margin: 4px 12px 0 0;
        text-align: right;
        text-decoration: none;
    }
    
    div.book h3 {
        color: #c2b799;
        margin: 0;
        padding: 0 0 6px;
    }
    
    div.book h3 a {
        color: #c2b799;
        text-decoration: none;
    }
    div.book h3 a:hover {
        text-decoration: underline;
    }
    
    div.book h3 span {
        color: #242629;
        font: normal 14px/14px 'Trebuchet MS';
        cursor: pointer;
    }
    
    div.book p.info {
        font: normal 12px/14px 'Tahoma';
        color: #25333b;
        margin: 0; padding: 0 0 4px;
    }
    
    div.book p.info a, div.book p.info em {
        color: #c2b799;
        font-style: normal;
    }
    
    div.book p.desc {
        font: normal 14px/16px 'Trebuchet MS';
        margin: 0; padding: 0;
        height: 98px !important;
        overflow: hidden !important;
    }

/* MISC  
----------------------------------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.clear {
    clear: both;
}

.error {
    color:Red;
}

#title {
    position: relative;
    width: 360px;
    height: 70px;
    float: left;
    margin-top: 25px;
    margin-left: 25px;
}
    #title h1 {
        margin: 8px 0 6px 14px;
        padding: 0 0 10px;
        font: normal 28px/28px 'Trebuchet MS' !important;
        color: #fcfffd;
    }

    #title h1 strong {
        letter-spacing: 4px;
    }

    #title h2 {
        margin: 0 0 0 15px;
        padding: 0 0 2px;
        font: normal 14px/14px Arial;
        letter-spacing: 1px;
        color: #fcfffd;
    }

    #title span {
        position: absolute;
        left: 0; top: 0;
        width: 147px; height: 49px;
        background: url(./ria-guy.png) no-repeat;
    }

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 0;
    color: White;
    float: right;
    width: 380px;
    height: 42px;
    padding: 12px 0 0;
    position: absolute;
    top: 35px;
    left: 530px;
}
    .not-logged-in {
        padding-right: 50px !important;
        background: url(./buttons/live-id.png) no-repeat 390px 0;
    }

#logindisplay a:link {
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited {
    color: white;
    text-decoration: underline;
}

.field-validation-error {
    color: #ff0000;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

h2.breadcrumb {
    font: bold 24px/32px 'Trebuchet MS';
    margin: 20px 20px 20px 38px;
    color: #242629;
}
    h2.breadcrumb a, h2.breadcrumb em  {
        font: bold 18px/22px 'Trebuchet MS';
        color: #242629 !important;
    }
    h2.breadcrumb a:hover {
        text-decoration: none;
    }

p.text {
    margin-left: 37px;
}

/* FORMS
----------------------------------------------------------*/

fieldset {
	float: left;
	clear: left;
	width: 100%;
	margin: 0 0 1.5em 0;
	padding: 0;
	border: 1px solid #BFBAB0;
	background-color: #F2EFE9;
	/* background-image: url(images/fieldset_gradient.jpg); */
	background-repeat: repeat-x;
}

legend {
	margin-left: 1em;
	padding: 0;
	color: #000000;
	font-weight: bold;
}

fieldset ol {
	padding: 1em 1em 0 1em;
	list-style: none;
}

fieldset li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
}

label {
	position: relative;
	float: left;
	width: 10em;
	margin-right: 1em;
}

label em {
	position: absolute;
	left: 10em;
	top: 0;
}

fieldset.submit {
	float: none;
	width: auto;
	border-style: none;
	padding-left: 12em;
	background-color: transparent;
	background-image: none;
}