/*
 Theme Name: Deidra
 Theme URI:
 Description: Deidra
 Author: Martine Deidra
 Author URI:
 */

 * {
    padding: 0;
    margin: 0;
}

body {
	height:100%;
    font-family: Verdana;
    font-size: 62.5%;
    text-align: center; /*centers layout in IE6*/
    background: transparent url(images/bg.png) repeat-x;
    background-color: #F1E4CD;
}

/*********************/
/*    G L O B A L    */
/*********************/
/*links*/
span.green a:link,span.green a:visited,#content a,#content  a:link, a:visited,a.green, a:link.green, a:visited.green {
    color: #006600;
    text-decoration: none;
}

span.green a:hover,span.green a:active,#content a:hover,#content  a:active,a:hover.green, a:active.green {
    color: #006600;
    text-decoration: underline;
}

 .black a, a:link, .black a:visited {
    color: black;
    text-decoration: none;
}

 .black a:hover, .black a:active {
    color: black;
    text-decoration: underline;
}

img {
    border: none;
}

blockquote {
    display: block;
    margin: 2.0em 2.0em 2.0em 2.0em;
    padding: 0 0 0 0.5em;
    border-left: dotted black .1em;
}

blockquote blockquote {
    padding: 0 0 0 1.0em;
}

 .bold {
    font-weight: bold;
}

 .alignleft {
    text-align: left;
}

 .alignright {
    text-align: right;
}

 .center {
    text-align: center;
}

/*********************/
/* S T R U C T U R E */
/*********************/

 #container {
    width: 950px;
    margin: 0 auto;
    text-align: left;
    background: url(images/wrapper-bg.gif) repeat-y;
    font-size: 12px;
} 

#header {
    width: 950px;
    height: 347px;
    background-color: white;
    background: url(images/header.png) no-repeat top center;
}

/*wraps content and sidebar*/

 #wrapper {
    float: left;
    width: 100%;
    position: relative;
    margin: -60px 0 0 0;
}

 #sidebar {
    float: right;
    width: 198px;
    height: auto;
    margin: 0 81px 0 0;
    background: url(images/sidebar-bg.png) no-repeat top right;
    display: inline;
}

 #content {
    float: left;
    width: 595px;
    height: auto;
    margin: 59 0 0 59px;
    background: url(images/content-bg.png) no-repeat top left;
    display: inline;
	color: black;
}

 #footer {
    width: 950px;
    height: 289px;
	bottom:-77px;
    clear: both;
    background: url(images/footer.gif) no-repeat bottom center;
	position:relative;
	font-size:12px;
}

/*********************/
/* H E A D E R       */
/*********************/ 

.ad-header {
    float: left;
    width: 236px;
    height: 63px;
    margin: 16px 0 0 71px;
    display: inline;
}

 .dvs-twitter {
    float: left;
    width: 400px;
    height: 20px;
    margin: 25px 0 0 10px;
    display: inline;
    color: white;
}

 .dvs-twitter span {
    font-size: 1.3em;
    color: #F5E6D2;
}

 #twitter_update_list {
    margin: -17px 0 0 125px;
}

 #twitter_update_list li {
    list-style-type: none;
}

ul#nav {
    float: left;
    width: 650px;
    height: 35px;
    margin: 155px 0 0 69px;
    display: inline;
}

body:first-of-type ul#nav
{
margin: 140px 0 0 69px;
}


ul#nav li {
    float: left;
    width: 110px;
    height: 35px;
    margin: 0 0 0 5px;
    list-style-type: none;
    display: inline;
} 

a#home, a:hover img#home, a:active img#home{
	float:left;
	height:35px;
	width:110px;
}

a#about, a:hover img#about, a:active img#about{
	float:left;
	height:35px;
	width:110px;
}

a#trip, a:hover img#trip, a:active img#trip{
	float:left;
	height:35px;
	width:110px;
}

a#swag, a:hover img#swag, a:active img#swag{
	float:left;
	height:35px;
	width:110px;
}

a#contact, a:hover img#contact, a:active img#contact{
	float:left;
	height:35px;
	width:110px;
}



