/*
Theme Name: Simple Expression
Theme URI: http://www.creative9.com
Description: This is a Wordpress theme with a right sidebar and a fixed width 2 column layout
Author: Zeeshawn Durrani
Author URI: http://www.creative9.com


/*-----------Block Level Elements--------------*/

body {
	background-image: url(images/header_bg.png);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #FFFFFF;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

#page {
	width: 890px;
	margin: 0px auto;
}

#wrapper {
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	width: 100%;
	min-height:400px;
	clear: both;
	margin-top: 2px;	
}

#header {
	padding: 0px;
	margin: 0px;
	height: 135px;	
}

#logo {
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
	margin-top:25px;
}

#headernav {
	width: 470px;
	float:right;
	overflow: hidden;
	display: inline;
	padding: 0px;
	margin: 12px 0px 0px 0px;
}

#menu {
	display: block;
	float: right;
	margin: 0px 0px;
	padding: 0px;
	width: 468px;
	margin-top:15px;
}


#menu ul {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-top:10px;
	
	
}

#menu li {
	display: inline;
	list-style-type: none;
	margin: 10px 0px;
	padding: 0px 0px;;
	color: #666666;
}

#menu li a, #menu li a:visited {
	margin: 0px 18px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #333333;
	font-family: Verdana, arial, serif;
	font-weight: bold;
	font-size: 12px;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0px;
	text-transform: normal;
}

#menu li a:hover {

	text-decoration: none;
	color: #333333;

}

#caption {
	overflow: hidden;
	float:left;
	width: 500px;
	font-family: Verdana;
	font-weight: bold;
	display:inline;
	font-size:11px;
	color:#FFFFFF;
	margin :0px;
	padding: 0px;
	margin-left:0px;
	margin-top:10px;
	margin-bottom: 8px;
}

#caption a:link, #caption a:visited {
	color:#333333;
	text-decoration:underline;
}

#catpion a:hover {
	color:#333333;
}

#feeds {
	overflow:hidden;
	float: left;	
	margin: 0px 0px;
	padding: 0px 0px;
	margin-top: 5px;
}

.feedicon {
	margin: 0px;
	padding: 0px;
	display: inline;
	margin-top:0px;
}

.feedlink {
	position: absolute;
	display: inline;
	margin: 0px 0px;
	padding: 0px 0px;
	padding-top: 6px;
	padding-left: 5px;
}
.feedlink a:link, .feedlink a:active, .feedlink a:visited {
	color:#333333;
	padding: 0px;
	margin: 0px;
	text-decoration:none;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
}
.feedlink a:hover {
	color:#333333;
}



#content {
	width: 670px;
	float: left;
	margin: 0px 5px;
	padding: 0px 0px 0px 7px;
	font-family: Verdana, arial, tahoma;
	border: 1px solid #e8e8e8;
}

#content h2 {
	margin-top:5px;
	font-weight: bold;
}


#footer {
	width: 870px;
	margin: 10px auto;
	font-family: Verdana, Tahoma, Sanserif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	padding: 7px;
	clear: both;
}

#footer a:link, #footer a:visited {
	color: #216d86;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	color: #333333;
	border-bottom: 2px dashed #FFFFFF;
}

#footer #links {
	float: left;
	display: inline;
	padding: 0px;
	margin: 0px;
	width:70%;
}

#top {
	float: right;
	display: inline;
	padding: 0px;
	margin: 0px;
}


#sponsors {
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	font-family: verdana, arial, tahoma;
	font-size:10px;
	color: #333333;
}

#sponsors a:link, #sponsors a:visited{
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
}

#sponsors a:hover {
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
}


/*-------------Headings-------------*/

h1 {
	color: #FFFFFF;
}

h2 {
	color: #333333;
	font-family: "Verdana", "Trebuchet MS";
	font-size: 16px;
	font-weight: normal;
	margin:0px 0px;
	padding: 0px;
	padding-bottom: 5px;
/*	border-bottom: 1px dashed #e7e7e7;*/
}

h3 {

}

h4 {
	margin: 0px;
	padding: 0px;
	padding-bottom:5px;
	font-size:14px;
	font-weight: bold;
}

h5 {

}

/*-------------The Post-------------*/


.post small {
	margin: 0px;
	padding: 0px;
	padding-left: 24px;	
}

.shortentry {
	padding: 0px 0px;
	margin: 9px 5px 9px 0px;
	overflow: hidden;
}

.thumbnail {
	display: inline;
	float : left;
	overflow: hidden;
	margin: 0px;
	padding: 0px;	
}

.thumb {
	background-color: #FFFFFF;
	border: 1px solid #e7e7e7;
	margin: 0px;
	padding: 3px;
}

