/*  
Theme Name: Perfect Look
Theme URI: http://vesess.com/
Description: This theme is partially based on http://www.cimaglobal.com/.
Version: 1.0
Author: Vesess (Pvt.) Ltd.
Author URI: http://vesess.com/
*/


/* global */

* {
	margin: 0;
	padding: 0;
}

/* Clear floats without structural markup
   courtesy of htmldog.com/positioniseverything.net */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
/* End hide from IE-mac */

/* site */

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 70%;
  line-height: 1.5em;
  color: #006;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h1 a, h2 a {
	color: #09C;
}

h3, h3 a, h4, h4 a {
	color: #C06;
}

h1 {
	font-size: 250%;
	
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 120%;
}


a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr {
	background-color: #CCC;
	color: #CCC;
	border: none;
	height: 1px;
	margin-bottom: 20px;
}

img { 
	border: 0px;
}

fieldset {
	border: none;
}

blockquote {
	color: #939;
	margin: 20px;
}

div#container {

}

/* header */

div#header {
	padding-bottom: 10px;
	background-color: #09C;
}

h1#sitename {
	float: left;
}

div#globallinks {
	float: right;
	text-align: right;
}

div#search {
	color: #EEE;
	margin: 30px 10px 0 0;
}

div#search label {
	margin-left: 30px;
	color: #EEE;
}

div#search a {
	color: #FFF;
	margin: 0px 5px;
}

a#signin {
	font-weight: bold;
}

div#search form, div#search form div {
	display: inline;
}

div#search #s {
	width: 100px;
}

div#search #searchsubmit {
	border: 1px solid #999;
	background-color: #EEE;
	font-family: Arial, Helvetica, sans-serif;
}

div#navigation {
	width: 100%;
	float: left;
	background-color: #C06;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

div#navigation ul {
	list-style-type: none;
}

div#navigation ul li {
	display: inline;
}

div#navigation ul li a {
	float: left;
	display: block;
	padding: 5px 15px 5px 15px;
	color: #FFF;
	font-weight: bold;
}
/* content */

div#content {
	width: 98%;
	float: left;
	margin: 20px -240px 30px 10px;
	color: #000;
}

div#content img{
	text-align: center;
}

div#content table {
	margin: 10px auto 30px auto;
	width: 95%;
	border: 1px solid #CCC;
}

div#content table tr th {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background-color: #CCC;
	padding: 2px 2px;
}

div#content table tr td {
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 0px 2px;
}

div#content .highlight {
	background-color: #EEE;
}

div#posts {
	margin-right: 220px;
}

div#content h2, div#content h3 {
	font-weight: normal;
	margin-bottom: 15px;
}

div#content h2 {
	font-size: 200%;
}

div#content h3 {
	font-size: 150%;
}

div#content h4 {
	font-size: 120%;
}

div#content p.info {
	margin: 5px 0px 20px 0px;
	color: #999;
}

div#content p.info a, div#content div.post p a,  div#content ul a, div#content div#posts a{
	color: #C06;
}

div#content div.post {
	margin: 0px 0px 30px 0px;
}

div#content div#posts p {
	margin-bottom: 20px;
}

div#content div.comment {
	padding: 5px 10px 5px 20px;
}

div#content div.comment p {
	margin-bottom: 5px !important;
}

div#content div.comment table {
	width: auto !important;
	margin: 10px !important;
}

div#content ul {
	list-style-type: none;
}

div#content li {
	margin: 10px 0px;
}

div#content ol {
	margin-left: 25px;
}

/* comments */

form#commentform label {
	float: left;
	display: block;
	width: 100px;
	margin-top: 5px;
}

form#commentform input{
	width: 150px;
}

form#commentform input.button {
	margin-left: 100px;
	width: 150px;
}

form#commentform input,  form#commentform textarea{
	margin-top: 5px;
}

/* sidebar */

div#sidebar {
	float: right;
	width: 178px;
	border-left: 1px solid #CCC;
	padding: 20px 10px;
	margin-top: 20px;
}

div#sidebar a {
  color: #006;
}

div#sidebar h2 {
  margin: 10px 0px 5px 0px;
}

div#sidebar table {
	margin: 0px auto;
	width: 100%;
	padding: 10px;
	line-height: 1.5em;
}

div#sidebar td {
	text-align: right;
	font-size: 80%;
}

div#sidebar table caption {
	margin: 0px auto;
}

div#sidebar table tbody td {
	background-color: #EEE;
}

div#sidebar table tbody a {
	font-weight: bold;
}

div#sidebar table tbody td.pad {
	background-color: #FFF !important;
}

div#sidebar table #today {
	background-color: #CCC !important;
}

div#sidebar table tfoot td {
	padding-top: 5px;
}

div#sidebar #prev {
	text-align: left;
}

div#sidebar ul {
	list-style-type: none;
}

div#sidebar ul li{
	margin-top: 5px;
	padding-left: 15px;
	background: url(images/bullet.gif) no-repeat left 0.1em;
}

div#sidebar ul#ques li{
	list-style: none;
	margin-top: 2em;
	background: none left 0.1em;
}

/* footer */
div#footer {
	float: left;
	color: #999;
	margin: 20px 0px 0px 10px;
	clear: both;
	width: 98%;
}

div#footer a {
	color: #C06;
}

img.protect {
	margin-left: 10px;
	margin-bottom: -2px;
}

div#giveyourfb {
        margin: 30px 0px 0px 10px;
}

