﻿/*   
Theme Name: Typechart
Description: Theme for Typechart
Author:  Designed & Created by Panduka Senaka (mail@purehabit.com) Built by Shaun Walker
Author URI: http://patternmade.com
Version: 1.1
*/
* {
	border : 0;
	margin : 0;
	padding: 0;
}
body {
	background : #ffffff url('images/bg.gif') repeat 0 0;
	font       : 12px Cambria, Georgia, 'Times New Roman', Serif;
}
ul{
	list-style: none;
}
.wrapper {
  clear   : both;
  width   : 1002px; 
  margin  : 0 auto 0 auto;
  position: relative;
  overflow: hidden;
}
/*--------------------------------------------------
// Header
//--------------------------------------------------*/
#header {
	background : transparent url('images/header_bg.png') repeat-x 0 0;
	clear      : both;
	overflow   : hidden;
	height     : 178px;
}
#header h1 {
	background : transparent url('images/typechart_logo.png') no-repeat right top;
	display    : block;
	float      : left;
	height     : 178px;
	width      : 549px;
	line-height: 500px;
	padding    : 0 0 0 74px;
	overflow   : hidden;
}
#header #search {
	float      : left;
	margin     : 82px 0 0 88px
}
#header #search .input {
	float      : left;
	background : transparent url('images/search_bg.png') no-repeat top left;
	border     : 1px solid #392e16;
	width      : 143px;
	height     : 22px;
	padding    : 7px 3px 0 5px;
	margin     : 0 10px 0 0;
	color      : #767268;
	font       : 13px Cambria, Georgia, 'Times New Roman', Serif;
}
#header #search  .button {
	float      : left;
	background : transparent url('images/lookup_button.png') no-repeat top left;
	border     : none;
	width      : 96px;
	height     : 31px;
	text-indent: -1000px;
	line-height: 500px;
	overflow   : hidden;
}
#header #search  .button:hover {
	background-position: 0 -31px;
	cursor     : pointer;
}
#nav {
	background : transparent url('images/nav_bg.png') repeat-x 0 0;
	clear      : both;
	overflow   : hidden;
	height     : 79px;
}
#nav ul{
	float      : left;
	margin     : 32px 0 0 0;
	padding    : 0 0 0 26px;
}
#nav ul li {
	height     : 25px;
	display    : inline;
}
#nav ul li a {
	display    : block;
	height     : 25px;
	margin     : 0 15px 0 0;
	line-height: 500px;
	overflow   : hidden;
	float      : left;
	cursor     : pointer;
}
#nav ul li .home {
	background : transparent url('images/nav_home.png') no-repeat left top;
	width      : 85px;
	margin     : 0 13px 0 0;
}
#nav ul li .typeface {
	background : transparent url('images/nav_typeface.png') no-repeat left top;
	width      : 140px;
}
#nav ul li .emphasis {
	background : transparent url('images/nav_emphasis.png') no-repeat left top;
	width      : 151px;
}
#nav ul li .typesize {
	background : transparent url('images/nav_typesize.png') no-repeat left top;
	width      : 151px;
}
#nav ul li a:hover, #nav ul li a.selected {
	background-position: 0 -25px;
}
#nav .line {
	float      : left;
	height     : 42px;
	width      : 1px;
	border-left: 1px solid #706c61;
	margin     : 23px 0 0 3px;
}
#nav ul.pages {
	margin     : 30px 0 0 0;
	padding    : 0 0 0 40px
}
#nav ul.pages li {
	height     : 25px;
}
#nav ul.pages li a {
	height     : 27px;
	margin     : 0;
}
#nav ul.pages li .about {
	background : transparent url('images/more_nav_about.png') no-repeat left top;
	width      : 96px;
}
#nav ul.pages li .resources {
	background : transparent url('images/more_nav_resources.png') no-repeat left top;
	width      : 109px;
}
#nav ul.pages li .contact {
	background : transparent url('images/more_nav_contact.png') no-repeat left top;
	width      : 108px;
}
#nav ul.pages li a:hover {
	background-position: 0 -27px;
}
.dropDownMenu {
	display    : none; 
	background : #000;
	position   : absolute;
	z-index    : 2;
	left       : 0px;
	top        : 257px;
	overflow   : hidden;
	width      : 1002px;
	height     : 51px;
	filter     : alpha(opacity=88);
	opacity    : 0.88;
	-moz-opacity: 0.88;
} 
.dropDownMenu .close_dropdown {
	background : url('images/close_dropdown.png') no-repeat 0 0;
	display    : block;
	width      : 19px;
	height     : 19px;
	margin     : 15px 34px 0 0;
	line-height: 500px;
	overflow   : hidden;
	float      : right;
	cursor     : pointer;
}
.dropDownMenu ul{
	float      : left;
	margin     : 17px 0 0 0;
	padding    : 0 0 0 45px;
}
#nav_dropdown_emphasis ul {
	margin     : 17px 0 0 170px;	
}
#nav_dropdown_typesize ul {
	margin     : 17px 0 0 290px;	
}
.dropDownMenu ul li {
	display    : inline;
}
.dropDownMenu ul li a {
	color      : #999999;
	margin     : 0 33px 0 0;
	float      : left;
	text-decoration: none;
	font-size  : 13px;
}
.dropDownMenu ul li a:hover {
	color      : #999999;
	text-decoration: underline;
}
/*--------------------------------------------------
// Content
//--------------------------------------------------*/
#container {
	background : #fff url('images/sidebar_bg.png') repeat-y right top;
	float      : left;
	overflow   : hidden;
	width      : 1002px;
}
#infobar {
	background: #1d1d1d url('images/infobar_bg.png') repeat-x right top;
	padding: 0 0 12px 45px;
	width: 957px;
	overflow: hidden;
	height: 100%;
}
#infobar div {
	float: left;
	display: block;
	margin : 18px 0 0 0;
	color: #9c9c9c;
	font-family: Georgia, serif;
	font-size: 11.2px;
	text-transform: uppercase;
	letter-spacing: 1px
}
#infobar div span {
	font-size: 14px;
	font-family: Georgia, serif;
	color: #bfbfbf;
}