/*********************/
/*  S I D E B A R    */
/*********************/

 .widget {
    width: 160px;
    height: auto;
    text-align: left;
    margin: 5px auto 5px 5px;
    overflow:visible;
    display: block;
}

 .widget h2 {
    color: black;
    font-size: 16px;
    font-weight: bold;
}

 .widget a:link, .widget a:visited {
    text-decoration: none;
    font-weight: normal;
    color: white;
    line-height: 15px;
	font-size: 12px;
}

 .widget a:hover, .widget a:active {
    color: white;
    text-decoration: underline;
} 

.widget ul {
    list-style-type: none;
    color: black;
    margin: 0 0 0px 5px;
    text-align: left;
}

 .widget ul li {
    list-style-type: none;
    background: transparent url(images/disc.png) no-repeat left 5px;
    padding: 0 0 0 8px;
}

 .widget ul ul {
    margin-left: 10px;
}

 .widget ul ul li {
    list-style-type: none;
    color: black;
}

.ad-sidebar{
	width:180px;
	height:150px;
	margin:0 0 0 0px;
}

a:link.sidebar-rss,a:visited.sidebar-rss{
	float:left;
	width:180px;
	height:58px;
	background:none;
}

a:hover.sidebar-rss,a:active.sidebar-rss{
	float:left;
	width:180px;
	height:58px;
	background: transparent url(images/rss-hover.gif) no-repeat 0 4px;
}

/*********************/
/*      P O S T      */
/*********************/ 

.post-content {
    float: left;
    width: 580px;
    height: auto;
    margin: 20px 0 0 15px;
    display: inline;
	color:black;
} 

.post-top {
    width: 100%;
    height: 35px;/*65px*/
    background: transparent url(images/line.png) no-repeat top left;		
}

#content .post-content h2.permalink {    
    width: 435px;
    height: auto;
    font-size: 24px;
    font-weight: bold;
	position:relative;
}

#content .post-content h2.permalink a:link,#content .post-content  h2.permalink a:visited {
    text-decoration: none;
    color: black;
}

#content .post-content h2.permalink a:hover,#content .post-content  h2.permalink a:active {
    text-decoration: none;
    color: #006600;
}

 .post-top .author {   
    float:right;
    width: auto;
    height: 28px;
	font-size:12px;
    line-height: 30px;
    text-align: left;
    padding: 2px 0 0 30px;	
	margin: -30px 0 0 0;
	display:block;		
} 

.dee {
    background: url(images/ico-dee.png) no-repeat 0px 0px;
}

 .scott {
    background: url(images/ico-scott.png) no-repeat 2px 0px;
}

.DVS {
    background: url(images/ico-dvs.png) no-repeat 2px 0px;
	color:black;
}

.guest {
    background: url(images/ico-guest.png) no-repeat 2px 0px;
}

 .post-top .date {
    float: left;
    width: 100%;
    height: 30px;
    margin: 5px 0 0 0;
    padding: 0px 0 0 32px;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    background: url(images/ico-date.png) no-repeat 0px 0px;
}

 .post-entry {
    padding: 15px 0 0 0;
    line-height: 1.4em;
	font-size:12px;
	color:black;
}

 .post-entry p{
 	padding:1.0em 0 1.0em 0;
 }
 
  .post-entry ul,  .post-entry ol{
  	margin: 20px 20px 20px 20px;
  }

.post-entry img.alignleft{
	float:left;
	margin:0 10px 5px 0;
}

.post-entry img.alignright{
	float:right;
	margin:0 0 5px 10px;
}

 .post-bottom {
    width: 100%;
    height: auto;
	font-size:12px;
    margin: 5px 0 0 0;
    padding: 5px 0px 5px 10px;
    background: transparent url(images/meta.png) no-repeat top left;
}

 .post-bottom p {
    width: 580px;
    height: auto;
    line-height: 20px;
} 

