/* Reset */
a,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,img,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	outline: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img {
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym {
	border: 0;
}

p {
	text-align: justify;
}


/* Begin Typography & Colors */
body {
	font: 11px Tahoma,Arial, Verdana,sans-serif;
	letter-spacing: 1px;
	line-height: 14px;
	background: #FCFCFC url(images/topBar.gif) repeat-x top left;
	color: #222;
	text-align: left;
}

strong {
	font-weight: bold;
}

em {
	font-style: oblique;
}

input, textarea {
	font: 11px Tahoma,Arial, Verdana,sans-serif;
	color: #222;
	margin: 5px 0 5px 0;
}

#page {
	margin: 0 auto;
	width: 980px;
}

#sidebar {
	height: 100%;
	width: 460px;
	float: left;
}

#content {
	width: 480px;
	padding-top: 25px;
	float: right;
}

#footer {
	clear: both;
	width: 690px;
	margin: 0 auto;
	padding: 45px 0 40px 0;
}


hr {
	clear: both;
	background: #EEEEEE;
	height: 0;
	width: auto;
	border: 0;
	border-top: #EEEEEE 1px solid;
	border-bottom: #FFF 1px solid;
	margin: 10px 0 10px 0;
	padding: 0;
}

#sidebar hr {
	width: 460px;
	margin: 10px 0 0 0;
}

#sidebar #sidebarLeft hr {
	width: 175px;
	border-top: 1px solid #CDEAED;
	margin:10px 0 10px 0;
}

h2 {
	font: 15px Georgia, Times, serif;
	font-style: italic;
	color: #008682;
}

a {
	color: #008682;
	text-decoration: none;
}

a:hover {
	color: #C0D6A3;
}

/* Sidebar */
#search {
	width: 420px;
	margin: 10px auto;
	padding-bottom: 23px;
}

#search p {
	padding: 2px 15px 0 0;
	margin: 0;
	float: left;
	color: #008682;
}

#searchform {
	float: left;
}

#searchform input {
	font: 11px Arial, Tahoma, Verdana, sans-serif;
	padding: 4px 0 0 5px;
	margin: 0;
	height: 16px;
	width: 195px;
	color: #999;
	font-style: italic;
	border: #E8E8E8 1px solid;
}

#sidebarLeft {
	width: 205px;
	padding: 10px 10px 0 10px;
	margin: 0 19px 20px 0;
	float: left;
	border-right: #F2F2F2 1px solid;
}

#sidebarRight {
	padding: 0 5px 100px 0;
	width: 210px;
	float: left;
	margin-top:10px;
}

#sidebarRight ul {
	margin-bottom: 15px;
}

#sidebarRight li a {
	color: #008682;
	padding-top: 1px;
	padding-bottom: 2px;
	border-bottom: #F2F2F2 1px solid;
	text-decoration: none;
	display: block;
}

#sidebarRight li a:hover {
	color: #C0D6A3;
}

#sidebarRight h2 {
	font: 11px Tahoma,Arial, Verdana,sans-serif;
}

#sidebarRight h2.sidebarTitle {
	color: #999;
}

/* Twitter */
#twitterFeed {
	width: 180px;
	background: #EFF9FA;
	border-top: 1px solid #E3F6F8;
	border-left: 1px solid #E3F6F8;
	padding: 5px 10px 5px 10px;
}

#twitterFeed h2.sidebarTitle {
	font: 11px Tahoma,Arial, Verdana,sans-serif;
	color: #008682;
	margin-bottom: -5px;
	padding-bottom: -5px;
}

#twitterFeed li {
	color: #555555;
	margin-bottom: 15px;
}

/* Post */
.post {
	margin-bottom: 30px;
}

.post img {
	padding: 1px;
	border: 1px #C0D6A3 solid;
	margin-bottom: 10px;
}

.post p {
	margin-bottom: 10px;
	text-align: justify;
}

.post.content {
	clear: both;
	padding-top: 10px;
	margin-bottom: 10px;
	text-align: justify;
}

.post a {
	text-decoration: none;
	color: #008682;
}

.post a:hover {
	color: #999;
}

.post a.more-link {
	float: right;
}

.post img {
	text-align: left;
	float: none;
	margin: 5px 0 5px 0;
}

p.postDate {
	color: #AAA;
	text-transform: uppercase;
	margin-bottom: 2px;
}

h3.postTitle {
	margin-bottom: 8px;
}

h3.postTitle a {
	font: 18px Georgia, Times, serif;
	font-style: italic;
	color: #008682;
}

h3.postTitle a:hover {
	color: #C0D6A3;
}

.postInfo {
	margin: 50px 0 30px 0;
}

.postInfo div {
	margin: -5px 0 -5px 0;
	padding: 0 5px 0 5px;
}

.postInfo a {
	padding: 0 0 0 5px;
	color: #444444;
	font-size: 10px;
	text-decoration: none;
}

.postInfo a:hover {
	color: #008682;
}

.postInfo p {
	color: #888888;
	font-size: 10px;
	padding: 0 0 0 5px;
	float: right;
}

.postInfo ul li {
	list-style: none;
	float: right;
}

.postCategories {
	float: right;
}

.postCommentsAmt {
	float: right;
}

/* Navigation */
.navigation {
	width: 480px;
	margin: 10px 0 10px 0;
}

.navigation a {
	color: #008682;
	text-decoration: none;
}

.navigation a:hover {
	color: #666;
}

.navigation .left {
	float: left;
}

.navigation .right {
	float: right;
}


/* Footer */
#footer ul li {
	font-size: 10px;
	list-style: none;
	float: left;
	text-align: center;
	color: #BDBDBD;
	padding: 0 2px 0 2px;
}

#footer li a {
	text-decoration: none;
	color: #BDBDBD;
}

#footer li a:hover {
	color: #008682;
}

/* Comments */
.comments {
	margin-top: -5px;
}

.comments hr{
	margin:10px 0 0 0;
}

.commentTitle {
	margin-bottom: 15px;
}

.comment {
	padding: 10px 5px 0 5px;
}

.comment.bypostauthor {
	background-color:#EFF9FA;
}

.comment hr{
	margin:10px 0 0 0;
}

.comment p {
	clear: both;
}

.comment-meta {
	float: left;
	padding-left: 20px;
	font-size: 10px;
}

.comment-meta a {
	color: #444444;
}

.comment-meta a:hover {
	color: #008682;
}

.comment-author {
	float: left;
	margin-bottom: 10px;
	color: #008682;
}

.leaveTitle {
	margin-top: 20px;
	color: #008682;
	padding-bottom: 5px;
}

/*Ads*/
.tallga {
	width: 160px;
	margin: 0 auto;
}

.shortga {
	width: 200px;
	margin: 0 auto;
}