/*  
Theme Name: Poliseek Skin
Theme URI: http://www.morevisibility.com
Description: Poliseek Skin made by MoreVisibility March 2008
Author:  MoreVisibility.com
*/
/*Blue #003f54  Gold #9b9e72  */


/****MV Styles*****/

body {background-color:#003f54; font-family:Arial, Helvetica, sans-serif; }
.container {width:727px; margin:0px auto; background: white;  }
.top-nav {margin:0px auto; width:707px; padding:5px 10px }
.main {z-index:-1;background: url('images/sidebar-bkgd.gif') left repeat-y;height:100%;}
.sidebar {float:left; width:198px; margin-top:0px;  }
.content {height:100%; margin-left:210px; padding-top:20px; padding-right:10px;background: url('images/main-bkgd.gif') right top no-repeat; padding-bottom:30px;  }
.footer {width:727px; height:24px; clear:both; background: white url('images/footer-bkgd.gif') no-repeat left; padding-top:100px;}
.sub-footer {background-color:#003f54; margin:0px auto; width:707px; padding:5px 10px; text-align:center;}


.top-nav a {color:#FFFFFF; font:bold 12px arial; text-decoration:none; padding-right:10px;}


/* Main Frame Styles (Content) */
h2, h3 {color:#003f54;}
.post {	margin: 0 10px 20px 0;	text-align: justify;	}
.post h2  {font-size:18px; margin:0}
h2.pagetitle {font-size:18px; font-weight:normal;}
.entry h2 { font-size:16px; font-weight:bold; margin: 0; }
.entry h3 {  font-size:14px; font-weight:bold; margin: 0; }
.post p {font-size:11px; margin-top:5px;}
.post small {	font-size: 10px;	line-height: 1.5em;	}

.navigation {display: block;	text-align: center;	margin-top: 10px;	padding-bottom: 40px; margin-left:5px; padding-right:30px;	}
.navigation a {font-size:11px;}




/* Comment Styles */
h3#comments, h3#respond {font-size:14px; color:#003f54}
.commentlist {	padding: 0;	text-align: justify;	}
ol.commentlist {margin:0;}
.commentlist li, #commentform input, #commentform textarea {font: 12px Verdana, Arial, Sans-Serif;	margin:0}
.commentlist li {font-weight: bold; }
.commentlist cite, .commentlist cite a {font-weight: bold;	font-style: normal;	font-size: 12px;	}
.commentlist p {font-weight: normal; line-height:14px;	text-transform: none;margin: 10px 5px 10px 0;}
.commentlist li {	margin: 15px 0 3px ;	padding: 5px 10px 3px ;	list-style: none;	}
#commentform p {font-family: Verdana, Arial, Sans-Serif; font-size:12px;}
.commentmetadata {font-weight: normal;	}
p.postmetadata {color:#777; background-color:#e4e4e4; border-top:solid 1px #777; margin:5px 10px 5px 0 }
.postmetadata ul, .postmetadata li {	display: inline;	list-style-type: none;	list-style-image: none;	}
#commentform input {	width: 170px;	padding: 2px;	margin: 5px 5px 1px 0;	}
#commentform textarea {	width: 90%;	padding: 2px;	}
#commentform #submit {	margin: 0;	float: right;	}
#commentform p {	margin: 5px 0;	}
.nocomments {	text-align: center;	margin: 0;	padding: 0;	}
.commentmetadata {	margin: 0;	display: block;	}

/* Left Panel Styles (Widgets) */


.sidebar ul {list-style:none; padding-left:30px; margin:0px;}
.sidebar ul li#archives, .sidebar ul li#recent-posts , .sidebar ul li#categories-1 { margin:5px 0; padding:0 0 5px 0;}
.sidebar ul li h2 {font:bold 12px Arial; color:#003f54; text-transform:uppercase; margin:5px 0 0 0}
.sidebar ul li ul {list-style:none; padding-left:10px; margin:0; padding-top:5px; font-size:11px; }
.sidebar ul li#archives ul li , .sidebar ul li#recent-posts ul li , .sidebar ul li#categories-1 ul li {font-size:11px; margin:0 0 0 0; padding:0}




/* FooterStyles */
.footer p {padding:0px ; margin: 0 auto; font: bold 11px Arial; color:#003f54; text-align:center; }
.sub-footer p {font: normal 9px arial; color:white; margin:0; padding:0}
.sub-footer a {font: normal 9px arial; color:white;}

.clear {clear:both}


h2.pagetitle {}
#sidebar h2 {}
h3 {}
a {color: #003f54 ;}
/****ORIGINAL WORDPRESS*****/
/* Begin Typography & Colors */

small, #sidebar ul ul li, #sidebar ul ol li,  blockquote, strike {	color: #777;	}

code {	font: 1.1em 'Courier New', Courier, Fixed;	}

acronym, abbr, span.caps{	font-size: 0.9em;	letter-spacing: .07em;	}

/* End Typography & Colors */



/* Begin Structure */


.post hr {
	display: block;
	}


.postmetadata {
	clear: left;
}


/* End Structure */





/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	text-align: right;
	}

.alignleft {
	text-align: left;
	}

/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}


#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}



#commentform #submit {
	margin: 0; margin-right:20px;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */





/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}


/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
