* {
    margin: 0px;
    padding: 0px;
}

.clearance {
    clear: both;
}

body {
    background: #ffecf4;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

a {
    color: #766e65;
    text-decoration: none;
}
    a:hover {
        border-bottom: 1px dotted #766e65;
    }
    a[rel="external"] {
        background: url(resources/external.png) 99% 40% no-repeat;
        padding-right: 15px;
    }
    a[href$=".pdf"] {
        background: url(resources/pdf.png) 99% 45% no-repeat;
        padding-right: 14px;
    }

img {
    border: none;
}

#container {
    width: 100%;
    height: 520px;
    position: absolute;
    top: 50%;
    margin-top: -270px;
}

#navigation {
    width: 100%;
    margin-bottom: 12px;
    list-style: none;
    text-align: center;
    font-size: 12px;
    color: #766e65;
    text-transform: uppercase;
}
    #navigation li {
        display: inline;
        padding-bottom: 1px;
    }
    #navigation li:after {
        content: "//";
        margin: 0px 10px;
    }
    #navigation li.last:after {
        content: "";
    }

#nonMenuContentWrapper {
    width: 100%;
    height: 490px;
    background: #ffffff;
    border-top: 1px solid #ed217c;
    border-bottom: 1px solid #ed217c;
}
    #nonMenuContent {
        width: 1100px;
        margin: 0px auto;
    }

#generalSiteInfo {
    width: 304px;
    height: 378px;
    background: url(resources/border-dot.png) top right repeat-y;
    padding-top: 92px;
    float: left;
}
    #generalSiteInfo p {
        font-size: 11px;
        text-align: justify;
        padding-right: 40px;
        margin-bottom: 8px;
    }

#siteHeader a {
    display: block;
    width: 254px;
    height: 163px;
    background: url(resources/logo.png);
    border-bottom: none;
    margin-bottom: 30px;
}
    #siteHeader a span {
        display: none;
    }
    
#portfolioExcerpt {
    width: 200px;
    margin-left: 20px;
    font-size: 9px;
    color: #766e65;
    margin-top: 50px;
}
    #portfolioExcerpt ul {
        list-style: none;
    }
    #portfolioExcerpt img {
        float: left;
        margin-right: 6px;
    }
    #portfolioExcerpt a {
        text-decoration: none;
        color: #766e65;
        border-bottom: none;
    }

#mainContent {
    width: 380px;
    height: 350px;
    padding: 40px 80px;
    float: left;
    font-size: 11px;
    color: #000000;
    text-align: justify;
}
    #mainContent h2 {
        font-weight: normal;
        font-size: 40px;
        font-weight: normal;
        margin-bottom: 14px;
    }
    #mainContent h2.smallerHeader {
        font-size: 30px;
    }
    #mainContent p, #mainContent ul, #mainContent address {
        line-height: 18px;
        margin-bottom: 8px;
    }
    #mainContent address {
        font-style: normal;
        padding-left: 12px;
    }
    #mainContent ul {
        margin-left: 25px;
        list-style-type: square;
    }
    #mainContent li {
        margin-bottom: 4px;
    }
    #mainContent h3 {
        font-weight: normal;
        font-size: 11px;
        margin-top: 15px;
        margin-bottom: 4px;
        padding-left: 10px;
        letter-spacing: 2px;
    }

#news {
    width: 200px;
    height: 419px;
    padding-top: 51px;
    padding-left: 50px;
    background: url(resources/border-dot.png) top left repeat-y;
    float: left;
    color: #766e65;
    text-align: right;
    font-size: 11px;
}
    #news h3 {
        font-weight: normal;
        font-size: 24px;
        font-weight: normal;
        margin-bottom: 14px;
    }
    #news ol {
        list-style: none;
    }
    #news ol li {
        margin-bottom: 14px;
    }
    #news .news-date {
        display: block;
        margin-bottom: 4px;
    }
    #news .news-date:before {
        content: "(";
    }
    #news .news-date:after {
        content: ")";
    }

#rssLink {
    display: block;
    width: 12px;
    height: 12px;
    background: url(resources/rss.png);
    border: none;
    float: right;
    margin-top: 20px;
}
    #rssLink span {
        display: none;
    }

.portfolio #mainContent {
    padding: 40px 60px;
    width: 150px;
}
.portfolio #mainContent p {
    line-height: normal;
    margin-bottom: 8px;
}
#portfolioList {
    list-style-type: square;
    margin: 6px 0px;
    line-height: 16px;
}
    #portfolioList li {
        margin-bottom: 1px;
    }
    #portfolioList li:last-child {
        margin-bottom: 0px;
    }

#portfolioDetails {
    width: 470px;
    height: 470px;
    background: url(resources/border-dot.png) top left repeat-y;
    float: left;
    font-size: 11px;
}
    #portfolioDetails h3 {
        color: #766e65;
        font-size: 11px;
        font-weight: normal;
        text-align: center;
    }
    #portfolioDetails>div {
        padding: 30px;
        width: 409px;
        margin-left: 1px;
        height: 410px;
        display: none;
        background-color: #ffffff;
    }
    #portfolioDetails>div:first-child {
        display: block;
    }
    #portfolioDetails>div img {
        width: 320px;
        height: 240px;
        border: 1px #ffecf4 solid;
        margin: 20px auto;
        display: block;
    }
    #portfolioDetails>div p {
        text-align: justify;
        margin-bottom: 8px;
    }

#backLink {
    font-size: 9px;
    margin-bottom: 6px;
}
    #backLink a:before {
        content: "\21D1";
        margin: 0px 5px;
    }

