/*
Theme Name: Christmas Match website
Author: Kevin Maines
Author URI: www.jmldesign.com
Version: 1.0


/* =0 Reset--------------------------------------------------*/
@import url('reset.css');


/* =1 Global--------------------------------------------------*/
body
{
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: #333;
	font-size: 16px;
	line-height: 1.45em;
	vertical-align: top;
	text-align: left;
	background-color: #FFF;
	background-image: url("../images/bg.jpg");
	background-repeat: no-repeat;
	margin: 0;
	width: 100%;
	background-position: center top;
}

#wrapper {
	width: 940px;
	margin: 0 auto;
	}
#intro-wrapper
{
	width: 720px;
	margin: 0 auto;
	padding-left:240px;
	background-color: 66dcff;
	position: relative;
	background-image: url(../images/hat.gif);
	background-repeat: no-repeat;
	background-position: 35px 0;
	min-height:240px;
}	
#head-wrapper img
{
	position: absolute;
	top: 0;
	left: 0;
}	
#content-wrapper {
	margin-top:30px;
	margin-bottom:80px;

}
p {
	margin: 0 0 12px 0;
	}	

.right {
	float: right;
}
.left {
	float: left;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align:center;
}
.justify {
	text-align:justify;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.left {
	float:left;
	margin:4px 10px 4px 0;
}
img.right {
	float:right;
	margin:4px 0 4px 10px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}


ol { list-style: decimal; }

ul {
	margin: 8px 0;
}

ul span {
	color: #333;
}

sup, sub {
   vertical-align: baseline;
   position: relative;
   top: -0.4em;
}
sub { top: 0.4em; }



blockquote
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.4em;
	padding: 20px 40px 50px;
	background-color: #eae5af;
	margin-top:18px;
}

blockquote p.cite
{
	font-style: italic;
	text-align:center;
	margin-bottom:0;
}

#main-col blockquote
{
	background-image: url(../images/shad-narrow.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#wide-col-wrapper blockquote
{
	background-image: url(../images/shad-wide.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/* =2 Links--------------------------------------------------*/
a {
	color: #0453A2;
	}
	
a:hover
{
	color: #0453A2;
	background-color: #DDECFB;
}		
	
#footer a {
	color: #999;
	font-weight: bold;
	}
	
#footer a:hover {
	color: #666;
	background-color: #e7e7e7;
	}	




/* Lists--------------------------------------------------*/

ul, ol {
	zoom: 1; /* hasLayout for IE<= 6 */
	overflow: auto; /* shrink the list to sit beside floats in compliant browsers */
	margin: 0; padding: 0; /* zero the defaults so only one or other is used per you margin request below */
} 
ul li {
list-style-type: disc;
margin: 6px 0 6px 1.5em;
}
ol li {
list-style-type: decimal;
margin-left: 2em;}
ul, ol {
margin: 0;
}
ul.check
{
	padding-left: 10px;
}
ul.check li
{
	list-style: url(../images/check-green.png);
}
ul.cross
{
	padding-left: 10px;
}
ul.cross li
{
	list-style: url(../images/red-x.gif);
}
ul.block
{
	padding-left: 10px;
}
ul.block li
{
	list-style: url(../images/block-green.gif);
}
ul.left {
float:left;
width:50%;
}
ul.right {
float:right;
width:50%;
}


/* Headings--------------------------------------------------*/
h1
{
	color: #b50002;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.3em;
	text-align: center;
	width: 940px;
	height: 368px;
	text-indent: -9999px;
	margin: 0;
	background-image: url(../images/head.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

	
	
h2 {
	color: #b50002;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3em;
	text-align: center;
	margin: 24px 0 12px 0; 
}


h3
	{
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: #c30;
	font-size: 18px;
	line-height: 1.4em;
	text-align: center;
	margin: 16px 0 8px 0;
	}
	
h3:first-child {
	margin-top:0;
}
	
h4 {
	font: bold 1em "Trebuchet MS", Tahoma, Arial, sans-serif;
	text-align: left;
	margin: 15px 0 10px 0; 
}
h5 {
	font: bold 0.9em "Trebuchet MS", Tahoma, Arial, sans-serif;
}




/* Header--------------------------------------------------*/



/* Navigation--------------------------------------------------*/




/* Middle--------------------------------------------------*/

#main-col {
	width: 900px;
	margin: 10px 30px 0 30px;
	}
	
/*This gives a gray border on images but uses a negative margin so the image size doesn't get larger*/
img.border {
	border: 1px #ccc solid;
	margin: -1px;
	position: relative;
	top: 1px;
	left: 1px;
}

/*This is the default sidebar. To override these styles give the sidebar an id and style it below.*/
div.sidebar {
	width:338px;
	border: 1px solid #eddea7;
	background-color:#fcf1c9;
	padding:20px;
}
div.sidebar h2 {
	margin-top:0;
	font-size:19px;
	color:#f15f22;
}
div.right {
	margin: 5px 0 5px 20px;
	float:right;
}
div.left {
	margin: 5px 20px 5px 0;
	float:left;
}
div#left-col {
	width:220px;
	float:left;
}
div#right-col {
	width:700px;
	float:right;
}






/* Misc --------------------------------------------------*/

p.small {
	font-size:12px;
	line-height:1.3em;
}
p.checkbox {
	background-image: url(../images/checkbox-red.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding:3px 0 0 24px;
	font-size:18px;
	line-height:1.4em;
}
.large {font-size:24px;}
.red {color:#cc0000 !important;}	
.green {color:#393 !important;}	
.blue {color: #0066cc !important;}
.highlight {background-color: #FF3; }


/* Footer--------------------------------------------------*/

#footer {
	width:100%;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color:#edf2f6;
	padding: 20px 0;
	margin-top:40px;
}
#footer-content {
	width:820px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color:#edf2f6;
	padding: 20px 0 20px 140px;
	margin: 0 auto;
	position:relative;
}
img#footer-tree {
position:absolute;
left:0;
top:-57px;
margin: 0;

}

/* Project-Specific-----------------------------------------*/
#left-col {
font-size:14px;
line-height:20px; 

}
#left-col h3 {
font-size:15px;
line-height:20px; 
color:#fff;
background-color:#cc0033;
padding:3px 0;
}

img#head-bottle {
	position:absolute;
	top:91px;
	left:-31px;
	
}

