/*  
Theme Name: Elegance
Theme URI: http://www.elegance.thewindowsplanet.com/
Description: 2 Column elegant Theme with right sidebar, threaded comments. Theme Options for Custom Logo and Custom Background Color.
Version: 1.0
Author: The Windows Planet
Author URI: http://www.thewindowsplanet.com/
Tags: blue,two-columns,right-sidebar,fixed-width,custom-header,custom-colors,theme-options,threaded-comments,sticky-post

This theme is released under the GPL: http://www.gnu.org/licenses/gpl.html

*/

html, body {
	font-family: arial;
	font-size: 12px;
	border: 0;
	color: #404040;
	padding-bottom: 30px;
}

body {
	background: #43707c;
}

body, img, p, h1, h2, h3, h4, h5, ul, ol, li, form, blockquote {
	margin: 0;
	padding: 0;
}

p {
	line-height: 18px;
}

p, h1, h2, h3, h4, h5, ul, ol, blockquote p {
	padding: 10px 0;
}

ul, ol {
	list-style: none;
}

small {
	font-size: 11px;
}

code {
	background: #FFFFC1;
}

a {
	color: #3094ae;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

/* Align (used for images) */

.aligncenter {
	margin: 5px auto 5px auto;
	display: block;
}

.alignleft {
	margin: 14px 15px 10px 0;
	float: left;
}

.alignright {
	margin: 14px 0px 10px 15px;
	float: right;
}

/* Wrap */

.wrap {
	width: 938px;;
}

.left-col {
	float: left;
}

.right-col {
	float: right;
}

/* Container */

#container {
	width: 940px;
	margin: 0 auto;
}

/* Header */

#header {
	width: 100%;
	height: 108px;
}

#header h1 {
	font-size:40px;
	padding: 30px 0 0 20px;
}
#header h1 a{
		color:#FFFFFF;
}

/* Main Menu */

#menu {
	width: 938px;
	height: 35px;
	margin: 0;
	border-left:1px solid #333333;
	border-right:1px solid #333333;
	border-top:1px solid #333333;
}

#menu ul {
	position: relative;
	width: 938px;
	height: 35px;
	margin: 0;
	padding: 0;
	background: #000;
}

#menu ul li {
	float: left;
	background: #000;
	line-height: 30px;
	display: inline;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Lucida Sans", Arial, sans-serif;
}

#menu ul li a {
	display: block;
	position: relative;
	margin-top: 5px;
	padding: 0 15px 0 0;
	color: #C0CDCF;
	border-left: #2B404D 1px solid;
}

#menu ul li a:hover {
	color: #fff;
	cursor: pointer;
}

#menu ul li a span {
	display: inline-block;
	height: 30px;
	padding: 0 0 0 15px;
}

/* Main Menu - Current Page Item */

#menu ul li.current_page_item {
	line-height: 35px;
}

#menu ul li.current_page_item a {
	background: #FFFFFF;
	margin-top: 0;
	color: #1A272E;
	border: 0;
}

#menu ul li.current_page_item a:hover {
	color: #1A272E;
}

#menu ul li.current_page_item a span {
	background: #FFFFFF;
	height: 35px;
}

/* Main Menu - extra */

#menu ul li.first a {
	border: 0;
}

#menu ul li.current_page_item a {
	position: relative;
}

/* Content Area - Content and Sidebar */

.background {
	background: #F5F5F5 url(images/content_bg.gif) repeat-y right top;
	border-left:1px solid #333333;
	border-right:1px solid #333333;
}

/* Content */

#content {
	width: 600px;
}

h2.arh {
	width: 500px;
	margin: 12px 0px 10px 10px;
	padding: 8px 10px;
	font-size: 18px;
	background: #CCC;
	border: #666 1px solid;
	line-height: 25px;
}

/* Post */

.post {
	width: 100%;
	clear: both;
	padding: 10px 0;
	border-bottom: 1px solid #CBCBCB;
}

.error, .page {
	border: 0;
}

/* Post Content */

.post-content {
	width: 570px;
	margin-right: 15px;
	display: inline;
}

.post-content a {
	font-weight: bold;
}

.post-content a:hover {
	text-decoration: underline;
}

/* Post Content Headings */

.post-content h1 {
	font-size: 25px;
	line-height: 30px;
	border-bottom: 1px solid #CBCBCB;
	padding:0;
	margin-bottom: 10px;
}

.post-content h1 a {
	color: #3b3a3a;
}
.post-content h1 a:hover{
	color: #3094AE;
	text-decoration:none;
}
.post-content h2 {
	font-size: 22px;
	line-height: 30px;
	padding:0;
	margin-bottom: 10px;

}

