/*  
Theme Name: JDRF
Theme URI: 
Description: dedicated to finding a cure
Version: 1.0
Author URI: 
*/
h1, h2, h3, h4, h5, h6, form
	{
		margin:0px;
		padding:0px;
	}
p
	{
		margin:0px;
		padding:0px;
		padding-bottom:12px;
	}

h1{
	font-size:24px;
}
h2{
	font-size:18px;
	color:#0066b3;
}
h3{
	font-size:14px;
	color:#008CF4;
}
h4,h5,h6{
	font-size:12px;
	color: #f89e17;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
	text-decoration:none;
}
h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover{
	text-decoration:underline;
}
h1 a:visited,h2 a:visited,h3 a:visited,h4 a:visited,h5 a:visited,h6 a:visited{
	color:#0067b3;
}
a:link{
	color: #0067b3;
	outline: none;
	text-decoration:none;
}
a:visited{
	color:#0066b3;
	text-decoration:none;
}
a:hover{
	/*color: #f89e17;*/
	text-decoration:underline;
}
table{
	margin-bottom:10px;
}
ul,ol{
	padding: 0 0 0 10px;
	margin: 0 0 10px 10px;
}
form{
	margin:0;
	padding:0;
}
hr{
	padding:0;
	margin:0 0 10px 0;
	height:1px;
	border:none;
	border-top:1px solid #d1d1d1;
}
img {border:none;}
.storyContent img
	{
		margin-right:10px;
margin-bottom:5px;
	}
body,td,th,input,select,textarea {
	font-family: Arial;
	font-size: 12px;
}


body
	{
		
margin: 0px;
		background-color:#FAFAFA;
		background-image:url(images/background.gif);
		background-position:center;
		background-repeat:repeat-y;
		color:#3f3f3f;
	}
/**********************/
#blog .submenu h3{
		padding:10px 0 5px 15px;
		margin:0;
		color:#9ecefe;
		text-transform:uppercase;
	}
	#blog  h1{
		border-bottom:1px solid black;
		margin:0 0 20px 0;
		padding:0 0 5px 0;
	}
	
	/* content */
	
	#blog .main .content{
		float:left;
		width:490px;
		margin:0 26px 0 0;
	}

	#blog .content h2 a, #blog .content h2 a{
		text-decoration:none;
		font-size:18px;
		color:black;
		font-weight:normal;
	}
	#blog .content h2 a:hover{
		color:#f89e17;
	}
	#blog .content h2 a:visited{
		color:#f89e17;
	}	
	#blog .content .date{
		/*float:right;*/
		color:#97a5af;
		font-size:14px;
	}	
/**********************/

/* LAYOUT
------------------------------------*/

#container{
	padding: 0px;
	width: 916px;
	margin: 0px auto;
}

/* header */

#header{
	height:135px;
	margin:0px;
	position:relative;
	z-index:100;
}
#header h1{
	margin:0;
	padding:0;
}
#header h1 a{
	display:block;
	position:absolute;
	z-index:10;
	left:0px;
	top:0px;
	width:260px;
	height:125px;
	background-image:url(images/jdrf-logo.gif);
	background-repeat:no-repeat;
}
#header h1 a span{
	display:none;
}
#search{
	position:absolute;
	z-index:10;
	bottom:0px;
	right:0px;
	height:36px;
	background-image:url(images/search-background.jpg);
	background-repeat:repeat-x;
	background-position:top;
	line-height:36px;
	width:916px;
	text-align:right;
	background-color:#D5D5D5;
}
#search form{
	padding:0 10px 0 10px;
}
#search .query{
	width:120px;
}
#toplinks{
	position:absolute;
	z-index:10;
	right:0px;
	top:23px;
}
#toplinks p{
	margin:0;
	padding:0;
}
#toplink a{
	color:#006699;
	font-size:15px;
	display:block;
	width:143px;
	padding:5px 10px 5px 30px;
	margin:0 0 4px 0;
	border:1px solid #006699;
	text-decoration:none;
	background-image:url(images/header-links-background.gif);
	background-repeat:no-repeat;
	background-position:10px 50%;
	font-weight:bold;
}
#toplink a:hover{
	color:#008CF4;
}