.shortentrytext {
	width: 375px;
	overflow:hidden;
	display:inline;
	float: left;
	font-family: verdana;
	font-size: 12px;
	line-height: 1.5em;
	padding: 0px 0px;
	margin: 0px 0px;
	margin-left: 5px;
	margin-right:0px;
	margin-top:0px;
}

.shortentrytext h2{
	font-family: verdana;
	font-size: 11px;
	line-height: 1.3em;
	padding: 0px 0px;
	margin: 0px 0px;
	padding-bottom:2px;
	color: #333333;
	border: 0;
}

.shortentrytext h2 a:link, .shortentrytext h2 a:visited {
	font-family: Verdana;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.4em;
	padding: 0px 0px;
	margin: 0px 0px;
	color: #333333;
	border:0px;
	padding-bottom: 2px;
	padding-top:2px;
}

.shortentrytext h2 a:hover {
	color: #333333;
}

.shortentrytext p{
	font-family: verdana;
	font-size: 11px;
	line-height: 1.4em;
	padding: 0px 0px;
	margin: 0px 0px;
	margin-left:1px;
	color: #333333;
}

.articletop {
	padding: 0px;
	margin: 0px;
	margin-left:0px;
	display: block;
	margin-bottom:5px;
	overflow:hidden;
	clear:both;
}

.entry {
	overflow: hidden;
	width: 600px;
	margin: 0px 5px 0px 0px;
	padding: 2px;
	font-size: 11px;
	letter-spacing: 0px;
	font-family: Verdana, arial, tahoma;
	line-height: 1.5em;	
}

.entry p {
	margin: 0px;
	padding: 5px 5px 5px 0px;
	line-height: 1.5em;
}

.entry p img {
	margin: 0px;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0spx;
	border: 1px solid #e8e8e8;
	display:inline;
	float:left;
	margin-bottom:10px;
}

.entry img {
	margin: 0px;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	border: 1px solid #e8e8e8;
	display:inline;
	float:left;
	margin-bottom:10px;
}

.entry p a:link, .entry p a:visited
{
	color: #333333;
	font-weight: normal;
	text-decoration: underline;
}
.entry p a:hover
{
	color: #333333;
}

