/*  
Theme Name: Simple Balance 2.0
Theme URI: http://blogsessive.com
Description: Simple, highly customizable, well-balanced 3 column theme. More Power. More Style. Your Style!
Tags: fixed width, three columns, simple, control panel, custom layout
Author: Alex Cristache
Author URI: http://blogsessive.com
*/

/* License and other information:

- This theme is released unde Creative Commons 3.0 licence;
- You may share, modify and use it in personal or commercial projects;
- I'd appreciate it if you DO NOT remove the author information in the theme's footer;
- Under any circumstances, DO NOT remove the original author information from this CSS file (this includes Name and URL);
- If you modify the theme, please mention the original author in a comment like this one.

*/


/* General styles */


body {
	background: #fff url(/web/20110902095406im_/http://phpanywhere.net/blog/wp-content/themes/simplebalance/img/phpanywhere/background.png) repeat-x;
	margin: 0 auto;
	text-align: center;
	font: normal normal 12px Tahoma, Arial, Verdana, sans-serif;
	color: #444;
}

#wrap {
	margin: 0 auto;
	width: 970px;
	text-align: left;
}

a {
	color: #6D3D7E;
	text-decoration: none;
}

a:hover {
	color: #888;
}

a img {
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

small {
	font-size: 9px;
}

.left {
	float: left;
}

.right {
	float: right;
}


/* Header styles */
#header {
	width: 970px;
	overflow: hidden;
	margin-bottom: 35px;
}



.topLogo {
	width: 200px;
	float: left;
	margin-right: 20px;
	padding-top: 25px;
}


.topLogo h1, .topLogo h2 {
	/* color: #6D3D7E; */
		margin-top: 0;
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #6D3D7E;
	font-family: "Trebuchet MS",sans-serif;
}
.topLogo h1 a, .topLogo h2 a {
	color: #6D3D7E;
}

.topLogo h1 a:hover, .topLogo h2 a:hover {
	color: #666;
}



.topLogo .blogDescription {
	font: normal normal 16px, "Trebuchet MS",sans-serif;
	font-variant: small-caps;
	color: #888;
}



.topMenu {
	width: 470px;
	float: left;
	margin-right: 20px;
	font: normal normal 14px, "Trebuchet MS",sans-serif;
}

.topMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

.topMenu ul li {
	border-top: 5px solid #d1d1d1;
	margin: 0 20px 0 0;
	padding: 25px 0 0 0;
	float: left;
	border-top: 5px solid #d2ebea;
}
.topMenu ul li.current_page_item {
	border-top: 5px solid #6D3D7E;
}


.topMenu ul li a {
	color: #666;
	padding-top: 20px;
	text-decoration: none;
}

.topMenu ul li a:hover {
	color: #6D3D7E;
}

.topSearch {
	width: 260px;
	float: right;
	padding-top: 23px;
}

.s {
	border: 1px solid #bbb;
	width: 200px;
	float: left;
	height: 18px;
}

.searchSubmit {
	font: normal bold 12px, "Trebuchet MS",sans-serif;

}

/* Page structure styles */

#page {
	width: 970px;
	overflow: hidden;
}

#lsidebar {
	width: 200px;
	float: left;
	margin-right: 20px;
}

#rsidebar {
	float: right;
	width: 260px;
}

#content {
	float: left;
	width: 470px;
	margin-right: 20px;
}

/* Sidebars styles */

#lsidebar .leftPic{
	padding-top: 170px;
	background: url(/web/20110902095406im_/http://phpanywhere.net/blog/wp-content/themes/simplebalance/img/pic-sidebar.jpg) no-repeat;
}

#lsidebar .leftPicCustomWrap {
	width: 200px;
	overflow: hidden;
}

#lsidebar .leftPicCustom {
	margin: 0;
	border: 0;
	background: none;
}
#lsidebar h2, #rsidebar h2 {
		
	font-weight: 400;
	font-size: 18px;
	color: #666;
	font-family: "Trebuchet MS",sans-serif;
	border-bottom: 1px solid #aaa;

}

#lsidebar ul, #rsidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#lsidebar ul ul ul, #rsidebar ul ul ul {
	margin: 4px 0 0 10px;
	padding: 0;
	list-style: none;
}

#lsidebar ul li, #rsidebar ul li {
	margin: 0 0 25px 0;
	padding: 0;
	list-style: none;
}

#lsidebar li li, #rsidebar li li {
	margin: 0;
	padding: 4px 0;
	list-style: none;
	border-bottom: 1px solid #ddd;
}

#lsidebar li li li, #rsidebar li li li {
	margin: 0;
	padding: 4px 0;
	list-style: none;
	border: none;
}

