/*
Theme Name: Technical Speech
Description: My first Wordpress theme. A magazine like layout and developer friendly theme. Compatible with Wordpress 2.7 and greater. Theme options, 2 dynamic sidebars, dropdown menus with jQuery and Multiple layouts . If any bugs found mail me at khaninhisway@gmail.com.
Version: 1.0
Author: Suhaib Khan
Author URI: http://technicalspeech.co.cc/
Tags: white, fixed-width, three-columns, theme-options
Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
See the readme.txt file for more....
*/
body {
	text-align: center;
	padding: 0px;
	background-color: #CCC;
	margin: 0px;
	color: #000;
	font-size: 11px;
}
a {
	text-decoration: none;
	color: #666;
	background-color: #FFF;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #333;
	background-color: #FFF;
	font-weight: bold;
}
a:link,a:active,a:visited {
	text-decoration: none;
}
h6, h5, h4, h3, h2, h1 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	border-bottom: 1px solid #000;
}
h6 {font-size:1.2em;}
h5 {font-size:1.3em;}
h4 {font-size:1.4em;}
h3 {font-size:1.5em;}
h2 {font-size:1.6em;}
h1 {font-size:1.7em;}
hr {
	margin: 5px;
}
p{
	margin:5px 0px 5px 0px;
	padding:0px;
	font-size:1.2em;
}
blockquote,code {
	background-color: #CCC;
	padding: 5px;
	margin: 10px;
	font-size:9px;
}
form {
	margin:0px;
}
.aligncenter {
	 margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	text-align: center;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
#container {
	height: auto;
	width: 940px;
	margin: 0px auto 0px auto;
	background-color: #FFF;
	text-align: left;
	color: #000;
	padding: 10px 0px 0px 0px;
}
/*edit to change top nav style*/
#nav {
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	text-transform: uppercase;
	padding: 5px;
	margin: 0 10px 0 10px;
	font-size: 1.0em;
}
#nav span {
	float: right;
	margin: 0px;
	padding: 0px;
	width: auto;
}
#nav span img {
	cursor: pointer;
}
#nav ul {
	float: left;
	margin: 0px;
	padding: 0px;
	width: auto;
}

