/*
Theme Name: RK
Theme URI: http://www.rk.net.au/
Description: A theme by Rajeev Kumar for RK.net.au.
Version: 1.0
Author: Rajeev Kumar
Author URI: http://www.rk.net.au/
Tags: black, grey, fixed width, two columns, widgets

	RK v1.0
	 http://ww.rk.net.au/

	A theme by Rajeev Kumar for RK.net.au.

*/

/***************************/
/***** Global Settings *****/
/***************************/
html, body {
	border:0;
	margin:0;
	padding:0;
	}

/***** Headings *****/
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
	}	

/***** Common Formatting *****/
p, ul, ol {
	margin:0;
	padding:0 0 20px 0;
	}
img {
	border:none;
	}

/***********************/
/***** MAIN LAYOUT *****/
/***********************/

#wrap {
	width:980px; 
	margin:0 auto;
	padding:0;
	}
	
#header {
	float:left;
	width:980px;
	height:120px;
	margin:0;
	padding:0;
	}

#hero {
	float:left;
	width:980px;
	height:350px;
	margin:0;
	padding:0;
	}
	
#content {
	float:left;
	width:980px;
	margin:0;
	padding:40px 0 40px 0;
	}
	/* ie6 has padding issues with bottom */
	* html * #content { padding-bottom: 0px; }
	#content div.col1 {
		width:603px;
		float:left;
		margin:0;
		padding:0 30px 0 75px;
		overflow:hidden;
		}
	#content div.col2 {
		width:166px;
		float:right;
		margin:0;
		padding:0 75px 0 30px;
		border-left:1px solid #e2e2e2;
		overflow:hidden;
		}
	body#home #content div.col1 {
		width:367px;
		}
	body#home #content div.col2 {
		width:402px;
		}
#footerbg {	
	clear:both;
	float:left;
	width:980px;
	height:75px;
	background:url(images/footer-bg.png) no-repeat;
	}
#footer {
	clear:both;
	float:left;
	position:relative;
	width:830px;
	height:50px;
	margin:0;
	padding:25px 75px 0 75px;
	margin-top:-75px;
	font-size:11px;
	color:#a0a4a7;
	}
	#footer div.col1 {
		float:left;
		display:block;
		width:370px;
		}
	#footer div.col2 {
		float:left;
		display:block;
		width:460px;
		text-align:right;
		}
	/*** ie6 png hack ***/
	* html * #footerbg { background-image: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/wp-content/themes/rk/images/footer-bg.png", sizingMethod="crop"); }
	#footer a {
		color:#a0a4a7;
		text-decoration:none;
		}
	#footer a:hover,
	#footer a:active {
		color:#000000;
		}

/**********************************/
/***** Design specific styles *****/
/**********************************/

body {
	background:url(images/subpage-bg.jpg) repeat-x #e5e5e5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	}
body#home {
	background-image:url(images/home-bg.jpg);
	}
#content h2 {
	font-size:32px;
	line-height:32px;
	margin-bottom:20px;
	}
#content h3 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:7px;
	border-bottom:1px solid #cbcbcb;
	}
#content a {
	color:#000000;
	text-decoration:none;
	border-bottom:none;
	}
#content a:hover,
#content a:active {
	color:#707476;
	border-bottom:none;
	}
#content p a,
#content li a,
#content a.styled {
	color:#000000;
	text-decoration:none;
	border-bottom:1px dotted #a0a4a7;
	}
#content p a:hover,
#content li a:hover,
#content p a:active,
#content li a:active {
	color:#707476;
	border-bottom:1px dotted #a0a4a7;
	}	
#content ul li {
	margin-bottom:1px;
	list-style:none;
	padding-left:20px;
	background:url(images/bullet.gif) top left no-repeat;
	}
