/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
	background-image: url(myimages/bg.png);
	font: 13px/165% Georgia, "Times New Roman", Times, serif;
	color: #649fc1;
}
#wrapper { 
 margin: 0 auto;
 width: 822px;

}
#header {
 color: #333;
 width: 822px;
 float: left;
 padding: 0px;
 margin: 10px 0px 0px 0px;
	background: url(myimages/pagetop.png) no-repeat left bottom;
}

em {
	color: #35627b;
}

a {
	color: #35627b;
	border-bottom: 1px dotted #a3c4d8;
	text-decoration: none;
}

#blinkform label
{
width: 130px;
float: left;
text-align: left;
display: block;
font-size: 13px;
}
#blinkform{
	font: 13px Georgia, "Times New Roman", Times, serif;
}

img {
	border-bottom: 0px #ffffff;
}

#blinkform input, textarea, select
{
	background-color: #c0dbea;
	border: 1px solid #35627b;
	color: #35627b;
	font: 13px Georgia, "Times New Roman", Times, serif;
}

#blinkform input.submit {
	margin: 14px;
}

#header h1 {
	margin-top: -10px;
	margin-left: 135px;
	margin-bottom: 20px;
	font: normal 18px Georgia, "Times New Roman", Times, serif;
}

#leftcolumn { 
 color: #333;
 background: url(myimages/pagebg.png);
 margin: 0px;
 padding: 0px;
 width: 622px;
 float: left;
}

#leftcolumn p, h1, h2, h3, blockquote {
	margin: 10px 40px;
	color: #35627b;
}
#leftcolumn p {
	color: #412C1B;
}

strong {
	color: #35627b;
}

#leftcolumn h2 {
	font-style: italic;
	font-weight: normal;
	color: #412C1B;
	font-size: 22px;
}

#leftcolumn h3 {
	font-style: italic;
	font-weight: normal;
	color: #35627b;
	font-size: 18px;
}

#leftcolumn blockquote {
	background-color: #c0dbea;
	padding: 15px;
	margin: 5px 50px 5px 50px;
	font-style: italic;
	font-size: 12px;
	line-height: 16px;
}

.provider {
	background-color: #c0dbea;
	border: 1px solid #c0dbea;
	padding: 8px;
	margin: 4px;
	width: 154px;
	float: left;
	font: 10px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.providerunknown {
	background-color: #fff;
	border: 1px solid #c0dbea;
	padding: 8px;
	margin: 4px;
	font: 10px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 154px;
	float: left;

}



.doulapick {
	background-color: #c0dbea;
	padding: 10px;
	margin: 5px;
	font-size: 12px;
	line-height: 16px;
	width: 210px;
	float: left;

}

.availabilityFULL {
	background-color: #7b3835;
	padding: 10px;
	margin: 5px;
	font-size: 12px;
	line-height: 16px;
	width: 100px;
	float: left;
	color: #fff;

}

.availabilityFULL a {
	color: #fff;

}

.availabilityPARTIAL {
	background-color: #e6e07c;
	padding: 10px;
	margin: 5px;
	font-size: 12px;
	line-height: 16px;
	width: 100px;
	float: left;
	color: #412c1b;

}

.availabilityPARTIAL a {
	color: #412c1b;

}

.availabilityOPEN {
	background-color: #708a60;
	padding: 10px;
	margin: 5px;
	font-size: 12px;
	line-height: 16px;
	width: 100px;
	float: left;
	color: #fff;

}

.availabilityOPEN a {
	color: #fff;

}

#leftcolumn ul {
	margin: 5px 40px 5px 60px;
	color: #412C1B;

}

#leftcolumn li {
list-style: none;
background-image: url(myimages/bullet.png);
background-repeat: no-repeat;
background-position: 0 0px;
padding: 0px 0px 4px 30px;
margin: 0px;
}

#rightcolumn { 
 float: right;
 color: #412C1B;
 margin: 0px;
 padding: 0px;
 width: 200px;
 display: inline;
}

#rightcolumn h2 {
	margin: 0px 0px 10px 0px;
	font-weight: normal;
	font-style: italic;
}

#rightcolumn h3 {
	margin: 0px 0px 10px 0px;
	font-weight: normal;

}

#rightcolumn p {
	margin: 0px;
	font-size: 11px;
	line-height: 14px;
}

#rightcolumn ul {
	margin-left: -24px;	
		width: 160px;
		margin-bottom: 15px;
}

#rightcolumn li {
	background-color: #c0dbea;
	padding: 2px 10px;
	margin: 3px 0px;
	font-style: italic;
	font-size: 14px;
	list-style: none;	
}

blockquote {
	background-color: #c0dbea;
	padding: 15px;
	margin: 5px 0px;
	font-style: italic;
	font-size: 11px;
}

#footer { 
background: url(myimages/pagebottom.png) no-repeat left top;
 width: 822px;
 clear: both;
 color: #333;
 margin: 0px 0px 10px 0px;
 padding: 0px;
}
#footer p {
	padding: 20px 0px 0px 40px;
	font-size: 11px;
}

.quiet {
	color: #d1dee6;
	width: 560px;
	line-height: 11px;
}

.quiet a {
	color: #d1dee6;
}

#topright {
position: absolute;
right: 0px;
top: 0px;
height: 259px;
width: 253px;
background: url(myimages/christmas.png) no-repeat;
}

.f {
	background-color: #7b3835;
	padding: 1px 3px;
	margin: 1px;
	font-size: 9px;
	line-height: 16px;
	width: 20px;
	float: left;
	color: #fff;

}

.p {
	background-color: #e6e07c;
	padding: 1px 3px;
	margin: 1px;
	font-size: 9px;
	line-height: 16px;
	width: 20px;
	float: left;
	color: #412c1b;
}


.a {
	background-color: #708a60;
	padding: 1px 3px;
	margin: 1px;
	font-size: 9px;
	line-height: 16px;
	width: 20px;
	float: left;
	color: #fff;

}

.fan_box .connect_top{

  background: none !important;
  padding: 0 !important;

}

.fan_box .profileimage, .fan_box .name_block{

  display: none;

}

.fan_box .connect_action{

  padding: 0 !important;

}


