/*  
Theme Name: gen03
Theme URI: http://wordpress.org/
Description: Custom theme sorely designed exclusively for Genevieve Magazine by <a href="http://antigravityinc.com/">Antigravity Inc</a>.
Version: 1.6
Author: Antigravity Inc
Author URI: http://antigravityinc.com/

	Genevieve Magazine v1.5
	 http://Antigravityinc.com/

	This theme was designed and built by Antigravityinc,
	Please at http://antigravityinc.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
	margin:0;
	padding:0;
}
ul{
	list-style:none;
}
a{
	color:#7e7e7f;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a img{
	border:0;
}
.clear{
	clear:both;
}

body{
	margin:0px;
	padding:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#ffffff url(images/bg.png) repeat-x;
	color:#7e7e7f;
}

#body_page{
	background:url(images/body_page.png) center top no-repeat;
}


#page{
	width:900px;
	margin:0px auto;
}

/* HEADER */

#header{
	height:126px;
	background:url(images/header_bg.png) no-repeat;
}

#header_logo{
	float:left;
	width:600px;
	padding:41px 0 0 0;
}

#header_right{
	float:right;
	width:300px;
}

#header_logo a{
	margin:0 0 0 36px;
}

#header_search{
	padding:25px 0 0 92px;
}

#searchform_top{
}

#searchform_top_text{
	width:180px;
	border:0px;
	background:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#cccccc;
	float:left;
	padding-right:8px;
}

#gosearch{
	float:left;
}

#header_right ul{
	padding:30px 0 0 0;
	float:right;
}

#header_right ul li{
	float:left;
	height:28px;
	background:url(images/hd_menu_sep.gif) no-repeat right center;
	display:block;
	padding:0 10px 0 10px;
}

#header_right ul li.last{
	background:none;
	padding:0 2px 0 10px;
}

#header_right ul li a{
	color:#303030;
	font-size:13px;
	text-transform:uppercase;
	background:url(images/dotted_grey.gif) repeat-x left bottom;
	display:block;
}

#header_right ul li a:hover{
	background:none;
}

/* menu */

#menu{
	width:100%;
	height:50px;
	background:url(images/menu_bg.png) no-repeat;
}

#menu_items{
	float:left;
	width:733px;
}

#menu_subs{
	float:right;
	width:167px;
}

#menu ul{
	padding:18px 0 0 0;
}

#menu ul li{
	font-size:14px;
	padding:0 0 0 20px;
	float:left;
}

#menu ul li a{
	color:#ffffff;
	text-transform:uppercase;
	display:block;
	background:url(images/menu_a.gif) no-repeat left center;
	padding:0 0 0 18px;
}

#menu ul li a:hover{
}

#menu_subs p{
	text-align:center;
	padding:12px 0 0 0;
}

#menu_subs p a{
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	text-transform:uppercase;
	display:block;
	width:80px;
	border-bottom:1px solid #888888;
	margin:0 auto;
}

#menu_subs p a:hover{
	border-bottom:1px solid #ffffff;
	text-decoration:none;
}

/* BODY */

#body{
	width:100%;
	float:left;
	background:#f8fbfd;
	padding-bottom:40px;
}

#body_left{
	width:732px;
	float:left;
}

#body_right{
	width:168px;
	float:right;
}

/* left contact */

.narrowcolumn{
	width:685px;
	padding:18px 0 0 23px;
}

.post{
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
}

.post-top{
}

.post-title{
}

.post-title h2{
	font-size:28px;
	color:#ec008c;
	font-weight:normal;
	border-bottom:1px dashed #adafb1;
	padding:0 0 5px 0;
}

.post-title h2 a{
	color:#ec008c;
}

.post-title h3{
	font-weight:normal;
	padding:4px 0 5px 2px;
	color:#959798;
	font-size:11px;
	border-bottom:1px dashed #adafb1;
}

.post-title h3 a{
	color:#000000;
	font-weight:bold
}

.entry{
	line-height:20px;
	padding:10px 5px 10px 5px;
	font-size:12px;
}

