/*
Theme Name: DAANewBlue
Theme URI: http://diabetesatlanta.org
Description: Diabetes Atlanta Theme
Version: 1.6
Author: Jamal Lacour
Author URI: http://diabetesatlanta.org

Begin Typography & Colors */

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {
	border-left: 1px solid #ddd;
}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

/* End Typography & Colors */


/* Begin Structure */

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

.contentul {
margin: 15px;
padding: 20px;
}
/* End Entry Lists */



/* Begin Form Elements */




.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */

#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */


body
{
margin:0px;
padding:0px;
font:normal 12px 'Lucida Sans',arial;
}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,html,p,span,blockquote,fieldset,input
{
margin:0px;
padding:0px;
}

img,a
{
border:0px;
outline:none;
}

#container
{
clear:both;
margin:0 auto;
width:1020px;
}

#header
{
clear:both;
float:left;
width:1020px;
height:80px;
background:url('images/headbg.png') repeat-x;
}

.logo
{
clear:both;
float:left;
width:265px;
height:61px;
margin:8px 0px 0px 9px;
}

.hright
{
float:right;
width:366px;
margin:30px 8px 0px 0px;
}

.hdonate
{
//clear:both;
float:left;
width:100px;
height:30px;
}

.hcart
{
clear:both;
float:left;
width:50px;
height:30px;

}

.hdbtn1
{
clear:both;
//float:left;
width:100px;
height:30px;
border:0px;
//font:bold 20px 'TradeGothicLTStd',arial;
//color:#ffffff;
//text-align:center;
//cursor:pointer;
padding-bottom:2px;
//padding-bottom:0px !importent;
background:url('images/donate.png') no-repeat;
}

/*.searchbg
{
float:right;
width:200px;
height:30px;
background:url('images/searchbg.png') no-repeat;
padding-top:7px;
}

.srchicon
{
clear:both;
float:left;
width:32px;
text-align:center;
background:url('images/searchdiv.png') no-repeat 100% 2px;
}

.srch134
{
clear:both;
float:left;
width:15px;
height:14px;
background:url('images/searchicon.png') no-repeat;
border:0px;
margin:2px 0px 0px 8px;
}

.hinput
{
float:right;
width:154px;
background:none;
border:0px;
font:normal 14px 'Lucida Sans',arial;
color:#999999;
padding:0px 8px 0px 0px;
}*/

.searchbg1
{
float:right;
width:200px;
height:23px;
}
.searchbg
{
float:right;
width:200px;
height:23px;
background:url('images/searchbg.png') no-repeat;
padding-top:7px;
}

.srchicon
{
clear:both;
float:left;
width:32px;
text-align:center;
background:url('images/searchdiv.png') no-repeat 100% 2px;
}

.srcicon123
{
clear:both;
float:left;
width:15px;
height:14px;
border:0px;
margin:2px 0px 0px 8px;
background:url('images/searchicon.png') no-repeat center;
}

.hinput
{
float:right;
width:154px;
background:none;
border:0px;
font:normal 14px 'Lucida Sans',arial;
color:#999999;
padding:0px 8px 0px 0px;
}

.innersearch
{
clear:both;
float:left;
width:425px;
font:normal 12px 'Lucida Sans',arial;
color:#666666;
margin:10px 0px 0px 5px;
line-height:18px;
}

.hnav
{
clear:both;
float:left;
width:1020px;
height:50px;
background:#da9345;
}

.navleft
{
clear:both;
float:left;
width:auto;
}

.navleft ul
{
margin:0px;
padding:0px;
list-style:none;
margin-top:8px;
}

.navleft ul li
{
float:left;
font-family:impact;
font-size:20px;
font-size:17px !Importent;
font-weight:normal;
color:#ffffff;
line-height:37px;
text-transform:uppercase;
margin:0px 5px 0px 6px;
}

.navleft ul li a
{
display:block;
text-decoration:none;
color:#ffffff;
padding:0px 6px;
}