#lsidebar ul ul ul a, #rsidebar ul ul ul a {
	font-size: 11px;
}

#lsidebar li.rssFeed {
	background: url(/web/20110902095406im_/http://phpanywhere.net/blog/wp-content/themes/simplebalance/img/bg-rss.gif) no-repeat;
	width: 200px;
	height: 50px;
	font: normal bold 12px, "Trebuchet MS",sans-serif;
}

.textwidget {
	padding-top: 10px;
}

.rssFeed a {
	line-height: 50px;
	width: 143px;
	height: 50px;
	display: block;
	text-decoration: none;
	color: #fff;
	padding-left: 57px;
}


.rssFeed a:hover {
	color: #530000;
}

.rssForm form {
	margin: 10px 0;
}

.rssEmail {
	border: 1px solid #bbb;
	width: 126px;
}

.rssSubmit {
	width: 66px;
	padding: 0;
	background: none;
	border: none;
	font: normal bold 12px, "Trebuchet MS",sans-serif;
	cursor: pointer;
	color: #6D3D7E;
}

.rssForm small {
	padding: 2px;
	background: #f3f3f3;
	display: block;
}

#rsidebar .ads125 {
	padding: 10px 0 0 0;
	width: 260px;
	overflow: hidden;
}

.leftBanner {
	float: left;
	margin-bottom: 10px;
}
.rightBanner {
	float: right;
	margin-bottom: 10px;
}

.advertiseHere {
	clear: both;
	display: block;
	text-align: center;
	font: normal bold 12px, "Trebuchet MS",sans-serif;
	margin-bottom: 10px;
}

#wp-calendar {
	width: 100%;
	padding: 0;
	border: none;
	margin: 0;
}

#wp-calendar caption {
	padding: 4px;
	font: normal bold 12px, "Trebuchet MS",sans-serif;
	color: #666;
}

#wp-calendar th {
	padding: 4px;
	text-align: center;
	background: #eee;
}

#wp-calendar td {
	padding: 4px;
	text-align: center;
	background: #f5f5f5;
}

#wp-calendar #prev {
	text-align: left;
}

#wp-calendar #next {
	text-align: right;
}

#wp-calendar a {
	color: #6D3D7E;
}

#wp-calendar a:hover {
	color: #888;
}


/* Content styles */

.topAd {
	margin-bottom: 25px;
}

.archiveTitle {
	font: normal normal 14px, "Trebuchet MS",sans-serif;
	color: #666;
	font-variant: small-caps;
	text-transform: capitalize;
	border-bottom: 1px solid #ddd;
}

.post {
	margin-bottom: 25px;
}

.post a {
	text-decoration: underline;
}

.postTitle h1, .postTitle h2 {
	font: normal normal 22px, "Trebuchet MS",sans-serif;
	color: #6D3D7E;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ddd;
	margin: 0 0 5px 0;
}

.postTitle h1 a, .postTitle h2 a {
	margin-top: 0;
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 10px;
	color: #6D3D7E;
	font-family: "Trebuchet MS",sans-serif;
}

.postTitle h1 a:hover, .postTitle h2 a:hover {
		margin-top: 0;
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 10px;
	color: #888;
	font-family: "Trebuchet MS",sans-serif;
}


.postInfo {
	font-size: 11px;
}

.postContent {
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 17px;
	width: 470px;
	overflow: hidden;
}

.postContent h1 {
	font: normal normal 22px, "Trebuchet MS",sans-serif;
	color: #666;
}

.postContent h2 {
	font: normal normal 20px, "Trebuchet MS",sans-serif;
	color: #666;
}

.postContent h3 {

	font-weight: 200;
	font-size: 18px;
	margin-bottom: 10px;
	color: #666;
	font-family: "Trebuchet MS",sans-serif;
}

.postContent h4 {
	font-family: "Trebuchet MS",sans-serif;
	color: #777;
	font-variant: small-caps;
	text-transform: capitalize;
}

.postContent blockquote {
	margin: 0;
	padding: 20px 20px 20px 40px;
	background: #f3f3f3 url(/web/20110902095406im_/http://phpanywhere.net/blog/wp-content/themes/simplebalance/img/phpanywhere/bg-blockquote.gif) no-repeat;
	font: normal normal 12px, "Trebuchet MS",sans-serif;
}

.postExtras {
	border-top: 1px solid #ddd;
	padding: 5px 0;
	font-size: 11px;
}

.postMeta {
	border-top: 1px solid #ddd;
	text-align: right;
	padding-top: 5px;
	font-size: 11px;
}

.postMeta a {
	color: #6D3D7E;
	text-decoration: none;
}

.postMeta a:hover {
	color: #888;
}

.postLink {
	float: left;
}

