/* @override http://www.instinct.co.nz/wp-content/themes/nu-instinct/style.css */
/*   
Theme Name: Nu_Instinct
Theme URI: 
Description: 
Author: Ian Stewart
Author URI: http://themeshaper.com/
Template: thematic
Version: 1.0
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');
 
/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css'); 

/* Basic image styles */
@import url('../thematic/library/styles/images.css');

/* Basic plugin styles */
@import url('../thematic/library/styles/plugins.css');

/* =Structure
-------------------------------------------------------------- */

#wrapper {
    margin:0 auto;
    width:1000px;    
}
#header {
    height:77px;
    width:1000px;
    position:relative;
}
#main {
    width:1000px;
    overflow:hidden;
}
#container {
    width:520px;
    float:left;
}
#content {
    margin:0 0 0 30px;
    width:490px;
    overflow:hidden;
}
.main-aside {
    width:320px;
    float:right;
    position:relative;
    right:15px;
}
#secondary {
    clear:right;
}
#footer {    
    clear:both;
}
#subsidiary {
    width:866px;
    overflow:hidden; /* Clears inner float */ 
    margin:0 auto;
}
#subsidiary .aside {
    width:275px;
    float:left;
    margin:0 20px 0 0;
}
#subsidiary #third {
    margin:0;
}
#siteinfo {
    clear:both;
    width:866px;
    margin:0 auto;
}

/* =Global Elements
-------------------------------------------------------------- */

body {
    /*background:#fff url(images/jz_back_3_low.jpg) repeat-x top left; */
}

#wrapper {
    background:#fff;
}
/*
Set the border on the wrapper elements here
*/
#header,
.topbar,
#main {
/*
    border:20px solid #CBD1CB;
    border-top:none;
    border-bottom:none;
*/
}
#main {
/*     border-bottom:20px solid #CBD1CB; */
}
/*
Global anchor styles
*/
a {
    color:#0099CC;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
a:focus {
    color:#990000;
}
/*
Some text elements
*/
body, input, textarea, button {
    color:#666666;
    font: 14px Lucida Grande,Arial,sans-serif;
    line-height:21px;

}
body{
    background-image: url('images/header_03.png');
    background-repeat: repeat-x;
}
p, ul, ol, dd, pre {
    margin-bottom:21px;
}
ul,ol,dd {
/*     margin-left:0em; */
}

pre, code {
	font:13px Monaco, monospace;
	line-height:30px;
	background:#F5F5F5 none repeat scroll 0 0;
	border:0px solid #DADADA;
	font-size:13px;
	overflow:auto;
	padding:5px;
}
pre{
	border-width: 1px;
}
blockquote {
    color:#333;
    font-family:Georgia,serif;
    font-size:15px;
    font-style:italic;
}
blockquote.left {
    margin-left:0;
}
blockquote.right {
    margin-right:0;
}

/* =Header
-------------------------------------------------------------- */

#header {
    background:url(images/header_02.png) no-repeat bottom;
    background-color: transparent;
    height:440px;
}
.index_header{

display: none;
}
#instinct_frontt{
display:none;
}
#blog-title a {
    background:url(images/instinct_logo.png) no-repeat top;
    display:block;
    text-indent:-9000px;
    width:196px;
    height:84px;
    position:absolute;
    left:22px;
    top:5px;
}
#blog-description {
    position:absolute;
    left:-9000px;
}

/* =Menu
-------------------------------------------------------------- */

.skip-link {display:none;}

#menu, .menu {
    font-size:14px;
    font-weight:bold;
    overflow:hidden; /* Clears the inner float */
    position:absolute;
    top:25px;
    right:35px;
    bottom:5px;
    text-align:right;
}
#menu ul, .menu ul {
    list-style:none;
    margin:0;
}
#menu ul ul, .menu ul ul {
    display:none;
}
#menu li, .menu li{
    display:inline;
}
#menu a, .menu a {
    color:#fff;
    display:block;
    float:left;
    margin:0 0 0 22px;
}
#menu a:hover, .menu a:hover {
    text-decoration:none;
}

/* =Top Bars
-------------------------------------------------------------- */

