/*  
Theme Name: Make s Wish
Description: Wordpress theme, image taken in Disney World's Animal Kingdom
Version: 3.0
Author: Tracy
Author URI: http://flamingosdreams.innocentsky.com

*/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	font-family: 'Verdana', Tahoma, Arial;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
	background-color: #94cdf9;
	color: #000000;
	background-repeat: repeat;
}

a:link, a:visited {
	text-decoration: underline;
	color: #336699;
}

a:hover {
	text-decoration: none;
}

p {
	padding: 10px 0 0 0;
}

#container {
	margin: 0 auto;
	width: 750px;
	text-align: left;
	position: absolute;
	top: 0px;
	left: 100px;
	background-color: #ffffff;
	border-left: 1px solid #94cdf9;
	border-right: 1px solid #94cdf9;
}

#header{
	width: 750px;
	background-color: #94cdf9;
	text-align: center;
}

#navcontainer {margin: 0;
	width: 750px;
}

#navlist {
	width: auto;
	padding: 7px;
	text-align: center;
	background-color: #94cdf9;
	font-weight: normal;
	color: #000000;
	text-align: center;
	margin: 0;
}

#navlist ul, #navlist li {
	display: inline;
	list-style-type: none;
}

#navlist a:link, #navlist a:visited {
	float: inherit;
	font-size: 10pt;
	font-family: "century gothic";
	text-transform: uppercase;
	color:#0054a6;
	padding: 5px 15px 5px 15px;
	font-weight: normal;
	text-decoration: none;
	display: inline;
}

#navlist a:hover {
	color: #cde7ff;
	margin: 0px;
}

#wrapper {
	float: left;
	width: 500px;
	text-align: center;
	background: #ffffff;
	margin: 2px 2px 2px 2px;
	
}

#wrapper h2 {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 2px;
	color: #ffffff;  
	font-family: times new roman; 
	text-transform: uppercase;
	font-size: 10px;  
	text-align: right;  
	background-color: #000000;
	border-top: 3px solid #2a73b4; 
	border-bottom: 2px solid #2a73b4;
}

.post {
	padding: 2px 0 10px 0;
	text-align: justify;
}

.post  h1, .post h1 a {
	padding-left: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #ffffff;  
	font-family: georgia;
	font-style: italic;  
	font-size: 16px;  
	text-align: left;
	text-decoration: none;  
	background-color: #000000;
	border-top: 5px solid #84b437;
}

.post h1 a:hover {
	padding-left: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #84b437;  
	font-family: georgia;
	font-style: italic;  
	font-size: 16px;  
	text-align: left;  
	text-decoration: none;
	background-color: #000000;
	border-top: 5px solid #84b437;
}

.entry {
	line-height: 14px;
}

p.postmetadata {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background: #e0ffae;
	margin: 1px 0 2px 0;
	padding: 0;
}

p.postmetadata a, p.postmetadata a:visited, p.postmetadata a:active{
	font-size:10px; 
	font-family: century gothic; 
	color: #8c5886; 
	text-decoration:none;
}

p.postmetadata a:hover {
	font-size:10px; 
	font-family: century gothic; 
	color: #ffffff; 
	background: #8c5886; 
	text-decoration:none;}

.navigation {
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

/* start sidebar */
#sidebar {
	float: left;
	width: 244px;
	background: #ffffff;
	margin: 0 2px 0 0;
	display: inline;
}

#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0 2px 0 2px;
}

#sidebar ul li {
	padding: 2px 0 2px 0;
}

#sidebar ul li h2{
	padding-left: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #ffffff;  
	font-family: georgia;
	font-style: italic;  
	font-size: 16px;  
	text-align: left;  
	background-color: #000000;
	border-top: 5px solid #2a73b4;
}

#sidebar ul li h3{
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 2px;
	color: #ffffff;  
	font-family: times new roman; 
	text-transform: uppercase;
	font-size: 10px;  
	text-align: right;  
	background-color: #000000;
	border-top: 3px solid #84b437; 
	border-bottom: 2px solid #84b437;
}