.entry p{
	padding-bottom:20px;
}

.entry a{
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}

.entry a:hover{
	text-decoration:none;
}

.postmetadata{
	margin-bottom:30px;
	background:#eff0f1;
	border:1px solid #dedfe0;
	width:100%;
	padding:10px 0 10px 0;
	float:left;
	font-size:12px;
}

.postmetadata .alignleft a{
	color:#000000;
	background:url(images/comm_a.gif) no-repeat left 2px;
	padding:2px 0 2px 22px;
	display:block;
}

.postmetadata .alignleft a span{
	color:#000000;
	font-weight:bold;
}

.postmetadata .alignright a{
	color:#ed145b;
	font-weight:bold;
	text-decoration:underline;
}

.postmetadata .alignright a:hover{
	text-decoration:none;
}

.postmetadata .alignleft{
	padding:0 0 0 10px;
}

.postmetadata .alignright{
	padding:2px 10px 0 0;
}

.post-page{
	font-family:Arial, Helvetica, sans-serif;
}

.post-page h2{
	font-size:24px;
	color:#ec008c;
	font-weight:normal;
	padding-bottom:5px;
}

.post-page .entry{
}

strong{
	color:#000000;
}

.page_title{
	font-size:34px;
	font-weight:normal;
	color:#ec008c;
	background:url(images/dotted_grey.gif) repeat-x left bottom;
	padding:0 0 5px 0;
	margin:0 0 16px 0;
}

.cat2_item{
	width:332px;
	background:url(images/dotted_grey2.gif) repeat-y right;
	float:left;
	padding:25px 0 0 0;
}

.cat2_item_top{
	padding:0;
}

.cat2_item2{
	background:none;
}

.cat2_item_pad{
	width:312px;
	background:url(images/dotted_grey.gif) repeat-x left bottom;
	margin:0;
	padding:0 0 20px 0;
	height:263px;
}

.cat2_item2 .cat2_item_pad{
	width:312px;
	margin:0 0 0 20px;
	padding:0 0 20px 0;
}

.cat2_item_author{
	font-family:Arial, Helvetica, sans-serif;
}

.cat2_item_author img{
	float:left;
	margin:0 13px 0 0;
}

.cat2_item_author h3{
	color:#ec008c;
	font-size:20px;
	font-weight:normal;
	padding:0 0 3px 0;
}

.cat2_item_author h3 a{
	color:#ec008c;
}

.cat2_item_author p{
	color:#7c7d7e;
	font-size:12px;
	line-height:16px;
}

.cat2_item_post{
	padding:10px 0 0 0;
}

.cat2_item_post h4{
	color:#000000;
	font-size:17px;
	font-weight:normal;
	padding:0 0 2px 0;
	background:url(images/dotted_grey.gif) repeat-x left bottom;
	margin:0 0 5px 0;
}

.cat2_item_post h4 a{
	color:#000000;
}

.cat2_item_post h5{
	color:#636465;
	font-size:11px;
	font-weight:normal;
	padding:0 0 4px 0;
	font-family:Arial, Helvetica, sans-serif;
}

.cat2_item_post h5 a{
	color:#636465;
}

.cat2_item_post p{
	color:#7c7d7e;
	font-size:12px;
	line-height:17px;
	font-family:Arial, Helvetica, sans-serif;
}

.cat2_item_post_more{
	color:#636465;
	font-weight:bold;
	text-decoration:underline;
}

.cat2_item_post_more:hover{
	text-decoration:none;
}

/* uncomment it if you want use STRONG tag like title h1,h2 ...*/

.post-page .entry strong{
	font-size:16px;
	color:#ec008c;
	margin:0;
	display:block;
} 

#index{
	border:2px solid #000000;
	background:url(images/index_bg.gif) repeat-x;
	width:728px;
	float:left;
	margin:0 0 9px 0;
}

#index_left{
	float:left;
	width:179px;
	height:239px;
	border-left:2px solid #000000;
}

