

body {
    margin:0;
    padding:0;
    text-align:center;
    font-family: 'Arial', 'Helvetica', 'Sans-Serif';
    /*background: #D6EAFF;*/
    background: #EEE;
    }

img {
    border: 0;
    }

a {
    color: #00097a;
    }

/* Top bar / Logo
------------------------------------------------------*/

#top-bar-wrap {
    }

#access {
    position: absolute;
    left: -9999px;
    top: -9999px;
    }

#skip a {
    
    }

#top-member {
    width: 900px;
    margin: 0 auto;
	text-align: right;
	font-size: 9pt;
	padding-top: 10px;
	}
	
#top-member a {
	text-decoration: none;
	}
	
#top-member a:hover {
	border-bottom: 1px dotted #00097a;
	}

#top-bar {
    height: 205px;
    background: url('http://www.dabbledoo.com/ee/site-images/design/tiles_bg_torn.gif') repeat-x bottom;
    padding-top: 25px;
    }

#top-body {
    width: 900px;
    margin: 0 auto;
    }

h1 {
    text-indent: -9999px;
    margin: 0;
    }

#logo {
    display: block;
    height: 71px;
    background: url(http://www.dabbledoo.com/ee/site-images/design/dabbledoo-design-logo-2-24.png) top left no-repeat;
    _background: url(http://www.dabbledoo.com/ee/site-images/design/dabbledoo-design-logo-2.png) top left no-repeat;
    float: left;
    width: 361px;
    outline: none;
    }

/* Main Navigation Bar
------------------------------------------------------*/

#nav-bar {
    height: 68px;
    text-align: right;
    font-size: 10pt;
    }

#nav-bar ul {
    margin: 0;
    padding-top: 10px;
    }

#nav-bar ul li {
    display: inline;
    margin-left: 5px;
    }

#nav-bar a {
    /*color: #00097a;*/
    color: #000;
    font-weight: bold;
    text-decoration: none;
    padding: 3px;
    }
    
#nav-bar a:hover, #nav-bar a.selected {
    /*border-top: 1px solid #00097A;*/
    background: #CCC;
    }
    
#vision-bar {
    height: 60px;
    margin-top: 30px;
    font-size: 27pt;
    color: #FFF;
    font-family: 'Times New Roman', 'Times', 'Serif';
    text-indent: -9999px;
    _text-indent: 0;
    background: url('http://www.dabbledoo.com/ee/site-images/design/vision-bar-text.png') no-repeat top left;
    _background: none;
    }

#vision-bar b {
    font-family: 'Arial', 'Helvetica', 'Sans-serif';
    font-style: italic;
    }


/* Content Section
------------------------------------------------------*/

#content {
    background: #f3f3f3;
    }

#content-body {
    width: 880px;
    margin: 0 auto;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 15px;
    font-family: Verdana, Helvetica, Arial;
    }

#content-body h2 {
    margin: 0;
    font-size: 30pt;
    font-family: 'Arial', 'Helvetica', 'Sans-serif';
    }

#content-body h3 {
    color: #cc7105;
    font-family: 'Arial', 'Helvetica', 'Sans-serif';
    }
    
#content-body h3 span.h3-black {
    color: #000;
    font-weight: normal;
    }

#content-body h4.page-subhead {
    margin: 0 0 15px 0;
    }

#content-body h3.index-list-head {
    margin: 0;
    color: #cc7105;
    font-size: 24pt;
    letter-spacing: -.05em;
    }

#content-body p {
    font-size: 11pt;
    line-height: 1.5em;
    margin-left: 22px;
    }
    
#content-body blockquote {
    border-left: 2px dotted #00097a;
    padding-left: 20px;
    line-height: 1.5em;
    }

#content-body a {
    text-decoration: none;
    border-bottom: 1px dotted #00097a;
    }

#content-body a:hover {
    border-bottom: 0;
    }

#content-body ol li {
    line-height: 1.5em;
    }

#content-body ul {
    margin-left: 40px;
    padding: 0;
    font-size: 11pt;
    }

#content-body ul li {
    margin: 0;
    padding-left: 20px;
    background: url('http://www.dabbledoo.com/ee/site-images/design/sketch-bullet.png') no-repeat top left;
    background-position: 0 9px;
    list-style: none;
    line-height: 1.5em;
    }