.post-content h2 a {
	color: #3b3a3a;
}

.post-content h2 a:hover{
	color: #3094AE;
	text-decoration:none;
}

.post-content h3 {
	font-size: 18px;
	padding: 5px 0;
}

.post-content h4, h5, h6 {
	font-size: 15px;
	padding: 5px 0;
}


/* Post Content Lists and Blockquote */

.post-content ol, .post-content ul {
	line-height: 20px;
}

.post-content ul {
	padding-left: 30px;
}

.post-content ul li {
	list-style: circle;
	padding: 3px 0;
}

.post-content ol {
	padding-left: 37px;
}

.post-content ol li {
	list-style: decimal;
	padding: 3px 0;
}

.post-content blockquote {
	border-left:2px solid #777777;
	color:#777777;
	font-style:italic;
	margin:5px auto 15px;
	padding:0px 10px;
	width:85%;
}

/**** TABLE FORMATTING ****/	
	
.post-content  table {
	background:#FFF;
	border:2px solid #CCC;
	border-collapse:collapse;
	margin:5px 0 10px;
}
.post-content   th, 
.post-content   td {
	border:1px solid #CCC;
	padding:3px 10px;
	text-align:left;
	vertical-align:top;
}
.post-content   tr.even td {
	background:#F7F7F7;
}
.post-content   th {
	background:#EDEFF0;
}


/* Post Content Images*/

.post-content img {
	padding: 5px;
}

/* Post Content (read more) */

.post-content span.read_more {
	padding: 5px 0 10px 0;
	display: block;
	float: left;
	font-size: 13px;
}

.post-content a span.read_more {
	color: #1A86DF;
	text-decoration: underline ;
}

.post-content a:hover span.read_more {
	text-decoration: none;
}

.postmeta{
	float:left;
	width:100%;
	margin-bottom:15px;

}
.calendar {
	background: url(images/calendar.png) no-repeat left 0px;
	padding-left:20px;

}

.categories {
	background: url(images/category.png) no-repeat left 0px;
	padding-left:20px;

}
.tags{
	background: url(images/tag.png) no-repeat left 0px;
	padding-left:20px;

}
.comment-metadata{
	background: url(images/comments.png) no-repeat left 0px;
	padding-left:20px;
	float:right;
	margin-right:15px;

}
.post-meta h4.comments {
	background: url(images/icon_comment.gif) no-repeat right 4px;
}

.post-meta h4.comments a {
	color: #666666;
}

/* More Entries */

.more_posts {
	width: 580px;
	clear: both;
	margin: 0px 10px 10px 10px;
	padding: 5px 0 6px 0;
}

.more_posts h2 {
	font-size: 20px;
}

.more_posts h2 a {
	color: #404040;
}

.more_posts h2 a:hover {
	color: #3094AE;
}



/* Sidebar */

#sidebar {
	width: 338px;
}

#sidebar h2 {
	font-size: 16px;
	color: #404040;
}

/* Sidebar Search */

#search {
	width: 100%;
	height: 50px;
}

#search form {
	padding: 14px 0 0 40px;
}

#search form div {
	width: 259px;
	height: 28px;
	background: url(images/search_field.gif) no-repeat 0 0;
	position: relative;
}

#search form input.search_box {
	width: 175px;
	border: 0;
	position: absolute;
	left: 5px;
	top: 5px;
	padding-top: 2px;
	background: transparent;
	font-size: 11px;
	font-weight: bold;
	outline: none;
}

#search form input.submit {
	position: absolute;
	right: 0;
}

/* Sidebar Block */

#sidebar .block {
	padding: 2px 4px 2px 14px;
}

#sidebar .block a {
	color: #43707c;
}

#sidebar .block a:hover {
	color: #131A1C;
}

#sidebar .block ul {
	width: 100%;
	padding: 1px 0 8px 0;
}

/* Sidebar Inside Block */

#sidebar_in .block ul li {
	font-weight: bold;
	border-bottom: #BDCCD1 1px solid;
	line-height: 20px;
	padding: 4px 0 4px 18px;
	background: url(images/bullet.png) no-repeat 4px 8px;
	margin-right: 10px;
}

#sidebar_in .block ul li ul li {
	border: 0;
}

/* Sidebar Special List */

#sidebar .categories ul, #sidebar .blogroll ul, #sidebar .widget_categories ul, #sidebar .widget_links ul {
	background: url(images/sidebar_ul_lines.gif) no-repeat 0 0;
	margin-top: 3px;
}

