.blue_links  {color:#003366}
a.blue_links:link {color:#003366;}
a.blue_links:active {color:#003366;}
a.blue_links:visited {color:#003366;}
a.blue_links:hover {color:#006666;}





/*========================*/
/*=== Structure Styles ===*/
/*========================*/

/*/
#dev7link {
    position:absolute;
    top:0;
    left:50px;
    background:url(http://statebystategardening.com/graphics/shared/slides/dev7logo.png) no-repeat;
    width:60px;
    height:67px;
    border:0;
    display:block;
    text-indent:-9999px;
}
/*/

/*/
#logo h1 a {
    display:block;
    background:url(http://statebystategardening.com/graphics/shared/slides/logo.png) no-repeat 0 100%;
    width:383px;
    height:90px;
    margin:0 auto;
    padding-top:50px;
    text-indent:-9999px;
    border:0;
}
/*/

#content {
    width:619px;
      /*/ WAS margin:30px auto; /*/  
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#content h2 {
    margin-bottom:1.3em;
}

#content-wrap {
    width:1400px;
    margin:0 auto;
}


#carbonads-container {
    width:130px;
    background:#e2cead;
    padding:15px;
    text-shadow:none;
    text-align:left;
    margin:0 0 10px 20px;
    -moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
#carbonads-container .carbonad {
    background:transparent !important;
    border:0 !important;
    width:130px !important;
    height:auto !important;
}
#carbonads-container img,
#carbonads-container span {
    margin:0 0 8px 0 !important;
}
#carbonads-container span.carbonad-text {
    color:#2d3536 !important;
    height:auto !important;
}
#carbonads-container span.carbonad-text a {
    color:#000 !important;
    border:0; !important;
}
#carbonads-container span.carbonad-tag {
    display:block;
    float:none !important;
    margin:0 !important;
    font-style:italic !important;
    text-align:right !important;
    color:#9e805c !important;
}
#carbonads-container span.carbonad-tag a {
    color:#9e805c !important;
    border:0 !important;
}

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
.nivoSlider {
	position:relative;
    width:645px;
    height:297px;
	background:#efe9d1 url(http://statebystategardening.com/graphics/shared/slides/loading.gif) no-repeat 50% 50%;
    margin-bottom:80px;
    -moz-box-shadow:0px 0px 5px #333;
	-webkit-box-shadow:0px 0px 5px #333;
	box-shadow:0px 0px 5px #333;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.nivoSlider a {
	border:0;
	display:block;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(http://statebystategardening.com/graphics/shared/slides/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}





#slider3 {
	margin-bottom:110px;
}


#slider3 .nivo-controlNav {
	position:absolute;
	/*/ left:185px; /*/
	bottom:-34px;
	background:#262626;
	width:100%;


}
#slider3 .nivo-controlNav a {
    display:inline;
}
#slider3 .nivo-controlNav img {
	display:inline;
	position:relative;
	margin-right:7px;
	margin-left:12px;
	margin-top:5px;
	margin-bottom:5px;

	/*/
	-moz-box-shadow:0px 0px 5px #333;
	-webkit-box-shadow:0px 0px 5px #333;
	box-shadow:0px 0px 5px #333;
	/*/
}
#slider3 .nivo-controlNav a.active img {
    border:1px solid #FFFF99;
    /*/border-bottom:1px solid #FFFF99;
    border-left:1px dotted #FFFF99;
    border-right:1px dotted #FFFF99;/*/
	background:#262626;
}




/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

.pointer {
	cursor:pointer;
}

/* Sharper Thumbnails */
img {
	-ms-interpolation-mode:bicubic;
}