img#blood-cells {
margin-bottom:6px;
}

td.receiver,td.giver {
	background-color:#00703c;
	padding:6px;
	text-align:center;
	vertical-align:middle;
}
table#app-table {
}
td.grid {
text-align:center;
}
td.names {
padding:5px;
}

input#button {
	border:0;
}
input#button {
	cursor: pointer;
	display:block;
	width:280px;
	background:#007740;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	height:42px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1p solid #018c4c;
	margin:0 auto;
}
input#button:hover {
background:#01b36a;
color:#fff;
}

div#button-wrapper {
text-align:center;
padding:30px;

}

#new-list-button a {
	cursor: pointer;
	display:block;
	width:280px;
	background:#007740;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	height:42px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1p solid #018c4c;
	margin:30px auto;
	padding-top:16px;
	text-align:center;
	text-decoration:none;
}

#new-list-button a:hover {
	background:#01b36a;
}






div#right-col fieldset
{
}	
div#right-col fieldset p
{
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom:-6px;
}
div#right-col fieldset input[type=text],
div#right-col fieldset input[type=email]
{
	border: 1px solid #ccc;
	line-height: 20px;
	padding: 3px;
	width: 200px;
}

div#right-col label + p,
div#right-col input + p
{
	margin-top: 20px;
}

