/*
	Theme Name: Simply Stylish WordPress Theme
	Theme URI: http://www.jump2top.com
	Description: Simply Stylish is a seo-friendly, 2-column theme brought to you by <a href="http://jump2top.com" target="_blank">jump2top</a>
	Version: 1.0
	Author: Jump2Top 
	Author URI: http://www.jump2top.com
	
	These WordPress Themes can be redistributed and/or modified as long as the bottom links are intact.
	
*/
* {
	padding: 0px;
	margin: 0px;
}
body {
	background-color: #ffffff;
	font-size: 10pt;
	font-family:Arial, Geneva, Helvetica, sans-serif;
	color: #000000;
}
#header {
	height: 80px;
	background: url(images/background_header.gif) repeat-x #1f1a19;
}
#title {
	height: 50px;
	float:left;
	padding: 10px 0px 0px 30px;
	text-align: left;
}
#topright {
	float: right;
	padding: 10px 10px 0px 0px;
	height: 50px;
	color: #CCCCCC;
}
#navigation {
	height: 18px;
/*	background-color: #00aeef; */
	background: url(images/background.gif) repeat-x #00aeef;
	text-align: right;
	padding-top: 2px;
	padding-right: 10px;
	clear: both;
	float: right;
}
#navigation ul li {
	list-style: none;
	display: inline;
	padding-left: 15px;
}
#navigation li a {
	color: #ffffff;
	text-decoration: none;
}
#tclear {
	background-color: #0076a3;
	clear: both;
	height: 9px;
	border-top: 1px solid #01b8fe;
}
#wrap {
	width: 900px;
	padding: 20px 0px;
	text-align: left;
}
#content {
	float: left;
	width: 670px;
	padding: 10px 10px 0px 0px;
}
#sidebar {
	float: right;
	width: 180px;
	padding: 10px;

}
#footer {
	clear: both;
	padding: 15px 0px 0px 0px;
	text-align: center;
	color: #00aeef;
	font-size: 7pt;
}
#footer a {
	color: #00aeef;
	text-decoration: none;
}
/* fonts */
#title h1 {
	color: #ffffff;
	font-size: 18pt;
	font-weight: normal;
}
#title h1 a {
	color: #ffffff;
	text-decoration: none;
}
.description {
	color: #CCCCCC;
	font-size: 11pt;
}
.post h2 {
	color: #00aeef;
	font-size: 14pt;
	font-weight: normal;
}
.post h2 a {
	color: #333333;
	text-decoration: none;
}
.post h2 a:hover{
	text-decoration: underline;
	color: #00aeef;
}
.pagetitle {
	color: #00aeef;
	font-size: 14pt;
	font-weight: normal;
	padding-bottom: 10px;
}
.pagetitle a{
	color: #333333;
	text-decoration: none;
}
.pagetitle a:hover{
	text-decoration: underline;
	color: #00aeef;
}
h3 {
	font-size: 10pt;
	color: #00aeef;
}
h3 a {
	color: #333333;
	text-decoration: none;
}
h3 a:hover {
	text-decoration: underline;
	color: #00aeef;
}
p {
	padding-bottom: 10px;
}
p a {
	color: #333333;
	text-decoration: none;
}
p a:hover {
	color: #00aeef;
	text-decoration: underline;
}
#sidebar h2 {
	color: #666666;
	font-size: 10pt;
	padding-bottom: 5px;
}
#sidebar ul li {
	list-style: none;
	magin-left: 15px;
}
#sidebar ul {
	padding-bottom: 10px;
}
#sidebar li a {
	color: #0076a3;
	text-decoration: none;
}
small {
	color: #666666;
}
/* form */

.s,
#author,
#email,
#url,
#comment {
	border: 1px solid #0076a3;
	font-size: 8pt;
}
.searchsubmit,
#submit {
	border: 1px solid #0076a3;
	font-size: 8pt;
	color: #ffffff;
	background-color: #00aeef;
}

/* default */
.navigation {
	padding: 10px 0px;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.postmetadata {
	padding: 5px 10px;
	margin: 0px 0px 10px 0px;
	font-size: 8pt;
	color: #0076a3;
/*	background-color: #f7f7f7;
	border: 1px solid #CCCCCC; */ 
}
.postmetadata a {
	color: #0076a3;
	text-decoration: none;
}
.linkedinprofile {
	padding: 0px 10px;
	margin: 0px 0px 0px 0px;
	font-size: 8pt;
	color: #000000;
/*	background-color: #f7f7f7;
	border: 1px solid #CCCCCC; */ 
}
.entry {
	padding: 10px 10px 0px 10px;
}
.entry a {
	color: #0076a3;
	text-decoration: none;
}
.entry a:hover{
	text-decoration: underline;
	color: #00aeef;
#postcomment,
#comments {
	color: #435f79;
	font-size: 11pt;
}
#postcomment a,
#comments a {
	color: #435f79;
	text-decoration: none;
}
/* ----- */
p, h3, #content ul, #content ol {
	padding-bottom: 10px;
}
h2, #content ul, #content ol {
	padding-bottom: 0px;
}
#content ul,
#content ol {
	margin-left: 20px;
}
.navigation a {
	color: #666666;
	text-decoration: none;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}