#toplinkspecial a{
	color:#006699;
	font-size:15px;
	display:block;
	width:143px;
	padding:5px 10px 5px 30px;
	margin:0 0 4px 0;
	border:1px solid #006699;
	text-decoration:none;
	background-image:url(images/header-links-background.gif);
	background-repeat:no-repeat;
	background-position:10px 50%;
	font-weight:bold;
}
#toplinkspecial a:hover{
	color:#008CF4;
}

.header_bottom
	{
		height:71px;
		overflow:hidden;
		background:url(images/header_bottom_bg.jpg) repeat-x top;
		margin-bottom:18px;
	}
.header_left
	{
		float:left;
		width:340px;
		padding-top:12px;
	}
.header_right
	{
		float:right;
		width:450px;
		padding-top:15px;
		text-align:right;
		padding-right:15px;
	}
.header_right p
	{
		font-size:17px;
		color:#ffffff;
		padding:0px;
		font-style:italic;
		font-weight:bold;
	}

.header_right p.novo {
		font-size:10px;
}

.header_right p.novo a, .header_right p.novo a:visited, .header_right p.novo a:hover,  .header_right p.novo a:link {
		color: #ffffff;
		text-decoration: underline;
}

/* content columns */

#content{
	margin:0 0 20px 0;
}
.sidebar{
	width:183px;
	margin:0 17px 0 0;
	float:left;
	z-index:10;
	position:relative;
		border:solid 1px;
}
.main{
	width:660px;
	margin:0;
	float:left;
	padding-left:10px;
	position:relative;
}
#content .wide{
	width:auto;
}

/* crumbs */

.crumbs
	{
	}
.crumbs a, crumbs a:visited{
	font-weight:bold;
	text-decoration:none;	
}
.crumbs .home{
	color:black;
}
.crumbs .middle{
	color:black;
	font-weight:normal;
}
.crumbs .last{
	color:#FF9900;
}
.crumbs a:hover{
	color:#0066b3;
}

/* top menu */

#header .topmenu {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	z-index:1000;
	bottom:0px;
	left:0px;
}
#header .topmenu li{
	margin:0;
	padding:0;
	float:left;
	position:relative;
}
#header .topmenu a{
	float:left;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	background-color:#FFA911;
	height:36px;
	line-height:36px;
	color:white;
	background-image:url(images/topmenu-background.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:0 10px;
	border-right:1px solid #E2640E;
}
#header .topmenu a:hover, #header .topmenu .hover .L1_item, #header .topmenu .selected .L1_item{
	background:none;
	background-color:#FFA911;
	text-decoration:none;
}
#header .topmenu .L1_item:hover{
	background-color:#EF840F;	
}
#header .topmenu .hover ul{
	display:block
}
#header .topmenu ul{
	/*border-top:1px solid #E2640E;*/
	display:none;
	position:absolute;
	z-index:1000;
	top:36px;
	left:-10px;
	list-style:none;
	width:200px;
	padding:5px 0;
	background-color:#FFA911;
}
#header .topmenu ul li{
	width:200px;
}
#header .topmenu ul a{
	background-image:none;
	height:auto;
	line-height:normal;
	border:none;
	display:block;
	padding:2px 10px;
	width:180px;
}
#header .topmenu ul a:hover{
	background-color:#EF840F;
	text-decoration:underline;
}

/*****************************************************************/
.story
	{
		padding-bottom:20px;
		font-family: arial;
		color:#393838;
		font-size:12px;
	}
.storyTitle
	{
		float:left;
		width:650px;
		padding-right:25px;
	}
.storyTitle h3
	{
		font-size:19px;
		padding-bottom:4px;
		font-weight:normal;
		color:#000000;
	}
.storyTitle a, .storyTitle a:visited
	{
		text-decoration:none;
		color:#000000;
	}
.storyTitle a:hover
	{
		text-decoration:underline;
	}
.storyAuthor
	{
		padding-bottom:10px;
		color:#7f7f7f;
		font-size:12px;
	}