#infobar div span2 {
		font-style: italic;
		text-transform: none;
}
#infobar a {
    font-family: Georgia, serif;
	float      : right;
	background : transparent url('images/more_info.png') no-repeat top left;
	border     : none;
	width      : 97px;
	height     : 27px;
	margin     : 13px 30px 0 0;
	text-indent: -1000px;
	line-height: 500px;
	overflow   : hidden;
}
#infobar a:hover {
	background-position: 0 -27px;
	cursor     : pointer;
}
#content {
	float      : left;
	width      : 747px;
}
#content .key {
	background : #ebe7de url('images/key.png') no-repeat right top;
	display    : block;
	height     : 77px;
	width      : 747px;
}
#content .post {
	overflow   : hidden;
	margin     : 30px 0 0 0;
}
#content .post .head {
	overflow   : hidden;
	border-bottom: 1px solid #cdcdcd;
	padding    : 0 0 5px 0;
	height     : 30px;
}
#content .post .head.select {
	border-bottom: 1px solid #ababab;
}
#content .post .head h2 {
	color	   : #4d2f17;
	font-size  : 26px;
	padding    : 0 0 0 40px;
	float      : left;
	font-weight: normal;
}
#content .post .head ul {
	float      : right;
	padding    : 0 40px 0 0;
}
#content .post .head ul li {
	display    : inline;
}
#content .post .head a {
	display    : block;
	height     : 21px;
	width      : 74px;
	margin     : 5px 5px 0 0;
	line-height: 500px;
	overflow   : hidden;
	float      : left;
	cursor     : pointer;
}
#content .post .head .win {
	background : transparent url('images/win_view.png') no-repeat left top;
}
#content .post .head .mac {
	background : transparent url('images/mac_view.png') no-repeat left top;
}
#content .post .head .get_css {
	background : transparent url('images/get_css.png') no-repeat left top;
	height     : 26px;
	width      : 82px;
	margin     : 0;
}
#content .post .view_css {
	display    : none; 
	background : #dbdbdb url('images/view_css_bg1.png') repeat-x left top;
	overflow   : hidden;
	border-bottom: 1px solid #ababab;
	font       : 13px 'Courier New', Monaco, sans-serif;
	color      : #4d4d4d;
} 
#content .post .view_css .bottom {
	clear      : both;
	background : transparent url('images/view_css_bg2.png') repeat-x left top;
	height     : 16px;
} 
#content .post .view_css:hover {
	border-bottom: 1px solid #7a7a7a;
}
#content .post .view_css:hover .close {
	background-position: 0 -17px;
}
#content .post .view_css p {
	float      : left;
	padding    : 15px 0 0 45px;
}
#content .post .view_css .close {
	background : url('images/view_css_close.png') no-repeat 0 0;
	display    : block;
	width      : 17px;
	height     : 17px;
	margin     : 45px 50px 0 0;
	line-height: 500px;
	overflow   : hidden;
	float      : right;
	cursor     : pointer;
}
#content .post .head .mac.selected, #content .post .head .win.selected  {
	background-position: 0 -21px;
}
#content .post .head .get_css.selected1 {
	background-position: 0 -26px;
}
#content .post .win_view {
	margin     : 10px 0 0 20px;
}
#content .post .mac_view {
	display    : none; 
	margin     : 10px 0 3px 20px;
} 
#content .view_post {
	padding    : 15px 40px 0 45px;
	color      : #666666;
	font-size  : 16px;
}
#content .view_post input, #content .post .view_post textarea {
	margin     : 5px 0 5px 10px;
	border     : 1px solid #666666;
	padding    : 2px;
}
#content .view_post p {
	margin     : 0 0 25px 0;
}
#content .view_post a {
	color      : #448ccb;
}
#content .view_post a:hover {
	text-decoration: none;
}
#content #post_links  {
	margin: 10px 40px 30px 40px;
	overflow:hidden;
	height: 100%;
}
#content #post_links .right a {
	float      : right;
	background : transparent url('images/previous_posts.png') no-repeat top left;
	border     : none;
	width      : 95px;
	height     : 18px;
	text-indent: -1000px;
	line-height: 500px;
	overflow   : hidden;
}
#content #post_links .left a {
	float      : left;
	background : transparent url('images/next_posts.png') no-repeat top left;
	border     : none;
	width      : 78px;
	height     : 18px;
	text-indent: -1000px;
	line-height: 500px;
	overflow   : hidden;
}
#content #post_links a:hover {
	background-position: 0 -18px;
	cursor     : pointer;
}
#content .single {
	overflow: hidden;
	margin: 30px 40px 0 39px;
	padding-bottom: 120px;
	color: #666666;
	font-size: 17px;
	font-family: Georgia, serif;
}
#content .single p {margin: 0 0 25px 0;font-family: Georgia,serif; line-height: 1.4em; }
#content .single panduka {font-size: 12px;}
#content .single pitalic {font-family: Georgia,serif; font-size: 15pt; letter-spacing:1px; line-height: 1.5em; font-variant: small-caps; color: #4c2f1a;   padding-bottom: 20px; padding-top: 12px; margin-bottom: 30px;}
#content .single pitalic2 {font-size: 10px; letter-spacing:1px; color: #4c2f1a;   line-height: -3.8em; font-variant:normal; text-transform: uppercase;}

