/*   
	Theme Name: StudioQ Integration
	Theme URI: http://www.studioq.com
	Description: Integration Theme For StudioQ
	Author: WordPress Geeks
	Author URI: http://wpgeeks.com
	Version: 1.0
*/

/* ====================== */
/* === General Styles === */
/* ====================== */

h1 {
	color: #333;
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 15px;
}

h2 {
	color: #333;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 15px;
}

	h2.maintitle {
		color: #333;
		font: 14px Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		margin-bottom: 15px;
	}

h3 {
	color: #333;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 15px;
}

p {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.4em;
	margin: 0 0 15px 0 ;
}

form {
	margin: 0;
	padding: 0;
}


/* ====================== */
/* === Sidebar Styles === */
/* ====================== */

#sidebar { }

	#sidebar a {
		color: #036;
	}
	
		#sidebar a:hover {
			color: #f00;
		}
	
	#sidebar h3 {
		font: 14px Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		margin: 0 0 4px 0;
	}
	
	#sidebar ul, #sidebar li {
		list-style: none;
		margin: 0 0 15px;;
		padding: 0;
	}
	
		#sidebar ul li {
			font: 12px Verdana, Arial, Helvetica, sans-serif;
			margin: 0;
			padding: 2px;
		}

/* =================== */
/* === Post Styles === */
/* =================== */

.post {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

	.post a {
		color: #f00;
	}
	
		.post a:hover {
			color: #036;
		}
	
	.post h2 {
		color: #f00;
		font: 14px Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		margin: 0 0 4px 0;
	}
	
		.post h2 a {
			text-decoration: none;
		}
		
		.post h2.page {
			margin-bottom: 10px;
		}
	
	.post p {
		font: 12px Verdana, Arial, Helvetica, sans-serif;
		line-height: 1.4em;
		margin: 0 0 15px 0 ;
	}
	
		.post p.subtitle {
			border-bottom: 1px dotted #ccc;
			color: #333;
			font-size: 11px;
			padding-bottom: 4px;
		}
	
	.post img {
		border: none;
		margin: 10px;
	}
	
		.post img.WP-EmailIcon, .post img.WP-PrintIcon {
			margin: 0;
		}
	
	.wp-caption {
		border:1px solid #ddd;
		text-align:center;
		background-color:#f3f3f3;
		padding-top:4px;
		margin:10px;
		-moz-border-radius:3px;
		-khtml-border-radius:3px;
		-webkit-border-radius:3px;
		border-radius:3px;
	}
	
	.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;
	}

/* ====================== */
/* === Comment Styles === */
/* ====================== */

ol#commentlist {
	border-top: 1px dotted #ccc;
	list-style: none;
	margin: 4px 0 10px 0;
	padding: 0;
}

	ol#commentlist li {
		background: #f5f5f5;
		border-bottom: 1px dotted #ccc;
		list-style: none;
		margin: 0;
		padding: 5px 10px;
	}