.topbar {
    background: url(images/instinct-bg.jpg) no-repeat bottom;
    height:320px;
    margin:0 0 -1px 0;
    overflow:hidden;
    position:relative;
}
.topbar .header_large_image {
    float:left;
    margin-top:20px;
}
div.index_header div {
    float:left;
    margin:20px 0px 0px 24px;
}

div#site-meta{
  display: none;
}
div.index_header div.header_description{
    width:300px;
}

div.index_header div.header_description p {
font-size:10pt;
font-weight:bold;
margin:1.2em 0 0;
}

div.index_header div.header_description p.quote {
font-size:12pt;
font-weight:bold;
margin-top:0;
}

div.index_header div.header_ecommerce_description, div.index_header div.header_games_description {
    color:#555555;
    margin-left:34px;
    padding-top:10px;
    width:500px;
}
div.index_header div.header_ecommerce_description h2,
div.index_header div.header_games_description h2 {
    color:#000000;
    font-size:22pt;
    font-weight:bold;
    line-height:24pt;
}
div.index_header div.header_ecommerce_description p,
div.index_header div.header_games_description p {
    font-size:14.5pt;
    line-height:140%;
    margin:0.8em 0pt 0pt;
}
div.index_header div.header_ecommerce_description .btn-signup a,
div.index_header div.header_games_description .btn-signup a {
    background:transparent url(images/btn-download.png) no-repeat 0 0;
    color:#FFFFFF;
    display:block;
    font-size:10pt;
    font-weight:bold;
    height:35px;
    margin-left:-14px;
    padding:4px 0 0pt 0;
    text-decoration:none;
    width:180px;
    text-indent:50px;
}

div.e-commerce-download-links p.btn-signup {
 display: block;
 float: left;
 margin-right: 12px !important;

}

/* =Content
-------------------------------------------------------------- */

#main {
    padding:0 0 35px 0;
}
#content {
    padding:35px 0 0 0;
}
.page-title {
    margin:0 0 21px 0;
}
.hentry {
    padding:0 0 35px 0;
}
.entry-title {
    color:#020202;
    font-size:24px;
    font-weight:bold;
    line-height:24px;
}
.entry-title a {
    color:#020202;
    text-decoration:none;
}
.entry-meta {
    font-size:12px;
}
.entry-content {
    margin:21px 0 0 0;
}
p.pageintro, div.pageintro {
    color:#555555;
    font-size:14.5pt;
    line-height:140%;
    margin:0.8em 0pt 0pt;
}
.entry-content h1,
.entry-content h2 {
    color:#020202;
    font-size:21px;
    font-weight:bold;
    margin:0 0 21px 0;
}
.entry-content h3 {
    font-size:18px;
    font-style:italic;
    margin:0 0 21px 0;
}
.entry-content h4 {
    font-style:italic;
    margin:0 0 21px 0;
}
.entry-content h5 {
    font-size:12px;
    font-weight:bold;
}
.entry-content h6 {
    font-size:10px;
    font-weight:bold;
    letter-spacing:2px;
    text-transform:uppercase;
}
.entry-content ul.features {
    list-style-type:none;
    overflow:hidden;
}
.entry-content .features li {
    background:transparent none repeat scroll 0% 0%;
    float:left;
    margin:0pt;
    padding:0pt 15px 0px 0px;
    width:466px;
    position:relative;
}
.entry-content .features img {
    position:absolute;
    top:18px;
    left:0;
}
.entry-content .features h3 {
    color:#333333;
/*     float:right; */
    font-size:1.3em;
    font-style:normal;
    font-weight:bold;
    margin:0;
    padding:8px 0pt 0.2em 5.2em;
    width:310px;
}
.entry-content .features p {
    float:right;
    font-size:10pt;
    line-height:1.4em;
    margin-top:6px;
    width:370px;
}
.page-link {
    margin:0 0 21px 0;
}
.entry-utility {
    font-size:12px;
}

/* =Images
-------------------------------------------------------------- */

.entry-content img,
.wp-caption {
    margin-bottom:21px;
}
.wp-smiley {
    max-height:14px;
}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
    margin:0px 0 21px 0;
    overflow:hidden; /* Clears inner float */
}
.nav-previous {
	float: left;
	width:50%;
}
.nav-next {
	float: right;
	width:50%;
	text-align:right;
}
#nav-above,#nav-below {
	width: 100%;
}
#nav-above {
    display:none;
}
.paged #nav-above {
    display:block;
}