/*.navleft ul li a span
{
display:block;
height:30px;
color:#ffffff;
padding:0px 6px 0px 4px;
}

.navleft ul li:hover a
{
display:block;
height:30px;
background:url('images/hoverleft.png') no-repeat left top;
padding-left:2px;
}

.navleft ul li:hover a span
{
display:block;
height:30px;
color:#da9345;
background:url('images/hoverright.png') no-repeat right top;
padding:0px 6px 0px 4px;
}

.navleft ul li.active a
{
display:block;
height:30px;
background:url('images/hoverleft.png') no-repeat left top;
padding-left:2px;
}

.navleft ul li.active a span
{
display:block;
height:30px;
color:#da9345;
background:url('images/hoverright.png') no-repeat right top;
padding:0px 6px 0px 4px;
}

.navleft ul li ul
{
margin:0px;
padding:0px;
list-style:none;
}

.navleft ul li ul li
{
clear:both;
float:left;
width:100%;
}
*/
.social
{
float:right;
width:auto;
margin:7px 5px 0px 0px;
}

.social ul
{
margin:0px;
padding:0px;
list-style:none;
}

.social ul li
{
float:left;
height:40px;
margin:0px 0px 0px 4px;
}

.social ul li.follow
{
float:left;
height:30px;
margin:4px 0px 0px 0px;
}

#middle
{
clear:both;
float:left;
width:1020px;
padding-bottom:13px;
}

.banner
{
clear:both;
float:left;
width:1001px;
height:390px;
background:url('images/jquerybgstrip.png') repeat-x;
padding:0px 10px 0px 9px;
}

.bantop
{
clear:both;
float:left;
width:1000px;
height:240px;
padding:20px 0px;
}

.bigimgs
{
clear:both;
float:left;
width:1000px;
}

.bigimgs ul
{
margin:0px;
padding:0px;
list-style:none;
}

.bigimgs ul li
{
float:left;
}

.bigimgs ul li .slideimgs
{
clear:both;
float:left;
}

.thumbgal
{
clear:both;
float:left;
width:590px;
}
.banbtm
{
clear:both;
float:left;
width:972px;
height:62px;
background:url('images/bannerbtm.png') no-repeat;
padding:14px;
}

.banbtm2
{
clear:both;
float:left;
width:972px;
height:62px;
padding:14px;
}

.banbtmtext
{
clear:both;
float:left;
width:763px;
font:normal 19px 'Lucida Sans',arial;
color:#ffffff;
margin-top:5px;
}

.banbtmtext2
{
clear:both;
float:left;
width:763px;
font:normal 19px 'Lucida Sans',arial;
color: #00000;
margin-top:5px;
}

.tilt
{
clear:both;
color:#da9345;
font:bold 19px 'Lucida Sans',arial;
text-transform:uppercase;
}

.learnmore
{
float:right;
width:188px;
height:58px;
margin-top:3px;
}
.learnmore_left
{
float:left;
width:188px;
height:58px;
margin-top:3px;
}

.lrnbtn
{
clear:both;
float:left;
width:188px;
height:58px;
border:0px;
font-family:myfont;
font-size:22px;
font-weight:bold;
color:#ffffff;
cursor:pointer;
padding-bottom:4px;
padding-bottom:0px !importent;
background:url('images/bannerbtmbtn.png') no-repeat;
}

.midlboxs
{
clear:both;
float:left;
width:1000px;
margin:20px 0px 0px 10px;
}

.boxgap
{
float:left;
width:20px;
}

.boxsbg
{
float:left;
width:300px;
height:230px;
background:url('images/boxsbg.png') no-repeat;
padding:10px;
}

.boxhtags
{
clear:both;
float:left;
width:300px;
}

.boxhtags h1
{
clear:both;
float:left;
width:300px;
height:40px;
font-family:myfont;
font-size:22px;
font-weight:normal;
color:#ffffff;
text-align:center;
text-transform:uppercase;
line-height:40px;
background:url('images/boxtopbg.png') no-repeat;
}

.boxhtags h1 span
{
font-weight:bold;
margin-right:5px;
}

.boxdata
{
clear:both;
float:left;
width:262px;
font:normal 13px 'Lucida Sans',arial;
color:#090607;
background:url('images/message.png') no-repeat left top;
padding-left:38px;
line-height:18px;
margin-top:5px;
}

.servicesdata
{
clear:both;
float:left;
width:277px;
margin-left:20px;
}

.servicesdata h2
{
clear:both;
float:left;
width:277px;
font:normal 13px 'Lucida Sans',arial;
color:#090607;
margin:15px 0px 4px 18px;
}

.servicesdata ul
{
margin:0px;
padding:0px;
list-style:none;
}

.servicesdata ul li
{
clear:both;
font:normal 13px 'Lucida Sans',arial;
color:#007a94;
background:url('images/tickmark.png') no-repeat left;
padding-left:18px;
line-height:22px;
}