div.thumb {
	float:left;
	width:200px;
	height:150px;
	margin:0 1px 20px 0;
	overflow:hidden;
	color:#ffffff;
	}
	div.thumb div.info {
		background:url(images/transparent-black.png) repeat;
		height:21px;
		color:#ffffff;
		margin-top:-25px;
		position:relative;
		font-size:12px;
		line-height:18px;
		padding:4px 10px 0 10px;
		}
	div.thumb div.info a {
		color:#ffffff !important;
		}
	/*** ie6 png hack ***/
	* html * div.thumb div.info { background-image: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/wp-content/themes/rk/images/transparent-black.png", sizingMethod="crop"); }
	* html * div.thumb div.info { margin-top:-28px; } /* To Do - Not sure why we need more neg margin for ie6 */
	
div.wp-caption {
	width:600px;	
	margin-bottom:25px;
	}
	div.wp-caption p.wp-caption-text {
		color:#707476;
		height:25px;
		font-size:12px;
		line-height:18px;
		padding:5px 0 0 10px;
		text-align:center;
		border:1px solid #cccccc;
		background:#dddddd;
		margin-top:5px;
		font-style:italic;
		}
div.wp-pagenavi {
	text-align:center;
	clear:both;
	padding:10px 0 15px 0;	
	}
	/* Rest of styling inside gthe pagenavi-css.css document */
.message {
	margin:0 0 20px 0;
	padding:15px;
	background:#e2e2e2;
	}
div#flashcontent {
	text-align:center;
	color:#cccccc;
	}
/***** Extras *****/
.halfcol {
	float:left;
	width:45%;
	}
.padright {
	padding-right:5%;
	}
.padbottom {
	padding-bottom:5%;
	}
.padtop {
	padding-top:5%;
	}
.nopadding {
	padding:0 !important;
	}
.nomarginright {
	margin-right:0px !important;
	}
.negmargintop {
	margin-top:-10px !important;
	}
.margintop {
	margin-top:10px !important;
	}
.margintop_extra {
	margin-top:30px !important;
	}	
.marginleft {
	margin-left:5% !important;
	}
.floatleft {
	float:left !important;
	}
.floatright {
	float:right !important;
	}
.center {
	text-align:center;
	}
.clear {
	clear:both;
	}
/***** logo *****/

h1 {
	float:left;
	padding:29px 0 0 77px;
	text-indent:-5000px;
	}
	h1 a { 
		display:block;
		width:105px;
		height:65px;
		background:url(images/logo.png) top no-repeat;
		}
	h1 a:hover,
	h1 a:active {
		background:url(images/logo.png) bottom no-repeat;
		}
	/*** ie6 png hack ***/
	* html * h1 a { background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/wp-content/themes/rk/images/logo.png",sizingMethod="crop");cursor:pointer;}
	* html * h1 a:hover,
	* html * h1 a:active { background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/wp-content/themes/rk/images/logo.png",sizingMethod="crop");cursor:pointer;}

/***** navigation *****/

#header ol {
	float:right;
	padding:49px 30px 0 0;
	list-style:none;
	}
#header ol li {
	display:inline;
	text-indent:-5000px;
	}
#header ol li a {
	float:left;
	height:50px;
	margin:0 40px 0 0;
	}
	
#header ol li#navdesign a {
	background:url(images/nav-design.png) top no-repeat;
	width:107px;
	}
#header ol li#navphotography a {
	background:url(images/nav-photography.png) top no-repeat;
	width:172px;
	}
#header ol li#navcontact a {
	background:url(images/nav-contact.png) top no-repeat;
	width:130px;
	}
	
#header ol li#navdesign a:hover,
#header ol li#navdesign a.active {
	background:url(images/nav-design.png) bottom no-repeat;
	}

#header ol li#navphotography a:hover,
#header ol li#navphotography a.active {
	background:url(images/nav-photography.png) bottom no-repeat;
	}

