/* 
	Theme Name: instafire.com
	Theme URL: http://instafire.com/
	Description: Customised WordPress Theme by <a href="mailto:milanmk@yahoo.com">Milan Kaneria</a>.
	Author: Milan Kaneria
	Author URI: mailto:milanmk@yahoo.com
	Version: 1.0
		
*/


body
{
	margin: 0px auto 0px auto;
	padding: 0px;
	color: #333333;
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	line-height: 1.2;
}

#wraper
{
	width: 813px;
	margin: 0px auto 0px auto;
	overflow: hidden;
}

#header
{
	height: 150px;
	background: url(images/header-bg.jpg) center top no-repeat;
	overflow: hidden;
}

#header-search
{
	height: 39px;
	padding: 70px 20px 0px 0px;
	text-align: right;
}

#header-menu
{
	clear: both;
	height: 36px;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

#header-menu ul
{
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#header-menu li
{
	float: left;
	display: block;
	height: 26px;
	margin: 0px;
	padding: 10px 40px 0px;
	background: url(images/header-menu-sep.jpg) right center no-repeat;
	list-style: none;
}

#header-menu a:link, #header-menu a:visited
{
	color: #ffffff !important;
}

#header-menu a:hover, #header-menu a:focus, #header-menu a:active
{
	color: #325CB9 !important;
}

#header-menu li.current_page_item
{
	background: url(images/header-menu-active-bg.jpg) right center no-repeat;
}

#header-box
{
	height: 100%;
	padding: 10px;
	border-right: 1px solid #CECECE;
	border-left: 1px solid #CECECE;
	background: url(images/header-box-bg.jpg) center top repeat-x;
	overflow: hidden;
}

#header-box-bottom
{
	width: 813px;
	height: 8px;
	background: url(images/header-box-bottom.jpg) center top no-repeat;
	font-size: 8px;
}

#header-box-img
{
	float: left;
	width: 250px;
	margin-right: 20px;
}

#header-box-content
{
	float: left;
	width: 500px;
}

#header-box-title
{
	padding-bottom: 4px;
	color: #ffffff;
	background: url(images/post-bg.jpg) left bottom no-repeat;
	font-size: 30px;
	font-weight: bold;
}

#header-box-productname
{
	padding: 4px 0px;
	color: #49A0E7;
	font-size: 15px;
	font-weight: bold;
}

#header-box-buttons
{
	padding-top: 10px;
}


#page
{
	height: 100%;
	padding: 10px 0px 20px;
	background: url(images/page-bg.jpg) center top repeat-y;
	overflow: hidden;
}

#content-wraper
{
	float: left;
}

#content
{
	width: 530px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	border-left: 1px solid #CFCFCF;
	border-right: 1px solid #CFCFCF;
	background: url(images/content-bg.jpg) center top repeat-x;
}

#content-top, #content-bottom
{
	width: 532px;
	height: 10px;
	background: url(images/content-top.jpg) center bottom no-repeat;
	font-size: 10px;
}

#content-bottom
{
	background: url(images/content-bottom.jpg) center top no-repeat;
}


.post
{
	padding: 0px 20px 25px;
}

.posttitle
{
	margin: 0px;
	padding: 0px;
	color: #325CB9;
	font-size: 20px;
	font-weight: normal;
}

.posttitle a
{
	color: #325CB9 !important;
}

.postmeta
{
	padding: 10px 0px 0px;
	font-size: 12px;
}

.postcontent
{
	padding: 0px 0px 1px;
	text-align: justify;
	background: url(images/post-bg.jpg) center bottom no-repeat;
}

blockquote
{
	width: 90%;
	margin: 0px auto 10px auto;
	padding: 10px;
	border: 1px solid #175792;
	font-style: italic;
}

#page-nav-prev
{
	float: left;
	margin: 0px;
	padding: 0px 20px 10px;
}

#page-nav-next
{
	float: right;
	margin: 0px;
	padding: 0px 20px 10px;
}


#sidebar
{
	float: right;
	width: 267px;
	border-left: 1px solid #F2F2F2;
	border-right: 1px solid #F2F2F2;
	background: url(images/sidebar-bg.jpg) center top repeat-x;
}

#sidebar-top, #sidebar-bottom
{
	float: right;
	width: 269px;
	height: 9px;
	background: url(images/sidebar-top.jpg) center bottom no-repeat;
	font-size: 9px;
}

#sidebar-bottom
{
	background: url(images/sidebar-bottom.jpg) center top no-repeat;
}

.sidebar-widget
{
	width: 267px;
	margin-bottom: 5px;
}

.sidebar-header
{
	padding: 0px 10px 0px;
	color: #F27508;
	font-size: 18px;
}

.sidebar-content
{
	padding: 10px 30px 10px;
}

.sidebar-content a
{
	color: #333333 !important;
}

.sidebar-widget ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.sidebar-widget li
{
	padding: 0px 0px 3px 0px;
	list-style: none;
}


#footer
{
	clear: both;
	height: 100%;
	padding: 15px 0px 30px;
	color: #ffffff;
	background: #FFA443 url(images/footer-bg.jpg) center bottom repeat-x;
	font-size: 12px;
	text-align: center;
	overflow: hidden;
}

#footer-bar
{
	clear: both;
	width: 800px;
	height: 1px;
	border: none;
	color: #ffffff;
	background: #ffffff;
	font-size: 1px;
}


a, a:link, a:visited
{
	color: #175792;
	text-decoration: none;
}
	
a:hover, a:focus, a:active
{
	color: #F27508 !important;
	outline: none;
}

a img
{
	border: none;
}


form
{
	margin: 0px;
	padding: 0px;
}

input, textarea, select
{
	padding: 2px 4px;
	border: 1px solid #ABABAB;
	font-family: Arial, Sans-Serif;
}

input.submit
{
	height: 23px;
	width: 84px;
	padding: 0px;
	border: none;
	color: #ffffff;
	background: url(images/form-submit-bg.jpg) center center no-repeat;
	font-weight: bold;
	cursor: pointer;
}

#header-box-buttons a.submit
{
	float: right;
	height: 29px;
	width: 133px;
	padding-top: 2px;
	color: #ffffff !important;
	font-size: 20px;
	text-align: center;
	cursor: pointer;
}

#header-box-button1
{
	margin-right: 20px;
	background: url(images/header-box-submit1.jpg) center center no-repeat;
}

#header-box-button2
{
	background: url(images/header-box-submit2.jpg) center center no-repeat;
}

