/*
Theme Name: Harvest of India Custom Theme
Theme URI: http://www.restontechwiz.com
Description: Custom Harvest of India Wordpress theme.
Version: 1.0
Author: PCate
Author URI: http://www.restontechwiz.com
*/

/* ================================================================ 
The original version of this stylesheet and the associated (x)html
files are available at http://www.wpthemerkit.com

License info can be found at http://www.wpthemerkit.com/license.php
=================================================================== */
/*------------------------------------------------------------------
[Table of contents]
1. Main Containers - body, #wrapper, #main, #header, #content, #footer, etc.
2. General Classes - .entry-meta, .post, .description, .underpost, etc.
3. General Links - #content a:link, #footer a:link, etc.
4. Menu - #menu, #menu ul, #menu ul li, #menu ul li a:link, etc.
5. Sidebar Links - #sidebar ul li a:link
6. Headings - #header h1, #content h1, .post h2, .post h3, etc.
7. Date - .entry-date, .entry-month, .entry-day
8. Comments - #commentform, #respond p, etc.
9. Blockquotes - blockquote, blockquote p:first-letter, etc.
10. Align - .alignleft, .alignright, img.alignleft, img.alignright, etc.
11. Misc. and Preventative - Styles to prevent image hover strangeness etc.
-------------------------------------------------------------------*/
/*=== START CSS Restart Section ===*/

 html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus
{
	outline: 0;
}
body
{
	line-height: 1;
	color: black;
}
ol,
ul
{
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table
{
	border-collapse: separate;
	border-spacing: 0;
}
caption,
th,
td
{
	text-align: left;
	font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after
{
	content: "";
}
blockquote,
q
{
	quotes: "" "";
}
/*=== END CSS Restart Section ===*/








/*===START SECTION 1 - the main containers===*/
body
{
	background: transparent url(images/background.gif) repeat scroll 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #FFF;
}
#wrapper
{
	width: 792px;
	margin: 12px auto 20px auto;
	padding: 0px;
}
#header
{
	background: transparent url(images/header_background.png) no-repeat scroll 0 0;
	font-family: Futura;
font-size: 12px;
height: 172px;

	width: 792px;
	margin: 0px;
}
#main
{
	width: 792px;
	float: left;
	background: transparent url(images/main_background.png) repeat-y scroll 0 0;
}
#content
{
	width: 541px;
	padding: 10px 10px 10px 10px;
	float: left;
	font-size: 12px;
	line-height: 1.5em;
	background: transparent url(images/content_background.png) repeat-y scroll 0 0;
}
#sidebar
{
	width: 225px;
	float: left;
	margin: 0;
	padding: 0;
	background: transparent url(images/sidebar_background.png) repeat-y scroll 6px 0;
}
#footer
{
	height: 50px;
	clear: both;
	text-align: center;
	font-size: 12px;
	padding: 20px 0 0 0;
	color: #FFF;
	background: transparent url(images/footer_background.png) no-repeat scroll 0 0;
}
/*===END SECTION 1===*/






/*===START SECTION 2 - general classes===*/
.logo
{
	background: transparent url(images/logo.gif) no-repeat scroll 0 0;
	height: 94px;
	width: 190px;
	margin: 40px 0 0 30px;
	display: block;
	float: left;
}
.description
{
	clear: left;
	padding: 0;
	position: absolute;
	left: -9999px;
}
.post
{
	padding: 10px 0 10px 0;
}
.entry-content,
.entry-excerpt
{
	clear: left;
}
.navigation
{
	clear: both;
}
.avatar
{
	float: right;
	margin: 0 0 3px 5px;
}
.entry-meta
{
	margin: 0 0 10px 0;
}
.underpost
{
	font-size: .9em;
}
#content .underpost a
{
	text-decoration: underline;
}

/*===END SECTION 2===*/






/*START SECTION 3 - style content and footer links*/
/*#content .post a:link, #footer .post a:visited, #footer .post a:hover, #footer .post a:active
{
	color: #fff;	
	text-decoration: underline;
	font-weight: bold;
	padding: 2px 2px 2px 0;
}*/


#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active
{
	color: #d3ac59;
	text-decoration: underline;
	font-weight: bold;
}
/*===END SECTION 3===*/



/*===START SECTION 5 - sidebar links===*/
#sidebar ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar li a:link,
#sidebar li a:visited
{
	text-decoration: none;/*margin-bottom: .1em;*/
}
#sidebar li a:hover
{
	text-decoration: underline;
}
#sidebar ul ul
{
/*margin-left: 10px;*/
}
#sidebar ul ul li,
#sidebar ul ul li
{
/*margin: 10px 10px 10px 0;*/
}
/*===END SECTION 5===*/


/*===START SECTION 4 - style for menu, page links in the header===*/
#sidebar #menu
{
	padding: 0 0 30px 30px;
	margin: -12px 0 0 0;
	width: 195px;
	background: transparent url(images/menu_background.png) no-repeat scroll 6px 0;
	font-size: 16px;
}
#sidebar #menu li
{
	display: block;
	clear: both;
}
#sidebar #menu li.page_item
{
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 3px 0 3px 22px;
	clear: both;
}
#sidebar #menu li a
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #e5d9c1;
	text-decoration: none;
}
/*#sidebar .sidebarAccent
{
	background: transparent url(images/sidebar_accent.gif) no-repeat scroll 0 0;	
	width: 150px;
	height: 48px;
}*/

.navLeftButton
{
	background: transparent url(images/menu_button_sprite.png) no-repeat scroll 0 0;
	height: 43px;
	width: 8px;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
}
.navMiddleButton
{
	background: transparent url(images/menu_button_sprite.png) repeat-x scroll 0 -43px;
	height: 43px;
	width: inherit;
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
}
.navRightButton
{
	background: transparent url(images/menu_button_sprite.png) no-repeat scroll 0 -86px;
	height: 43px;
	width: 8px;
	display:  block;
	margin: 0px;
	padding: 0px;
	float: left;
}
.navButtonText
{
	margin: 0 0 0 0;
	padding: 11px 5px 0 5px;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color:#e5d9c1;
	text-align: right;
	width: 154px;
	text-shadow: 1px 1px 2px #666;
}
.menuLeftButton
{
	background: transparent url(images/menu_button_sprite.png) no-repeat scroll 0 -129px;
	height: 29px;
	width: 6px;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
}
.menuMiddleButton
{
	background: transparent url(images/menu_button_sprite.png) repeat-x scroll 0 -172px;
	height: 29px;
	width: inherit;
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
}
.menuRightButton
{
	background: transparent url(images/menu_button_sprite.png) no-repeat scroll 0 -215px;
	height: 29px;
	width: 6px;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
}
.menuButtonText
{
	margin: 0 0 0 0;
	padding: 7px 6px 0 4px;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color:#e5d9c1;
	width: 135px;
	text-align: right;
	text-shadow: 1px 1px 2px #666;
}
a:hover .menuMiddleButton .menuButtonText
{
	color: #FFF;
}
a:active .menuMiddleButton .menuButtonText
{
	color: #FFF;
}
.current_page_item a .menuMiddleButton .menuButtonText
{
	color: #FFF;
}
#tabMenu
{
	padding: 16px 0 0 250px;
}
#tabMenu .page_item
{
	display: block;
	float: left;
	padding: 0 12px 0 0;
}
.tabLeftButton
{
	background: transparent url(images/menu_button_sprite.png) no-repeat scroll 0 -258px;
	height: 40px;
	width: 8px;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
}
.tabMiddleButton
{
	background: transparent url(images/menu_button_sprite.png) repeat-x scroll 0 -301px;
	height: 40px;
	width: inherit;
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
}
.tabRightButton
{
	background: transparent url(images/menu_button_sprite.png) no-repeat scroll 0 -344px;
	height: 40px;
	width: 8px;
	display:  block;
	margin: 0px;
	padding: 0px;
	float: left;
}
.tabButtonText
{
	margin: 0 0 0 0;
	padding: 8px 10px 0 10px;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color:#e5d9c1;
	text-align: center;
	width: inherit;
	text-shadow: 1px 1px 2px #666;
}
a:hover .tabMiddleButton .tabButtonText
{
	color: #FFF;
}
a:active .tabMiddleButton .tabButtonText
{
	color: #FFF;
}
.current_page_item a .tabMiddleButton .tabButtonText
{
	color: #FFF;
}
/*#menu li a:link,
#menu li a:visited
{
	text-decoration: none;
	padding: 10px;
	width: inherit;
}

#menu li a:hover
{
	text-decoration: none;
}

*//*===END SECTION 4===*/












/*===START SECTION 6 - style the headings===*/
#header li a
{
	text-decoration: none;
}
#header h1
{
	position: absolute;
	left: -9999px
}
#header h1 a:link,
#header h1 a:visited
{
	font-size: 1em;
	float: left;
	font-family: Futura;
	margin: 0px;
	width: 600px;
	padding: 1px 0 0 25px;
	clear: both;
}
#header h1 a:hover
{
	text-decoration: underline;
}
#header #headerLinkWrapper
{
	display: block;
	padding: 83px 0 0 251px;
}
#header h2 a
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: bold;
	color: #5A1253;
	display: inline;
	text-decoration: underline;
	margin: 0 3px;
}
#header h2 a:hover
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: bold;
	color: #35002e;
	display: inline;
	text-decoration: underline;
}
#header h2 a img
{
	display: inline;
	width: 19px;
	height: 15px;
}
#content h1
{
	font-size: 1.5em;
}
#sidebar h1
{
	font-size: 1.4em;
}
#sidebar h2
{
	font-size: 1.1em;
}
#sidebar table
{
	padding: 10px 10px 20px 25px;
	font-size: 14px;
	line-height: 1.4em;
	word-spacing: 1px;
}
.post h2
{
	font-size: 1.8em;
	margin: 45px 0 10px 0;
	padding: 0;
}
.post h3
{
	font-size: 26px;
	margin: 0;
	padding: 15px 0 15px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	background: transparent url(images/headline_background_gradient.png) repeat-y scroll 0 0;
}
.post h4
{
	font-size: 20px;
	margin: 0;
	padding: 15px 0 0 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-variant: small-caps;
}
.post p
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.45em;
	padding: 15px 4px 0 10px;
}
#content p a.post-edit-link
{
	margin: 0 0 0 10px;
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}
.post .reviewLink
{
	text-decoration: none;
	color: #FFF;
	font-size: 18px;
}
/*===END SECTION 6===*/






