/*
Theme Name: The NLP Company Theme
Theme URI: http://www.theNLPcompany.com/techniques/
Description: A Fantastic Custom Theme
Author: Dave Ross
Author URI: http://www.SEOscotland.co.uk
*/

/* -------------------------------------------------
     BASIC FORMATTING 
------------------------------------------------- */

* {
	margin: 0; 
	padding: 0;
}

body {
	background: #fff;
	font-size:0.8em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 13pt;
}
	
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.4em; 
	margin-top: 10px;
}
h3 {
	font-size: 1.2em; 
	margin-top: 10px;
}
h4 {
	font-size: 1em;
}
a {
	color: #666;
	text-decoration: none;
}
a:visited, a:active {
	color: #999;
}
a:hover { 
	color: #333;
}
img { 
	border: none; 
	padding: 6px; 
}
a img {
	border: none;
}
img.left { 
	float: left; 
	border: none; 
	padding: 6px; 
}
img.right { 
	float: right; 
	border: none; 
	padding: 6px; 
}
ul {
	margin: 5px 0 5px 20px;
}
ol { 
	margin: 5px 0 5px 20px;
}
blockquote {
	border-top: dotted 1px #9F9F06;
	border-bottom: dotted 1px #9F9F06;
	margin: 10px 5%;
	padding: 5px;
}
code {
	margin: 10px;
	font-family: "Courier New", Courier, monospace;
}
hr {

}
acronym, abbr {

}

/* -------------------------------------------------
     WRAP
------------------------------------------------- */

#pagewrap {
	width: 730px;
	margin: 12px auto;
	background:#fff;
	color:#333;
}
	
/* -------------------------------------------------
     HEADER
------------------------------------------------- */

#header {
	width: 100%;
	height: 65px;
}
.left {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	height: 45px;
	float: left; 
	width: 292px;
}
.left span {
	display: none;
	color: #000;
}
.right {
	float: left; 
	text-align: right;
	margin: 10px 0 0 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: none;
}
h1 { 
	height: 20px; 
	width: 100%; 
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-weight: 300;
	color: #999;
	font-size: 8pt;
	margin: 5px 0 5px 0;
}

/* -------------------------------------------------
     menu
------------------------------------------------- */

#MenuDiv {
	padding:0; 
	margin: 0; 
	border: 0; 
	background: #fff url(images/menudiv.gif) repeat-x bottom left;
	overflow: auto;
	width: 100%;
}
#MenuDiv ul {
	text-align: center; 
	font-size: 1.1em;
}
#MenuDiv ul li {
	list-style-type: none; 
	margin: 0; 
	display: inline;
	padding: 0;
}
#MenuDiv li a {
    padding: 2px 5px 4px 5px;
    border: 2px solid #cbdbda;
    border-bottom: none;
    background: #fff url(images/tabsbg.gif) repeat-x bottom left;
    text-decoration: none;
    font-weight: bold;
    color: #666;
}
#MenuDiv li a:hover {
	color: #000; 
	background: #e7eae9; 
}
#MenuDiv li a:visited.active {
    color: #000;
    background: #fff url(images/tabsbg_act.gif) repeat-x top left !important;
    border-bottom: 2px solid #fff;
}

/* -------------------------------------------------
     MAIN CONTENT
------------------------------------------------- */

#contentwrap{
	margin: 0; 
	width: 100%;
	overflow: auto;
}
#content {
	float: left;
	width: 66%;
}
#content h1 {
	font-family: Baskerville, Georgia, Times, serif;
	font-size: 15pt;
	font-style: normal;
	font-weight: normal;
	margin: 5px 0 0 0;
	padding: 10px 10px 0 0;
}
#content h1 {
	font-family: Baskerville, Georgia, Times, serif;
	font-size: 15pt;
	font-weight: 300;
}
.post {
	margin: 0 0 15px 0;
	padding: 0 5px 0 0;
}
#content .post h1 {
	text-decoration:none; 
	color: #9F0000;
	margin-top: 0;
}
.post h1 a {
	text-decoration:none; 
	color: #9F0000;
}
.post a { 
	text-decoration: underline;
}
.post ul {

}
.post li {

}
.entry p { 
	margin: 1em 0;
}
.entry h2 {
		color: #1A6B97;
		font-family: Georgia, "Times New Roman", Times, serif; 
		font-size: 1.3em;
		font-weight: normal;
		font-style: italic;
		margin-left: 0;
		padding-top: 12px;
		text-align: left;
}
.entry h3 {
		font-size: 1.1em;
		line-height: 0.8em;
		color: #6C9AAE;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: normal;
		font-style: italic;
		margin: 1.5em 0 -.5em 0;
}
.entry ul li {
	padding: 0 0 4px 18px;
	line-height: 16px;
	list-style-type: none;
	background: transparent url("http://www.thenlpcompany.com/img/ico/tri_blue.png") no-repeat left top;
		}
.entry ol {
	list-style: decimal;
}
.entry ol li {
	margin: 0 0 1em 2.5em;
}
	
