/* CSS based on andreas05 - an open source xhtml/css website layout by Andreas Viklund (http://andreasviklund.com). */

* {
    padding: 0;
    margin: 0;
    border: 0;
    text-decoration: none;
}

img, div { behavior: url(assets/templates/ditabella/images/iepngfix.htc) }

body{
padding:0;
margin:0;
font:85% verdana,tahoma,sans-serif;
/*background-color: #eaf6cd;*/
/*background:#ffffff url(/assets/images/bg.png) repeat;*/
background:#ffffff;
color:#000000;
text-align: left;
text-decoration:none;
}

a{
text-decoration:none;
font-weight:bold;
color:#6d5274;
}

a:hover{
text-decoration: none;
background-color:inherit;
color:#97899b;
}

a img, img, ul, li {
    border: none;
    text-decoration:none;
}

h1{
margin:0;
font-size:3.6em;
letter-spacing:-3px;
text-align:right;
background-color:inherit;
color:#000000;
}

h2{
margin:0;
font-size:2em;
letter-spacing:-2px;
font-weight:normal;
background-color:inherit;
color:#000000;
}

p{
margin:0 0 15px 0;
line-height:1.3em;
text-decoration:none
}


ul {
    margin-top: 15px;
    margin-left: 12px;
    text-decoration:none;
}

li {
    padding-left: 0px;
    margin-bottom: 3px;
    font-size: 110%;
}

hr {
   color: #ab90b2;
   border-bottom: 1px dashed;
}

#logo {
float: left;
}

#title{
margin:10px auto 0 auto;
width:846px; /*740px+6px for the padding right #container; */
}

#container{
margin:35px auto 15px auto;
width:820px;
min-height:660px;
height:auto !important;
height:660px;
padding-right:0;
background:#ffffff url(images/main_bg.png) no-repeat 0 0;
color:#303030;
text-decoration:none;
text-align:left;
border-left:12px solid #ab90b2;
border-right:12px solid #ab90b2;
border-bottom:12px solid #ab90b2;
border-top:12px solid #ab90b2;
}

#sidebar{
float:left;
width:160px;
font-size:1em;
font-weight:bold;
padding-left:0px;
margin-top:0;
}

#sidebar ul li a { display:block; }
#sidebar ul li { list-style: none; width:160px; padding:0px 2px 2px 6px; color: #6d5274; border:1px solid transparent; background-color: transparent; }
#sidebar ul li.active { width:160px; padding:0px 2px 2px 6px; color: #6d5274; }
#sidebar ul li:hover { width:160px; padding:0px 2px 2px 6px; background-color: transparent; color: #97899b; border:1px solid #000000; }

#content{
width:530px;
float:right;
}

#footer{
clear:both;
}

.dropmenu{
width:110px;
padding:4px 2px 4px 10px;
font-size:1.1em;
font-weight:bold;
background-color:inherit;
color:#303030;
border:1px solid #ffffff;
}

.menu:hover{
background-color:#f8f8f8;
color:#286ea0;
border:1px solid #dadada;
}

.credits{
margin-bottom:0;
font-size:0.8em;
background-color:inherit;
color:#aaaaaa;
}

.credits a{
background-color:inherit;
color:#aaaaaa;
}

.small{
font-size:0.8em;
}

.center{
text-align:center;
}

/* Post (main content entries)
------------------------------------------------------------------------- */
.post {
    margin: 0 0 3px 0;
    padding: 0 8px 3px 4px;
}

.post h3 {
    margin-top: 0;

}
.post ul li {
	list-style: none;
	padding: 3px 5px 3px 15px;
    	margin: 3px;
        background: url(/assets/templates/ditabella/images/bullet.gif) no-repeat;

}

/* UserComments 
------------------------------------------------------------------------- */                        
.comment {
    background-color: #fff;
    position: relative;
    padding: 10px;
    overflow: hidden;
}
.commentAlt {
    background-color: #f4f4f4;
}
.commentAuthor {
    background-color: #ffc;    
}
.commentMe {
    background-color: #ccf !important;
    padding-top: 5px;
}
.commentNum {
    font-family: Arial, sans-serif;
    font-size: 50px;
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    color: #f2f2f2;
    font-weight: bold;
    letter-spacing: -4px;
    z-index: 1;
}
.commentAlt .commentNum {
    color: #eaeaea;
}
.commentMe .commentNum {
    color: #b0b0ff;
}
.commentAuthor .commentNum {
    color: #f3f3bb;
}
.commentTitle {
    position: relative;
    z-index: 10;
    color: #999;
}
.commentTitle span {
    text-transform: uppercase;
    font-size: 86%;
}
.commentTitle strong {
    color: #693;
    font-size: 110%;
    text-transform: none;
    font-weight: normal;
    margin-right: 6px;
}
.comment .content {
    position: relative;
    z-index: 10;
}