#content .pnotes {font-size:32px; color: #333333; }
#content .aboutimg {padding-top: 150px; padding-bottom: 30px }
#content .single a {font-style: normal; color: #ae3717;}
#content .single a:hover {text-decoration: none;}
#content .single .head {
	overflow: hidden;
	border-bottom: 1px solid #acacac;
	padding: 0 0 40px 0;
	margin: 0 0 20px 0;
	height: 30px;
}

#content .single source {
    font-family: Georgia,serif;
    font-style: italic;
    font-size: 13px;
	font-weight: normal;
	padding-left: 10px

}
#content .single .head h2 {
	color: #333333;
	font-size: 45px;
	float: left;
	font-weight: normal;
	m: 0 0 50px 0;
}

#content .single h2 {
	color: #333333;
	font-size: 36px;
	font-weight: normal;
	margin: 0 0 30px 0;
	
}
#content .single mh {
	color: #333333;
	font-size: 30px;
	font-weight: normal;
	margin: 0 0 30px 0;
	
	
}
#content .single hr {
	color: #e1e1e1;
	background: #e1e1e1;
	height:1px;
	padding: 1px 0 0 0;
}
#content .thekey {
font-size: 11px;
text-transform: uppercase;
letter-spacing: 1px;
border-bottom: #e1e1e1 1px solid; 
display:block; 
width:100%; 
padding: 0 0 10px 0;
}
#content .single ul {
	list-style-type: disc;
	list-style-position: outside;
	margin: 15px 0;
}
#content #post-6.single .head {
	margin: 0 0 15px 0;
}
#content #post-6 ul.sections {
    font-family: Georgia, Cambria, serif;
   	list-style: none;
	margin: 0 0 20px 0;
	padding: 0 0 15px 0;
	border-bottom: #acacac 1px solid; 
	overflow: hidden;
	height: 100%;
}
#content #post-6 ul.sections li {
	font-size: 15.75px;
	letter-spacing: 1px;
	color: #666666;
	margin: 0 0 0 25px;
	padding: 0 0 0 32px;
	background: transparent url('images/smalldot.png') no-repeat 0 9px;
}
#content #post-6 ul.sections li.first {
	padding: 0;
	margin: 0;
	background: none;
}
#content #post-6 ul.sections li a {
	font-style: normal;
	color: #666666;
	text-decoration: none;
}
#content #post-6 ul.sections li a:hover {
	border-bottom: #e1e1e1 1px solid; 
}
#content .single ul li {
	color: #525252;
	font-size: 16px;
	font-style: italic;
	margin: 7px 16px 12px 15px;
	letter-spacing: 0.5px;
	padding: 0 0 -7px 7px;
	padding-top: 5px;
	float: left;
}
#content .single#post-363 ul li {float:none;}
#content #post-6 p {
	margin: 0 0 15px 0;
}
#content #post-6 h5 {
    font-family: Georgia,serif;
    letter-spacing:1px;
    font-size: 26px;
    font-style: italic;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding-top: 6px;
	padding-bottom: 10px;
}

