/*
Theme Name: ChossonKallah v1.1
Theme URI: http://www.chossonandkallah.com/
Description: Custom theme for ChossonKallah blogs
Author: Shimon Schwartz
Author URI: http://www.chossonandkallah.com/
*/

* {
	margin: 0;
	padding: 0;
}
body {
	background: #FFFFFF url(images/light-blue.gif);
	color: #39322A;
	font: 14px/1.6 Georgia,"Times New Roman",Times,serif;
	font-weight: normal;
}
	#header, #page, #mainmenu {
		background: #FFFFFF;
	}
h1 {
	font-size: 30px;
	font-weight: normal;
	line-height: 1.2;
}
h2, h3 {
	font: 24px/1.5 Constantia,Georgia,Cambria,Calibri,Times,"Times New Roman",serif;
	line-height: normal;
}
h3 {
	font-size: 18px;
}
a {
	color: #2893BB;
}
	a:hover {
		color: #326EA1;
	}
img {
	border: none;
}
.alignleft {
	clear: right;
	float: left;
}
.alignright {
	clear: left;
	float: right;
}
p img.alignleft, p img.alignright {
	background: #E7EFF8;
	padding: 5px;
}
p img.alignleft, div.alignleft {
	margin: 0 10px 10px 0;
}
p img.alignright, div.alignright {
	margin: 0 0 10px 10px;
}
.wp-caption {
	background: #E7EFF8;
	clear: right;
	float: left;
	padding: 5px;
	text-align: center;
	width: auto;
}
	.wp-caption img {
		margin: 0 0 3px;
		padding: 0;
	}
	.wp-caption p {
		font-size: 11px;
		line-height: 1.3;
	}
.aligncenter {
	display: block;
	clear: both;
	float: none;
	margin: 0 auto 10px;
	text-align: center;
}
p img.aligncenter {

}
.required {
	color: #FF3300;
	font-weight: bold;
}
/* ----- Header ----- */
#header {
	margin: 20px auto 0;
	overflow: hidden;
	width: 960px;
}
/* ----- Menu ----- */
#mainmenu {
	margin: 20px auto;
	overflow: hidden;
	padding: 0 10px;
	width: 940px;
}
	#mainmenu li {
		display: inline;
		font-size: 14px;
		font-variant: small-caps;
		font-weight: bold;
		line-height: 30px;
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	#mainmenu a {
		padding: 10px 20px;
		text-decoration: none;
		text-transform: uppercase;
	}
	#mainmenu a:hover {
		background: #E7EFF8;
	}
	#mainmenu li+li {
		border-left: solid 1px #A9C6E8;
	}
/* -----  Body  ----- */
#page {
	border-top: solid 3px #A9C6E8;
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
}
	#history_nav {
		padding-top: 30px;
	}
		#history_nav a+a {
			margin-left: 250px;
		}
/* ----- Content ----- */
#content {
	display: inline;
	float: left;
	margin: 0 30px;
	overflow: hidden;
	padding: 20px 0;
	width: 555px;
}
	.entry {
		background: #FFF url(images/divider.png) center bottom no-repeat;
		overflow: hidden;
		padding-bottom: 80px;
	}
	.entry+.entry {
		margin-top: 24px;
	}
		.entry h1 {
			clear: both;
		}
			.entry h1 a {
				color: #111111;
				text-decoration: none;
			}
			.entry h1 a:hover {
				text-decoration: underline;
			}
		.entry h2 {
			border-bottom: 1px solid #A9C6E8;
		}
		.entry h3 {
			border-bottom: 1px solid #E7EFF8;
		}
		.entry h2, .entry h3, .entry p, .entry p+div, .entry div, .entry ol, .entry ul {
			margin-top: 18px;
		}
		.entry h1, .entry p+p {
			clear: both;
		}
		.entry h2 a {
			font-weight: normal;
			text-decoration: none;
		}
		.entry h2 {
			margin-top: 36px;
		}
		.entry h3 {
			margin-top: 24px;
		}
		.entry h2+p, .entry h2+ul, .entry h2+ol,
		.entry h2+h3,
		.entry h3+p, .entry h3+ul, .entry h3+ol {
			margin-top: 5px;
		}
		.entry ol, .entry ul {
			margin-left: 20px;
		}
			#content li+li {
				/*margin-top: 10px;*/
			}
			#content .sexy-bookmarks li+li {
				margin-top: 0;
			}
	
		.entry .likep {
			list-style: none;
		}
		.entry .last {
			font-style: italic;
		}
			.entry .last a {
				color: #FF6600;
			}
		.entry .postmetadata {
			color: #888888;
			font-size: 10px;
			letter-spacing: 1px;
			margin-top: 0;
			text-transform: uppercase;
		}
			.postmetadata span {
				font-style: italic;
				text-transform: lowercase;
			}
			.postmetadata a {
				color: #888888;
				text-decoration: none;
			}
			.postmetadata a:hover {
				color: #111111;
				text-decoration: underline;				
			}
			.postmetadata .comments_link {
				color: #000000;
				font-weight: bold;
			}
		.copycode {
			border: solid 1px #CCCCCC;
			font-family: "Courier New", Courier, monospace;
			font-size: 11px;
			padding: 5px;
			width: 500px;
		}
		#content .ad468x60 {
			border: solid 1px #A9C6E8;
			margin-top: 20px;
			padding: 5px;
			text-align: center;
		}