/* Forms 
------------------------------------------------------------------------------- */
form {
	width: auto;
	text-align: left;
	clear: both;
	border: none;
}
form.full { width: 100%; }


fieldset {
    border: none;
}

legend {
	display: none;
}
form h3 {
	clear: both;
	padding: 15px 0 5px;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-weight: bold;
}

form label,
form p {
	display: block;
	clear: both;
	width: 130px;
	font-size: 1em;
	line-height: 1.5em;
	padding: 0 0 9px;
}

form input {
	display: block;
        margin-top: 3px;
}

form input.textfield {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #aaaaaa;
	border-right-color: #aaaaaa;
	border-bottom-color: #aaaaaa;
	border-left-color: #aaaaaa;
	width: 160px;
	margin-top: 0pt;
	margin-right: auto;
	margin-bottom: 0pt;
	margin-left: auto;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
}

form select {
	float: left;
	display: block;
}

form label.first,
form label.city {
    clear: left;
    margin-right: 10px;
    width: 130px;
}

form label.second,
form label.state {
	float: left;
	clear: none;
	margin: 0 10px 0 0;
	width: 130px;
}
form label.state { width: 60px; }

form label.first input,
form label.city input,
form label.second input {
	float: left;
	width: 130px;
	padding: 0;
}

form label.state select {
	width: 60px;
	float: left;
	margin-top: 3px;
}

form label.zip,
form label.zip input {
	float: left;
	width: 80px;
}
form label.zip { clear: none; }

form label {
	float: left;
	clear: left;
	width: 130px;
	margin: 0;
	line-height: 1.5em;
}

form label input {
	float: left;
	width: 130px;
	padding: 0;
}

form input.radio,
form input#radiobutton_1,
form input#radiobutton_2,
form input#radiobutton_3,
form input#radiobutton_4 {
	clear: left;
	float: left;
	padding: 0;
	margin: 0;
}

form label.radio,
form label.radioitem {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}

form input.checkbox,
form input#checkbox_1,
form input#checkbox_2,
form input#checkbox_3,
form input#checkbox_4 {
	clear: both;
	float: left;
	padding: 0;
	margin: 0;
}

form label.checkbox {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}
/* style the form elements to look similar across browsers ... emulates Safari */
form label input,
form textarea {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    padding: 0 2px;
    height: 18px;
    line-height: 20px;
    background: #fff url(images/input-bg.gif) repeat-x top left;
}
form input.checkbox,
form select {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background-color: #fff;    
}
form textarea {
	margin-top: 3px;
	width: 383px;
	height: auto;
	display: block;
}

form label input.calc {
    text-align: right;
    width: 100px;
    clear: left;
    padding: 0;
}
form input.button {
    clear: left;
}

/* Special handling for images & alignment 
------------------------------------------------------------------------------- */

p img {
	padding: 0;
}

img.centered {
	display: block;
	margin: 0 auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

#dashed {
	border: 2pt dashed #ab90b2 90%;
}

/* CSS boxing */
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h4 {
 background: transparent url(images/menubox1.gif) no-repeat bottom right;
}
 
.cssbox { 
 width: 140px !important; /* intended total box width - padding-right(next) */
 width: 125px; /* IE Win = width - padding */
 padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
 margin-left: -75px; /* use to position the box */
 margin-top: -75px;
}
 
 /* set the top-right image */
.cssbox_head {
 background-position: top right;
 margin-right: -15px; /* pull the right image over on top of border */
 padding-right: 40px; /* right-image-gap + right-inside padding */
}

/* set the top-left image */
.cssbox_head h4 {
 background-position: top left;
 margin: 0; /* reset main site styles*/
 border: 0; /* ditto */
 padding: 10px 0 0 30px; /* padding-left = image gap + interior padding ... no padding-right */
 height: auto !important; height: 1%; /* IE Holly Hack */
}

/* set the lower-left corner image */
.cssbox_body {
 background-position: bottom left;
 margin-right: 30px; /* interior-padding right */
 padding: 0 0 10px 10px; /* mirror .cssbox_head right/left */
} 



