.storyAuthor a, .storyAuthor a:visited
	{
		text-decoration:none;
		color:#0070c0;
	}
.storyAuthor a:hover
	{
		text-decoration:underline;
	}
.story_img_left
	{
		float:left;
		padding-right:20px;
		padding-left:0px;
		padding-top:10px;
		padding-bottom:20px;
	}
.story_img_right
	{
		float:right;
		padding-right:0px;
		padding-left:20px;
		padding-top:10px;
		padding-bottom:20px;
	}
.storyContent
	{
		padding:12px 0px 10px 0px;
		line-height:19px;
	}
.storyContent h1, .storyContent h2, .storyContent h3, .storyContent h4, .storyContent h5, .storyContent h6
	{
		padding-bottom:8px;
	}
.commentTag
	{
		background:url(images/title_border.jpg) no-repeat 25px bottom;
		font-size:13px;
		height:1%;
	}
.commentTag span
	{
		color:#fda100;
	}
.storyTags
	{
		float:left;
		width:350px;
		padding-bottom:15px;
		color:#0070c0;
	}
.storyComment
	{
		float:right;
		width:240px;
		text-align:right;
		font-weight:bold;
		padding-bottom:15px;
		padding-top:5px;
	}
.storyComment img
	{
		vertical-align:middle;
	}
.storyComment a, .storyComment a:visited
	{
		color:#2eb1e7;
		text-decoration:none;
	}
.storyComment a:hover
	{
		text-decoration:underline;
	}
/****************************************************************/
.sideBar
	{
		float:right;
		width:206px;
		color:#393838;
		font-size:14px;
		font-family:"trebuchet ms",arial;
		margin:0px;
		padding:0px;
	}
.sideBar ul
	{
		padding:0px;
		margin:0px;
		margin-top:6px;
	}
.sideBar ul ul
	{
		padding:0px;
		margin:0px;
	}
.sideBar ul ul ul
	{
		padding:0px;
		margin:0px;
	}
.sideBarTitle
	{
		background:url(images/sidebar_title_bg.jpg) repeat-x top #699735;
	}
.sideBarTitle h2
	{
		font-size:18px;
		font-weight:normal;
		color:#ffffff;
		padding:5px 12px 6px 12px;
	}
.sideBar ul li
	{
		list-style:none;
		margin:0px;
		background:#f2f2f2;
		padding:0px 0px 5px 0px;
		height:1%;
	}
.sideBar li li li
	{
		padding:0px;
		margin:0px;
		padding:6px 0px 0px 12px;
		list-style:none;
	}
.sideBar li li
	{
		padding:0px;
		margin:0px;
		display:block;
		background:none;
		padding:6px 12px 6px 12px;
	}
.sideBar li li a, .sideBar li li a:visited
	{
		color:#393838;
		text-decoration:none;
		padding:0px;
	}
.sideBar li li a:hover
	{
		text-decoration:underline;
	}
.sideBar a img
	{
		vertical-align:middle;
	}
.sideBar li a, .sideBar li a:visited
	{
		color:#393838;
		text-decoration:none;
		padding-right:5px;
	}
.sideBar li a:hover
	{
		text-decoration:underline;
	}
.textwidget
	{
		padding:5px 10px 5px 10px;
	}
.rsswidget
	{
		color:#2c2c2c !important;
		text-decoration:none !important;
		font-weight:bold !important;
		font-size:15px !important;
	}
.rsswidget img
	{
		vertical-align:middle;
	}
/***********************************************/
.search
	{
		text-align:center;
		padding-left:10px;
		height:1%;
	}
.searchText
	{
		float:left;
		width:165px;
		margin:0px;
		padding:2px;
		font-size:12px;
		font-family:arial;
		margin-top:12px;
		color:#222222;
		border:solid 1px #d9d8d8;
		background:#ffffff;
	}
.go
	{
		float:left;
		width:36px;
		height:21px;
		margin-top:5px;
		margin-bottom:10px;
		background:#79b62e;
		border: solid 1px #64a119;
		color:#ffffff;
		cursor:pointer;
		margin-left:1px;
	}