#content-body #index-list ul {
    margin-left: 20px;
    padding: 0;    
    }

#index-list ul li {
    font-size: 13pt;
    font-family: 'Verdana', 'Helvetica', 'Arial';
    margin: 0;
    padding-left: 20px;
    background: url('http://www.dabbledoo.com/ee/site-images/design/sketch-bullet.png') no-repeat top left;
    background-position: 0 9px;
    list-style: none;
    line-height: 1.3em;
    margin-bottom: 15px;
    }

#index-list a {
    text-decoration: none;
    border-bottom: 1px dotted #00097a;
    }

#index-list a:hover {
    border-bottom: 0;
    }


/* Welcome box
------------------------------------------------------*/

#welcome-box {
    margin: 0 0 20px 0;
    font-size: 14pt;
    border: 1px solid #383a38;
    padding: 20px;
    background: transparent url('http://www.dabbledoo.com/ee/site-images/design/sketch-bg.gif') no-repeat center center;
    font-family: 'Arial', 'Helvetica', 'Sans-serif';
    }

#welcome-box p {
	margin: 0;
	padding: 0;
	font-size: 14pt;
	}

#welcome-box a {
    color: #00097a;
    border-bottom: 1px dotted #00097a;
    text-decoration: none;
    }

#welcome-box a:hover {
    border-bottom: 0px;
    }
	

/* Forms
------------------------------------------------------*/

.form-wrap {
    padding: 10px;
    width: 650px;
    background: #DDD;
    float: left;
    margin-right: 20px;
    }
    
.form-wrap form {
    margin: 0;
    padding: 0;
    }

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
    font-family: inherit;
    }

.form-wrap label {
    /*margin-bottom: 10px;*/
    vertical-align: top;
    display: block;
    clear: both;
    }
    
.form-wrap label span.field-title {
    font-weight: bold;
    margin: 5px 20px 0 0;
    text-align: right;
    display: block;
    float: left;
    width: 195px;    
    }
    
.form-wrap input.stylish, textarea.stylish, select.stylish {
    border: 1px solid #CCC;
    color: #555;
    padding: 5px;
    font-family: 'Arial', 'Helvetica', 'Sans-serif';
    }
    
.form-wrap input.stylish-button {
    padding: 10px;
    font-weight: bold;
    }
    
.field-wrap {
    clear: both;
    background: #EEE;
    padding: 5px 0;
    margin-bottom: 1px;
    }
    
.form-meta {
    font-weight: normal;
    font-size: 9pt;
    color: #555;
    }
    
.form-sidebar {
    padding: 20px;
    background: #FFF;
    font-family: 'Arial', 'Helvetica', 'Sans-serif';
    }

.captcha-field {
float: left;
}

/* Show Box
------------------------------------------------------*/

#showbox-wrap {
    width: 522px;
    float: right;
    margin-left: 15px;
    }
    
#showbox-wrap h3 {
    margin: 3px 0 15px 0;
    letter-spacing: -.05em;
    font-size: 24pt;
    text-align: right;
    color: #000;
    }
    
#showbox-wrap h3 a {
    color: #00097a;
    border-bottom: 2px dotted #00097a;
    text-decoration: none;
    }

#showbox-wrap h3 a:hover {
    border-bottom: 0;
    }

#showbox {
    width: 522px;
    float: right;
    height: 290px;
    margin-bottom: 10px;
    }

.showbox-item img {
    border: 1px solid #555;
    }

#showbox .showbox-item a { border: 0; }

.showbox-desc {
    font-size: 8.5pt;
    margin-top: 3px;
    }

#showbox a {
    outline: none;
    }


/* Portfolio
------------------------------------------------------*/

#portfolio {}

.portfolio-item-wrap {
    background: #EEE;
    padding: 15px 0;
    margin-bottom: 15px;
    border: 1px solid #DDD;
    }
    
.portfolio-item {
    margin: 0 15px;
    }    
    
.medium-thumb {
    background: #000;
    float: left;
    width: 510px;
    height: 300px;
    margin-right: 10px;
    }
    
.small-thumbs-wrap {
    float: left;
    margin-right: 10px;
    }
    
.small-thumb {
    background: #EEE;
    width: 100px;
    height: 75px;
    margin-bottom: 10px;
    }
    
.small-thumb.last {
    margin-bottom: 0px;
    }
    