/* =Comments
-------------------------------------------------------------- */

#comments {
    padding:21px 0 0 0;
}
#comments h3 {
    color:#020202;
    font-size:24px;
    font-weight:bold;
    line-height:24px;
    margin:0 0 21px 0;
}
#comments ol {
    margin-bottom:35px;
}
#comments-list ol {
    border-top:1px solid #EDEDED;
    margin-left:0;
}
#comments-list li {
    background:#FCFCFC;
    border:1px solid #EDEDED;
    border-top:none;
    padding:21px 21px 0 21px;
    position:relative;
}
#comments-list li.alt {
    background:#fff;
}
#comments-list li.byuser {
    background:#E5F5FA;
}
#comments-list li .avatar {
    position:absolute;
    right:21px;
}
#comments-list .comment-author {
    color:#020202;
    font-size:16px;
    font-weight:bold;
}
.comment-meta {
    font-size:12px;
    margin:0 0 21px 0;
}
#trackbacks-list {
    font-size:12px;
}
#trackbacks-list p {
    display:none;
}
#respond form {
    margin:0 0 21px 0;
}
#respond #form-section-author {
    float:left;
}
#respond #form-section-author input {
    width:235px;
}
#respond #form-section-email {
    float:right;
}
#respond #form-section-email input {
    width:235px;
}
#respond #form-section-url {
    clear:both;
}
#respond #form-section-url input {
    width:484px;
}
#respond .form-label {
    font-size:12px;
}
#respond .form-input input {
    margin:0 0 21px 0;
}
#respond textarea {
    width: 100%;
    margin:0 0 21px 0;
}
#respond .form-submit {
    float:right;
}
p.subscribe-to-comments {
    width:260px;
    float:left;
}
p.subscribe-to-comments label {
    font-size:12px;
}
p.comment_license {
    font-size:12px;
    clear:both;
    margin:0 0 21px 0;
}
p.solo-subscribe-to-comments {
    clear:both;
    font-size:12px;
    margin:0;
}
p.solo-subscribe-to-comments:first-line {
    font-style:italic;
}
#respond .required {
    color:#990000;
    font-weight:bold;
}

/* =Author Info
-------------------------------------------------------------- */

#author-info {
    margin:21px 0 35px 0;
}
#author-info p:first-line {
    font-weight:bold;
}
#author-info .avatar {
    float:left;
    margin:0 10px 0 0;
    position:relative;
    top:4px;
}

/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */

.aside {
    font-size:12px;
}
.aside h3 {
    color:#990000;
    font-size:16px;
    font-weight:bold;
    margin-bottom:4px;
}
.aside h3 a {
    color:#990000;
}
.aside ul{
    list-style:none;
    margin-left:0;
}
.aside ul li{list-style:none;}
.aside ul ul {
    list-style:disc;
    margin:0 0 21px 1.5em;
}
.aside ul ul li{margin-left:-17px;}
.aside ul ul ul {
    margin-bottom:0;
}
.aside form,
.aside table {
    margin-bottom:21px;
}
/*
Main Asides
*/
.main-aside ul {
    padding:0 15px 0 36px;
}
.main-aside ul ul {
    padding:0;
}
#primary {
    background:#FCFCFC url(images/sidebar.gif) repeat-y left;
    border:1px solid #F4F4F4;
    margin:80px 0 21px 0;
    padding:21px 0;
}

#primary.forums {
  background:#FCFCFC url(images/sidebar.gif) repeat-y left;
  border:1px solid #F4F4F4;
  margin:0px 0 21px 0;
  padding: 0px;
  width: 610px;
  float: left;
}

#primary.forums div h2 {
  padding: 5px 10px 5px 10px;
}

#primary.forums #discussion {
  width: 620px;
}


#sidebar-main {
  width: 260px;
  margin: 26px 0 0 10px;
  padding: 0px;
  float: left;
}

.bbcrumb {
  padding:5px 0 5px 10px !important;
}