.postComments a {
	background: url(/web/20110902095406im_/http://phpanywhere.net/blog/wp-content/themes/simplebalance/img/icon-comments.gif) no-repeat 0 4px;
	padding-left: 16px;
}

.postLink a {
	background: url(/web/20110902095406im_/http://phpanywhere.net/blog/wp-content/themes/simplebalance/img/icon-postlink.gif) no-repeat 0 1px;
	padding-left: 14px;
}

.navigation {
	width: 470px;
	font: normal normal 14px, "Trebuchet MS",sans-serif;
	overflow: hidden;
}

.navigation a {
	text-decoration: none;
	margin-bottom: 25px;
	display: block;
}

/* Comments styles */

.commentZone {
	margin-bottom: 25px;
}

h3#respond, h3#comments, h3#trackbacks {
	font: 18px, "Trebuchet MS",sans-serif;
	color: #6D3D7E;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ddd;
	margin: 30px 0 0 0;
}

.commentList {
	margin: 0;
	padding: 0;
	list-style: none;
}

.commentList li {
	width: 470px;
	overflow: hidden;
	display: block;
	padding: 10px 0 0 0;
	border-bottom: 1px solid #ddd;
}

.commentLeft {
	float: left;
	width: 80px;
}

.commentLeft img {
	padding: 4px;
	border: 1px solid #e5e5e5;
}

.commentAuthor {
	font: normal bold 14px, "Trebuchet MS",sans-serif;
}

.commentAuthor a {
	color: #6D3D7E;
}

.commentAuthor a:hover {
	color: #888;
}

.commentRight {
	float: right;
	width: 390px;
	overflow: hidden;
}

.commentRight p {
	margin: 10px 0;
}
#author, #email, #url {
	border: 1px solid #bbb;
}


#comment {
	border: 1px solid #bbb;
	width: 400px;
}

#submit {
	width: 80px;
	height: 20px;
	border: none;
	background: url(/web/20110902095406im_/http://phpanywhere.net/blog/wp-content/themes/simplebalance/img/phpanywhere/bg-addcomment.gif) no-repeat;
	font: normal bold 12px, "Trebuchet MS",sans-serif;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

.trackbackList {
	margin: 0;
	padding: 0 0 4px 0;
	border-bottom: 1px solid #ddd;
}

.trackbackList li {
	padding: 4px 0 0 0;
	margin-left: 23px;
}


/* Footer styles */

#footer {
	border-top: 1px solid #ddd;
	padding-top: 5px;
	font-size: 10px;
	margin-bottom: 20px;
	width: 970px;
	overflow: hidden;
}

.footerMenu {
	text-align: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footerMenu li {
	display: inline;
	margin-left: 15px;
}

.grey-right,.grey-right:visited {
	font-size: 11px;
	horizontal-align:left;
	color:#666666;
	list-style: none;
	padding-left:4px;
	padding-right:7px;
	text-decoration: none;
	text-transform: none;

}


.grey-right:hover {
	font-size: 11px;
	horizontal-align:left;
	color:#666666;
	list-style: none;
	padding-right:7px;
	padding-left:4px;
	text-decoration:underline;
	text-transform: none;

}
.greylink-left,.greylink-left:visited {
	font-size: 11px;
	horizontal-align:left;
	color:#666666;
	border-right: 1px #666666 solid;
	list-style: none;
	padding-left:4px;
	padding-right:7px;
	text-decoration: none;
	text-transform: none;
	
	
}

.greylink-left:hover {
	font-size: 11px;
	horizontal-align:left;
	color:#666666;
	border-right: 1px #666666 solid;
	list-style: none;
	padding-right:7px;
	padding-left:4px;
	text-decoration:underline;
	text-transform: none;
	
}

.grey {
	font-size: 11px;
	horizontal-align:left;
	color:#666666;
	list-style: none;
	text-decoration: none;
	text-transform: none;
}

.menu-left,.menu-left:visited {
	font-weight: 400;
	font-size: 18px;
	font-family: "Trebuchet MS",sans-serif;
	horizontal-align:left;
	color:#000000;
	border-left: 4px #9A6AAD solid;
	list-style: none;
	padding-right:4px;
	padding-left:7px;
	text-decoration: none;
	text-transform: none;
	
	
}

.menu-left:hover {
	font-weight: 400;
	font-size: 18px;
	font-family: "Trebuchet MS",sans-serif;
	horizontal-align:left;
	color:#000000;
	border-left: 4px #000000 solid;
	list-style: none;
	padding-right:4px;
	padding-left:7px;
	text-decoration:none;
	text-transform: none;
	
}
/*
     FILE ARCHIVED ON 09:54:06 Sep 02, 2011 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:49:06 May 26, 2017.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/