#index_right{
	float:right;
	height:239px;
	width:547px;
}
#index_right1{
	float:right;
	height:239px;

}

#index_right img{
	float:left;
}

#index_left h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	padding:5px 0 0 13px;
}

#index_left h2 a{
	color:#d3d3d3;
	background:url(images/dotted_grey.gif) repeat-x left bottom;
}

#index_left img{
	border:3px solid #000000;
	margin:9px 0 0 13px;
}


/*tabs*/

#index_tab{
	width:715px;
	margin:0 0 0 9px;
}

.index_tab_more{
	text-align:right;
	padding:20px 20px 2px 0;
	clear:both;
}

#index_tab_info{
	width:100%;
	background:#ffe5f0 url(images/index_tab_info_bg.gif) repeat-x;
	padding-bottom:9px;
}

#index_tab_title{
	width:100%;
	height:40px;
	background:url(images/index_tab_title_bg.gif) repeat-x;
}

#index_tab_title ul{
}

#index_tab_title ul li{
	float:left;
	height:39px;
}

#index_tab_title ul li a{
	font-size:13px;
	font-weight:bold;
	color:#000000;
	text-transform:uppercase;
	float:left;
	background:url(images/index_tab_title_li.gif) no-repeat right 1px;
}

#index_tab_title ul li a span{
	padding:10px 20px 0 20px;
	height:30px;
	display:block;
	cursor:pointer;
	float:left;
}

#index_tab_title ul li.last a{
	background:none;
}

#index_tab_title ul li.last a span{
	padding:10px 0 0 20px;
}

#index_tab_title ul li a.selected{
	background:url(images/index_tab_title_li2.gif) repeat-x;
	text-decoration:underline;
}

#index_tab_title ul li a.selected span{
	display:block;
	height:28px;
	padding:12px 20px 0 20px;
}

#index_tab_title ul li.last a.selected span{
	padding:12px 24px 0 20px;
	background:url(images/index_tab_title_li_last.gif) no-repeat right top;
}

#index_tab_title ul li.start a.selected span{
	background:url(images/index_tab_title_li_start.gif) no-repeat;
}

#index_tab_info{
	border:1px solid #fbcde1;
	border-top:0;
	width:713px;
	padding-top:15px;
}

.index_tab_info_img{
	float:left;
	width:191px;
}

.index_tab_info_items{
	float:left;
	width:502px;
}

.index_tab_info_items_single{
	float:left;
	padding:0 0 0 18px;
	width:675px;
}

#index_tab_info ul{
}

.index_tab_info_img img{
	width:151px;
	border:5px solid #ffedf5;
	margin:0 0 0 18px;
}

#index_tab_info ul li{
	background:url(images/arrow.gif) no-repeat left 10px;
	padding:6px 0 4px 14px;
	display:block;
}

#index_tab_info ul li a{
	color:#000000;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#index_tab_info ul li p{
	color:#665c60;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:url(images/dotted_grey.gif) repeat-x left bottom;
	padding:5px 0 5px 0;
}

#index_tab_info ul li p.last{
	background:none;
	padding:5px 0 0 0;
}

#index_block{
	width:723px;
	margin:0 0 0 9px;
	background:url(images/index_block_bg.gif) repeat-y;
}

#index_block_pad{
	float:left;
	background:url(images/index_block_pad_bg.gif) no-repeat;
	padding:10px 0 0 0;
}

#index_block_top{
	background:url(images/index_block_end_bg.gif) no-repeat bottom left;
	padding:0 0 20px 0;
	float:left;
}

#index_polls{
	float:left;
	width:210px;
}

#index_hot{
	float:right;
	width:513px;
}

#index_polls_pad{
	width:189px;
	margin:2px 0 0 11px;
}

#index_polls_pad h2{
	background:#f0f8fe;
	color:#000000;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding:4px 0 6px 9px;
}

#index_polls_pad h2 span{
	display:block;
	background:url(images/i_poll.gif) no-repeat left center;
	padding:0 0 0 22px;
}

