/*
	Theme Name: Artel News
	Theme URI: http://artel.com/news/
	Description: Artel site theme
	Version: 1
	Author: Central Mass Web Design
	Author URI: http://www.centralmasswebdesign.com/
	Tags: Artel
*/

/* whole page */



.alignleft {
	float: left;
}

.alignright {
	float: right;
}

a:hover {
	color: #000 !important;
}

blockquote {
	margin: 1em 2em 1em 1em;
}

/* content area */

#content-right {
	width: 625px !important;
}

#content-right .post {
	margin: 0 20px 10px 5px;
	padding: 15px 0;
	border-bottom: 1px dotted #0053a5;
}

#content-right .post h2 {
	font-size: 18px;
}

#content-right .post h3 a {
	font-size: 16px;
}

#content-right .postmetadata {
	color: #777777;
	background: inherit;
}

#content-right .navigation {
	margin: 2em 0em 0em;
	padding: 0em;
	display: block;
}

#content-right .goback {
	margin: 0em 0.5em 0em 0em;
	padding: 0em;
	float: left;
	font-size: 1.25em;
}

#content-right .goforward {
	margin: 0em 0em 0em 0.5em;
	padding: 0em;
	float: right;
	font-size: 1.25em;
}

#content-right #comments {
	margin: 2em 0em 1em;
	padding: 0em;
	clear: both;
}

#content-right .commentlist {	
	margin: 0em;
	padding: 0em;
	font-size: 0.9em;
}

#content-right .commentlist li {
	margin: 0em;
	padding: 0em;
	list-style-type: none;
}

#content-right .commentlist img.avatar {
	float: right;
	margin-left: 1em;
}

#content-right .commentmetadata {
	margin: 0em 0em 2em;
	color: #777777;
	background: inherit;
}

#content-right #respond {
	margin: 2em 0em 1em;
	padding: 0em;
	clear: both;
}
/* end content area */

/* these rules are added for compatibility with WordPress Theme Directory */

.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* end Theme Directory compatibility */

/* sidebar */
#content-left {
	padding: 0 25px;
	width: 200px !important;
}

#content-left h2 {
	margin: 0em;
	padding: 0em;
}

#content-left h2 a, #content-left h2 a:visited {
	color: black;
	background: inherit;
}

#content-left h2 a:hover {
	color: #1070c0;
	text-decoration: underline;
}

#content-left ul {
	margin: 0em;
	padding: 0em;
}

#content-left ul li {
	margin: 0 0 0 1em;
	padding: 0;
	list-style-type: none;
}

#content-left a {
	margin: 0;
	padding: 0 0 0 10px;
	display: inline !important;
}

#content-left ul li ul li, #content-left ul li ol li {
	margin: 4px 0 4px 0;
	padding: 0em;
}

#content-left .textwidget {
}
#search .s_text, #search .s_button {
	float: left;
}
#search .s_text {
	width: 120px;
}
#search .s_button {
	width: 50px;
}
/* end sidebar */

#content-right .pagetitle{
	margin: 15px 0 0 5px;
	font-weight:bold;
	color:#214594;
}