/*
Theme Name: Green Cards
Theme URI: http://wordpress.org/
Description: The default WordPress theme.
Version: 1.0
Author: Red Wood
*/
*{
	margin:0;
	padding:0;

}
a{
	color:blue;
}
img{
	border:0;
}
body{
	text-align:center;
	font:16px/150% Arial, Verdana, Sans-Serif;
	color:#000;
	background:#2f8a3a;
	
}
.page{
	width:950px;
	margin:0 auto;
	text-align:left;
	background:url('images/red-wood.gif') 100% 20px no-repeat #fff;
}
.clear{
	clear:both;
}
.center{
	text-align:center;
}
.textleft{
	text-align:left;
}
.textright{
	text-align:right;
}
.alignleft{
	float:left;
}
.alignright{
	float:right;
}
body:after,
.bg:after{
	content:'';
	display:block;
	clear:both;
}
.header{
	background:url('images/header.gif') 100% 100% no-repeat;
	height:200px;
}
.header .logo{
	float:left;
	margin:25px -100% 0 25px;
}
.header ul{
	float:right;
	margin:165px 25px 0 0;
	height:35px;
}
.header li{
	float:left;
	font-size:18px;
	list-style-type:none;
	margin-right:10px;
}
.header li a{
	display:block;
	width:102px;
	height:30px;
	padding:5px 10px 0;
	background:url('images/nav-button.gif') 0 0 no-repeat;
	text-decoration:none;
	color:#000;
	
}
.header li a:hover,
.header li.current_page_item a{
	background-position:0 -35px;
}
.body{
	background:url('images/bg-line.jpg') 50% 0 repeat-y #fcb52c;
}
.body .bg{
	background:url('images/bg.jpg') 50% 100% no-repeat;
	min-height:628px;
	-height:628px;
	padding:40px 40px 60px;
	zoom:1;
}
.body .narrowcolumn{
	float:right;
	width:511px;
	position:relative;
}
.body .narrowcolumn .top,
.body .narrowcolumn .bottom{
	background:url('images/content-top.png') 0 0 no-repeat;
	-background:none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/greencards/images/content-top.png',sizingMethod='crop');
	width:100%;
	height:20px;
	overflow:hidden;
}
.body .narrowcolumn .bottom{
	background-image:url('images/content-bottom.png');
	-background:none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/greencards/images/content-bottom.png',sizingMethod='crop');
}
.body .narrowcolumn .cards{
	background:url('images/cards.png') 0 0 no-repeat;
	-background:none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/greencards/images/cards.png',sizingMethod='crop');
	position:absolute;
	width:435px;
	height:340px;
	bottom:-40px;
	right:-35px;
}
.body .narrowcolumn .content{
	background:url('images/content.png') 0 0 repeat-y;
	-background:none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/greencards/images/content.png',sizingMethod='scale');
	-height:300px;
	-width:471px;
	padding:0 20px 250px;
	overflow:hidden;
}

.body .narrowcolumn .paypal-content{
		-height:auto !important;
}

.body .narrowcolumn .content:after{
	content:'';
	display:block;
	clear:both;
}
.content h1{
	font-size:24px;
	font-weight:100;
	padding-bottom:20px;
}
.content p{
	padding-bottom:20px;
}
.sidebar{
	float:left;
	width:350px;
}
.sidebar .order-now{
	background:url('images/order-now.gif') 0 0 no-repeat;
	display:block;
	float:right;
	width:260px;
	height:73px;
	margin:-35px 0 0;
	padding:52px 0 0;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	font-size:24px;
	font-weight:900;
	color:#fff;
	outline:none;
}

.sidebar .order-now:hover{
	background-image:url('images/order-now-act.gif');
}
.submit{
	background:none;
	border:0;
	cursor:pointer;
}
#paypalform{
	clear:both;
}
#paypalform label{
	float:left;
	clear:both;
	width:140px;
}
#paypalform input, #paypalform select{
	width:280px;
	padding:3px;
	border:1px solid #ccc
}
#paypalform input,
#paypalform select,
#paypalform label{
	margin-top:10px;
}