#nav ul li {
	display: inline;
	margin: 0 5px 0 0;
	font-weight: bold;
	position:relative;
}
#nav ul li ul {
	list-style: none;  
    position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/  
    left: 10px; top: 10px;  
    background: #FFF;  
    margin: 0; padding: 0px;  
    display: none;
    width: 170px;  
    border: 1px solid #333;
	border-bottom:none;
	z-index:10;
}
#nav ul li ul li {
    margin: 0; 
	padding: 2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-bottom: 1px solid #333;
	display:block;
	text-align:left;
}
#nav ul li a {
	color: #666;
	text-decoration: none;
	padding: 2px 2px 2px 5px;
	background-color: #FFF;
}
#nav ul li a:hover {
	color: #000;
	text-decoration: none;
	background-color: #CCC;
}
#arrow_down {
    display:none;
}
#arrow_left {
    display:none;
}
#expand {
    display:none;
}
#collapse {
    display:none;
}
/*edit to change top nav style*/
#head {
	margin: 0 10px 0 10px;
}
#blogtitile {
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: 42px;
	font-weight: bold;
	text-transform:uppercase;
	margin-bottom:5px;
	float:left;
	line-height:45px;
	background-color:#FFF;
	color:#666;
}
#blogtitile div {
	text-align:right;
	font-size: 10px;
	padding: 0px 5px 0px 0px;
	margin: 0;
	line-height:10px;
	background-color:#FFF;
	color:#000;
}
#headimg {
	background-image: url(images/head_image.jpg);
	height: 60px;
	background-repeat: no-repeat;
	width:580px;
	float:left;
}
/*edit to change search form style*/
#search {
	float: right;
	width: 340px;
	height: 60px;
	background-image: url(images/search_bac.gif);
	background-repeat: no-repeat;
}
#search input {
	margin-left: 114px;
	margin-top: 19px;
	background-color: #CCC;
	border: 1px solid #999;
	width: 175px;
	height: 18px;
	float: left;
	color: #000;
}
#search .btn {
	cursor: pointer;
	float: left;
	padding: 18px 0px 0px 0px;
	width: auto;
}
.search_op_holder {
	padding: 0px 0px 0px 155px;
}
#search_onpage {
	background-image: url(images/search_bac2.gif);
	background-repeat: no-repeat;
	height: 42px;
	margin: 0px;
	text-align:left;
}
#search_onpage input {
	margin-left: 12px;
	margin-top: 10px;
	background-color: #CCC;
	border: 1px solid #999;
	width: 175px;
	height: 18px;
	color: #000;
	float:left;
	margin: 10px 0px 0px 12px;
}
#search_onpage .btn_onp {
	cursor: pointer;
	padding: 10px 0px 0px 0px;
	width: auto;
	float:left;
}
/*edit to change search form style*/
#content {
	width: 580px;
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.0em;
	text-transform:uppercase;
}
.content_block {
	border: 1px solid #000;
	margin: 5px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-transform:none;
}
.content_txt {
	padding: 5px 0px 5px 0px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;

}
.content_txt blockquote, cite, code{
	font-size: 0.9em;
}
.content_txt code{
	font-size: 0.8em;
}
.content_txt li {
	font-size: 1.1em;
}
.content_txt div {
	text-align: left;
}
p.small {
	font-size: 0.9em;
}
.content_txt .txt_notice {
	text-align: right;
	background-color: #FFF;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size:0.88em;
	text-transform: uppercase;
	padding: 2px;
	margin: 0px;
}
.content_about {
	padding: 0px 0px 0px 125px;
	background-image: url(images/about_img.jpg);
	background-repeat: no-repeat;
	margin: 5px 0px 0px 0px;
	height: 120px;
	overflow: hidden;

}
.content_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.3em;
	font-weight:bold;
	color: #333;
	background-color: #CCC;
	text-transform: uppercase;
	text-align: center;
	padding: 2px;
}
.content_heading a {
	background-color:#CCC;
	color:#666;
}
.content_heading a:hover {
	background-color:#CCC;
	color:#000;
}
.postmetadata {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	text-align: left;
	text-transform: uppercase;
	background-color: #CCC;
	color: #000;
	padding: 2px;
}
.postmetadata a {
	background-color:#CCC;
	color:#666;
}
.postmetadata a:hover {
	background-color:#CCC;
	color:#000;
}
/*edit to change comment and comment form style*/
.comment_numbers {
	text-align: center;
	font-size:0.9em;
	text-transform: uppercase;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	background-color: #FFF;
	color: #666;
	border-left: 1px solid #666;
	padding: 5px;
	margin: 5px 10% 5px 10%;
	border-right: 1px solid #666;
}
.commentlist {
	margin: 5px 5% 5px 5%;
	padding: 0px;
}
.commentlist ul {
	margin: 5px 0px 0px 0px;
	padding: 0px;
}
.commentlist ol {
	margin: 5px;
	padding: 0px;
	padding-left: 25px;
	font-size:1.1em;
}
.commentlist ul.list_content {
	margin: 5px;
	padding: 0px;
	padding-left: 25px;
	font-size:1.1em;
}
.commentlist li {
	border: 1px solid #999;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.0em;
	background-color: #FFF;
	color: #000;
	margin-top: 5px;
	list-style-type: none;
}
.commentlist ul li {
	border: 1px solid #CCC;
	border-bottom: none;
	border-left: none;
	border-right: none;
}
.commentlist ol li {
	border: none;
    text-transform: none;
    margin: 0px;
    padding: 1px;
    list-style-type: decimal;
}
.commentlist ul.list_content li {
	border: none;
    text-transform: none;
    margin: 0px;
    padding: 1px;
    list-style-type: disc;
}
.commentlist p {
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.2em;
	padding: 2px;
	margin: 2px 0px 2px 0px;
	clear: both;
}
.commentlist img{
	float:right;
	margin: 0px 0px 5px 0px;
	border: 1px solid #999;
}
.commentlist p img{
	float: none;
	margin: 0px;
	border: none;
}
.commentlist div{
	text-transform: uppercase;
	font-style: normal;
	font-size:10px;
	font-family: Verdana, Geneva, sans-serif;
	
}
.commentlist blockquote, code{
	font-family: Arial, Helvetica, sans-serif;
	text-transform: normal;
	font-size:1.0em;
	width: auto;
	font-style: normal;
}
.commentlist cite{
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size:11px;
	width: auto;
	font-style: normal;
}
.commentform_block {
	border: 1px solid #999;
	margin: 0px 10% 5px 10%;
	padding: 5px 5px 0px 5px;
	text-transform: uppercase;
	font-family: Verdana, Geneva, sans-serif;
	font-size:0.78em;
	background-color: #FFF;
	color: #000;
}
.commentform_blockdiv  {
	margin: 5px 0px 5px 0px;
}
.commentform_blockdiv textarea {
	width: 99%;
}
.commentform_blockdiv label {
	font-family: Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	font-size:1.2em;
}
.commentform_heading {
	font-family: Verdana, Geneva, sans-serif;
	font-size:1.2em;
	font-weight: bold;
	color: #333;
	background-color: #CCC;
	text-align: left;
	text-transform: uppercase;
	padding: 5px;
	margin: 0px;
}
.commentform_heading a {
    background-color: #CCC;
	color:#666;
}
.commentform_heading a:hover {
    background-color: #CCC;
	color:#000;
}
.nocomments {
	text-transform: uppercase;
	font-family: Verdana, Geneva, sans-serif;
	font-size:0.8em;
	text-align:center;
}
/*edit to change comment and comment form style*/
.article_block {
	float: left;
	width: 175px;
	padding: 5px;
	text-align: left;
}
.ab_head_span {
	font-family: Verdana, Geneva, sans-serif;
	font-size:0.78em;
	text-transform: uppercase;
	font-weight: normal;
	padding-left: 5px;
}
.morelink {
	text-transform: uppercase;
	text-align: right;
	font-size:1.0em;
	padding: 2px;
	font-family: Verdana, Geneva, sans-serif;
	border: 1px solid #CCC;
	border-top:none;
}
.morelink2 {
	text-transform: uppercase;
	text-align: right;
	font-size:0.9em;
	font-family: Verdana, Geneva, sans-serif;

}
#sidebar_left {
	width: 200px;
	float: left;
}
/*category menu style editing*/
.second_nav {
	border: 1px solid #000;
	margin: 5px 5px 5px 0px;
	padding: 5px;
}
.second_nav ul {
	padding: 0;
	list-style-type: none;
	margin: 5px 0px 0px 0px;
}
.second_nav ul li {
	display: block;
	text-align: center;
	border-bottom: 1px solid #CCC;
	text-transform: uppercase;
	font-family: Verdana, Geneva, sans-serif;
	font-size:1.0em;
	padding: 5px 5px 5px 5px;
	font-weight: bold;
}
.second_nav ul li ul {
	border: 1px solid #999;
	background-color:#CCC;
	margin: 5px 0px 0px 0px;
	border-bottom: none;
	display: none;
}
.second_nav ul li ul li {
	display: block;
	text-align: center;
	border-bottom: 1px solid #999;
	text-transform: uppercase;
	font-family: Verdana, Geneva, sans-serif;
	font-size:10px;
	padding: 5px 5px 5px 5px;
	font-weight: bold;
}
.second_nav img {
    border:none;
	margin-right:5px;
}
.second_nav ul li a {
	text-decoration: none;
	color: #666;
	background-color: #FFF;
}
.second_nav ul li a:hover {
	text-decoration: none;
	color: #000;
	background-color: #CCC;
}
.second_nav ul li ul li a {
	text-decoration: none;
	color: #666;
	background-color: #CCC;
}
.second_nav ul li ul li a:hover {
	text-decoration: none;
	color: #000;
	background-color: #CCC;
}
/*category menu style editing*/
.second_nav2 {
	border: 1px solid #000;
	margin: 5px 5px 5px 0px;
	padding: 5px;
}
.second_nav2 ul {
	padding: 0;
	list-style-type: none;
	margin: 5px 0px 0px 0px;
}
.second_nav2 ul li {
	display: block;
	text-align: center;
	border-bottom: 1px solid #CCC;
	text-transform: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size:1.0em;
	font-weight: normal;
	padding: 2px;
}
.second_nav2 ul li ul {
	display:none;
}
.second_nav2 ul li a {
	text-decoration: none;
	color: #000;
	background-color: #FFF;
	font-weight: normal;
}
.second_nav2 ul li a:hover {
	text-decoration: none;
	color: #000;
	background-color: #CCC;
	font-weight: normal;
}
#sidebar_right {
	width: 150px;
	float: left;
}
.right_block {
	border: 1px solid #000;
	margin: 5px 5px 5px 0px;
	padding: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:1.0em;
	text-align: center;
}
.right_block ul {
	padding: 0;
	list-style-type: none;
	margin: 5px 0px 0px 0px;
}
.right_block ul li {
	display: block;
	text-align: center;
	border-bottom: 1px solid #CCC;
	text-transform: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size:1.0em;
	font-weight: normal;
	padding: 2px;
}
.right_block ul li a {
	text-decoration: none;
	color: #000;
	background-color: #FFF;
	font-weight: normal;
}
.right_block ul li a:hover {
	text-decoration: none;
	color: #000;
	background-color: #CCC;
	font-weight: normal;
}
#footer {
	background-color: #999;
	text-align: center;
	margin: 5px 0px 0px 0px;
	font-family: Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	font-size:0.78em;
	padding: 5px;
	color: #000;
}
#footer a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background-color: #999;
}
#footer a:hover {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
	background-color: #999;
}
/*pagination style*/
.next_back_nav {
	text-transform: uppercase;
	font-family: Verdana, Geneva, sans-serif;
	font-size:0.9em;
	padding: 5px;
	margin: 5px;
	background-color: #CCC;
	color: #666;
	border-bottom:1px solid #999;
	border-top:1px solid #999;
}
.next_back_nav a {
	color: #000;
	background-color: #CCC;
	padding: 2px 5px 2px 5px;
}
.next_back_nav a:hover {
	color: #CCC;
	background-color: #333;
}
.back_nav {
	float: left;
	text-align: left;
}
.next_nav {
	text-align: right;
	float: right;
}
/*pagination style*/

/*edit to change search and archives row display page style*/
.search_post {
	margin: 10px 0px 10px 0px;
	padding: 2px;
	border-bottom: 1px solid #999;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}
.search_postdata {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: bold;
}
.search_postdata span {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	text-transform: uppercase;
	font-weight: normal;
	padding-left: 5px;
}
.search_post p {
	padding: 2px 2px 2px 5px;
	margin: 5px 0px 0px 0px;
	border: 1px solid #CCC;
}
.search_postmetadata {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	text-transform: uppercase;
	font-weight: normal;
	padding-left: 10px;
}
/*edit to change search and archives row display page style*/

/*404 page*/
.error_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;
	padding: 5px;
	text-align: center;
	color: #000;
	background-color: #FFF;
	padding-bottom: 0px;
}
/*404 page*/