/* 
	Theme Name: Techno Theme
	Description: Custom Wordpress Theme.
	Author: Nola Cooper
	Author URI: http://www.NolaCooper.com
	Version: 2.0
		
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
*/

* {
	margin:0;
	padding:0;
	}

body,html {
	min-height:100%;
	}

body {
	background: url(images/bg.jpg); /** site background color **/
	width: 1012px;
	color: #222222;
	font-size: 13px;
	font-family: Verdana;
	margin: 0px auto;
	padding: 0px;
	}
	
#page {
    float: left;
	background: #fff;
	width: 1012px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
	}
	
small {
    font-size: 11px;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 10px 0px;
	line-height: 18px;
	}
	
hr {
      border: 0;
      width: 100%;
      color: #666666;
      background-color: #666666;
      height: 1px;
      margin-top: 10px;
	  margin-bottom: 10px;
      }
	
/************************************************
*	Hyperlinks									*
************************************************/

a {
	color: #0000ff; /** general link color **/
	text-decoration: underline;
	}
	
a:hover {
	color: #ff7200; /** general link hover color **/
	text-decoration: underline;
	}
	
a:visited {
	color: #663399; /** general link visited color **/
	text-decoration: underline;
}
	
/************************************************
*	Header  									*
************************************************/

#header {
    float: left;
	background: url(images/header.png) top center no-repeat;
	width: 1012px;
	height: 116px;
	margin: 0px 0px -8px 0px;
	padding: 0px;
    list-style-type: none;
	}
	
#header img {
        border: none;
	}
	
#brand {
	float: left;
	width: 345px;
	padding: 0px;
	margin: 15px 0px 0px 10px;
}

.description {
     float: left;
color: #dedede;
	 margin:  -20px 0px 0px 0px;
	 padding: 0px 20px 0px 0px;
     width: 325px;
	 text-align: right;
	 }
	
#socmed {
    float: right;
	width: 350px;
	display: inline;
	margin: 25px 15px 0px 0px;
	padding: 0px;
        text-align: right;
	}

#socmed img {
        margin: 0px 5px 0px 5px;
}

	
/************************************************
*	Main Navigation								*
************************************************/

#navbar {
	display: block;
	float: right;
	margin: 11px 0px 0px 0px;
	width: 650px;
	padding: 0px;
}
#navbar .menu-header,
div.menu {
	font-size: 13px;
    float: right;
}
#navbar .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#navbar .menu-header li,
div.menu li {
	float: left;
	position: relative;
        background: #777777;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px; 
        margin: 0px 2px 0px 2px;
	box-shadow: 3px 1px 0px rgba(0,0,0,1);
	-moz-box-shadow: 3px 1px 0px rgba(0,0,0,1);
	-webkit-box-shadow: 3px 1px 0px rgba(0,0,0,1);
}
#navbar a {
	color: #000;
	display: block;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
}
#navbar ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 35px;
	left: 0px;
	float: left;
	width: 180px;
	z-index: 99999;
}
#navbar ul ul li {
	min-width: 180px;
}
#navbar ul ul ul {
	left: 100%;
	top: 0;
}
#navbar ul ul a {
	color: #777777;
	background: #222222;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
	border-top: 1px solid #888888;
}
#navbar li:hover > a {
	color: #fff;
        background: #555555;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px; 
}
#navbar ul ul :hover > a {
	color: #fff;
	background: #666666;
}
#navbar ul li:hover > ul {
	display: block;
}
#navbar ul li.current_page_item > a,
#navbar ul li.current-menu-ancestor > a,
#navbar ul li.current-menu-item > a,
#navbar ul li.current-menu-parent > a {
	color: #fff;
}
* html #navbar ul li.current_page_item a,
* html #navbar ul li.current-menu-ancestor a,
* html #navbar ul li.current-menu-item a,
* html #navbar ul li.current-menu-parent a,
* html #navbar ul li a:hover {
	color: #fff;
}
	
/************************************************
*	Sidebar      							*
************************************************/

#sidebar {
	float: right;
	width: 250px;
	margin: 0px auto;
	padding: 5px 15px 5px 5px;
	}
	
#sidebar h2, #sidebar h2.widgettitle {
	color: #555555;
	font-size: 14px;
	font-family: Verdana;
	font-weight: normal;
	padding: 0px 0px 5px 0px;
	margin: 20px 5px 15px 0px;
	text-transform: uppercase;
	letter-spacing: 3px;
	}
	