div#right-col p > input
{
	padding: 0;
	margin: 0;
	height: 23px;
	width: 23px;
	float: left;
	position: absolute;
	left: 0;
	opacity: 0;
}
div#right-col p > label 
{ 
	float: left; 
	line-height: 23px; 
	color: #fff; 
	padding: 0 0 0 0;
	margin: 0 0 0 6px;
}
p:not(#foo) > input:hover + label, p:not(#foo) > input:focus + label,
p:not(#foo) > input + label:hover, p:not(#foo) > input:focus + label			{ text-shadow: 1px 1px 3px #000; color: #2C7AD0; }

p:not(#foo) > input + label
{
	background: url(../images/check-off.gif) 0 0 no-repeat;
	height:23px;
	width:23px;
}
p:not(#foo) > input[type=radio] + label										{ background-position: 0 -161px; }

/* Checked styles */
p:not(#foo) > input[type=radio]:checked + label 							{ 	background: url(../images/check-on.gif) 0 0 no-repeat;
 }
p:not(#foo) > input[type=checkbox]:checked + label 							{ 	background: url(../images/check-on.gif) 0 0 no-repeat;
 }
p:not(#foo) > input[type=checkbox]:hover:checked + label,
p:not(#foo) > input[type=checkbox]:focus:checked + label,
p:not(#foo) > input[type=checkbox]:checked + label:hover,
p:not(#foo) > input[type=checkbox]:focus:checked + label 					{ 	background: url(../images/check-on.gif) 0 0 no-repeat; }
p:not(#foo) > input[type=radio]:hover:checked + label,
p:not(#foo) > input[type=radio]:focus:checked + label,
p:not(#foo) > input[type=radio]:checked + label:hover,
p:not(#foo) > input[type=radio]:focus:checked + label 						{ background-position: 0 -261px; }

/* Hover & Focus styles */
p:not(#foo) > input[type=checkbox]:hover + label,
p:not(#foo) > input[type=checkbox]:focus + label,
p:not(#foo) > input[type=checkbox] + label:hover 							{ 	background: url(../images/check-hover.gif) 0 0 no-repeat;
 }
p:not(#foo) > input[type=radio]:hover + label,
p:not(#foo) > input[type=radio]:focus + label,
p:not(#foo) > input[type=radio] + label:hover								{ background-position: 0 -181px; }

/* Active styles */
p:not(#foo) > input[type=checkbox]:active + label,
p:not(#foo) > input[type=checkbox] + label:hover:active						{ 	background: url(../images/check-on.gif) 0 0 no-repeat;
 }
p:not(#foo) > input[type=radio]:active + label,
p:not(#foo) > input[type=radio] + label:hover:active						{ background-position: 0 -201px; }
p:not(#foo) > input[type=checkbox]:active:checked + label,
p:not(#foo) > input[type=checkbox]:checked + label:hover:active				{ 	background: url(../images/check-on.gif) 0 0 no-repeat;
 }
p:not(#foo) > input[type=radio]:active:checked + label,
p:not(#foo) > input[type=radio]:checked + label:hover:active				{ background-position: 0 -281px; }

/* Disabled styles */
p:not(#foo) > input[type=checkbox]:disabled + label,
p:not(#foo) > input[type=checkbox]:hover:disabled + label,
p:not(#foo) > input[type=checkbox]:focus:disabled + label,
p:not(#foo) > input[type=checkbox]:disabled + label:hover,
p:not(#foo) > input[type=checkbox]:disabled + label:hover:active			{ background-position: 0 -61px; }
p:not(#foo) > input[type=radio]:disabled + label,
p:not(#foo) > input[type=radio]:hover:disabled + label,
p:not(#foo) > input[type=radio]:focus:disabled + label,
p:not(#foo) > input[type=radio]:disabled + label:hover,
p:not(#foo) > input[type=radio]:disabled + label:hover:active				{ background-position: 0 -221px; }
p:not(#foo) > input[type=checkbox]:disabled:checked + label,
p:not(#foo) > input[type=checkbox]:hover:disabled:checked + label,
p:not(#foo) > input[type=checkbox]:focus:disabled:checked + label,
p:not(#foo) > input[type=checkbox]:disabled:checked + label:hover,
p:not(#foo) > input[type=checkbox]:disabled:checked + label:hover:active	{ background-position: 0 -141px; }
p:not(#foo) > input[type=radio]:disabled:checked + label,
p:not(#foo) > input[type=radio]:hover:disabled:checked + label,
p:not(#foo) > input[type=radio]:focus:disabled:checked + label,
p:not(#foo) > input[type=radio]:disabled:checked + label:hover,
p:not(#foo) > input[type=radio]:disabled:checked + label:hover:active		{ background-position: 0 -301px; }
