/*  
Theme Name: Thank You Program
Theme URI: http://www.leopard-inc.com/
Description: A 4U incentive program template
Version: 1.01
Author: Phu Ly
Author URI: http://ifelse.co.uk/
*/

/*************************************
 +Containers
 *************************************/
html {
	background: #ffffff url(./images/tms_bg.jpg) repeat-x;
	width: 100%;
	height: 100%;

}

body {
	padding: 0;
	margin: 0;
	background: url(./images/page_bg.jpg) no-repeat center top;
	color:#555;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	line-height:1.5;
	margin:0;
	padding:0;
	text-align:center;
	width: 100%;
	height: 100%;
}

#wrap{
	position:relative;
	text-align:left;
	width:700px;	
	margin: 0 auto 97px;
	min-height: 100%;
}

* html #wrap{
	height: 100%;
}

.top_nav{
font-size:14px;
	text-align:right;
	width:700px;	
	height: 25px;
	margin: 20px 0px 0 0;
}

#flash{
position:relative;
	text-align:left;
	width:700px;	
	margin: 0 auto 0px;
	height: 370px;
}
#content{
	font-size:1.4em;
	float:left;
	padding:1em;
	width:450px;
	
}

#content_sub{
	font-size:1.4em;
	float:left;
	padding:1em;
	width:650px;
	
}

#sidebar{
	font-size:1.1em;
	float:right;
	padding-top:2em;
	width:20em;
}

#header{
	padding:35px 0 0 0;
	width:700px;
	text-align:right;
}


#footer{
	background: #ffffff url(./images/foot_bg.jpg) repeat-x;
	color:#888;
	clear:both;
	font-size:0.9em;
	height: 97px;
	position:relative;
	margin: -97px 0 0 0;

}


#footer .butt{
width: 484px;
height: 97px;
position:absolute;
left: 0px;
color:#888;
font-size:0.9em;
}

#footer .butt p{
padding: 20px 120px 20px 20px;
font-size: 12px;
}


/*************************************
 +Hn and p
 *************************************/
h1, h2, h3{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	letter-spacing: -1px;
	margin:0;
	color:#448fa2;
	text-transform: uppercase;
}

#header h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:3em;
	margin:0;
	margin-right:1em;
}

#header h1 a{
	color:#E87830;
}

#header h1 a:hover{
	color:#CC0000;
}

#header p{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#71982d;
	font-weight:bold
	font-size:1.1em;
	margin:0;
	margin-top:-0.5em;
	padding: 30px 0px 0 0;
}

#header a{
	color:#71982d;
}


#header a:hover{
text-decoration:underline;
}


h2{
	font-size:1.3em;
	text-transform: uppercase;
	line-height: 16px;
}

.entrytitle h2{
	font-size:1.3em;
	text-transform: uppercase;
	line-height: 16px;
}
.entrytitle h2 a
{
	color:#448fa2;
}
.entrytitle h2 a:hover{
	color:#448fa2;
}
.entrytitle h3{
	font-size:1.8em;
	color:#6F6F6F;
}
#sidebar h3{
	color:#555;
	font-size:1.5em;
	margin:1em 0;
}
/*************************************
 +Entry
 *************************************/
.entry{
	margin-bottom:3em;
}

.entrymeta{
	font-size:0.9em;
}
.postedby{
	background:#fff url(./images/user.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.filedto{
	background:#fff url(./images/post.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.commentslink{
	background:#fff url(./images/packaged.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}

/*************************************
 +Sidebar
 *************************************/
#sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#sidebar ul li{
	border-bottom:1px dotted #ddd;
	margin-bottom:0.3em;
	padding:0.3em;
}
/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:0.5em;
	padding:1em;

}
.commentsblock textarea{
	width:35em;
}
.commentsblock input, .commentsblock textarea{
	border:1px solid #d1d1d1;
}
.commentsblock textarea:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
ol.commentlist{
	color:#777;
	font-size:0.9em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}
.alt{
	background:#f3f5e9;
	border:1px dotted #d1d1d1;
	padding:0.5em;
}
h3#comments{
font-size:1.6em;
}

/*************************************
 +Misc
 *************************************/
a{
	color:#71982d;
	text-decoration:none;
}

a:hover{
	color:#71982d;
	text-decoration:underline;
}

strong {
font-size: 14px;
font-weight: bold;
}

em {
padding: 0 0 0 20px;

}

.alignright {
float: right;
}