#sidebar ul {
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 5px 0px 5px;
	}
	
#sidebar ul ul {
	list-style-type: none;
	margin: 0px 0px 25px 0px;
	padding: 0px;
	}
	
#sidebar li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li {
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li a {
	display: block;
	color: #666666;
	text-decoration: none;
	padding: 0px 0px 5px 0px;
	}

#sidebar ul li a:hover {
	color: #336699;
	text-decoration: none;
	}
	
#sidebar img {
    border: none;
    padding: 1px 0px 0px 0px;
	}
	
#sidebar p {
	margin: 0px;
	padding: 5px 10px 10px 10px;
	}
	
/************************************************
*	Content 					     		    * 
************************************************/

#wrap {
	width: 1012px;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	}

#content {
	float: left;
        background: url(images/wrap.jpg) top center repeat-y;
	width: 1012px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	}
	
#contentleft {
	float: left;
	width: 690px;
	margin: 0px 0px 0px 20px;
	padding: 10px 10px 0px 0px;
	}

#contentleft p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	text-align: justify;
     }
	
#contentleft ul{
	list-style-type: none;
	margin: 0px 0px 0px 30px;
	padding: 0px 0px 15px 0px;
	}
	
#contentleft ul li{
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	}
	
#contentleft ol{
	margin: 0px 0px 0px 30px;
	padding: 10px 0px 15px 0px;
	}
	
#contentleft ol li{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}
	
blockquote{
	margin: 0px 0px 0px 25px;
	padding: 0px 25px 0px 10px;
	}
	
#content blockquote p {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}
	
/************************************************
*	Headings 					     		    * 
************************************************/
	
h1 {
	color: #222222;
	font-family: 'Armata', sans-serif;
	font-size: 28px;
	font-weight: normal;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px dotted #dedede;
	text-transform: uppercase;
	}
	
h1 a, h1 a:visited  {
	color: #222222;
	text-decoration: none;
	}

h1 a:hover {
	color: #669933;
	text-decoration: none;
	}
	
h2 {
	color: #222222;
	font-size: 24px;
	font-weight: bold;
	padding: 5px 0px 2px 0px;
	margin: 20px 5px 0px 0px;
	}
	
h2 a, h2 a:visited  {
	color: #222222;
	text-decoration: none;
	}

h2 a:hover {
	color: #666699;
	text-decoration: none;
	}
	
h3 {
    color: #336699;
	font-size: 22px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 10px 0px;
	}
	
h3 a:link  {
	color: #336699;
	text-decoration: none;
	}
	
h3 a:hover  {
	color: #3399cc;
	text-decoration: underline;
	}
	
h4 {
    color: #336699;
	font-family: 'Armata', sans-serif;
	font-size: 28px;
	padding: 0px;
	margin: 0px;
	}
	
#crumbs {
    font-size: 10px;
	text-align: right;
	padding: 0px 5px 15px 0px;
	}
	
#crumbs a {
    font-size: 10px;
	}
	
/************************************************
*	Images 					     		    * 
************************************************/
	
img {
   border: none;
}
.wp-thumb {
   float: left;
   display: block;
   padding: 5px 5px 5px 5px;
   margin: 0px 20px 10px 0px;
   border: 1px solid #dedede;
   }
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 600px !important; /* prevent too-wide images from breaking layout */
	padding: 4px 4px 0px 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption-text {
        display: block;
	color: #888;
	font-size: 12px;
	margin: 10px 10px 0px 10px !important;
        text-align: center !important;
}
img.avatar {
       float: left; 
       margin-right: 10px;
	   }

/************************************************
*	Home Page Elements					        * 
************************************************/

#mnimg {
	float: left;
background: url(images/main-img.jpg) top center no-repeat;
	width: 1012px;
	height: 255px;
	padding: 0px;
	margin: 0px auto;
	}
	
#hmcntleft {
	float: left;
	width: 690px;
	margin: 0px 0px 0px 20px;
	padding: 0px 10px 0px 0px;
	}
	
#hmtxt {
	padding: 0px 25px 15px 0px;
	margin: 10px 0px 5px 0px;
        text-align: justify;
}
	
#hmtxt ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#hmtxt ul li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#hmtxt h2.widgettitle {
	color: #336699;
	font-family: 'Armata', sans-serif;
	font-size: 36px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-transform: none;
}

#featured {
    float: left;
    width: 690px;
    margin: 0px;
    padding: 0px;
    display: inline;
    }
	