#content #post-6 .totop {
    font-family: Lucida Grande, Arial, sans-serif;
	font-size: 11px;
	color: #7a7a7a;
	border-bottom: #e1e1e1 1px solid; 
	text-decoration: none;
}
#content #post-6 .totop:hover { 
	border: none; 
}
#content #post-6 hr {
	color: #e1e1e1;
	background: #e1e1e1;
	height:1px;
	padding: 1px 0 0 0;
	margin: 40px 0;
}
#content label {

	color: #444444;
	font-size: 13px;
	font-style: italic;
	letter-spacing: 0.3px;
	margin-bottom: 10px;
	
}
#content #wpcf_website, #content #wpcf_email, #content #wpcf_your_name {
	background: transparent url('images/input_box.png') no-repeat 0 0;
	width: 326px;
	height: 31px;
	margin: 6px 0 10px 0;
	padding: 9px 0 0 10px;
	font-family: Georgia,serif;
	line-height: 1.6em;
	font-size: 15px;
	color: #444444;
}
#content #wpcf_msg {
	background: transparent url('images/textarea_box.png') no-repeat 0 0;
	width: 326px;
	height: 132px;
	padding: 9px 0 0 10px;
	margin: 6px 0 0 0;
	font-family: Georgia,serif;
	font-size: 15px;
	color: #444444;
}
#content #contactsubmit {
	background: transparent url('images/send_message.png') no-repeat 0 0;
	display:block;
	text-indent: -500px;
	overflow: hidden;
	margin: 6px 0 0 0;
	width: 202px;
	height:39px;
	margin: 15px 0 0 0;
}
/*--------------------------------------------------
// Sidebar
//--------------------------------------------------*/



#sidebar {
	float      : right;
	width      : 255px;
	margin     : 0 0 20px 0;
}

#digg {
margin: 30px 65px 0px 0px; 
float: right;
}


#sidebar h3 {
	display    : block;
	height     : 10px;
	width      : 255px;
	line-height: 500px;
	margin     : 30px 0 14px 0;
	overflow   : hidden;
}
#sidebar h3#stypeface {
	background : transparent url('images/sidebar_typeface.png') no-repeat left top;
	margin     : 40px 0 14px 0;
}
#sidebar h3#sfontsize {
	background : transparent url('images/sidebar_fontsize.png') no-repeat left top;
}
#sidebar h3#semphasis {
	background : transparent url('images/sidebar_emphasis.png') no-repeat left top;
}
#sidebar ul li {
	height     : 30px;
	display    : inline;
}
#sidebar ul li a {
	background : transparent url('images/list_bg.png') no-repeat left top;
	display    : block;
	height     : 23px;
	padding    : 7px 0 0 60px;
	color      : #484848;
	text-decoration: none;
	font-size  : 13px;
	font-family: Cambria, Georgia, "Times New Roman", sans-serif;
}
#sidebar ul li a:hover {
	background-position: 0 -30px;
}

/*--------------------------------------------------
// Footer
//--------------------------------------------------*/
#footer {
	clear      : both;
	background : transparent url('images/footer_bg.png') repeat-x 0 0;
	height     : 114px;
}
#footer .copyright {
	float      : left;
	margin     : 41px 0 0 20px;
	padding    : 8px 17px 11px 24px;
	color      : #999999;
	font-family: Georgia, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#footer .copyright span {
	color      : #757575;
}
#footer .copyright a {
	text-decoration: underline;
	color      : #757575;
}
#footer .copyright a:hover {
	text-decoration: none;
	color      : #999999;
	
	
}
#footer .patternmade {
	background : transparent url('images/patternmade.png') no-repeat 0 0;
	display    : block;
	width      : 161px;
	height     : 13px;
	margin     : 50px 48px 0 0;
	line-height: 500px;
	overflow   : hidden;
	float      : right;
}

#awesomeAd {
margin-top: 40px;
margin-left: 45px;

}