.postmetadata {
	clear: both;
	background: #FCFFFF;
	padding: 6px;
	margin: 16px 0 24px 0;
	border-top: 1px solid #CBDBDA;
	border-bottom: 1px dashed #CBDBDA;
	color: #838E93;
}
.postmetadata alt {

}
.postmetadata a {
	color: #838E93; 
	text-decoration: underline;
}
.postmetadata a:hover {
	color: #838E93; 
	text-decoration: none;
}
/* for previous & next entry links */
.navigation {
	padding: 2px;
	font-size: .9em;
	float: left;
	width: 98%;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.pagetitle {

}

/* -------------------------------------------------
     SIDEBAR
------------------------------------------------- */

#sidebar {
	width: 234px;
	float: right;
	font-size: 8pt;
	margin: 0 0 12px 0;
}
.sidebox {
	padding: 0;
	margin: 0 0 12px 0;
	list-style: none;
	background: #fafafa url(images/bottom.gif) no-repeat bottom left;
}
.sidebox h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #608299;
	font-size: 13pt;
	text-align: left;	
	background: #fafafa url(images/top.gif) no-repeat top left;
	padding: 12px 12px 0 14px;
}
.sidebox h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #608299;
	font-size: 13pt;
	text-align: left;	
	padding: 12px 12px 0 14px;
}
.sidebox p {
	margin: 0; 
	padding: 6px 4px 12px 24px;
}
.sidebox a {

}
.sidebox a:hover {

}
.sidebox a:visited {

}
.sidebox ul {
	margin: 12px 0 14px 0;
	padding: 0 0 12px 0;
	list-style: none;
}
.sidebox ul li {
	padding: 0 12px 0 0;
	margin: 4px 0 0 42px;
	list-style-type: none;
}
.sidebox .textwidget ul li {
	padding: 0 12px 0 0;
	margin: 4px 0 0 42px;
	list-style-type: circle;
	list-style-image: url(images/arrow.jpg);
	list-style-position: outside;
}
.sidebox ul ul {

}
.sidebox ul ul li {

}
.wp-polls {
	padding: 0;
	margin: 0 15px 0 -15px;
}

/* -------------------------------------------------
     COMMENT FORM
------------------------------------------------- */

#commentform {
	margin: 10px;
	padding: 10px;
}
#commentbox {
	width: 75%;
	min-width: 400px;
	margin: 5px 5px 0 0;
}
#author, #email, #url {
	margin: 5px 5px 0 0;
}
#submit {
	margin: 5px 5px 0 0;
}

/* -------------------------------------------------
     COMMENTS
------------------------------------------------- */

#comments {
	margin: 10px;
	padding: 10px;
}
ol.commentlist { 

}
ol.commentlist li {
	background: #ececec;
	margin: 10px 0;
	padding: 5px 0 5px 10px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
ol.commentlist li.alt {

}
ol.commentlist a {

}
cite {

}
small.commentmetadata {

}

/* -------------------------------------------------
     SEARCH
------------------------------------------------- */

#searchform {
	margin: .5em 0 1em 0;
}
#searchform input {
	font-family: verdana,Tahoma, Helvetica, Verdana, sans-serif;
	font-size: 8pt;	
	border-top: 1px solid #BCBCBC;
	border-left: 1px solid #BCBCBC;
	border-right: 1px solid #7E7E7E;
	border-bottom: 1px solid #7E7E7E;
	color: #6A6A6A;
	margin: 0 0 0 12px;
	padding: 2px 2px 2px 4px;
}
#searchform #s {

}

/* -------------------------------------------------
     FOOTER
------------------------------------------------- */

#footer {
	background: #fff;
	clear: both;
	width: 100%;
	margin-top:15px;
	border-top:solid 2px #CBDBDA;
}
#footer p {
	padding: 5px 1%;
}

/* -------------------------------------------------
	 CLEARS (if needed with further customizations)
------------------------------------------------- */

.clear{
	clear: both;
}
.clearfix {
	display: inline;
}
.noborder {
	border:none !important; 
	vertical-align: middle;
}
.left {
	float: left; 
	border: none !important; 
	margin: 5px;
}
.right {
	float: right; 
	border: none !important; 
	margin: 5px;
}

/* -------------------------------------------------
     MISC
------------------------------------------------- */

ul.notul {
	margin: 0;
	border: 0;
	padding: 0 0 12px 0;
	background: transparent;
}
ul.notul li ul {
	padding: 0;
}
ul.notul li.linkcat {
	margin: 0;
	border: 0;
	padding: 0;
	background: transparent;
}
fieldset {
	border: 0;
	padding: 0 10px 12px 10px;
}
.labeltd {
	text-align: right;
}
.inputtd {
	text-align: left;
}
td.inputtd input {
	width: 130px;
}
.DesignButton {
	margin: 15px 0 0 0;
    background: #fff url("images/tabsbg.gif") repeat-x bottom left;
    padding: 4px;
    border: 1px solid #cbdbda;
    color: #666;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}
.DesignButton:hover {
	color: #000; 
	background: #e7eae9; 
	border-color: #cbdbda;
}