#sidebar .categories ul li, #sidebar .blogroll ul li, #sidebar .widget_categories ul li, #sidebar .widget_links ul li {
	width: 104px;
	float: left;
	margin-right: 10px;
	display: inline;
}

#sidebar .categories ul li, #sidebar .widget_categories ul li {
	background: url(images/bullet.png) no-repeat 4px 8px;
}

#sidebar .blogroll ul li, #sidebar .widget_links ul li {
	background: url(images/bullet.png) no-repeat 4px 8px;
}

/* Widget (calendar) */

#wp-calendar {
	width: 95%;
	padding: 0 0 0px 0;
	margin-bottom: 15px;
}

#wp-calendar caption {
	padding: 10px;
}

#wp-calendar th, #wp-calendar td {
	padding: 5px;
	text-align: center;
	background: #C0DBE2;
}

#wp-calendar td {
	background: transparent;
}

#wp-calendar td, table#wp-calendar th {
	padding: 3px 0;
}

#wp-calendar a {
	text-decoration: underline;
}

#wp-calendar a:hover {
	text-decoration: none;
}

/* Widget (tag cloud) */

#tag_cloud {
	padding-bottom: 20px;
}

#tag_cloud h2 {
	margin-bottom: 5px;
}

/* Footer */

#footer {
	width: 938px;
	margin: 0 auto;
	background: #000000;
	padding: 0;
	position: relative;
	border-left:1px solid #333333;
	border-right:1px solid #333333;
}

#footer p{
	color:#999;
}
#footer a {
	color: #999;
}

#footer a:hover {
	color: #08298d;
}

#footer h2 {
	color: #6D7E87;
}

/* Copyright */

#copyright {
	width: 100%;
	clear: both;
	background: #000000;
	font-size: 11px;
	color: #677881;
	padding: 5px 0;
}

#copyright .left-col {
	padding-left: 15px;
}

#copyright .right-col {
	padding-right: 15px;
}

#copyright .right-col img {
	vertical-align: middle;
}

/* Fix */

.wrap:after,
.block ul:after {
    content: "."; 
    display: block;
	 height: 0;
    clear: both; 
    visibility: hidden;
}

/* Misc */

.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl{
	float: left
}
.fr{
	float: right
}
.ac{
	text-align: center
}
.ar{
	text-align: right
}
img.centered{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

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

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

.alignleft{
	float: left;
}

.alignright{
	float: right;
}



/***** COMMENTS *****/

#comment {
	background: #FFFFFF;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 0px 5px 0px;
	padding: 4px;
	}
		

.commentlist li ul li {
	font-size: 12px;
	}

.commentlist ol li {
	font-weight: bold;
	color: #666;
	list-style:none;
	}

.commentlist li .avatar { 
	background: #FFFFFF;
	float: right;
	border: 1px solid #EEEEEE;
	margin: 0px 5px 0px 10px;
	padding: 2px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	color: #666;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

.commentmetadata {
	padding: 5px 0 0 0;
	font-weight: normal;
	}

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

#commentform {
	margin: 5px 10px 0px 0px;
	}
	
#commentform textarea {
	width: 90%;
	padding: 10px;
	border: 1px solid #666;
	}
	
#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
	
#commentform p {
	margin: 5px 0px 5px 0px;
	}
	
#commentform #submit {
	margin: 5px 0px 20px 0px;
	float: left;
	border: 1px solid #0CC;
	}
	
.alt {
	margin: 0px;
	padding: 10px;
	}

.commentlist {
	margin: 0px;
	padding: 0px;
	}
	
.commentlist ol {
	margin: 0px;
	padding: 10px;
	list-style:none;
	}

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

	}
.commentlist ol li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	}
	
.children { 
	margin: 0px;
	padding: 0px;
	}

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
	
.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
	}

#author, #email, #url {
	background: #FFFFFF;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 4px;
	border: 1px solid #666;
	}
	
.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
	
.thread-even {
	background: #dfeaf2;
	margin: 0px;
	padding: 0px;
	}
	
.depth-1 {
	border: 1px solid #E6E6E6;
	margin: 0px;
	padding: 0px;
	}

.even, .alt {
	border: 1px solid #CCC;
	margin: 0px;
	padding: 0px;
	}


li.pings {
  border-bottom: 1px dotted #CCC;
  margin: 0;
  padding: 5px 0 5px 5px;
  width: 500px;
}

.pings:first-child { border-top: none; }
.pings:last-child { border-bottom: none; margin-bottom: 30px; }