.highlight {
    float: left;
	width: 315px;
	margin: 10px 0px 0px 0px;
    padding: 5px 0px 5px 0px;
	font-size: 12px;
    }
	
.excerpt {
        float: left;
        width: 325px;
	margin: 0px;
	padding: 0px;
}

#featured h2 {
	color: #555555;
	font-size: 15px;
	font-weight: normal;
	padding: 5px 0px 2px 0px;
	margin: 20px 5px 0px 0px;
	text-transform: uppercase;
	letter-spacing: 3px;
	}
	
#featured h2 a, #featured h2 a:visited  {
	color: #555555;
	text-decoration: none;
	}

#featured h2 a:hover {
	color: #336699;
	text-decoration: none;
	}

#featured p {
        margin: 0px;
        padding: 4px 0px 0px 0px;
}
	
	
/************************************************
*	Blog Elements					     		* 
************************************************/
	
.post {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	}
	
.entry {
    padding: 0px;
	}
	
.postinfo {
	width: 715px;
	font-size: 11px;
	color: #333333;
	margin: 20px 0px 40px 0px;
	padding: 10px 5px 10px 0px;
	border-top: 1px solid #dedede;
	}

#post-date {
    float: left;
	width: 52px;
	margin: 0px 15px 5px 0px;
	padding: 1px;
    text-align: center;
	border: 1px solid #c0c0c0;
	}
	
.month {
    background: #9999cc;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 0px 5px 0px;
	}
	
.day {
    background: #f2f2f2;
	color: #666699;
    font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	padding: 5px 0px 5px 0px;
	}
	
#pgnav a {
    margin: 5px 10px 5px 10px;
    padding: 0px;
    }

	
/************************************************
*	Footer      								*
************************************************/

#footer {
    float: left;
    font-size: 11px;
	width: 990px;
	color: #333333;
	margin: 10px 0px 20px 10px;
	padding: 10px 0 0 0;
	text-align: center;
	list-style-type: none;
	border-top: 1px solid #dedede;
	}
	
#ftnav {
    float: left;
	width: 650px;
	list-style: none;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	text-align: left;
	}

#ftnav ul.menu {
        background: none;
        }

#ftnav ul li {
	display: inline;
    list-style: none;
	padding: 0px;
	margin: 0px;
	}
	
#ftnav ul li a {
	display: inline;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	}

#ftnav ul li a:hover {
	color: #333333;
	text-decoration: underline;
	}

#copy {
    float: right;
	width: 250px;
	padding: 10px 0px 10px 0px;
	color: #666666;
	text-align: right;
	font-size: 10px;
    margin: 0px;
	}
	
#copy a, #copy a:visited {
	color: #666666;
	display: inline;
	text-decoration: none;
	}
	
#copy a:hover {
	color: #666666;
	text-decoration: underline;
	}

/************************************************
*	Search Form									*
************************************************/
	
#searchform {
    float: none;
    width: 250px;
	padding: 15px 0px 20px 15px;
	margin: 0px 0px 0px -15px;
        border-bottom: 5px solid #fff;
	}

#searchbox {
	background: #ffffff !important;
	width: 185px;
	color: #888888;
	font-size: 11px;
	font-family: Verdana;
	font-weight: normal;
	margin: 0px 2px 0px 0px;
	padding: 3px 0px 2px 5px;
	border: 1px solid #777777;
	display: inline;
	}

.button {
	padding: 1px 2px 2px 2px;
	background:#3399cc;   /** search button color **/
	color: #ffffff;
	border: none;
	font-size: 12px;
    font-weight:bold;
	}

.button:hover {
	background: #669933;   /** search button hover color **/
	text-decoration: none;
	}

/************************************************
*	Comments									*
************************************************/
	
#commentblock {
	width: 600px;
	color: #666666;
	font-size: 11px;
	float: left;
	padding: 0px;
	margin: 10px 5px 10px 5px;
	}
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	float: left;
        margin: 0px 10px 2px 0px;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}
input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}	
#commentblock label {
    font-weight: bold;
    display: block;
}
p.form-allowed-tags {
    background: #f7f7f7;
    padding: 10px !important;
    margin: 5px 0px 15px 0px !important;
    font-size: 11px !important;
    line-height: 1em;
}
#respond input {
	margin: 0 0 9px;
}
#respond textarea {
	width: 99%;
}
#respond .form-submit {
	margin: 12px 0;
}
	
/************************************************
*	Floats  									*
************************************************/


.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}