/*
Frontpage asides

*/
#text-3 h3{background:url(images/quicklinks.gif) no-repeat;padding:0 0 0 65px;margin-left:-10px;display:block;height:50px;}
#text-3 ul{margin:-30px 0 0 73px;}
body.home #recent-posts h3{background:url(images/recentnews.gif) no-repeat;padding:0 0 0 65px;margin:15px 0 4px -10px;height:70px;}
body.home #recent-posts ul{margin:-50px 0 0 73px;}
#text-4 h3{background:url(images/connect.gif) no-repeat;padding:0 0 0 65px;margin:15px 0 4px -10px;display:block;height:50px;}
#text-5 h3{background:url(images/in-the-press.png) no-repeat;padding:0 0 0 65px;margin:15px 0 4px -10px;display:block;height:50px;}
#text-4 ul{margin:-30px 0 0 73px;}
#text-5 ul{margin:-30px 0 0 73px;}
#text-4 span{display:none;}
#linkedin a{background:url(images/linkedin.gif) no-repeat;display:block;width:96px;height:28px;}
#facebook a{background:url(images/facebook.gif) no-repeat;display:block;width:96px;height:28px;margin-top:10px;}
#twitter a{background:url(images/twitter.gif) no-repeat;display:block;width:96px;height:28px;margin-top:10px;}

body.home h3{padding-top:3px;}
/*
Content Asides
*/
#content .aside {
    border:1px solid #EDEDED;
    margin:0 0 35px 0;
    padding:21px 21px 0 21px;
}
#content .aside .widgetcontainer {
    margin:0 0 21px 0;
}
/*
Subsidiary Asides
*/
#subsidiary {
    padding:35px 0 0 0;
}
#subsidiary .widgetcontainer {
    margin:0 0 21px 0;
}

/* =Footer
-------------------------------------------------------------- */

#siteinfo {
    font-size:10px;
    padding:21px 0 42px 0;
    text-align:center;
}



/* =Docs
-------------------------------------------------------------- */

.quickstart {
    background: #ffffcc;
    padding: 2px;
    margin-bottom:15px;
    color: #111;
    display: block;
}

.quickstart:before {
	xcontent:"\0051 \0075 \0069 \0063 \006B \0020 \0073 \0074 \0061 \0072 \0074 \003A \0020";
	content:"\00BB \0020";
        font-color: black;
}

.quick_start {
  position: absolute;
  top: 3em;
  right: 0px;
	border: 1px solid #ccc;
	background: #ff6;
	padding: 3px;
	font-variant: italic;
	margin: 3px;
	font-size: 120%;
  display: none;
}


.documentation_widget {
  padding: 5px;
  float: left;
  margin: 0px 10px 5px 0px !important;
  _margin-left: 10px !important;
  width: 100%;
}

.docs-content .documentation_widget h3 a {
  color: #990000;
  font-weight: bold;
  font-size: 14pt !important;
  margin-bottom: 4px;
}
.documentation_widget a {
  font-size: 10pt;
}

.documentation_widget dl * {
  font-size: 10pt;
  line-height:18pt;
}
.documentation_widget dl dd {
  margin-bottom: 0px;
  text-indent:0 !important;
}

dd:before{
	content: "\00BB \0020";
}

.documentation_widget dl dd.sub_doc{
	text-indent: 0.7em !important;
}

.documentation_widget dd a {
  color: #0099cc;
	text-decoration: none;
	font-size:10pt;
}





/** Misc */

table#feature-list {
 margin-left: 2px;
}
table#feature-list tr td {
 padding: 3px 3px 3px 6px;
}


/** Recent Posts Widget added by Dan */


li.widget_recent_entries {
	padding-left: 55px;
	margin-top: 20px;
}

#blurb {
clear:both;
position:relative;
top:130px;
left:40px;
}
#blurb h3#beenTold{
background-image: url('images/weve_been_told.png');
background-repeat: no-repeat;
height:118px;
width:455px;
text-indent: -9999px;
}
#blurb p{
width:800px;
color:#443333;
line-height: normal;
/* float:right; */
/* text-indent:20px; */
font-size: 28px;
font-family: Georgia,serif;
}
.entry-content ul.features{
padding-left:0;
margin-left:0;

}