#sidebar ul ul li {
	padding: 0;
}

table#wp-calendar {
	width: 240px;
	margin: 2px 0 2px 0;
}

/* end sidebar */

/* start footer */
#footer {
	clear:both;
	text-align:center;
	background:#cde7ff;
	padding:10px;
	height:40px;
	border-bottom:1px solid #94cdf9;
}

#footer p {
	line-height: 18px;
}
/* end footer */

/* start comments */
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.commentmetadata a, .commentmetadata a:visited, .commentmetadata a:active {
	font-size:11px; 
	font-family: century gothic; 
	color: #911c21; 
	text-decoration:none;
}

.commentmetadata a:hover {
	font-size:11px; 
	font-family: century gothic; 
	color: #ffffff; 
	background: #911c21; 
	text-decoration:none;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

/* end comments */

/* start other codes */
a.nav:link {
	font-size:11px; 
	font-family: century gothic; 
	color: #2a73b4; 
	text-decoration:none;
}

a.nav:visited {
	font-size:11px; 
	font-family: century gothic; 
	color: #2a73b4; 
	text-decoration:none;
}

a.nav:active {
	font-size:11px; 
	font-family: century gothic; 
	color: #2a73b4; 
	text-decoration:none;
}

a.nav:hover {
	font-size:11px; 
	font-family: century gothic; 
	color: #ffffff; 
	background: #2a73b4; 
	text-decoration:none;}


a.aff:link {
	font-size:11px; 
	font-family: century gothic; 
	color: #84b437; 
	text-decoration:none;
}

a.aff:visited {
	font-size:11px; 
	font-family: century gothic; 
	color: #84b437; 
	text-decoration:none;
}

a.aff:active {
	font-size:11px; 
	font-family: century gothic; 
	color: #84b437; 
	text-decoration:none;
}

a.aff:hover {
	font-size:11px; 
	font-family: century gothic; 
	color: #ffffff; 
	background: #84b437; 
	text-decoration:none;}

a.reg:link {
	font-size:11px; 
	font-family: century gothic; 
	color: #2a73b4; 
	text-decoration:none;
}

a.reg:visited {
	font-size:11px; 
	font-family: century gothic; 
	color: #2a73b4; 
	text-decoration:none;
}

a.reg:active {
	font-size:11px; 
	font-family: century gothic; 
	color: #2a73b4; 
	text-decoration:none;
}

a.reg:hover {
	font-size:11px; 
	font-family: century gothic; 
	color: #ffffff; 
	background: #84b437; 
	text-decoration:none;
}

h4{
	padding-left: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #ffffff;  
	font-family: georgia;
	font-style: italic;  
	font-size: 16px;  
	text-align: left;  
	background-color: #000000;
	border-top: 5px solid #84b437;
}

h5{
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 2px;
	color: #ffffff;  
	font-family: times new roman; 
	text-transform: uppercase;
	font-size: 10px;  
	text-align: right;  
	background-color: #000000;
	border-top: 3px solid #2a73b4; 
	border-bottom: 2px solid #2a73b4;
}

h6{
	padding: 0 0 0 5px;
	margin-top: 3px;
	margin-bottom: 2px;
	color: #000000;  
	font-family: georgia;
	font-size: 14px;  
	text-align: left;  
	background-color: #ffffff;
	border-left: 3px solid #ab2329;
}
b {
	color: #3061a6; 
	font-family: verdana; 
	font-size:11px
}

u {
	color: #70376a; 
	font-family: verdana; 
	font-size:11px
}

i {
	color: #98272b; 
	font-family: verdana; 
	font-size:11px
}

blockquote { 
	background: #efffd7;
	color: #000000;
	border-bottom: 3px solid #40295f;
	border-left: 5px solid #40295f;
	padding-left: 5px;
	font-family: verdana;
	text-align: left;
	font-size: 10px;
	margin: 10px 25px 10px 25px;
}

#extreme
{
z-index: 1;
visibility: hidden;
position: absolute;
z-index: 10000;
}
/* end other codes */