.entry h3 {
	font-family: "Trebuchet MS";
	font-size: 20px;
	size: 24px;
	margin: 0px;
	padding :0px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

.entry a:link, .entry a:visited
{
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}
.entry a:hover
{
	color: #333333;
}

.breadcrumbs {
	font-family: verdana;
	font-size: 11px;
	margin: 0px 2px 0px 2px;
	padding: 9px 5px 0px 0px;
}

.breadcrumbs a:link, .breadcrumbs a:visited{
	font-family: verdana;
	font-weight: normal;
	color: #333333;
	font-size:11px;
	margin-left: 1px;
	margin-right: 3px;
}

.breadcrumbs a:hover {
	color: #555555;
}

.navigation {
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11px;
	margin-bottom:5px;
}

.navigation a:link, .navigation a:visited
{
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}
.navigation a:hover
{
	color: #333333;
}

.postdetails {
	padding: 0px;
	margin: 0px;
	color: red;
	font-weight:bold;
	text-decoration: none;
	font-size: 11px;
	padding-top:0px;
	margin-left:2px;
	margin-top:0px;
}

.postdetails a:link, .postdetails a:visited{
	color: #333333;
	text-decoration: underline;
}

.postdetails a:hover{
	color:#333333;
}

.entry h2{
	color: #333333;
	margin: 0px 0px;
	padding: 0px 0px;
	font-family: "Trebuchet MS", Verdana, Helvetica;
	font-size: 26px;
	font-weight: bold;
	margin-bottom:3px;
	line-height: 1.3em;
}

.entry h2 a:visited, .entry h2 a:link{
	color: #333333;
	font-family: 'Trebuchet MS', Arial, Verdana, Tahoma;
	font-size: 24px;
	font-weight: bold;
	margin:0px;
	padding: 0px;
	text-decoration: none;
	line-height: 1.1em;
	
}

.entry h2 a:hover {
	color: #333333;
	text-decoration: none;
	
}

.entrytext {
	line-height: 1.5em;
	font-size: 11px;
	color: #333333;
}


.postmetadata {
	margin: 0px;
	padding: 6px;
	font-family: Verdana, "Trebuchet MS", Verdana;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	color: #333333;
	font-weight: normal;
	font-size: 10px;
	border-top: 1px dotted #CCCCCC;
	background-color: #fafafa;
	border-bottom: 1px dotted #CCCCCC;
	height: 15px;
	width:99%;
	
}

.postmetadata .add_comment a:link, .postmetadata .add_comment a:visited  {
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	background-image: url(images/comment.png);
	background-position: center left;
	background-repeat: no-repeat;
	font-family: Verdana, "Trebuchet MS", Helvetica;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
	padding-bottom: 3px;
	float: right;
	display: inline;
	
}

.postmetadata .add_comment a:hover {
	text-decoration: underline;
	color: #333333;
}

.postmetadata .posted_in, .postmetadata .posted_in {
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	background-image: url(images/folder.png);
	background-position: center left;
	background-repeat: no-repeat;
	float: left;
	display: inline;	
}

.postmetadata .posted_in a:link, .postmetadata .posted_in a:visited{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, "Trebuchet MS", Helvetica;
	font-weight: bold;
	font-size: 11px;
	font-variant: small-caps;
	color: #333333;
	text-decoration: underline;
	padding-bottom: 2px;
	
}

.postmetadata .posted_in a:hover {
	color: #333333;
}


.postmetadata .add_rss a:link, .postmetadata .add_rss a:visited  {
	float: right;
	display: inline;
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	background-image: url(images/feed.png);
	background-position: center left;
	background-repeat: no-repeat;
	font-variant: small-caps;
	font-family: Verdana, "Trebuchet MS", Helvetica;
	font-weight: bold;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
	padding-bottom: 3px;
	
}

.postmetadata .add_rss a:hover {
	color: #333333;
}


.alignleft {
	display: inline;
	float:left;
	padding-left: 2px;
}

.alignright {
	display : inline;
	padding-right: 2px;
	float:right;
}


.center {

}

.archivetitle {
	margin: 0px;
	padding: 0px;
	font-size: 19px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
}


.pagetitle {
	margin: 0px;
	padding: 0px;
	font-size: 19px;
	padding-left: 23px;
	
}

.posttitle {
	margin: 0px;
	padding: 0px;
	font-size: 19px;
	color: #333333;		
}

.posttitle a, .posttitle a:visited{
	color: #333333;		
}

.posttitle a:hover {
	color: #FFFFFF;
}


blockquote {

}

cite {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

cite a, cite a:visited{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed #FFFFFF;
}

cite a:hover{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed #FFFFFF;
}

a images {
	border:0px;
}

acronym, abbr {

}

/*--------------Sidebar------------*/


#sidebar {
	display: inline;
	width: 180px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	margin-left:5px;
	margin-top:7px;
	font-family: Verdana, Sanserif, Arial;
}

#sidebar ul {
	padding: 0px;
	margin: 0px;
}

#sidebar ul h2 {
	font-family: "Verdana", "Trebuchet MS";
	font-size: 16px;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
	width:100%;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-top: 0px;
	color: #333333;
	line-height: 1.5em;
	font-weight:bold;
}

#sidebar ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul ul {
 padding: 0px;
 margin: 0px;
 margin-bottom:10px;
}

#sidebar ul ul li {
	margin: 0px;
	list-style-image: none;
	width: 100%;
	line-height: 22px;
	border-bottom: 1px dashed #e7e7e7;	
	margin-left:5px;
}

#sidebar ul ul li a, #sidebar ul ul li a:visited {
	display: block;
	width: 100%;
	font-family: verdana;
	font-size: 11px;
	margin: 0px;
	padding-left: 3px;
	color: #333333;
	line-height: 22px;
	text-decoration: none;
	font-weight: bold;
	
}

#sidebar ul ul li a:hover {
	display: block;
	width: 100%;
	margin: 0px;
	color: #333333;
	background-color:#FAFAFA;
	
}


/*--------------Comments--------------*/

#comments {
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
	padding-top: 10px;
	font-family: Verdana, Arial, tahoma;
	font-size: 11px;
	color: #333333;
}

#respond {
	padding: 0px 0px 10px 8px;
	margin: 0px;
	color: #333333;
	font-family: arial, verdana;
}

#commentform
{
	margin: 5px;
	padding:10px;
	background-color: #FFFFFF;
	border: #e8e8e8 1px solid;
	font-family: verdana, arial, tahoma;
	font-size: 11px;
	letter-spacing: 0px;
	width: 500px;
	line-height: 1.5em;
	
}


#commentform p {
	color: #333333;
	font-weight: normal;
	font-size: 10px;
	margin: 5px 0px;
	padding: 2px;
}

#commentform p a, #commentform p a:visited{
	color: #333333;
	font-weight: normal;
	font-size: 11px;
}

#commentform p a:hover{
	color: #333333;
	font-weight: normal;
	font-size: 11px;
}


#commentform textarea
{
	width:300px;
	font-family: verdana, arial, tahoma;
	font-size: 11px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	color: #333333;
}