fieldset {
    border: none;
}
    label {
        width: 120px;
        float: left;
    }
    input, textarea {
        margin-bottom: 8px;
        padding: 2px;
        width: 254px;
        border: 1px dotted #766e65;
        font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
        font-size: 11px;
    }
    input.error {
        border: 1px dotted #ff0000;
    }
    .actions {
        float: right;
    }
    .actions img {
        float: right;
    }
    input[type="submit"] {
        width: auto;
        float: right;
        margin-bottom: 12px;
    }
    input[type="submit"]:hover {
        border: 1px solid #766e65;
    }
    textarea {
        height: 80px;
    }
    #mainContent .errorMessages {
        float: left;
    }
    #mainContent .errorMessages label {
        display: block;
        float: none;
        width: auto;
        color: #ff0000;
    }

#shareLink {
    display: block;
    width: 18px;
    height: 18px;
    background: url(resources/share.png);
    margin-top: 20px;
    border: none;
}
    #shareLink span {
        display: none;
    }
    .ui-draggable {
        cursor: move;
    }
    #tip {
        position:absolute;
        display:none; 
        height:25px; 
        padding:9px 9px 0px;
        color:#fff;
        font-size:11px; 
        border-radius:4px;
        -moz-border-radius:4px;
        -webkit-border-radius:4px;
        background:#000;
        background:rgba(0,0,0,.5); 
    }
    #tip .arrow {
        width:0;
        height:0;
        line-height:0;
        border-right:8px solid #000;
        border-right:8px solid rgba(0,0,0,.5);
        border-top:8px solid transparent;
        border-bottom:8px solid transparent;
        position:absolute;
        left:-8px;
        top:9px;
    }
    #targets {
        display:none;
        list-style-type:none;
        position:absolute;
        top:10px;
        z-index:99999;
    }
    #targets li {
        float:left;
        margin-right:20px;
        display:block;
        width:60px;
        height:60px;
        position:relative;
    }
    #targets li#twitter {
        background: url(resources/social-icons/twitter.png) no-repeat 0 0;
    }
    #targets li#delicious {
        background: url(resources/social-icons/delicious.png) no-repeat 0 0;
    }
    #targets li#facebook {
        background: url(resources/social-icons/facebook.png) no-repeat 0 0;
    }
    #targets li#digg {
        background: url(resources/social-icons/digg.png) no-repeat 0 0;
    }
    #targets li#google {
        background: url(resources/social-icons/google.png) no-repeat 0 0;
    }
    #targets li#hyves {
        background: url(resources/social-icons/hyves.png) no-repeat 0 0;
    }
    #overlay {
        background-color:#000;
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
        z-index:99997;
    }
    #helper {
        background-color:#c2c2c2;
        position:absolute;
        padding: 15px;
        width: 210px;
        color:#fff;
        font-size:11px;
        border-radius:8px;
        -moz-border-radius:8px;
        -webkit-border-radius:8px;
        border:3px solid #7d7d7d;
    }
    .share {
        position:absolute;
        font-size:11px;
        margin-top: 70px;
        margin-left: -40px;
        text-align: center;
        color: #ffffff;
        width: 150px;
    }


/* sIFR styles */
.sIFR-alternate {
    visibility: hidden;
}
.sIFR-replaced {
    letter-spacing: -2px;
}

/* jQuery-Roundabout styles */
.roundabout-holder {
    height: 8em;
}
.roundabout-moveable-item {
    width: 8em;
    height: 6em;
}
.roundabout-moveable-item img {
    width: 8em;
    height: 6em;
}

/* jQuery-UI-Accordion styles */
#mainContent h3.ui-accordion-header {
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 0px;
    margin-bottom: 0px;
    letter-spacing: 1px;
    cursor: pointer;
    border-top: 1px #766e65 dotted;
	width: 370px;
}
#mainContent h3.ui-accordion-header a:hover {
	border: none;
}
#mainContent h3.ui-accordion-header:focus, #mainContent h3.ui-accordion-header a:focus {
    outline: none;
}
#mainContent h3.ui-accordion-header a:before {
    content: "// ";
}
#mainContent .ui-accordion-content {
    padding-bottom: 2px;
}
#mainContent .ui-accordion {
    border-bottom: 1px #766e65 dotted;
	width: 380px;
}
#mainContent .ui-accordion p {
    margin-bottom: 4px;
}

/* jQuery-jScrollpane styles */
.scrollpane {
    height: 320px;
    overflow: auto;
    clear: both;
}
.jScrollPaneContainer {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.jScrollPaneTrack {
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0;
    height: 100%;
    background: url(resources/scrollbar-line.png) repeat-y;
}
.jScrollPaneDrag {
    position: absolute;
    background: url(resources/scrollbar-dragsides.png) repeat-y;
    cursor: pointer;
    overflow: hidden;
}
.jScrollPaneDragTop {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 1px;
    background: #766e65;
}
.jScrollPaneDragBottom {
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    height: 1px;
    background: #766e65;
}

/* SimpleModal styles */

#simplemodal-overlay {
    background-color: #666666;
}
#simplemodal-container {
    background-color: #ffffff;
    border: 2px solid #766e65;
    padding: 20px;
    font-size: 11px;
}
a.simplemodal-close {
    display: block;
    margin: 10px auto;
    width: 40px;
    border: 1px #766e65 dotted;
    padding: 2px;
    text-align: center;
}
a.simplemodal-close:hover {
    border: 1px #766e65 solid;
}