.servicesdata ul li a
{
color:#007a94;
text-decoration:none;
}

.servicesdata ul li a:hover
{
color:#007a94;
text-decoration:none;
}

.boxhtags1 h1
{
clear:both;
float:left;
width:300px;
height:40px;
font-family:myfont;
font-size:22px;
font-weight:normal;
color:#ffffff;
text-align:center;
text-transform:uppercase;
line-height:40px;
background:url('images/box2bg.png') no-repeat;
}

.boxdata1
{
clear:both;
float:left;
width:255px;
font:normal 13px 'Lucida Sans',arial;
color:#090607;
background:url('images/seth.png') no-repeat left top;
padding-left:45px;
line-height:18px;
margin-top:5px;
}

.boxhtags1 h1 span
{
font-weight:bold;
margin-right:5px;
}

.servicesdata1
{
clear:both;
float:left;
width:277px;
margin-left:20px;
}

.servicesdata1 h2
{
clear:both;
float:left;
width:277px;
font:normal 13px 'Lucida Sans',arial;
color:#090607;
margin:15px 0px 4px 18px;
}

.servicesdata1 ul
{
margin:0px;
padding:0px;
list-style:none;
}

.servicesdata1 ul li
{
clear:both;
font:normal 13px 'Lucida Sans',arial;
color:#c58d43;
background:url('images/orangetick.png') no-repeat left;
padding-left:18px;
line-height:22px;
}

.servicesdata1 ul li a
{
text-decoration:none;
color:#c58d43;
}

.servicesdata1 ul li a:hover
{
text-decoration:none;
color:#c58d43;
}

.boxhtags2 h1
{
clear:both;
float:left;
width:300px;
height:40px;
font-family:myfont;
font-size:22px;
font-weight:normal;
color:#ffffff;
text-align:center;
text-transform:uppercase;
line-height:40px;
background:url('images/greenbox.png') no-repeat;
}

.boxhtags2 h1 span
{
font-weight:bold;
margin-right:5px;
}

.boxdata2
{
clear:both;
float:left;
width:262px;
font:normal 13px 'Lucida Sans',arial;
color:#090607;
background:url('images/dollar.png') no-repeat left top;
padding-left:38px;
line-height:18px;
margin-top:5px;
}

.srcebtn
{
clear:both;
float:left;
width:222px;
height:58px;
}

.dnte
{
clear:both;
float:left;
width:222px;
height:58px;
border:0px;
font-family:myfont;
font-size:22px;
font-weight:bold;
color:#ffffff;
text-transform:uppercase;
cursor:pointer;
padding-bottom:3px;
background:url('images/dnte.png') no-repeat;
margin:15px 0px 0px 14px;
}

#footer
{
clear:both;
float:left;
width:1020px;
background:#cccccc;
height:120px;
}

.fbg
{
clear:both;
float:left;
width:1000px;
background:url('images/footerbg.png') no-repeat;
height:60px;
margin:20px 0px 0px 10px;
}

.fleft
{
clear:both;
float:left;
width:301px;
background:url('images/footerdiv.png') no-repeat right;
margin-left:19px;
margin-top:10px;
}

.fleft h3
{
clear:both;
float:left;
width:300px;
font:normal 12px 'Lucida Sans',arial;
color:#666666;
margin-top:5px;
}

.telphonenumber
{
clear:both;
float:left;
width:275px;
font:normal 12px 'Lucida Sans',arial;
color:#666666;
background:url('images/tel.png') no-repeat left;
padding-left:25px;
margin-top:4px;
}

.mailaddress
{
clear:both;
float:left;
width:275px;
font:normal 12px 'Lucida Sans',arial;
color:#666666;
background:url('images/mail.png') no-repeat left;
padding-left:25px;
margin-top:4px;
}

.mailaddress a
{
text-decoration:none;
color:#666666;
}

.fright
{
float:right;
width:647px;
}

.frighttop
{
clear:both;
float:left;
width:647px;
margin-top:15px;
}

.frighttop ul
{
margin:0px;
padding:0px;
list-style:none;
}

.frighttop ul li
{
float:left;
font:normal 12px 'Lucida Sans',arial;
color:#666666;
border-left:1px solid #666666;
padding:0px 5px;
}

.frighttop ul li:first-child
{
border-left:none;
}

.frighttop ul li a
{
text-decoration:none;
color:#666666;
}

