/*
Theme Name: Custom Theme for Anshei Sfard
Theme URI: http://nowsourcing.com
Description: The custom WordPress designed for the Anshei Sfard website.
Version: 1.0
Author: NowSourcing
*/

/*------------------------------------------------------------
Begin by resetting the browser defaults
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*------------------------------------------------------------
Now, set things the way they should be
------------------------------------------------------------*/

body {
	background: #336666 url(images/back.jpg) repeat-x top left;
	font-family: Arial;
	font-size: 1em;
}

#Header {
	background: transparent url(images/back_header.jpg) no-repeat top left;
	height: 47px;
	width: 949px;
}

	#Header a {
		display: block;
		height: 47px;
		width: 380px;
		text-decoration: none;
	}

	#Header a:hover {
		text-decoration: none;
	}

#Main {
	background: #aaaa75 url(images/back_main.gif) repeat-y top left;
	width: 949px;
}

	#LeftColumn {
		background: transparent url(images/back_left.jpg) no-repeat top left;
		float: left;
		width: 194px;
		min-height: 350px;
	}
	
		#LeftColumn p {
			margin: 40px 0 0 37px;
		}
	
		#Menu {
			font-family: Myriad Pro, Arial, Helvetica, Sans-Serif;
			margin: 15px 15px 0 37px;
			height: 276px;
		}
		
		#Menu li {
			text-align: center;
			background: transparent url(images/menu_divider.jpg) no-repeat bottom center;
		}
		
		#Menu a {
			color: #663;
			text-transform: uppercase;
			text-decoration: none;
			height: 20px;
			padding-top: 3px;
			display: block;
		}
		
		#Menu a:hover {
			color: #300;
			/*
			background: transparent url(images/menu_divider.jpg) repeat-y top center;
			*/
		}

	#CenterColumn {
		background: transparent url(images/back_center.jpg) no-repeat top left;
		float: left;
		width: 574px;
		min-height: 350px;
	}

		#CenterHeader {
			background: transparent url(images/splash_inner.jpg) no-repeat top left;
			height: 113px;
			width: 574px;
		}

		#CenterHeaderSplash {
			background: transparent url(images/splash.jpg) no-repeat top left;
			height: 331px;
			width: 574px;
		}
		
		#Content {
			background: #d0d0ad url(images/back_content.gif) no-repeat bottom left;
			width: 546px;
			margin: 0 3px 0 5px;
			padding: 10px 10px;
			color: #300;
			font-family: Arial;
		}

			#Content h1, #Content h2, #Content h3 {
				font-family: Arial;
				font-weight: bold;
				margin: 5px 0 15px 0;
			}

			#Content h1 {
				font-size: 1.2em;
			}

			#Content h2 {
				font-size: 1em;
				font-style: italic;
			}

			#Content h3 {
				font-size: .8em;
			}

			#Content p {
				margin: 5px 0 11px 0;
			}

			#Content a {
				color: #366;
				text-decoration: none;
			}

			#Content a:hover {
				color: #033;
				text-decoration: underline;
			}
			
			#Content ul {
				margin: 5px 0 15px 30px;
			}
			
			#Content ul li {
				list-style-type: circle;
			}
			
			#Content ol {
				margin: 5px 0 15px 30px;
			}

			#Content ol li {
				list-style-type: decimal;
			}
			
			#Content blockquote {
				margin: 5px 20px 15px 20px;
				padding: 15px 15px;
				background-color: #f1f1d3;
			}

			#Content blockquote:before {
				content: open-quote;
			}

			#Content blockquote:after {
				content: close-quote;
			}

	#RightColumn {
		background: transparent url(images/back_right.jpg) no-repeat top left;
		float: right;
		width: 151px;
		padding: 0 20px 0 10px;
		min-height: 350px;
		font-size: .75em;
	}

		#RightColumn h2 {
			margin: 20px 0 5px 0;
			font-size: 1.3em;
		}

		#RightColumn a {
			color: #033;
			text-decoration: none;
		}

		#RightColumn a:hover {
			color: #fff;
		}
	
	#Stretcher {
		clear: both;
	}

#Footer {
	background: transparent url(images/back_footer.jpg) no-repeat top left;
	clear: both;
	height: 47px;
	width: 919px;
	padding: 30px 0 0 30px;
	color: #5c9a9a;
	font-size: .75em;
	text-align: center;
}




/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */







