/*  
Theme Name: dotCommonweal
Theme URI: http://www.commonweal.org/
Description: 
Version: 1.0
Author: Clever Age
Author URI: http://www.clever-age.com.pl/
*/

/* ------------------------------------------ */
/* --------- GENERAL STYLES ----------------- */
/* ------------------------------------------ */
/* --- Headings -------- */
.content h1 {
	font-weight: bold;
	font-size: 4em;
	text-align: center;
	text-decoration: none;
	color: white;
	padding-top: 70px;
	margin: 0;
	}	
	h1 a {
		text-decoration: none;
		color: white;
		}
		h1 a:hover {
			text-decoration: none;
			color: white;
			}
		
h2 {
	font-weight: normal;
	font-size: 20px;
	color: #666666;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	}	
	h2.pagetitle {
/* 		font-size: 1.6em; */
		margin: 30px 0px 20px 0px;
		text-align: center;
		}		

		h2 a {
			text-decoration: none;
			color:#6594C2;
			}
			h2 a:hover {
				text-decoration: none;
				color: #06c;
				}
	
h3 {
	font-weight: normal;
	font-size: 20px;
	color: #666666;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	}	
	h3.comments {
		padding: 0;
		margin: 40px auto 20px ;
		}		
		h3 a {
			text-decoration: none;
			color:#6594C2;
			}
			h3 a:hover {
				text-decoration: none;
				color: #06c;
				}
				
/* Images and links */
img {
	}
	p img {
		padding: 0;
		max-width: 100%;
		}	
	a img {
		border: none;
		}
	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;
		}

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

	a:hover {
		color: #4d8ecc;
		text-decoration: underline;
		}		
		
/* ------other --------*/
	
small {
	float: left;
	width: 100%;
	font-size: 12px;
	padding: 10px 0px 10px 0px;
	/*line-height: 30px; */
	}


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

	blockquote cite {
		margin: 5px 0 0;
		display: block;
		text-decoration: none;
		}
    blockquote p {
      color: #777 !important;
      }
		
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}


acronym {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dashed #999;
	}	
abbr {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dashed #999;
	}	
span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

ol li {
	list-style: decimal outside;
	}