/* ----- Comments ----- */
h2#comments {
	font-size: 18px;
	font-weight: normal;
	border-bottom: dotted 1px #A9C6E8;
	padding: 30px 10px 10px;
}
	h2#comments span {
		font-size: 24px;
	}
#comment_list {
	
}
	#comment_list li {
		margin-top: 10px;
		overflow: hidden;
		padding-bottom: 20px;
	}
		#comment_list li .comment_author_meta {
			clear: right;
			float: left;
			padding-top: 10px;
		}
			#comment_list li cite {
				font-size: 16px;
				font-style: normal;
				font-weight: bold;
			}
				#comment_list li cite a {
					text-decoration: none;
				}
				#comment_list li cite a:hover {
					text-decoration: underline;
				}
			#comment_list li .comment_time {
				font-size: 11px;
				letter-spacing: 1px;
				padding: 6px 6px 0;
				text-transform: uppercase;
			}
				#comment_list li .comment_time a {
					color: #888888;
					text-decoration: none;
				}
				#comment_list li .comment_time a {
					text-decoration: uppercase;
				}
		#comment_list li img {
			float: right;
		}
		#comment_list li blockquote {
			clear: both;
		}
/* ----- Comment Form ----- */
#respond {
	
}
	#respond h3 {
		border-top: solid 1px #A9C6E8;
		font-size: 18px;
		padding: 20px;
	}
	#respond input {
		margin-bottom: 20px;
		width: 50%;
	}
	#respond input, #respond textarea {
		border-color: #A9C6E8 #E7EFF8 #E7EFF8 #A9C6E8;
		border-style: solid;
		border-width: 1px;
		clear: both;
		padding: 2px 3px;
	}
	#respond textarea {
		width: 95%;
	}
	#respond label {
		padding: 0 10px;
	}
	#respond p {
		background: #E7EFF8;
		font-size: 11px;
		font-style: italic;
		padding: 2px 4px;
		width: 95%;
	}
	#respond button {
		margin: 20px auto 0;
	}
/* ----- Sidebar ----- */
#sidebar {
	/*background: #E7EFF8;*/
	border-bottom: solid 1px #A9C6E8;
	border-left: solid 1px #A9C6E8;
	display: inline;
	float: right;
	overflow: hidden;
	padding: 0 20px 50px;
	width: 302px;
}
	#sidebar .ad300x250 {
		border: solid 1px #A9C6E8;
		margin: 10px auto;
		width: 300px;
	}
		#social-links a+a {
			margin-left: 30px;
		}
		#sidebar h3 {
			border-top: solid 2px #A9C6E8;
			/*background: #A9C6E8;
			color: #FFFFFF;
			font: 16px/1.5 	"Gill Sans MT","Gill Sans",Calibri,"Trebuchet MS",sans-serif;*/
			margin-top: 30px;
			padding: 5px 10px;
			text-transform: uppercase;
		}
		#sidebar p {
			line-height: 1.3;
			padding: 4px 10px;
		}
			#sidebar img {
				text-align: center;
			}
		#sidebar ul {
			list-style: inside square;
			color: #FF6600;
		}
			#sidebar ul li {
				line-height: 1.2;
			}
			#sidebar ul li a {
				color: #326EA1;
				display: block;
				text-decoration: none;
				padding: 4px 10px;
			}
			#sidebar ul li a:hover {
				background: #E7EFF8;
				/*background: #A9C6E8;
				color: #FFFFFF;*/
			}
			#sidebar ul li strong {
				padding: 4px 10px;	
			}
		#fanbox {
			margin-top: 30px;
		}
/* ----- Footer ----- */
#footer {
	/*background: #E7EFF8;*/
	padding: 20px;
}
	#footer p, #footer ul {
		font-size: 12px;
		margin: 0 auto;
		padding: 0 20px;
		width: 920px;
	}