.portfolio-text {
    float: left;
    width: 328px;
    font-size: 10pt;
    /*height: 300px;*/
    }
    
.portfolio-text-body {
    /*height: 250px;*/
    }
    
#content-body .portfolio-text h3 {
    color: #cc7105;
    font-family: 'Arial', 'Helvetica', 'Sans-serif';
    margin: 0 0 0 8px;
    padding: 5px 0 5px 0;
    font-size: 18pt;
    }
    
#content-body .portfolio-text p {
    padding: 0;
    margin: 0 10px 10px 10px;
    font-size: 10pt;
    }
    
#content-body .portfolio-text ul, #content-body .portfolio-text ol {
    margin: 0 10px 0 20px;
    font-size: 10pt;
    }
    
#content-body .portfolio-text ul li {
    background: url('http://www.dabbledoo.com/ee/site-images/design/sketch-bullet.png') no-repeat top left;
    background-position: 0 7px;
    }
    
.portfolio-options {
    font-size: 14pt;
    font-weight: bold;
    margin: 10px;
    font-family: 'Arial', 'Helvetica', 'Sans-serif';
    padding-top: 5px;
    border-top: 1px solid #CCC;
    }

.portfolio-options a {
    text-decoration: none;
    color: #000;
    }

.portfolio-item-link {
    float: right;
    }
    
.portfolio-item-more {
    
    }

/* Software
------------------------------------------------------*/

.software-item-wrap {
    background: #EEE;
    padding: 15px 0;
    margin-bottom: 15px;
    border: 1px solid #DDD;
    }
    
.software-item {
    margin: 0 15px;
    }
    
#content-body .software-text h3 {
    color: #cc7105;
    font-family: 'Arial', 'Helvetica', 'Sans-serif';
    margin: 0 0 0 8px;
    padding: 5px 0 5px 0;
    font-size: 22pt;
    }

#content-body .software-text h3 a {
	color: #cc7105;
	border-bottom: 1px dotted #cc7105;
	}
	
#content-body .software-text h3 a:hover {
	border-bottom: 1px solid #EEE;
	}
    
#content-body .software-text p {
    padding: 0;
    margin: 0 10px 10px 10px;
    font-size: 10pt;
    }
    
#content-body .software-text ul, #content-body .software-text ol {
    margin: 0 10px 0 20px;
    font-size: 10pt;
    }
    
#content-body .software-text ul li {
    background: url('http://www.dabbledoo.com/ee/site-images/design/sketch-bullet.png') no-repeat top left;
    background-position: 0 7px;
    }
    
.software-options {
    font-size: 14pt;
    font-weight: bold;
    margin: 10px;
    font-family: 'Arial', 'Helvetica', 'Sans-serif';
    padding-top: 5px;
    border-top: 1px solid #CCC;
    }

.software-options a {
    text-decoration: none;
    color: #000;
    }

.software-item-link {
    float: right;
    }
    
.software-item-more {
    
    }

.software-version {
    font-size: 15pt; 
    font-weight: normal; 
    vertical-align: middle;
    }

.purchase-price {
	font-weight: bold;
	font-size: 14pt;
	}

/* Bottom Bar Section
------------------------------------------------------*/

#bottom-bar {
    /*background: #d6eaff;*/
    border-top: 1px solid #BBB;
    padding: 20px 0 30px 0;
    clear:both;
    }

#bottom-body {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    font-size: 10pt;
    line-height: 1.5em;
    }
    
#bottom-body a {
    text-decoration: none;
    border-bottom: 1px dotted #00097a;
    }

#bottom-body a:hover {
    border-bottom: 0;
    }
    
#bottom-body h5 {
    font-size: 12pt;
    margin: 0 0 5px 0;
    }

#bottom-body-1 {
    width: 190px;
    margin-right: 10px;
    float: left;
    border-right: 1px dotted #90adcc;
    }
    
#bottom-body-2 {
    width: 325px;
    float: left;
    border-right: 1px dotted #90adcc;
    }

#bottom-body-3 {
    width: 325px;
    float: left;
    }

#bottom-body-4 {
    width: 147px;
    float: left;
    background: url('http://www.dabbledoo.com/ee/site-images/design/d-d-footer.gif') top center no-repeat #90adcc;
    height: 105px;
    text-indent: -9999px;
    }

.bottom-pad {
    margin: 10px 20px;
    }