.wp-polls{
	padding:12px 0 0 0;
	color:#7e7e7f;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.wp-polls strong{
	font-weight:normal;
	color:#7e7e7f;
}

.wp-polls ul li{
	font-weight:bold;
	padding:2px 0 2px 0;
}

.wp-polls .Buttons{
	margin:0 0 10px 0;
}

#index_hot_pad{
	width:484px;
	margin:2px 0 0 11px;
}

#index_hot_pad h2{
	background:#f0f8fe;
	color:#000000;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding:5px 0 5px 9px;
}

#index_hot_pad h2 span{
	display:block;
	background:url(images/i_hot.gif) no-repeat left center;
	padding:0 0 0 22px;
}


#index_hot_pad ul{
}

#index_hot_pad ul li{
	padding:6px 0 14px 2px;
	margin:8px 0 6px 2px;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(images/dotted_grey.gif) repeat-x left bottom;
}

#index_hot_pad ul li a{
	color:#ed145b;
	font-weight:bold;
}

#index_hot_pad ul li p{
	color:#7e7e7f;
	line-height:18px;
}

#index_hot_pad ul li.last{
	background:none;
}

.page_flash{
	width:728px;
	border:2px solid #000000;
	float:left;
}

.page_flash img{
	width:100%;
	float:left;
}

.entry_author_image{
	float:left;
}

.entry_author_image img{
	width:115px;
}

/* right content */

#body_right_content{
	background:#efefef;
	border:1px solid #c7c7c7;
	padding:3px;
}

#sidebar{
	width:160px;
}

#sidebar_banner{
}

#sidebar_banner img{
	width:100%;
	float:left;
}

#sidebar_nominate{
	width:100%;
	height:218px;
	background:url(images/nominate_bg.gif) no-repeat;
	margin:3px 0 0 0;
}

#sidebar_nominate_pad{
	width:140px;
	padding:70px 0 0 12px;
}

#sidebar_nominate_pad h3{
	font-size:16px;
	color:#FFFFFF;
	font-weight:normal;
	line-height:22px;
	letter-spacing:-1px;
	word-spacing:-1px;
	padding:0 0 2px 0;
}

#sidebar_nominate_pad h3 span{
	color:#f49ac1;
}

#sidebar_nominate_pad p{
	color:#595959;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0 0 6px 0;
	line-height:16px;
}

#sidebar_signup{
	background:#fafafa;
	margin:3px 0 0 0;
}

#sidebar_signup_pad{
	width:148px;
	padding:6px 0 6px 6px;
}

#sidebar_signup_pad h3{
	color:#000000;
	font-size:18px;
	font-weight:normal;
	border-bottom:1px solid #e1e1e1;
	padding:0 0 4px 0;
}

#sidebar_signup_pad h3 span{
	display:block;
	background:url(images/sidebar_signup_pad_icon.gif) no-repeat left center;
	padding:0 0 0 20px;
}

#sidebar_loginform{
	padding:8px 0 0 0;
}

#sidebar_loginform p{
	padding:0 0 4px 0;
}

#sidebar_loginform p img{
	float:left;
}

#sidebar_login img{
	margin:0 0 0 7px;
}

#sidebar_links{
	margin:3px 0 0 0;
}

.sidebar_input{
	border:1px solid #efefef;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:11px;
	padding:6px;
	width:134px;
}

/* FOOTER */

#footer{
	width:100%;
	height:121px;
	clear:both;
	background:url(images/footer_bg.png) no-repeat;
	text-align:center;
}

#footer ul{
	padding:27px 0 22px 0;
}

#footer ul li{
	color:#ffffff;
	font-size:14px;
	display:inline;
	padding:0 4px 0 4px;
}

#footer ul li a{
	color:#ffffff;
	text-transform:uppercase;
}

#footer p{
	color:#4d4d4d;
	font-size:12px;
}



/* Begin Typography & Colors */

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */




/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 99%;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 10px 10px;
	padding-left: 25px;
	padding-bottom:5px;
	background:url(images/blockquote_bg.gif) repeat-y;
	}