.comments {
    padding: 0 0 0 25px;
    background: transparent url(images/ico-comm.png) no-repeat top left;
}

 .write {
    margin: 0 0 0 100px;
    padding: 0 0 0 25px;
    background: transparent url(images/ico-write.png) no-repeat top left;
}

 .sharethis {
 	width:120px;
    margin: -20px 0 0 450px;
    text-align: right;
	display:block;
}

 .adsense {
    float: left;
    width: 468px;
    height: 60px;
    margin: 30px 0 10px 70px;
    display: inline;
}

 .post-listing {
    float: left;
    width: 460px;
    height: 25px;
    margin: 35px 0 0px 75px;
    color: black;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 25px;
    background: transparent url(images/line.png) no-repeat bottom left;
}

 .post-listing a, .post-listing a:link, .post-listing a:visited {
    color: black;
    text-decoration: none;
}

 .post-listing a:active, .post-listing a:hover {
    color: black;
    text-decoration: underline;
}

 .linkprev {
    text-align: left;
}

 .linknext {
    text-align: right;
    margin: -25px 0 0 0;
}

/*********************/
/* F O O T E R   */
/*********************/ 

#footer .rss {
    float: left;
    width: 55px;
    height: 55px;
    margin: 70px 0 0 -460px;
    display: inline;
} 

#footer-bg-left {
    width:100%;
    height: 77px;
    background: url(images/footer-bg.gif)  bottom left repeat-x;	
	left:0px;
	bottom:0px;	
    position: relative;	
} 

p.subscribe {
    float: left;
    width: 410px;
    height: 40px;
    margin: 85px 0 0 -395px;
    font-size: 11px;
	color:black;
    display: inline;
}

ul#nav-small {
    float: left;
    width: 540px;
    height: 28px;
    margin: 19px 0 0 125px;
    line-height: 28px;
    font-size: 10px;
    display: inline;
    font-family: Tahoma;
    color: white;
} 



ul#nav-small li {
    display: inline;
    list-style-type: none;
}

ul#nav-small a, ul#nav-big a:link ul#nav-small a:visited {
    color: white;
    text-decoration: none;
}

ul#nav-small a:hover, ul#nav-small a:active {
    color: white;
    text-decoration: underline;
}

ul#nav-big {
    float: left;
    width: 580px;
    height: 28px;
    margin: 10px 0 0 75px;
    line-height: 28px;
    font-size: 14px;
    display: inline;
    font-family: Tahoma;
    text-align: center;
    color: black;
}

ul#nav-big li {
    display: inline;
    list-style-type: none;
}

ul#nav-big a, ul#nav-big a:link ul#nav-big a:visited {
    color: black;
    text-decoration: none;
}

ul#nav-big a:hover, ul#nav-big a:active {
    color: black;
    text-decoration: underline;
}

/*********************/
/*   S E A R C H     */
/*********************/

 #searchform {
    float: left;
    width: 370px;
    height: 34px;
    margin: 50px 0px 10px -410px;
    display: inline;
}

 #searchfield {
    float: left;
    width: 270px;
    height: 18px;
    margin: 8px 0px 0px 10px;
    padding: 2px 2px 0px 2px;
    background: none;
    border: none;
    display: inline;
}

 #searchsubmit {
    float: right;
    width: 75px;
    height: 25px;
    margin: 4px 4px 0 0px;
    color: #FFFFFF;    
    background: transparent url(images/submit-button.gif) no-repeat;
    border: 0px none;
    cursor: pointer;	
}

#searchsubmit:hover{	
	background: transparent url(images/submit-button-hover.gif) no-repeat;
}

/*********************/
/*  C O M M E N T S  */
/*********************/

 .entry form { /* This is mainly for password protected posts, makes them look better. */
    text-align: center;
}

select {
    width: 130px;
}

 #commentform {
    width: 445px;
    margin: 0 0 0 40px;
    font-size: 12px;
    color: black;
}

 #commentform input {
    width: 245px;
    padding: 2px;
    margin: 5px 5px 1px 0;
    border: 1px solid black;
} 

#commentform textarea {
    width: 445px;
    padding: 2px;
    border: 1px solid black;
}

 #commentform #submit {
    width: 78px;
    height: 22px;
    margin: -10px -7px 20px 0;
    float: right;
    border: none;
}



