/*

Theme Name: Blank 2-Column R-S

Theme URI: http://example.com

Description: A Blank Wordpress theme with right sidebar

Author: Your Name

Author URI: http://example.com

version: 1.0

*/







/* basics */



*{margin:0; padding:0;}



body {
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 8pt;
	background-color: #262626;
	background-image: url(http://www.lynxinnovation.co.nz/wp-content/themes/blank2R/images/background.jpg);
	background-repeat: repeat-x;
	}

	

h1 {font-size: 18pt;}

h2 {font-size: 14pt; padding-top:10px;}

h3 {font-size: 10pt; padding-top:10px;}

h4 {font-size: 9pt;}





/* images and misc. */



img{ border:none; padding: 0; }

img a{border:none;}



img.left{ float: left; border: none; padding: 6px; }

img.right{ float: right; border: none; padding: 6px; }



blockquote{

	border-left:1px solid #A5ABAB;

	padding:0 12px 0 12px;

	}



code{


	font-family:"Courier New", Courier, monospace;}





/* links */



a{

	color:#666;

	text-decoration:none;

	border: none;
	outline:none;

	}
	
a:active
{
  outline: none;
}



a:hover{color:#9DCE65;text-decoration: underline; border: none;outline:none;}







/* container */





#container {

	width: 960px;

	margin: 0 auto;

	background-color: #262626;
	background-image: url(http://www.lynxinnovation.co.nz/wp-content/themes/blank2R/images/background.jpg);
	background-repeat: repeat-x;

	color:#fff;

	}

	

/* header */



#header {
	width: 960px;
	color: #fff;
	height: 125px;
	background-color: #262626;
	background-image: url(http://www.lynxinnovation.co.nz/wp-content/themes/blank2R/images/header.jpg);
	}



#header h1{

	font-family: palatino linotype, georgia, arial, times;

	font-size: 16pt;

	font-weight: 300;

	letter-spacing: 1px;

	margin: 0;	

	padding: 120px 0 0 16px;	

	}

	

#header h1 a{color: #404040; text-decoration: none;}

#header h1 a:hover{color: #666; text-decoration: none;}





#header h2{

	font-family: palatino linotype, georgia, arial, times;

	font-size: 10pt;

	font-weight: 300;

	font-style: italic;

	color: #404040;

	letter-spacing: 1px;

	margin: 0;	

	padding: 0 0 0 18px;	

	}

.case {width:247px; height:42px; float:right; padding:49px 125px 0 0; display:none;}
.case a {display:block;width:247px;height:42px;}
.case a:hover{text-decoration:none;}
.case a span{visibility:hidden;width:247px;height:42px;}


/* main menu */





/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
	width:840px;
	height:32px;
	font-size:0.85em;
	position:relative;
	z-index:100;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:841px; w\idth:840px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:105px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:105px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:10px;
	text-decoration:none;
	color:#C7C7C7;
	width:105px;
	height:30px;
	background:#121212;
	line-height:29px;
	text-transform: uppercase;
	border-left:1px solid #353535;
	border-bottom:1px solid #353535;
	border-right:1px solid #353535;
	border-top:none;
	text-align:center;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#353535 url(images/drop.gif) bottom right no-repeat;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#111111 url(images/drop.gif) bottom right no-repeat;color:#A3D26A;}
.menu ul ul :hover > a.drop {background:#121212 url(images/drop.gif) bottom right no-repeat;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#353535;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#121212;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:149px;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#111111; color:#c7c7c7; height:auto; line-height:1em; padding:5px 10px; width:160px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color:#A3D26A;
	background-color: #242424;
}
ul li.current_page_item a{
	color:#A3D26A;
	background-color: #242424;
}
.menu :hover > a, .menu ul ul :hover > a {
	color:#A3D26A;
	background-color: #242424;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}


/* content */





#content {

	float: left;

	width: 568px;
	padding:0 0 30px 25px;

	}	
	