.frighttop1
{
clear:both;
float:left;
width:647px;
margin-top:7px;
}

.frighttop1 ul
{
margin:0px;
padding:0px;
list-style:none;
}

.frighttop1 ul li
{
float:left;
font:normal 12px 'Lucida Sans',arial;
color:#666666;
border-left:1px solid #666666;
padding:0px 5px;
}

.frighttop1 ul li:first-child
{
border-left:none;
}

.frighttop1 ul li a
{
text-decoration:none;
color:#666666;
}

.frighttop2
{
clear:both;
float:left;
width:647px;
font:normal 12px 'Lucida Sans',arial;
color:#666666;
margin-top:7px;
text-indent:5px;
}

.frighttop2 a
{
color:#666666;
text-decoration:none;
}

/* innerpage1 start */

.innerpagemid
{
clear:both;
float:left;
width:968px;
background:#ffffff url('images/innermidbg.jpg') no-repeat top center;
margin:19px 0px 0px 8px;
padding:13px 17px;
}

.innerbtmgap
{
clear:both;
float:left;
width:965px;
padding-bottom:80px;
}

.innerdata
{
clear:both;
float:left;
width:965px;
}

.innerdata h1
{
clear:both;
float:left;
width:965px;
font-family:myfont;
font-size:22px;
font-weight:bold;
color:#da9345;
text-transform:uppercase;
padding-bottom:8px;
text-indent:3px;
background:url('images/lineinner.jpg') no-repeat bottom;
}

.innerdata h2
{
clear:both;
float:left;
width:965px;
font:bold 14px 'Lucida Sans',arial;
color:#da9345;
text-indent:5px;
margin:15px 0px 3px 0px;
}

.innercontent
{
clear:both;
float:left;
width:965px;
font:normal 12px 'Lucida Sans',arial;
color:#666666;
margin:10px 0px 0px 5px;
line-height:18px;
}

.innercontent a
{
color:#007a94;
}

.dnte1
{
clear:both;
float:left;
width:222px;
height:58px;
border:0px;
font-family:myfont;
font-size:22px;
font-weight:bold;
color:#ffffff;
text-transform:uppercase;
cursor:pointer;
padding-bottom:3px;
background:url('images/dnte.png') no-repeat;
margin:15px 0px 0px -3px;
}
/* innerpage1 end */

/* innerpage2 start*/

.innerpagemid1
{
clear:both;
float:left;
width:1010px;
margin:20px 0px 0px 8px;
}

.blogpageleft
{
clear:both;
float:left;
width:661px;
background:#ffffff url('images/innerpage2left.jpg') no-repeat top;
padding:16px 15px;
}

.blogpageleft  h1
{
clear:both;
float:left;
width:661px;
font-family:myfont;
font-size:22px;
font-weight:bold;
color:#da9345;
text-transform:uppercase;
padding-bottom:8px;
text-indent:3px;
background:url('images/innerpage2line.jpg') no-repeat bottom;
}

.blogpageleft h2
{
clear:both;
float:left;
width:661px;
font:bold 14px 'Lucida Sans',arial;
color:#da9345;
text-indent:0px;
margin:15px 0px 3px 0px;
}

.blogpageleft h3
{
clear:both;
float:left;
width:661px;
font:bold 14px 'Lucida Sans',arial;
}
.blogpageleft h3 a
{
text-decoration:none;
color:#007194;
}
.blogpageleft h3 a:hover
{
text-decoration:underline;
color:#007194;
}


.blogpagecenter
{
clear:both;
float:left;
width:965px;
background:#ffffff url('images/innermidbg.jpg') no-repeat top;
padding:16px 15px;
}

.blogpagecenter  h1
{
clear:both;
float:left;
width:965px;
font-family:myfont;
font-size:22px;
font-weight:bold;
color:#da9345;
text-transform:uppercase;
padding-bottom:8px;
text-indent:3px;
background:url('images/lineinner.jpg') no-repeat bottom;
}

.blogpagecenter h2
{
clear:both;
float:left;
width:965px;
font:bold 14px 'Lucida Sans',arial;
color:#da9345;
text-indent:0px;
margin:15px 0px 3px 0px;
}

.blogpagecenter h3
{
clear:both;
float:left;
width:965px;
font:bold 14px 'Lucida Sans',arial;
}
.blogpageleft h3 a
{
text-decoration:none;
color:#007194;
}
.blogpagecenter h3 a:hover
{
text-decoration:underline;
color:#007194;
}



