/*
Theme Name: Jesse Gersten
Theme URI: http://JesseGersten.com/
Description: Wordpress theme for JesseGersten.
Version: 1.0
Author: Viwothemes.com
Author URI: http://Viwothemes.com/
Tags: orange,white
*/

/* CSS Document */

body

{
font-family:Arial, Helvetica, sans-serif;
font-size:12px ;
letter-spacing:normal;
word-spacing:normal;
line-height:125%;
padding:0px;
margin:0px;
text-align:center;
color:#666666;
background:url(images/bg_repeat.jpg) repeat-x top left;

}
#bodyall
{
width:100%
text-align:center;
overflow:hidden;
background:url(images/bg.jpg) no-repeat top center;
}
a:link, a:visited { text-decoration: none; color: #5f5f5f; }
a:hover { text-decoration: underline; }
.clear { clear: both; }
br.clear { margin: 0px; padding: 0px; }
a img
{
border:0px;
}
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
.pagetitle
{
color:#009900 !important;
font-size:20px;
font-weight:normal;
text-transform:capitalize;
line-height:26px;
padding:0px 0px 5px 0px;
margin:0px 0px 15px 0px;
background:url(images/dotted.jpg) repeat-x bottom left;
}
p { padding-bottom: 10px; line-height: 24px; }
strong { font-weight: bold; }
cite, em, i { font-style: italic; }
pre, code { font-family: Courier New, monospace; margin-bottom: 10px; }
ins { text-decoration: none; }
sup, sub { height: 0; line-height: 1; position: relative; vertical-align: baseline; }
sup { bottom: 0.8em; }
sub { top: 0.3em; }

/*------------------------------------------------*/

/* blockquote starts here*/
blockquote							{line-height:20px;color:#f1f1f1;
font: italic 14px/18px "Lucida Sans", "Lucida Grande", Arial, Helvetica, Sans-Serif;
	background:#241822;
 border-left: 5px solid #3D2837; border-right: 5px solid #3D2837; 
 padding: 10px 10px 5px 10px;margin:10px 0px 10px 10px; overflow:hidden;}
blockquote p            { font: italic 14px/18px "Lucida Sans", "Lucida Grande", Arial, Helvetica, Sans-Serif; padding-bottom:0px;margin-bottom:0px; line-height:20px; background:none;}


blockquote,blockquote p
{
font-size:28px;
}

/* blockquote ends here*/

/*Post Content style starts here */
h1,h2,h3,h4,h5,h6
{
font-family:Georgia, "Times New Roman", Times, serif;
}
h2
{
color:#333333;
font-size:20px;
line-height:25px;
padding:5px 0px 5px 0px;
}

.post a { color: #333333; font-weight: bold; }
.post h2, .post h3, .post h4, .post h5, .post h6 { font-family:Arial,Georgia;font-weight: bold; color: #009900; line-height: -1px; }
.post h2 { font-size: 25px; margin: 5px 0px 10px; }
.post h3 { font-size: 22px; margin: 5px 0px 10px; }
.post h4 { font-size: 16px; margin: 5px 0px 10px; }
.post h5 { font-size: 13px; margin: 5px 0px; }
.post h6 { font-size: 13px; margin: 5px 0px; }
.post img { border: none; padding: 0px; }
.post table { padding: 10px 0px; }
.post th { background: #dfdfd7; font-weight: bold; padding: 2px 7px; color: #000000; }
.post td { border-bottom: 2px solid #eeeeee; background: #f6f6f6; padding: 3px 7px; }
.post ul, .post ol { margin-bottom: 10px; }
.post ul ul, .post ul ol, .post ol ol, .post ol ul  { margin-bottom: 2px; }
.post ul li { list-style-position: inside; list-style-type: disc; }
.post ul li ul { margin-left: 15px; }
.post ol { list-style-type: decimal; margin-left: 20px; }
/*Post Content style ends here */

/*Caption Style starts*/
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption { border: 1px solid #3D2837; text-align: center; background-color:#241822; padding-top: 4px; margin-bottom: 10px; }
.wp-caption.alignleft { margin: 0px 10px 10px 0px; }
.wp-caption.alignright { margin: 0px 0px 10px 10px; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0; }

/*Caption Style starts*/

/*Image Alignements Starts Here */
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;
	}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
/*Image Alignements Starts Here */


#wrapper
{
width:900px;
margin:0px auto 0px auto;
padding:0px;
text-align:left;
}
#header
{
width:900px;
height:95px;
float:left;
overflow:hidden;
}
#logo
{
width:475px;
float:left;
height:80px;
padding:15px 0px 0px 0px;
margin:0px;
}
#header_navigation
{
width:400px;
float:left;
overflow:hidden;
padding:0px 0px 0px 25px;
margin:0px;
}
.home_button,.store_button,.bio_button,.contact_button
{
width:100px;
height:95px;
float:left;
padding:0px;
margin:0px;
}
.home_button
{
background:url(images/button_home.png) no-repeat top left;
}
.store_button
{
background:url(images/button_store.png) no-repeat top left;
}
.bio_button
{
background:url(images/button_bio.png) no-repeat top left;
}
.contact_button
{
background:url(images/button_contact.png) no-repeat top left;
}

.home_button:hover,.store_button:hover,.bio_button:hover,.contact_button:hover
{
background-position:bottom left;
}
#header_middle
{
width:900px;
float:left;
overflow:hidden;
height:281px;
}
#header_middle_left
{
height:251px;
float:left;
overflow:hidden;
width:455px;
padding:30px 20px 0px 20px;
}
#featured_article
{
width:455px;
padding:0px;
margin:0px;
height:155px;
}
#featured_article .featured_heading
{
width:455px;
float:left;
overflow:hidden;
padding:0px 0px 5px 0px;
margin:0px;
}
#featured_article .featured_heading a
{
font-size:14px;
color:#ffffff;
line-height:18px;
}
#featured_article .featured_text
{
width:455px;
float:left;
overflow:hidden;
margin:0px;
font-size:12px;
color:#cccccc;
}
#featured_article .featured_text a
{
color:#cccccc;
text-decoration:underline;
}
#twitter_box
{
width:305px;
float:left;
overflow:hidden;
font-size:12px;
color:#cccccc;
padding:0px 0px 0px 150px;
}
#twitter_box a
{
font-size:14px;
color:#ffffff;
}
.twitter_top
{
width:305px;
float:left;
overflow:hidden;
font-size:12px;
color:#cccccc;
padding:0px 0px 10px 0px;
line-height:16px;
}
.twitter_top h2
{
font-size:16px;
color:#ffffff;
font-weight:normal;
padding:0px 10px 0px 0px;
float:left;
overflow:hidden;
margin:0px;
}
.twitter_top h2 span
{
font-size:12px;
}
.twitter_top h2 span a
{
font-size:12px !important;
color:#cccccc;
text-decoration:underline;
padding:0px 0px 0px 0px;
margin:0px 7px 0px 7px ;
line-height:16px;
}
#header_middle_right
{
width:405px;
float:left;
overflow:hidden;
padding:222px 0px 0px 0px;
}
.rss_header_link
{
width:240px;
float:left;
height:72px;
overflow:hidden;
}
#page_search_box
{
width:900px;
float:left;
overflow:hidden;
height:56px;
}
#page_navigation
{
width:588px;
float:left;
overflow:hidden;
height:56px;
list-style:none;
padding:0px 0px 0px 110px;
}
#page_navigation li
{
float:left;
height:51px;
padding:5px 22px 0px 0px;
margin:0px;
line-height:51px;
}
#page_navigation li.padding0
{
padding:0px;
}
#page_navigation li a
{
font-size:18px;
color:#ffffff;
font-weight:bold;
padding:0px;
margin:0px;
}
#header_search
{
width:197px;
float:left;
overflow:hidden;
height:40px;
padding:16px 0px 0px 5px;
}
.header_search_input
{
width:140px;
border:0px;
height:20px;
background:none;
float:left;
font-size:12px;
color:#cccccc;
overflow:hidden;
margin:0px 10px 0px 0px;
}
.header_search_button
{
float:left;
overflow:hidden;
}
#content_all
{
width:860px;
float:left;
padding:50px 15px 0px 25px;
overflow:hidden;
}
#content_all1
{
width:885px;
float:left;
padding:50px 0px 0px 15px;
overflow:hidden;
}
#content
{
width:560px;
float:left;
overflow:hidden;
}
#home_featured
{
width:560px;
float:left;
overflow:hidden;
}
#home_featured .block,#home_featured .block1
{
width:270px;
float:left;
overflow:hidden;
margin:0px 20px 0px 0px;
padding:0px;
}
#home_featured .block1
{
margin:0px;
padding:0px;
}
.green_heading,.green_heading a
{
padding:0px;
margin:0px;
font-size:20px;
color:#009900;
}
#home_featured .block img,#home_featured .block1 img
{
margin:10px 0px 0px 0px;
}
#home_featured .block .info,#home_featured .block1 .info
{
width:270px;
float:left;
padding:10px 0px 10px 0px;
margin:0px;
color:#666666;
}
#most_popular_home
{
width:560px;
float:left;
overflow:hidden;
padding:20px 0px 0px 0px;
margin:0px;
background:url(images/featured_bg.jpg) no-repeat top center;
}
#most_popular_home_heading
{
width:560px;
float:left;
overflow:hidden;
padding:0px 0px 10px 0px;
margin:0px;
background:url(images/dotted.jpg) repeat-x bottom left;
}
#most_popular_home_heading h2
{
float:left;
margin:0px 20px 0px 0px;
padding:0px;
color:#009900;
}
#most_popular_home_heading h2 span,#most_popular_home_heading h2 span a
{
font-size:12px;
margin:0px 10px 0px 10px;
}
.most_popular_images
{
width:560px;
float:left;
padding:20px 0px 10px 0px;
overflow:hidden;
}
#sidebar
{
width:280px;
float:left;
overflow:hidden;
padding:0px 0px 0px 20px;
}
#footer
{
width:900px;
float:left;
overflow:hidden;
height:109px;
background:url(images/footer_bg.jpg) no-repeat top left;
}
#footer_left
{
width:250px;
float:left;
height:74px;
overflow:hidden;
padding:35px 0px 0px 15px;
}
.footer_logo
{
width:250px;
float:left;
overflow:hidden;
height:34px;
}

#footer_right
{
width:635px;
float:left;
overflow:hidden;
padding:50px 0px 0px 0px;
margin:0px;
height:59px;
}
.footer_links
{
color:#666666;
}
.footer_links a
{
margin:0px 8px 0px 8px;
color:#666666;
}
.footer_links a:hover
{
color:#cccccc;
}
.sidebar_row
{
width:280px;
float:left;
overflow:hidden;
padding:0px;
margin:0px 0px 15px 0px;
}
.sidebar_heading
{
width:280px;
padding:0px 0px 5px 0px;
margin:0px 0px 10px 0px;
background:url(images/dotted.jpg) repeat-x bottom left;
font-size:20px;
color:#009900;
}
.sidebar_heading span,.sidebar_heading span a
{
font-size:12px;
margin:0px 0px 0px 15px;
}
.sidebar_content,.most_popular_sidebar
{
width:280px;
float:left;
overflow:hidden;
padding:0px;
margin:0px;
}
.most_popular_sidebar img
{
margin:0px 0px 10px 0px;
}
/*Latest Updates Sidebar starts */
.recent_updates_post
{
width:280px;
float:left;
overflow:hidden;
margin:0px 0px 10px 0px;
}
.recent_updates_post h2
{
font-family:Arial,Georgia,Verdana;
color:#009900;
font-size:12px;
line-height:18px;
}
.recent_updates_post h2 a
{
color:#009900;
text-decoration:none;
}
.recent_updates_post h2 small
{
color:#666666;
padding:0px 15px 0px 0px;
font-size:12px;
}
.recent_updates_post_entry
{
line-height:15px;
}
/*Latest Updates Sidebar endss */
/*Social Media Profiles Starts */
.social_media
{
width:280px;
float:left;
overflow:hidden;
padding:0px 0px 10px 0px;
background:url(images/dotted.jpg) repeat-x bottom left;
}
.social_media img
{
margin:0px 0px 5px 0px;
}
/*Social Media Profiles Ends */
/*Sidebar Contact starts */
.contact_email
{
font-style:italic;
font-size:18px;
color:#999999;
padding:5px;
}
/*Sidebar Contact ends */
/*Tabber Style Starts*/



.tabwidget {
width:280px;
padding:0px;
margin:0px 0px 10px 0px;
float:left;
overflow:hidden;
}

	.tabwidget a {
	color: #4F4F4F;
	text-decoration: none;
	}
	.tabwidget a:hover {
	color: #009;
	text-decoration: underline;
	}

	.tabnav
	{
	list-style:none;
	width:280px;
	float:left;
	}
	.tabnav li {
	list-style: none;
    margin:0px;
	padding:0px 0px 0px 0px;
	float:left;
	overflow:hidden;
	}
	.tabnav li a {
		text-decoration: none;
		text-transform: capitalize;
		color:#ffffff;
		font-size:14px;
		font-weight: 500;
		height:21px;
		padding:5px 8px 5px 7px;
		margin-right:4px;
		background:#999999;	
		float:left;
		overflow:hidden;
		}
		.banner_tab
		{
		text-align:center;
				}



		.banner_tab a



		{



		margin:0px 0px 5px 0px;



		}



		.tags_text



		{



		padding:0px 10px 0px 10px;



		}



		.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {



		color: #999999;



		background:#EAEAEA;



		text-decoration: none;



		}






	.tabdiv {



	margin:0px 0px 0px 0px;



	background:#EAEAEA;



	padding:10px 5px 10px 5px;



	float:left;



	overflow:hidden;



	width:270px;



	}



	



		.tabdiv li {



		list-style:none;



		padding:5px 10px 5px 20px;



		margin:0px 0px 0px 0px;



		border-bottom:1px dotted #999999;


		background:url(images/footer_ul.jpg) no-repeat left;
		margin:0px 10px 0px 10px;



		}


.tabdiv li:hover
{
		background:url(images/red_square.jpg) no-repeat left;
}
.tabdiv li a



{



padding:0px;



margin:0px;



color:#999999;



font-size:13px;



}



.tabdiv a



{



color:#666666;



}







.tabdiv li a:hover,.tabdiv a:hover



{



color:#A23625;



}



.ui-tabs-hide {



		display: none;



		}







		



/*Tabber Style Ends*/
/*Search Box Starts */
.sidebar_search_box
{
width:270px;
background:#EAEAEA;
float:left;
overflow:hidden;
padding:5px;
height:26px;
margin:0px 0px 20px 0px;
}
.sidebar_search_box .search_input
{
width:179px;
height:25px;
float:left;
overflow:hidden;
padding:0px 10px 0px 10px;
margin:0px 5px 0px 0px;
background:#B9B9B9;
color:#666666;
border:none;
line-height:25px;
}
.search_button
{
margin:5px 0px 0px 0px;
}
/*Search Box ends */
/* sidebar_subscribe_box starts*/
.sidebar_subscribe_box
{
width:264px;
float:left;
overflow:hidden;
padding:8px;
background:#EAEAEA;
}
.sidebar_subscribe_box a
{
margin:0px 10px 0px 10px;
font-size:14px;
}
/* sidebar_subscribe_box ends*/
/*Comments Starts*/
.commentlist li, #commentform input, #commentform textarea {
	font-size:12px;
	}
.commentlist li {
	font-weight: bold;
	border:1px solid #CCCCCC;
	padding:10px;
}
.commentlist li ul li {
	font-size: 1em;
	border:none;
}
.commentlist cite, .commentlist cite a{
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	color:#009900;
	text-transform:capitalize;
	}
.commentmetadata a,.commentmetadata
{
font-weight:normal;
color:#009900;
}	
.says
{
font-size:12px;
color:#666666;
font-weight:normal;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}
.alt {
	margin: 0;
	padding: 10px;
	}
.thread-alt {
}
.thread-even {
}
.commentlist {
	padding: 0;
	text-align: justify;
	}
.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }
#commentform p {
	margin: 5px 0;
	}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
.commentmetadata {
	margin: 0;
	display: block;
	}
ol.commentlist li ul                                { list-style: square; margin: 0 0 1em; padding: 0; text-indent: 0; }
ol.commentlist li div.reply                         { margin: 0 0 10px 0; }
ol.commentlist .comment-reply-link					{ color: #999; border:1px solid #cccccc; -moz-border-radius: 3px; 
													  font-size: 10px; padding: 4px 8px; margin: 0 0 10px 0;
                                                      -webkit-border-radius: 3px; }
#content-area ol.commentlist 
.comment-reply-link:hover            				{ background: #fe4902; border: 1px solid #c00; }
ol.commentlist li div.reply a                       { color:#999; text-decoration: none; text-transform: uppercase; }
ol.commentlist li ul.children                       { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li ul.children li.depth-2            { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-3            { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-4            { margin:0 0 .25em; }
ol.commentlist li.even                              { background:#fff; }
ol.commentlist li.odd                               { background:#fff; }
ol.commentlist li.pingback div.vcard                { padding: 0 170px 0 0; }
.avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}
#comments
{
font-size:12px;
clear:both;
color:#333333;
}
.comment_form_box
{
padding:0px;
margin:0px;
float:left;
width:565px;
overflow:hidden;
}
.comment_form_box h3
{
font-weight:700;
color:#333333;
font-size:18px;
}
.comment_box_left
{
width:180px;
float:left;
padding:0px 0px 0px 0px;
overflow:hidden;
}
.comment_box_right
{
width:385px;
float:left;
overflow:hidden;
}
.textarea_comment
{
border:1px solid #CCCCCC;
width:350px;
height:88px;
float:left;
}
#respond h3
{
font-size:18px;
font-family:Arial, Helvetica, sans-serif;
color:#666666;
font-weight:normal;
}
.avatar {
margin: 12px 15px 0 7px;
float:left;
border:1px solid #9A7C91;
}


#author,#email,#url
{
width:160px;
border:1px solid #cccccc;
height:24px;
font-size:12px;
line-height:24px;
}
.comment_box_left p
{
padding:0px;
margin:0px;
}
.comment_form_box .comment_submmit
{
float:right;
margin:10px 10px 10px 0px;
}
.cancel-comment-reply a
{
float:left;
color:#c00000;
clear:left;
font-weight:normal;
}
.comment_buttons
{
padding:0px;
clear:both;
}
/*Comment Style Ends*/


/* Post Starts */
.post
{
width:560px;
float:left;
overflow:hidden;
margin:0px 0px 20px 0px;
padding:0px;
}
.post_title
{
font-size:22px;
line-height:28px;
background:url(images/dotted.jpg) repeat-x bottom left;
color:#009900 !important;
font-weight:normal !important;
padding:0px 0px 5px 0px;
margin:0px 0px 10px 0px;
}
.post_title a
{
font-weight:normal;
color:#009900;
font-size:22px;
}
.entry
{
font-size:12px;
padding:0px;
margin:0px;
float:left;
overflow:hidden;
width:560px;
line-height:15px;
}
.postmetadata
{
padding:10px 10px 10px 10px;
float:left;
overflow:hidden;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
line-height:16px;
font-style:italic;
color:#666666;
width:545px;
background:url(images/postmeta.jpg) no-repeat top center;
margin:0px 0px 10px 0px;
}
.postmetadata a
{
color:#009900;
font-size:14px;
font-weight:normal;
}
.bottom_navigation,.bottom_navigation1
{
width:560px;
float:left;
overflow:hidden;
padding:10px 0px 10px 0px;
margin:0px 0px 0px 0px;
}
.bottom_navigation1
{
background:url(images/postmeta.jpg) no-repeat top center;
}
.bottom_navigation1 .alignleft a,.bottom_navigation1 .alignright a
{
font-size:16px;
color:#009900;
}
.content_area_text1
{
float:left;
padding:0px;
overflow:hidden;
width:560px;
}
.RSS_LINKS,.logged_id,.logged_id a
{
text-align:right;
padding:0px;
color:#009900;
margin:0px 0px 10px 0px;
}
.RSS_LINKS a
{
color:#009900;
}
.share_box
{
width:550px;
padding:10px 0px 10px 10px;
float:left;
overflow:hidden;
background:#EAEAEA;
margin:0px 0px 10px 0px;
}
.share_box img
{
margin-left:7px;
}
.share_box_heading
{
width:540px;
color:#666666;
float:left;
padding:0px 10px 15px 0px;
overflow:hidden;
font-size:14px;
}
.share_box_heading a
{
color:#009900;
text-decoration:underline;
}
.advertisement_box
{
}



/* Post End */

/* Portfolio starts */
ul#filter { float: left; font-size: 16px; list-style: none; margin-left: 0; width: 100%; padding:0px 0px 20px 0px;}
ul#filter li { 
	border-right: 1px solid #dedede;
	float: left;
	line-height: 16px;
	margin-right: 10px;
	padding-right: 10px;
}
ul#filter li:last-child { border-right: none; margin-right: 0; padding-right: 0; }
ul#filter a { color: #999; text-decoration: none; }
ul#filter li.current a, ul#filter a:hover { text-decoration: underline; }
ul#filter li.current a { color: #333; font-weight: bold; }

ul#portfolio { float: left; list-style: none; margin-left: 0; width: 100%; }

ul#portfolio a { display: block; width: 100%; }
ul#portfolio a:hover { text-decoration: none; }
ul#portfolio img { border: 0px solid #dedede; display: block; padding: 0px; }

#portfolio .item { width: 260px; background: url('images/img.png') no-repeat; float:left; margin:0px 15px 0px 0px; padding:0px 10px 10px 10px; height:350px;}
#portfolio .item:hover { background-position: top right; }
#portfolio .item h4
{
padding:0px;
margin:0px;
font-size:18px;
color:#009900;
line-height:22px;
text-transform:capitalize !important;
}
#portfolio .item p
{
padding:0px;
margin:0px;
}
.round { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
#portfolio .item img { display: block; width: 260px; height: 150px; margin: 10px 0px 30px 0px; }
#portfolio .item img:hover { opacity: 0.8; }


/* Portfolio ends */
/*Global classes*/
.noborder
{
border:none;
}
.nobackground
{
background:none;
}