#header ol li#navcontact a:hover,
#header ol li#navcontact a.active {
	background:url(images/nav-contact.png) bottom no-repeat;
	}

	/*** ie6 png hack ***/
	* html * #header ol li#navdesign a { background-image: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/rk/images/nav-design.png',sizingMethod='crop'); cursor:pointer; }
	* html * #header ol li#navphotography a { background-image: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/wp-content/themes/rk/images/nav-photography.png",sizingMethod="crop"); cursor:pointer; }
	* html * #header ol li#navcontact a { background-image: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/wp-content/themes/rk/images/nav-contact.png",sizingMethod="crop"); cursor:pointer; }
	* html * #header ol li#navdesign a:hover,
	* html * #header ol li#navdesign a.active { background-image: none; background-position:filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/rk/images/nav-design.png',sizingMethod='crop'); }
	* html * #header ol li#navphotography a:hover,
	* html * #header ol li#navphotography a.active {	background-image: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/wp-content/themes/rk/images/nav-photography.png",sizingMethod="crop"); }
	* html * #header ol li#navcontact a:hover,
	* html * #header ol li#navcontact a.active { background-image: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/wp-content/themes/rk/images/nav-contact.png",sizingMethod="crop"); }	

/***** form *****/
div.myform {
	padding:0 70px;
	margin-top:10px;
	}
div.myform div.leftcol {
	float:left;
	width:12%;
	font-weight:bold;
	padding-top:8px;
	margin-bottom:3px;
	clear:both;
	}
div.myform div.rightcol {
	float:right;
	width:85%;
	margin-bottom:3px;
	}	
input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(images/form-field-bg.gif) top left no-repeat #ffffff;
	border:1px solid #cccccc;
	padding:5px;
	margin:0;
	}
input.button, input#searchsubmit, a.button, span.button a {
	background:url(images/form-button-bg.gif) center left no-repeat;
	border:1px solid #000000;
	font-size:12px;
	font-style:normal;
	color:#ffffff !important;
	padding:5px 15px 6px 15px;
	margin:0;
	cursor:pointer;
	}
a.button:hover, a.button:active, span.button a:hover, span.button a:active {
	background-position:right;
	}
form#searchform input#s {
	margin:12px 0;
	}
form#searchform {
	margin-bottom:30px;
	}
/* Comments */

ol.commentlist {
	padding:15px 0 0 25px;
	list-style:none;
	}
ol.commentlist li {
	padding:0 0 50px 50px;
	background:url(images/comment-separator.gif) bottom center no-repeat;
	}
	ol.commentlist li:last-child {
		background:none;
		padding-bottom:30px;
		}

ol.commentlist li div.comment-author img {
	float:left;
	margin-left:-50px;
	}
ol.commentlist li div.comment-author cite {
	font-style:normal;
	font-weight:bold;
	}
ol.commentlist li div.comment-author span {
	display:none;
	}
ol.commentlist li div.comment-meta {
	font-size:11px;
	line-height:15px;
	}
ol.commentlist li p {
	padding:10px 0 0 0;
	}
form#commentform {
	margin-top:30px;
	}	
input.button:hover, input#searchsubmit:hover {
	background-position:right;
	}
div.myform input.large, div.myform textarea.large, textarea#comment {
	width:70%;
	}
div.myform textarea.large, textarea#comment {
	width:100%;
	}	
div.myform input.small {
	width:50%;
	}
/* sidebar */

div#sidebar ul.latest li {
	font-size:11px;
	line-height:16px;
	}

	
/**********************************/
/********** SIFR STYLES ***********/
/**********************************/	

/* flash text replacement (sifr) - don't change these - REMOVE IF NOT USING */
.sIFR-flash {  visibility: visible !important;  margin: 0;  padding: 0;}
.sIFR-unloading .sIFR-flash {  visibility: hidden !important;}
.sIFR-replaced, .sIFR-ignore {  visibility: visible !important;}
.sIFR-alternate {  position: absolute;  left: 0;  top: 0;  width: 0;  height: 0;  display: block;  overflow: hidden;}
.sIFR-replaced div.sIFR-fixfocus {  margin: 0pt;   padding: 0pt;   overflow: auto;   letter-spacing: 0px;   float: none;}
.sIFR-dummy {   width: 0px;  height: 0px;  margin-left: 42px;  z-index: 0;}


/* flash text content styles - change this to match the design - REMOVE IF NOT USING SIFR */
.sIFR-active h2 {visibility:hidden;font-size:60px;font-family:Arial;padding:0;margin-top:-20px;margin-bottom:0;}
	