.postdate
{
clear:both;
float:left;
width:661px;
font:normal 10px arial;
color:#777777;
margin-bottom:8px;
}

.innercontent1
{
clear:both;
float:left;
width:661px;
font:normal 12px 'Lucida Sans',arial;
color:#666666;
line-height:18px;
}

.innercontent1 p
{
font:normal 12px 'Lucida Sans',arial;
color:#666666;
line-height:18px;
}

.innercontent1 a
{
color:#007a94;
}
.postdate a
{
color:#007a94;
}

.innercontent3
{
clear:both;
float:left;
width:661px;
font:normal 12px 'Lucida Sans',arial;
color:#666666;
line-height:18px;
margin-bottom:22px;
}

.innerbtmgap1
{
clear:both;
float:left;
width:661px;
padding-bottom:80px;
}

.blogapageright
{
float:right;
width:300px;
}

.sidetop
{
clear:both;
float:left;
width:300px;
background:#ffffff url('images/sidrbg.jpg') no-repeat;
padding:10px 8px 20px 10px;
}

.widget-area
{
clear:both;
float:left;
width:300px;
background:#ffffff url('images/sidrbg.jpg') no-repeat;
padding:10px 8px 20px 10px;
}

.widget-area ul
{
margin:0px;
padding:0px;
list-style:none;
}

.widget-area ul li
{
clear:both;
width:270px;
padding:0px 10px;
font:12px/18px 'Lucida Sans',arial;
color:#666666;
line-height:20px;
background:url('images/tickmark.png') no-repeat 0px 3px;
padding-left:18px;
margin:0px 2px;
}

.widget-area ul li a
{
text-decoration:none;
color:#007993;
}


.widget-area ul li h3
{
clear:both;
width:270px;
height:40px;
font:bold 22px 'Lucida Sans',arial;
color:#ffffff;
text-transform:uppercase;
text-align:center;
line-height:40px;
background:url('images/sidetop.png') no-repeat;
}

.sidetop h1
{
clear:both;
float:left;
width:270px;
height:40px;
font-family:myfont;
font-size:22px;
font-weight:normal;
color:#ffffff;
text-transform:uppercase;
text-align:center;
line-height:40px;
background:url('images/sidetop.png') no-repeat;
}

.sidetop h1 span
{
font-weight:bold;
margin-right:5px;
}

.widget-container
{
clear:both;
float:left;
width:290px;
background:#ffffff url('images/sidrbg.jpg') no-repeat;
padding:10px 8px 20px 10px;
list-style:none;
}

.widget-container ul
{
margin:0px;
padding:0px;
list-style:none;
}

.widget-container ul li
{
clear:both;
font:bold 14px 'Lucida Sans',arial;
color:#007993;
line-height:25px;
background:url('images/tickmark.png') no-repeat 0px 8px;
padding-left:18px;
margin:0px 2px;
}

.widget-container ul li a
{
color:#007993;
text-decoration:none;
}

.textwidget h2
{
clear:both;
float:left;
width:221px;
font:bold 14px 'Lucida Sans',arial;
color:#007993;
margin-top:5px;
}

.textwidget
{
float:left;
width:250px;
font:normal 12px 'Lucida Sans',arial;
color:#666666;
line-height:18px;
margin:0px 0px 0px 24px;
}

.textwidget iframe
{
clear:both;
float:left;
width:221px;
height:157px;
}

.widget-title
{
clear:both;
float:left;
width:280px;
height:40px;
font-family:myfont;
font-size:22px;
font-weight:normal;
color:#ffffff;
text-transform:uppercase;
text-align:center;
line-height:40px;
background:url('images/sidetop.png') no-repeat;
margin-bottom:9px;
}

.latstnews
{
clear:both;
float:left;
width:270px;
}

.latstnews ul
{
margin:0px;
padding:0px;
list-style:none;
margin:8px 0px;
}

.latstnews ul li
{
clear:both;
font:bold 14px 'Lucida Sans',arial;
color:#007993;
line-height:20px;
background:url('images/tickmark.png') no-repeat 0px 3px;
padding-left:18px;
margin:0px 2px;
}

.latstnews ul li a
{
color:#007993;
text-decoration:none;
}

.latstnews ul li a:hover
{
color:#007993;
text-decoration:underline;
}


.latstnews ul li.linebreak
{
clear:both;
float:left;
margin-top:15px;
margin-top:0px !importent; 
background:none;
}