.avatar {
    float: left;
    margin: 0px 5px 0px 15px;
    display: inline;
}

 .alt {
    margin: 0;
    padding: 0px;
    background: transparent url(images/comm-green.png) repeat-x bottom;
}

h3#comments {	
    float:left;
	width:100%;
    padding: 0px 0 0px 15px;
    font-size: 20px;
	line-height:34px;
    font-weight: bold;	
}


h3#respond {
    padding: 50px 0 25px 15px;
    font-size: 20px;
    font-weight: bold;
} 



img#comments {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
} 

.commentlist {
    width: 574px;/*orig 580px*/
    padding: 0;
    margin: -20px 0 0 15px;
    text-align: justify;
} 

.commentlist li {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0 15px 1px 15px;
	font-size:12px;
	line-height:16px;
} 

.commentlist li.blue {
    background: transparent url(images/comm-blue.png) repeat-x bottom;
} 

.commentlist li.green {
    background: transparent url(images/comm-green.png) repeat-x bottom;
}

 .commentlist p {
    margin: 10px -7px 10px -8px;
}

 #commentform p {
    margin: 5px 0;
}

 .nocomments {
    text-align: center;
    margin: 0;
    padding: 0;
} 

.comm-date {
    float: left;
    width: auto;
    height: 22px;
	font-size:12px;
    line-height: 22px;
    margin: 0px 0 0 -6px;
}

 p.postedby {
    float: right;
    width: auto;
    height: 22px;
    line-height: 22px;
    margin: 0px -15px 0 0;
    padding: 0 9px 0 35px;
    background: transparent url(images/postedby.png) no-repeat top left;
    background-color: black;
    color: white;
    display: block;
}

 .comm-date-admin {
    float: right;
    width: auto;
    height: 22px;
    line-height: 22px;
    margin: 0px -6px 0 0;
} 

p.postedby-admin {
    float: left;
    width: auto;
    height: 22px;
	font-size:12px;
    line-height: 22px;
    margin: 0px 0 0 -15px;
    padding: 0 35px 0 8px;
    background: transparent url(images/postedby-admin.png) no-repeat right;
    background-color: black;
    color: white;
    display: block;
}

/*********************/
/*  F L I C K R   */
/*********************/ 

#flickr {
	margin: 0 0 0 27px;
} 

#flickr_badge_source_txt {
    padding: 0;
    font: 11px Arial, Helvetica, Sans serif;
    color: #33cccc;
} 

#flickr_badge_icon {
    display: block !important;
    margin: 0 !important;
    border: 1px solid rgb(0, 0, 0) !important;
} 

#flickr_icon_td {
    padding: 0 5px 0 0 !important;
}

 .flickr_badge_image {
    text-align: center !important;
} 

.flickr_badge_image img {
    border: 1px solid black !important;
} 

#flickr_www {
    display: block;
    padding: 0 10px 0 10px !important;
    font: 11px Arial, Helvetica, Sans serif !important;
    color: #3993ff !important;
} 

#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link, 
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {
    text-decoration: none !important;
    background: inherit !important;
    color: #33cccc;
} 

#flickr_badge_wrapper {
    border: 1px solid black;
}

 #flickr_badge_source {
    padding: 0 !important;
    font: 11px Arial, Helvetica, Sans serif !important;
    color: #33cccc !important;
}

/* clearfix */

 .clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

 .clear {
    min-width: 0;
    display: inline-block; /* \*/
    display: block;
}

 * html .clear { /* \*/
    height: 1%;
}


/*********************/
/*  CONTACT FORM   */
/*********************/ 

#wpcf label {
	clear: both;
	display: block;
	float: left;
	width: 150px;
}
#wpcf input {
	float: left;
	width: 200px;
	padding: 1px;
	margin: 2px 5px 2px 0;
}
#wpcf textarea {
	width: 350px;
	height: 100px;
	padding: 1px;
	margin: 0 5px 10px 0;
}

#wpcf #contactsubmit {
	margin-left: 80px;
	width: 100px;
}









