/* diabetties.org */
/* web design by justin davis, 2004 - 2005. http://www.justinwdavis.com  */
/* made for my awesome girlfriend, marianne szeto  */
/* css layout inspired by: 'I Dream in Colour' by Jeff Bilen - http://csszengarden.com/?cssfile=/045/045.css */

/* basic elements */
.dia {
  color:#B7242A;
}

body {
	/*background: #474747;*/
	/*background: #888;*/
	background: repeat-x transparent url(images/diabgfade.jpg);
	font-family:"Lucida Grande",arial,helvetica,sans-serif;
  font-size:70%;
	/*font: 9pt "Times New Roman", serif, georgia;*/ 
	color: #555753; 
	margin: 0px;
	padding: 0px; 
}

p { 
	font-size: 11pt; 
	margin-top: 0px; 
	text-align: left;
	margin-left: 10px;
}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #333333;
}

a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #555555;
}

a:hover, a:active { 
	text-decoration: underline; 
	color: #555555;
}

.storytitle { 
	font-size: 14pt; 
	width: 133px;
  padding-bottom:20px;
}

.meta {
	font-size: 1em;
  display:block;
  padding-bottom:8px;
}

.meta, .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
}
.meta ul {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
  margin:5px 0 5px 0;
}

.meta li {
  list-style-image:none;
	display: inline;
}

#linkage {
  /*display:inline;*/
  list-style:none;
  padding-left:13px;
}
#linkage ul{
 margin-top:0;
 padding-top:0;
  /*display:inline;*/
  list-style:none;
  width:180px;
}
/* end basic elements */

/* specific divs */
#linkage h2{
 padding-bottom:-10px;
 margin-bottom:0;
 padding-left:10px;
}
#container {
	position: relative;
	background: #ffffff;
	margin: 2px auto;
	padding: 0px;
	width: 888px;
	border: 1px solid #ccc;
	border-bottom:0;
}

#head-img-container {
	background: transparent url(images/diahead2006.jpg) top left no-repeat;
	/*background: transparent url(images/diahead.jpg) top left no-repeat;*/
	z-index: 2;
}

#intro {
  position:absolute;
	/*background: transparent url(intro_back.jpg) top left no-repeat;*/
	top:133px;
  left:0px;
	
  width: 253px;
	sfloat: left;
  smargin-top: 133px;
}


#intro #pagehdr h1 span {
	display:none
}

#intro #pagehdr h2 span {
	display:none
}

#intro #summary {
	/*background: #ffffff;*/
	z-index: 1;
	width: 210px;
	margin-left: 15px;
	margin-top: 20px;
}

#intro #summary p {
	font-size: 120%;
	font-style: italic;
	color: #000000;
	text-align: center;
}

#content textarea,#narrowcolumn textarea {
  width:300px;
}

#content,#narrowcolumn {
	position: relative;
	margin-left: 258px;
	margin-bottom:10px;
	padding-bottom:10px;
	top: 58px;
	text-align:justify;
	width: 450px;
	padding-left: 25px;
	padding-top: 0px;
}

#supportingText {
	/*background: transparent url(main_back.jpg) top left no-repeat;*/
	position: relative;
	margin-left: 258px;
	top: 58px;
	width: 450px;
	padding-left: 25px;
	padding-top: 25px;
}

#supportingText p {
	width: 450px;
	text-align: left;
}

#supportingText #my_story {
  margin-bottom:8px;
}

#welcome {
 margin-bottom:10px;
}
#welcome p {
	font-size:120%;
	font-weight:bold;
	color: #000000;
}


#welcome h2 {
	background: transparent url(images/diawelcome.gif) top center no-repeat;
	width: 115px;
	height: 24px;
	margin-left: -5px;
  /*margin-bottom: 8px;*/
  padding-left:4px;
  aborder: 1px solid #b0b0b0;
}

#welcome h2 span {
	display: none;
}

h2 {
  font-size:150%;
  padding:0;
  margin:0;
}
h3 {
  font-size:100%;
  padding:0;
  margin-top:0;
  margin-bottom:10px;
}
#main-content h2 {
  
	background: transparent url(images/day.gif) top center no-repeat;
	width: 338px;
	height: 24px;
	margin-left: -5px;
  margin-bottom: 8px;
  margin-top:30px;
  padding-left:5px;
  border: 1px solid #b0b0b0;
}

#main-content h2 span {
	display: none;
}


#ads {
	margin-left: 755px;
	width: 120px;
	position: absolute;
	top: 111px;
}

#search_archive {
	margin-left: 742px;
	width: 225px;
	position: absolute;
	top: 0px;
}

#search_archive ul {
	margin-left: 10px;
	padding: 0px;
}

#search_archive li {
	line-height: 2.5ex; 
	list-style-type: none;
	padding-top: 5px; 
	margin-bottom: 5px;
}

#search_archive li a:link { 
	color: #555555;
}

#search_archive li a:visited {
	color: #777777;
}

#links {	
  /*background: transparent url(intro_back.jpg) top left no-repeat;*/
	
  
  position:absolute;
	/*background: transparent url(intro_back.jpg) top left no-repeat;*/
	top:300px;
  left:0px;
	
  width: 253px;
  padding-left:0px;
  
  amargin-top: 283px;
	awidth: 233px;
	afloat: left;
  adisplay:none;
}

#links h2 span {
	display: none;
}


#toes{
	margin-top:0px;
	padding: 0 0 0px 300px;
	background:  url(images/diatoes.gif) top  left no-repeat;
  /*height: 127px;*/
  height: 151px;
}

#toes .footerstuff {
  margin-top:50px;
}