.sidetopbtn
{
clear:both;
float:left;
width:270px;
margin-top:20px;
}

.sidebtn
{
clear:both;
float:left;
width:240px;
height:30px;
border:0px;
font-family:myfont;
font-size:22px;
font-weight:normal;
color:#999999;
margin-left:15px;
cursor:pointer;
background:url('images/sidebtm.png') no-repeat;
}

.latstnews ul li .latstnews
{
clear:both;
font:italic 12px 'Lucida Sans',arial;
color:#999999;
margin-left:0px;
margin-left:18px !importent;
}

.latstnews ul li .latstnews a
{
font:normal 12px 'Lucida Sans',arial;
color:#007993;
}

.videodata
{
clear:both;
float:left;
width:221px;
margin:12px 0px 0px 24px;
}

.video
{
clear:both;
float:left;
width:221px;
}

.videocontent
{
clear:both;
float:left;
width:221px;
font:normal 12px 'Lucida Sans',arial;
color:#666666;
line-height:18px;
}

.videocontent h2
{
clear:both;
float:left;
width:221px;
font:bold 14px 'Lucida Sans',arial;
color:#007993;
margin-top:5px;
}

/* innerpage2 end*/


@font-face {
font-family: Arial, Helvetica, sans-serif;

font-family: 'myfont';
src: url('http://diabetesatlanta.org/web/wp-content/themes/DAANewBlue/fonts/TradeGothicLTStd-Bd2.eot');
src: local('trade'), url('fonts/tradegothicltstdbdcn20.woff') format('woff'), url('fonts/tradegothicltstdbdcn20.otf') format('opentype'), url('fonts/tradegothicltstdbdcn20.ttf') format('truetype'), url('fonts/tradegothicltstdbdcn20.svg#trade') format('svg');

font-weight: normal;
font-style: normal;
}

/* slider  */
#featured{ 
	width:1000px; 
	position:relative; 
	height:240px; 
}
#featured ul.ui-tabs-nav{ 
	position:absolute; 
	top:139px; left:400px; 
	list-style:none; 
	padding:0; margin:0; 
}
#featured ul.ui-tabs-nav li{ 
	float:left;
	margin:0px 4px;
}
#featured ul.ui-tabs-nav li img{ 
	float:left; margin:4px 0px 0px 4px; 
	background:#fff; 
	padding:2px; 
	width:126px;
	height:76px;
	border:1px solid #eee;
}
#featured ul.ui-tabs-nav li span{ 
	font-size:11px; font-family:Verdana; 
	line-height:18px; 
}
#featured li.ui-tabs-nav-item a{ 
	display:block; 	
}
#featured li.ui-tabs-nav-item{ 
    display:block;
	float:left;
	width:140px;
	height:101px; 	
	background:url('images/thumb2bg.png') no-repeat 0px 11px;
	margin-top:-11px;
	padding-top:11px;
}
#featured li.ui-tabs-nav-item a:hover{ 
    display:block;
	background:url('images/thumbhover.png') no-repeat; 
	width:140px;
	height:101px;	
	margin-top:-11px;
	padding-top:11px;
}
#featured li.ui-tabs-selected{ 
	display:block;
	background:url('images/thumbhover.png') no-repeat; 
	width:140px;
	height:101px;
    margin-top:-11px;
	padding-top:11px;
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
    display:block;
	width:140px;
}
#featured .ui-tabs-panel{ 
	width:400px; height:240px; 
	background:url('images/imgbg.png') no-repeat; position:relative;
}
#featured .ui-tabs-panel img{ 
	width:380px; height:220px; 
	margin:10px 0px 0px 10px;
}
#featured .ui-tabs-panel .infofeature{ 
	position:absolute; 
	top:10px; left:410px; 
	height:130px; 
	width:570px;
}
#featured .infofeature h2{ 
	float:left;
	width:570px;
	font:bold 19px 'Lucida Sans',arial;color:#03c6ef;
	text-align:left;
	overflow:hidden; 
	padding-bottom:5px;
}
#featured .infofeature h2 a{ 
    color:#03c6ef;
	text-decoration:none;
}
#featured .infofeature p{ 
	float:left;
	width:570px;
	font:bold 14px 'Lucida Sans',arial;color:#ffffff;
	text-align:left;
}
#featured .infofeature a{ 
	text-decoration:none; 
	color:#fff;
}
#featured .infofeature a:hover{ 
	text-decoration:underline; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}