/***********************************************
QUICKLINKS
------------------------------------*/

#quicklinks{
	padding:15px 0;
	border-top:4px solid #f1f1f1;
	border-bottom:4px solid #f1f1f1;
	margin:0;
}
#quicklinks ul{
	margin:0;
	padding:0 20px 0 0;
	list-style:none;
	float:left;
	width:120px;
}
#quicklinks ul a{
	color:#666;
	font-weight:bold;
	text-decoration:none;
}
#quicklinks a:hover{
	color:black;
}
#quicklinks ul ul a{
	color:#999;
	font-weight:normal;
}
#quicklinks h1 a,#quicklinks h2 a,#quicklinks h3 a,#quicklinks h4 a,#quicklinks h5 a,#quicklinks h6 a,
#quicklinks h1,#quicklinks h2,#quicklinks h3,#quicklinks h4,#quicklinks h5,#quicklinks h6{
	padding:0;
	margin:0;
	font-size:12px;
	color:#666;
	font-weight:bold;
	text-decoration:none;	
}
#quicklinks p, #quicklinks p a{
	color:#999;
	font-weight:normal;
	margin:0;
	padding:0;
	text-decoration:none;
}

/* FOOTER
------------------------------------*/

#footer{
	font-size:11px;
	padding:15px 0;
	color:#CCCCCC;
}
#footer p{
	padding:0 0 5px 0;
	margin:0;
}
#footer a{
	/*text-decoration:none;*/
}
#footer .cdw{
	color:#CCCCCC;
}

/*****************************************************/
/*older entries, newer entries*/
.alignleft
	{
		float:left;
		padding-left:0px;
		padding-bottom:0px;
	}
.alignright
	{
		float:right;
		padding-right:0px;
		padding-bottom:20px;
	}
.navigation a , .navigation a:visited
	{
		text-decoration:none;
		font-family:tahoma;
		font-weight:bold;
		font-size:11px;
		color:#222222;
	}
.navigation a:hover
	{
		text-decoration:underline;
	}


/*********************************************************/
.comment_template
	{
		padding-left:15px;
	}
blockquote
	{
		border:solid 1px #c3c3c3;
		padding:15px 30px 10px 30px;
		background:#f3f3f3;
		font-size:16px;
	}
blockquote p
	{
		padding:0px 0px 5px 0px;
	}
h2.center
	{
		color:red;
		font-size:16px;
		font-weight:bold;
		text-align:center;
		padding:10px;
	}
h3#respond
	{
		color:#3c3c3c;
		padding-top:5px;
		font-size:15px;
		font-weight:bold;
		padding-bottom:5px;
	}
/*#commentform p a, #commentform p a:visited
	{
		color:#c40f0e;
		text-decoration:none;
	}
#commentform p a:hover
	{
		text-decoration:underline;
	}*/
	
	
/* ------------- comments.php --------------- */
#comment
	{
		font-family:verdana;
		font-size:12px;
		color:#3a2408;
		line-height:150%;
		border:solid 1px #c6c7c7;
		width:480px;
		background:#ffffff;
	}
#author
	{
		font-family:verdana;
		font-size:12px;
		color:#3a2408;
		/*line-height:150%;*/
		border:solid 1px #c6c7c7;
		width:200px;
		background:#ffffff;
	}
#email
	{
		font-family:verdana;
		font-size:12px;
		color:#3a2408;
		border:solid 1px #c6c7c7;
		width:200px;
		background:#ffffff;
	}
#url
	{
		font-family:verdana;
		font-size:12px;
		color:#3a2408;
		border:solid 1px #c6c7c7;
		width:200px;
		background:#ffffff;
	}
	
/*response or comments in comments.php*/
h3#comments
	{
		color:#3c3c3c;
		padding-top:5px;
		padding-bottom:15px;
		font-size:15px;
		font-weight:bold;
	}

/* comment by any user (user name will be link) */
/*ul.commentlist li a, ul.commentlist li a:visited
	{
		color:#c40f0e;
		text-decoration:none;
	}
ul.commentlist li a:hover
	{
		text-decoration:underline;
	}*/