#content_contact {

	float: left;

	width: 300px;

	}



.post {

	line-height: 14pt;
	padding-top:5px;

	}

	

.post h2{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16pt;
	font-weight: 600;
	color: #9FCF69;
	padding:25px 0 5px 0;
	letter-spacing:-1px;
	}

	

.post h2 a{

	color: #b7b7b7;

	text-decoration: none;

	}

	

.post h2 a:hover{

	color: #b7b7b7;

	text-decoration: none;

	}

	

.post p{
	font-size: 8pt;
	color:#C0C0C0;
}



.post a{text-decoration:underline;}



.post ul {padding:10px 0 10px 25px;}



.post li {}



.entry p{padding:12px 0;}



.postmetadata{

	clear: both;

	background:#F7F7F7;

	padding:6px;

	padding-top: 16px;

	}

	



.navigation {

	font-size:8pt;

	float:left;

	width:100%;

	}

	

	.alignleft {float:left;}

	.alignright {float:right;}



.notfound{padding: 25px; font-size: 14pt; font-weight: 300;}



/* sidebar */



#sidebar {
	font-family: verdana, arial, tahoma;
	font-size:7pt;
	width: 310px;
	float:right;
	padding-top:37px;
	color:#939393;
	}
#sidebar_contact {

	font-family: verdana, arial, tahoma;

	font-size:7pt;

	width: 400px;

	float:right;

	margin: 0;

	padding: 15px 0 25px 0;

	}

#sidebar_contact a{color:#ccc;text-decoration:none;}
#sidebar_contact a:hover {color:#fff;text-decoration:none;}

#sidebar h2{

	font-family: georgia, verdana, times;

	font-weight: normal; 

	font-size: 10pt; 

	text-align: left;

	color: #08122E;	

	margin: 0;

	padding: 0;

}



#sidebar p {margin:0; padding: 0;text-align:left;}



#sidebar img {margin: 5px 0; border:1px solid #666666;padding:0}



#sidebar ul {

	padding:0;

	list-style-type: none;

	}



#sidebar ul li {

	margin: 0;

	padding: 0;

	line-height: 14pt;

	list-style-type: none;

	}



#sidebar ul ul {

	padding: 0;

}



#sidebar ul ul li {

	list-style-type: none;

	list-style-position: inside;

	}



#sidebar ul ul ul{

	margin: 0;

	padding: 0;

}



#sidebar ul ul ul li{

	padding: 0 0 0 15px;

	list-style-type: square;

	color: #898989;

}

/* footer */

.footer p{
	padding:12px 0 6px 0;
	margin: 0;
	color: #A4A4A4;
	text-align:center;
	font-size:10px;
}

.footer a{color: #838383;text-decoration: none;}

.footer a:hover{color: #9DCE65;text-decoration: underline;}

 * {
  margin: 0;
}
 html, body {
    height: 100%;
}
 .wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
     margin: 0 auto -12em;
}
 .footer, .push {
     height: 12em;
	 width:100%;
 }
.footer{
	background-color:#121212;
	background-image: url(http://www.lynxinnovation.co.nz/wp-content/themes/blank2R/images/footer_cont_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	clear:both;
	border-top:1px solid #353535;
}
#address1 {width:210px;padding-top:30px;float:left;	font-size: 8pt;
	color:#C0C0C0;}
#map1 {padding-top:30px;float:left;margin-left:35px;}

#address2 {width:210px;padding-top:30px;float:left; clear:both;	font-size: 8pt;
	color:#C0C0C0;}
#map2 {padding-top:30px;float:left;margin-left:35px;}

#address3 {width:210px;padding-top:30px;float:left; clear:both;	font-size: 8pt;
	color:#C0C0C0;}
#map3 {padding-top:30px;float:left;margin-left:35px;}
#date {font-size:10px; width:915px;text-align:right;margin-top:-23px; color:#666;}