select {
	width: 130px;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

.navigation {
	display: block;
	margin: 0px 0px 15px 0px;
	text-align: center;	
	}
	.navigation div.link {
		display: inline;
		}	
		.navigation div.link a {
			color: #6594C2;	
			}
			.navigation div.link a:hover {
				color: #336699;
				text-decoration: none;
				}
		.navigation div.link span.line {
			margin: 0px 5px 0px 5px;
			}

/*.navigation {
	display: block;
	margin: 10px 0px 60px 0px;
	text-align: center;	
	}
	#content.narrowcolumn .navigation {
		float: left;
		width: 550px;	
		}
		#content.narrowcolumn .navigation div.link-left {
			float: left;
			width: 244px;
			padding: 0px 9px 0px 0px;
			text-align: right;
			background: url('../../../../images/line-black.jpg') no-repeat right 2px;
			}	
		#content.narrowcolumn .navigation div.link-center {
			float: left;
			width: 44px;
			}	
		#content.narrowcolumn .navigation div.link-right {
			float: left;
			width: 244px;
			padding: 0px 0px 0px 9px;
			text-align: left;
			background: url('../../../../images/line-black.jpg') no-repeat left 2px;
			}	
	
			.navigation div a {
				color: #6594C2;	
				}
				.navigation div a:hover {
					color: #336699;
					text-decoration: none;
					}
			.navigation div span.line {
				margin: 0px 5px 0px 5px;
				}			*/
/* ------------------ END OF GENERAL STYLES ------------------------------ */
	
	
#blog-content {
	float: left;
	width: 770px;
	margin: 0px;
	padding: 0px;
	font-size: 0.6em;	
	background: #ffffff;	
	}
	a.blog-main-image {
		display: block;
		width: 765px;
		height: 120px;	
		margin: 0px;
		padding: 0px;
		background: url('images/dotcomm.gif') no-repeat left top;
		}

	/*#page {
		width: 770px;	
		margin: 20px auto;
		padding: 0;
		background-color: white;
		text-align: left;
		border: 1px solid #959596;
		} */
				
	/*#content {	
		font-size: 1.2em;
		}*/
		
		div.widecolumn {
			float: left;
			width: 700px;	
			margin: 20px 0px 25px 0px;
			padding: 0;
			line-height: 1.6em;
			}		
		
			.widecolumn .post {
				margin: 0;
				}
		
			.widecolumn .smallattachment {
				text-align: center;
				float: left;
				width: 128px;
				margin: 5px 5px 5px 0px;
				}
			
			.widecolumn .attachment {
				text-align: center;
				margin: 5px 0px;
				}	
				
		div.narrowcolumn {
			float: left;
			width: 545px;	
			padding: 20px 35px 20px 35px;
			margin: 0px 0px 0px 0px;
			overflow: hidden;
      font-size:0.7em;
			}	


	/* sidebar */
	#sidebar {
		float: left;
		width: 150px;
		margin: 0px 0px 0px 0px;
		padding: 20px 0px 10px 0px;			
		font-family: Arial, Verdana, sans-serif;
		}	
		
		#sidebar h2 {
			font-size:13px;
			text-decoration: none;	
			margin: 5px 0 0;
			padding: 0;
			color: black;
			font-weight: bold;
			}
			
		#sidebar ul {
			margin: 0;
			padding: 0;
			font-size: 11px;
			}	
			#sidebar a {
				color: #6594C2;
				}
				#sidebar a:hover {
					color: #336699;
					text-decoration: none;
					}
				
			#sidebar ul ul {
				margin: 5px 0 0 5px;
				}		
				#sidebar ul ul ul {
					margin: 0px 2px 0px 0px;
					}
				#sidebar ul ul li{
					color: #777;
					margin: 1px 0px 0px 0px;
					padding: 0px 3px 0px 11px;
					background: url('images/list-arrow.png') no-repeat left 2px;
					}
					#sidebar ul ul li:before {
						/*content: "\00BB \0020";	 */
						}	
					
			#sidebar ul ol {
				margin: 0 0 0 10px;
				padding: 0;
				}			
				#sidebar ul ol li {
					color: #777;
					list-style: decimal outside;
					margin: 3px 0 0;
					padding: 0;				
					}
					
			#sidebar ul li {
				list-style-type: none;
				list-style-image: none;
				margin-bottom: 15px;
				}
	
			#sidebar ul p {
				margin: 5px 0 8px;
				}
				
			#sidebar ul select {
				margin: 5px 0 8px;
				}
		
			#sidebar form {
				margin: 0;
				}
				#searchform {
					margin: 10px 0px 10px 0px;
					padding: 5px 3px; 
					}				
					#sidebar #searchform input#s {
						width: 108px;
						padding: 2px 2px 2px 6px;
						font-size: 11px;
						color: #333;
						border: solid 1px #336699;
						}
	
					#sidebar input#searchsubmit {
						clear: left;
						width: 67px;
						height: 24px;
						margin: 5px 0px 0px 5px;
						background: url("img/button_submit.jpg") no-repeat scroll left top;
						border: none;
						cursor: pointer;
            color: #fff;
            padding: 0 0 5px;
						}	
		/* end of sidebar */	
				
			
		/* ----- comments ------ */
		
		.commentlist {
			clear: left;
			margin: 0px;
			padding: 0;
			/*text-align: justify; */
			}	
			.commentlist li {
				clear: left;
				font-weight: bold;
				margin: 15px 0 3px;
				padding: 5px 10px 3px;
				list-style: none;
				}		
			.commentlist cite {
				font-weight: bold;
				font-style: normal;
				font-size: 1.1em;
				}
				.commentlist cite a {
					font-weight: bold;
					font-style: normal;
					font-size: 1.1em;
					}
			
			.commentlist p {
				font-weight: normal;
				line-height: 1.5em;
				text-transform: none;
				margin: 10px 5px 10px 0;
        color: #000;
				}	
				.commentlist p a {
					color: #6594C2;
					}					
					.commentlist p a:hover {
						color: #336699;
						text-decoration: none;
						}
				
			.commentlist .alt {
				background-color: #f8f8f8;
				border-top: 1px solid #ddd;
				border-bottom: 1px solid #ddd;
				margin: 0;
				padding: 10px;
				}
				
			.commentlist .dotted {
				margin: 0;
				padding: 10px 0 5px 0;	
				font-size: 12px;
				background: url('img/line-blue-horizontal.gif') repeat-x top;
				}
			.commentlist .dotted:first-child {
				background: none;
				}
				.commentlist .dotted a {
					font-size: 12px;
					}
				
			.commentmetadata {
			    position: relative;
			    width: 100%;
			    color: #848282;
			    }
			    .commentmetadata span.date {
				position: absolute;
				top: 0;
				right: 0;
				font-weight: bold;
				}
				.commentmetadata a {
				    color:#6594C2;
				    }
				    .commentmetadata a:hover {
					text-decoration: none;
					}
			    .commentmetadata span.subscriber {
				font-size: 9px;
				font-weight: normal;
				color: #4D8ECC;
				letter-spacing: 1px;
				line-height: 2;
				text-transform: uppercase;
				border-bottom: 1px dotted #4D8ECC;
				}
		h3#respond,
		h3#comments {
		    font-size: 16px;  
		    font-weight: normal;
		    color: #6594C2; 
		    margin: 0 0 10px 0;
		    padding: 10px 0 5px;
		    background: transparent url('img/line-blue-horizontal.gif') repeat-x scroll center bottom;
		    }
		p.commentform-intro {
		    font-size: 12px;
		    font-weight: bold;
		    margin: 10px 0 10px 0;
		    }
		#commentform  {
			}
			#commentform input {
				font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
				width: 170px;
				padding: 2px;
				margin: 5px 5px 1px 0;
				}		
			#commentform textarea {
				font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
				width: 540px;
				padding: 2px;
				border:1px solid #6594C2 !important;
				}	
			#commentform p {
				font-size: 12px;
				margin: 5px 0;
				}	
			
			#commentform #submit {
				margin: 0;
				float: left;
        background: url("img/button_submit.jpg") no-repeat scroll left top;
        width: 67px;
        height: 24px;
        color: #fff;
        padding: 0 0 5px 0;
				}	
			
			
		.nocomments {
			color: #777;
			text-align: center;
			margin: 0;
			padding: 0;
			}
		
		/* end of comments*/
		
			
		/* ---- Calendar ------ */
		#wp-calendar {
			empty-cells: show;
			margin: 10px auto 0;
			width: 155px;
			}	
			#wp-calendar a {
				text-decoration: none;
				display: block;
				}		
			
				#wp-calendar #prev a {
					font-size: 9pt;
					padding-left: 10px;
					text-align: left;
					}
					
				#wp-calendar #next a {
					font-size: 9pt;
					padding-right: 10px;
					text-align: right;
					}
					
			#wp-calendar caption {
				font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
				text-align: center;
				width: 100%;
				text-decoration: none;
				}				
		
			#wp-calendar th {
				font-style: normal;
				text-transform: capitalize;
				}
		
			#wp-calendar td {
				padding: 3px 0;
				text-align: center;
				}
				#wp-calendar td.pad:hover {
					background-color: #fff; 
					}	 
			
				
		/* ------- Posts -------- */
		.entry {
			clear: left;
			}
			.narrowcolumn .entry {
				line-height: 1.4em;
        margin-bottom: 15px;
        margin-top: 10px;
				}	
			.widecolumn .entry {
				line-height: 1.4em;
				}
				.entry iframe {
					display: block;
					margin: 0 auto;
					}
				.entry form {
					text-align:center;
					}		
					
				.entry p {
					clear: left;
					/*float: left;
					width: 100%; */
					margin: 0px 0px 15px 0px;
					font-size:13px;
					line-height:1.7;
          color: #000;
					}	
					.widecolumn .entry p {
						font-size: 1.05em;
						}
						.entry p a {
							color: #6594C2;
							}
						
				.entry ol {
					padding: 0 0 0 35px;
					margin: 0;
					}
					.entry ol li {
						margin: 0;
						padding: 0;
						}			
				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 {
							content: "\00BB \0020";
							}
		.post {
			clear: left;
			margin: 0px 0px 0px 0px;
			/* text-align: justify; */
			}
			.post hr {
				display: block;
				}
			.post div.post_date, .entry div.post_date {
				clear: left;
				float: left;
				width: 100%;
				font-size: 12px;
				padding: 10px 0px 5px 0px;
				}
			.post div.posted_by {
				clear: left;
				font-size: 11px;
				}
			.postmetadata {
				clear: left;
				font-size: 11px;
				}
				.widecolumn .postmetadata {
					margin: 30px 0;
					}	
				.narrowcolumn .postmetadata {
					text-align: left;
					padding-top: 15px;
					}	
				 .postmetadata.single {
					text-align: left;
					padding-top: 0px !important;
					margin: 0px;
					}						
					
					.postmetadata ul{
						display: inline;
						list-style-type: none;
						list-style-image: none;
						}
						.postmetadata li {
							display: inline;
							list-style-type: none;
							list-style-image: none;
							}
	
					.postmetadata a {
						color:#6594C2;
						}
						.postmetadata a:hover {
							color:#114477;
							text-decoration:none;
							}	
				div.single-actions {
					clear: left;
					margin: 25px 0px 30px 0px;
					padding: 0px 0px 0px 0px;
					}
					div.single-actions a {
						margin: 0px 6px 0px 0px;
						color: #6594C2;
						text-decoration: none;
						}
					
					
			div.post_separator {
				width: 550px;
				background: url("img/line-blue-horizontal.gif") repeat-x center bottom;
				height: 1px;
				margin: 20px 0px;
				padding: 0px;
				font-size: 0px;
				line-height: 0px;
				}	

		/* ------- Author page -------- */
		div.author-container {
      margin-bottom: 20px;
			}
			div.author-container h2 {
				background: url("img/line-blue-horizontal.gif") repeat-x scroll center bottom;
				margin: 0px 0px 10px 0px;
				padding:0px 0px 5px;
				color:#666666;
				font-size:20px;
				font-weight:normal;
				}		
		
		
		/* Advertisement - internal */
		div.advertisement-internal {
			}
		