/*===START SECTION 7 - style the post date===*/
.entry-date
{
	height: 89px;
	width: 71px;
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	border: 2px solid #000000;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.entry-month
{
	font-size: 19px;
	width: 71px;
	text-align: center;
	height: 28px;
	margin: 7px 0 0 0;
	font-weight: bold;
	padding: 0 0 2px 0;
}
.entry-day
{
	font-size: 28px;
	text-align: center;
	height: 30px;
	width: 71px;
	margin: 4px 0 0 0;
	font-weight: bold;
	line-height: 30px;
}
/*===END SECTION 7===*/






/*===START SECTION 8 - comment form and comments===*/
#respond p
{
	font-size: .9em;
}
#commentform input
{
}
#commentform textarea
{
}
#commentform
{
	padding: 10px;
}
ol.commentlist
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ol.commentlist li
{
	margin: 15px 0 0 0;
}
#content ol.commentlist li a
{
	text-decoration: underline;
}
li.author
{
	padding: 5px;
}
/*===END SECTION 8===*/







/*START SECTION 9 - oh you're so fancy with those blockquotes....*/
blockquote
{
	font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
	width: 350px;
	background: url(images/blockquote1.png) no-repeat right bottom;
	padding: 0 10px 0 30px;
	text-indent: -30px;
}
blockquote p:first-letter
{
	background: url(images/blockquote2.png) no-repeat left center;
	padding: 0 0 0 30px;
	font: italic 1.7em Georgia, "Times New Roman", Times, serif;
}
/*===END SECTION 9===*/






/*START SECTION 10 - images when inserted into a post.*/

.fontWeightNormal
{
	font-weight: normal;
}
p.fontWeightNormal
{
	font-weight: normal;
}
.fontWeightBold
{
	font-weight:bold;
}
.italic
{
	font-style: italic;
}
.smallCaps
{
	font-variant: small-caps;
}
.uppercase
{
	text-transform: uppercase;
}
.textIndent
{
	text-indent: 35px;
}
.clearLeft
{
	clear: left;
}
.clearRight
{
	clear: right;
}
.clearBoth
{
	clear: both;
}
.floatLeft
{
	float: left;
}
.floatRight
{
	float: right;
}
.floatNone
{
	float: none;
}
.alignCenter
{
	display: block;
	margin: 0 auto;
}
.textAlignLeft
{
	text-align: left;
}
.textAlignRight
{
	text-align: right;
}
.textAlignCenter
{
	text-align: center;
}
/*img.aligncenter,
div.aligncenter
{
	display: block;
	margin: 0 auto;
}

img.alignright,
div.alignright
{
	margin: 1px 0 2px 10px;
	display: inline;
}

img.alignleft,
div.alignleft
{
	margin: 1px 10px 2px 0;
	display: inline;
}
*/
.wp-caption-text
{
	font-size: .7em;
	line-height: 1.1em;
	margin: 0;
}
/*===END SECTION 10===*/







/*===START SECTION 11 - Misc. and Preventatives===*/
a.image:link,
a.image:visited,
a.image:hover
{
	background: none;
	padding: 0;
}
a.image img
{
	border: none;
}
img.thumbnail
{
	margin: -10px 0 0 0;
}
/*===END SECTION 11===*/


/*===START SECTION 12 - Forms ===*/


div.sidebarRow
{
	clear: both;
	width: 200px;
	padding: 10px 10px 20px 25px;
	font-size: 14px;
	line-height: 1.4em;
	word-spacing: 1px;
}
div.sidebarRow span.sidebarLabel
{
	text-align: left;
}
div.sidebarRow span.sidebarField
{
	text-align: left;
}
div.sidebarRow span.sidebarField #signupField
{
	width: 185px;
}
div.sidebarRow span.sidebarField #signupSubmitButton
{
	width: 190px;
}
div.addressWrapper
{
	margin: 0 0 10px 0;
}
div.sidebarAddressRow
{
	clear: both;
	width: 200px;
	padding: 10px 10px 20px 22px;
	font-size: 14px;
	line-height: 1.4em;
	word-spacing: 1px;
}
div.sidebarAddressRow span.sidebarAddressLabel
{
	float: left;
	width: 70px;
	text-align: right;
}
div.sidebarAddressRow span.sidebarAddressField
{
	float: left;
	width: 130px;
	text-align: left;
}
div.submitWrapper
{
	margin: 0 0 30px 0;
}
.submitButtonWrapper
{
	display: block;
	margin: 2px 0 0 -2px;
}
.submitLeftButton
{
	background: transparent url(images/menu_button_sprite.png) no-repeat scroll 0 -129px;
	height: 29px;
	width: 6px;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
}
.submitMiddleButton
{
	background: transparent url(images/menu_button_sprite.png) repeat-x scroll 0 -172px;
	height: 29px;
	width: 183px;
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
}
.submitRightButton
{
	background: transparent url(images/menu_button_sprite.png) no-repeat scroll 0 -215px;
	height: 29px;
	width: 6px;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
}
.submitButtonText
{
	margin: 0 0 0 0;
	padding: 5px 6px 0 0;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color:#e5d9c1;
	width: 183px;
	text-align: center;
	text-shadow: 1px 1px 2px #666;
}
#sidebar .sidebarRow .sidebarField .submitButtonWrapper a:active
{
	text-decoration: none;
	color: #FFF;
}
#sidebar .sidebarRow .sidebarField .submitButtonWrapper a:hover .submitButtonText
{
	text-decoration: none;
	color: #FFF;
}
#sidebar .sidebarRow .sidebarField .submitButtonWrapper a:hover
{
	text-decoration: none;
	color: #FFF;
}
#sidebar .sidebarRow .sidebarField .submitButtonWrapper a
{
	text-decoration: none;
}
div.contactWrapper
{
	margin: 15px 0 0 10px;
	width: 450px;
}
div.contactRow
{
	margin: 0 0 20px 0;
	font-size: 14px;
	padding: 0;
	word-spacing: 1px;
}
div.contactRow div.contactLabel
{
	text-align: left;
	padding: 0;
	margin: 0;
}
div.contactRow div.contactField
{
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
div.contactRow div.contactField input
{
	padding: 0;
	margin: 0;
	width: 300px;
	font-size: 14px;
}
div.contactRow div.contactField textarea
{
	padding: 0;
	margin: 0;
	width: 300px;
	height: 150px;
	font-size: 14px;
}
/*===END SECTION 12===*/



/*===START SECTION 13 - WordCycle Plugin ===*/

.wordcycle
{
	margin: 0;
	float: right;
}

.wordcycle .cycle-item 
{
	margin: 0;
	position: relative;
}

.wordcycle .cycle-item img 
{
	border: solid 12px #fff;
	margin: 20px 20px 10px 10px;
	position: relative;
	-moz-box-shadow: 0px 0px 25px #666666;
    -webkit-box-shadow: 0px 0px 25px #666666;
	box-shadow: 0px 0px 25px #666666;
}

.cycle-caption 
{
	font-size: 80%;
	background: #EFEFEF;
	visibility: hidden;
}
/*===END SECTION 13===*/