#commentform input
{
	margin: 0px;
	padding: 2px;
	font-family: verdana, arial, tahoma;
	font-size: 11px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	color: #333333;
}

#commentform #submit
{
	border: 0;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-family: verdana, arial;
	font-weight: bold;
	font-size: 10px;
}

ol.commentlist {
	overflow: hidden;
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 2px;
	margin-left:2px;
	line-height: 1.5em;
	font-size: 11px;
	letter-spacing: 0px;
	font-family: verdana, arial, tahoma;
	background-color: #FFFFFF;
	color: #333333;
	width: 550px;
}

ol.commentlist li {
	padding-top: 10px;
	margin-top: 10px;
	padding-bottom: 10px;
	border: 2px solid #e8e8e8;
	background-color: #fafafa;
	width: 95%;
}

ol.commentlist li.alt {
	padding-top: 10px;
	margin-top: 10px;
	padding-bottom: 10px;
}

ol.commentlist p a , ol.commentlist p a:visited{
	color: #333333;
	text-decoration: none;
	font-family: verdana;
	font-weight: normal;
}

ol.commentlist p a:hover {
	color: #333333;
	text-decoration: none;
	font-family: verdana;
	border-bottom: 1px dashed #333333;
}

small {
	padding: 0px;
	margin: 0px;
	color: #ffffff;
	font-weight:normal;
	text-decoration: none;
	font-size: 10px;
	line-height: 1.3em;
}

small a, small a:visited{
	color: #555555;
	font-weight: bold;
	text-decoration:none;
}

small a:hover{
	padding-top: 3px;
	color: #333333;
	text-decoration:none;
}

.commentmetadata {
	line-height: 1.5em;
	font-size: 10px;
	font-weight: normal;
}

.commentmetadata a, small.commentmetadata a:visited{
	line-height: 1.5em;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

.commentmetadata a:hover{
	line-height: 1.5em;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

.commentauthor {
	font-weight: bold;
	color: #333333;
	border-bottom: 1px solid #e9e9e9;
}

.commentauthor a, .commentauthor a:visited{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	
}

.commentauthor a:hover{
	color: #333333;
	text-decoration: none;
	
}

#contactform
{
	margin: 0px;
	padding: 0px 10px;
	padding-left: 10px;
	width: 630px;
	margin-top: 0px;
	font-family: Verdana, arial, tahoma;
	font-size: 12px;
	overflow:hidden;
	clear:both;
}

#contactform label {
	font-family: verdana;
	font-variant: small-caps;
	display: block;
	float: left;
	font-weight: bold;
	color: #333333;
	padding-left: 5px;
	font-size: 12px;
	text-align:right;
}

#contactform p {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-weight: normal;
	border: 1px solid red;
}

#contactform p a, #contactform p a:visited{
	color: #333333;
	font-weight: normal;
}

#contactform p a:hover{
	color: #333333;
}


#contactform textarea
{
	width:480px;
	border: 1px solid #e7e7e7;
	color: #666666;
	font-family: "Trebuchet MS", verdana;
}

#contactform input
{
	border: 1px solid #e7e7e7;
	background-color: #FFFFFF;
	padding: 2px;
	color: #666666;
	font-family: "Trebuchet MS", verdana;
	}

#contactform #submit
{
	font-family: "Trebuchet MS", verdana;
	font-weight: bold;
	font-size: 11px;
	border: 0;
}


/*--------------Search Form-------------*/

#searchform {
	overflow:hidden;
	float:right;
	margin: 0px;
	padding : 0px;
	margin-top:2px;
	margin-right:1px;	
}

#searchform #s {
	float: left;
	display: inline;
	background-image: url(images/search_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 11px;
	font-family: Verdana, Arial, Serif;
	font-weight: normal;
	margin: 0px;
	padding: 3px;
	margin-top:1px;
	border:1px solid #000000;
	line-height: 1.5em;
	height: 18px;
	width: 128px;
	
}

#searchform #searchbutton {
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
	padding-top: 0px;
	padding-left: 5px;
	margin-top:2px;
	/* margin-left: 185px;*/
	display:inline;
	
}

/*-------------Other------------------*/

hr {
	display: none;
	clear:both;
}

br.clear {
	clear: both;
}

img {
border: 0;
padding: 0;
margin: 0;
}

ul, ol, dl {
	margin: 0px 0px 10px 0px;
	padding: 5px 0px;
}

li, dd {
	margin: 0px 0px 5px 5px;
	padding: 0px 0px 0px 5px;;
}

ul li {
	list-style-type: square;
}

.indent {
	padding-left: 10px;

}