/* search result's title */
h2.pagetitle, .article h2
	{
		color:#575950;
		font-size:24px;
		font-weight:normal;
		font-family:"trebuchet ms";
		padding-top:0px;
		padding-bottom:25px;
	}
	
/* no match found in search */
.error
	{
		color:#d01e15;
		font-size:24px;
		font-weight:normal;
		font-family:"trebuchet ms";
		padding-top:0px;
		padding-bottom:25px;
	}

/*if there is any list posted by user in comment*/
.storyContent ul, ol
	{
		margin-left:20px;
		padding:5px;
	}
.storyContent ol li
	{
		list-style:decimal !important;
	}
.storyContent ul li
	{
		list-style:square !important;
	}


	
/************************************/
.commentAvatar
	{
		float:left;
	}

.fl_right
	{
		padding:5px 0px;
		height:1%;
	}
.fl_left
	{
		padding-bottom:5px;
	}
.commentText
	{
		padding-right:5px;
	}
.avatarImg
	{
		float:left;
		/*width:40px;*/
		padding:3px;
		border:solid 1px #cccccc;
		background:#fcfcfc;
	}
.commentAuthor
	{
		float:left;
		padding-left:15px;
		padding-top:4px;
		color:#545454;
		font-size:15px;
	}
.authorName
	{
		padding:3px 0px 3px 0px;
		font-weight:bold;
	}
.commentTime
	{
		font-size:11px;
		font-family:verdana;
	}
.authorLink
	{
		padding-top:5px;
		
	}
/*********************************************************/

/* Begin Comments*/
.alt {
	/*margin:0px;
	padding:0px;
	border:solid 1px #f3c377;*/
	/*border-left:none !important;
	border-right:none !important;*/
	/*height:1%;*/
	}
ul.commentlist {
	padding:0px;
	margin:0px;
	width:600px;
	}
.commentlist li {
	margin:0px;
	padding: 0px;
	margin-bottom:30px;
	list-style: none;
	color:#515961;
	line-height:18px;
	height:1%;
	border-bottom:dashed 1px #cccccc;
	}
.commentlist li cite img
	{
		border:0px;
		vertical-align:middle;
	}


.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	margin-top:3px;
	display: block;
	padding:0px 0px 0px 0px;
	}
/* CALENDER STYLE */
/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin:0px auto;
	padding: 0px;
	width: 170px;
	font-size:12px;
	font-family:"trebuchet ms",arial;
	text-align:center;
	}
#wp-calendar th
	{
		color:#64a119;
	}
#wp-calendar #today
	{
		font-weight:bold;
	}
#wp-calendar #next a {
	padding-right: 5px;
	color:#64a119;
	text-align: right;
	}
#wp-calendar #next a:hover
	{
		text-decoration:none;
		color:#64a119;
		background:none;
	}
#wp-calendar #prev a {
	padding-left: 5px;
	text-align: left;
	color:#64a119;
	}
#wp-calendar #prev a:hover
	{
		text-decoration:none;
		background:none;
		color:#64a119;
	}
#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align:center;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:10px;
	width:170px;
	/*color:#105a82;*/
	/*background:#cfcfd0;*/
	}
	
#wp-calendar td a, #wp-calendar td a:visited {
	border-left: none;
	padding:0px;
	color: #64a119;
	text-decoration:underline;
	font-weight:bold;
	font-size:12px !important;
}
#wp-calendar td a:hover {
	/*background: #ffffff;*/
	border-left: none;
	color: #64a119;
	font-weight:bold;
	text-decoration: none;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	font-family:"trebuchet ms",arial;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	/*background-color: #b48625;*/ }
/* End Calendar */




/************************************************/
.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;
   /* optional rounded corners for browsers that support it */
   /*-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;
}

/* EXTAS
------------------------------------*/

.clear{clear:both;}
.off{display:none;}
.on{}
ins{display:none;}
.f-right{float:right}
.f-left{float:left}
.blue{color:#0066b3}
.orange{color:#f89e17}

:focus{-moz-outline-style: none;}