blockquote blockquote{
	background:url(images/blockquote2_bg.gif) repeat-y;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	font-weight:bold;
	clear:both;
	}
/* End Various Tags & Classes*/

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.entry ul {
	margin: 0 0 10px 0;
	list-style: none;
	padding:10px 20px 20px 20px;
	background:#fcfdfe;
	border:1px solid #eaeaea;
	} 

.entry li {
	padding-bottom:8px;
	padding-top:6px;
	background:url(images/dotted_grey.gif) repeat-x left bottom;
	}

.entry ul li:before{
	content: url(images/entry_before.gif);
	}

.entry ol {
	margin: 0 0 10px 0;
	padding:10px 20px 20px 40px;
	background:#f1f6f9;
	border:1px solid #eaeaea;
	}

.entry ol li {
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
ol li{
	list-style: decimal outside;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform{
	width:500px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 350px;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	width:65px;
	height:25px;
	}
/* End Form Elements */



/* Begin Comments*/

h2#comment_title{
	font-size:28px;
	color:#000000;
	font-weight:normal;
	padding-bottom:5px;
	margin-left:50px;
}

.commentlist {
	padding: 0px;
	text-align: justify;
	margin-left:50px;
	}

.comm_items {
	margin: 15px 0 5px 0;
	display:block;
	padding:10px 0 0 0;
	background:#f4f7f8;
	border:1px solid #e9eeef;
	}

.comm_items li {
	margin: 0;
	padding: 5px 10px 5px;
	border-bottom:0px;
	border:0;
	list-style:none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	line-height:18px;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0 20px 0 20px;
	display: block;
	color:#ed145b;
	text-transform:capitalize;
	font-size:14px;
	}

.commentmetadata a{
	color:#3d352e;
	}

.commentmetadata span{
	color:#3d352e;
	}

.commentmetadata_text{
	padding:0 15px 10px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#716965;
}

.commentmetadata_end{
	color:#000000;
	background:#f8fafb;
	border-top:1px solid #f0f3f4;
	padding:10px 10px 10px 20px;
	font-size:12px;
}

.commentmetadata_end a{
	color:#ed145b;
	}

.commentmetadata_end span{
	color:#ed145b;
	}

#respond_box{
	padding-bottom:60px;
	margin:30px 0 0 50px
}

h3#respond{
	font-size:28px;
	color:#000000;
	font-weight:normal;
	padding:0 0 20px 0;
}

#commentform{
	margin-left:55px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#commentform a{
	color:#000000;
}

#commentform label{
	position:relative;
	top:-2px;
}

#commentform input{
	background:#ffffff;
	border:3px #dae4eb solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:3px;
	color:#828587;
}

#commentform textarea{
	background:#ffffff;
	border:3px #dae4eb solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:3px;
	color:#828587;
}

#commentform input#submit{
	background:none;
	border:0px;
}

/* End Comments */

/* Archives page */
.page_archives_div{
}

.ar_panel{
}

.ar_panel2{
}

.ar_panel3{
}

.page_archives_div h2{
	font-size:24px;
	color:#ec008c;
	font-weight:normal;
	padding-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
}

.ar_panel2 h2{
}

.ar_panel3 ul{
}

.page_archives_div ul h2{
}

.page_archives_div ul{
	margin:0px;
	padding:0px;
	padding-top:5px;
	margin-bottom:40px;
}

.page_archives_div ul li{
	margin:0px;
	list-style:none;
	background:none;
}

.page_archives_div ul li ul{
	margin:0px;
	padding:0 0 0 15px;
}

.page_archives_div ul li a{
	font-weight:normal;
	color:#535353;
	font-size:13px;
	padding-left:14px;
	background:url(images/page_archives_div_li.gif) no-repeat left 5px;
}

.page_archives_div ul li a:hover{
}

.page_archives_div ul li{
	padding:5px 0 5px 5px;
	border-bottom:1px solid #dfe1e3;
}

.page_archives_div ul li ul li{
	border:0px;
	background:none;
}


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
