/*

Designed by Swinix.I.S.


Title      : English In Jerusalem
Released   : 022009

Description: A customizable template for the website English In Jerusalem.

Made for Pluck 4.6
*/



* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #C1AD92;
}

h1, h2, h3 {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-shadow: black;
	text-decoration: none;
	text-align:center;
}

h2 {

}

h3 {
	font-weight: bold;
}

p, blockquote, ul, ol {

}

p {

}

blockquote {

	padding-left: 3em;
	padding-right: 3em;
	text-align: justify;
	font-family: Arial,Times, serif;
	font-style: italic;
	color: #330010;
}

ul {
	margin-left: 3em;
}

ul li {

}

ol {
	margin-left: 3em;
}

ol li {

}

a {
	color: #0072BC;
}

a:hover {
	text-decoration: none;
	color: #59C700;
}


img {
	border: none;
}



/* Boxed Style */

.boxed {
}

.boxed .title {
	height: 20px;
	padding: 15px 0 0 19px;
	border: 1px solid #4F9CEF;
	font-size: 1em;
	color: #FFFFFF;
}

.boxed .content {
	margin: 0 0 20px 0;
	padding: 20px;
	background: #DCEBFC;
}


/* Post */

.post {
	padding: 20px 20px 10px 20px;
}

.post .title {
	margin-bottom: 0px;
	padding: 3px 0 15px 0;
	border-bottom: 2px solid #EEEEEE;
	font-size: 2em;
}

.post .date {
	float: right;
	padding: 10px 20px;
	font-size: x-small;
}

.post .date .month {

}

.post .date .day {

}

.post .date .year {

}

.post .meta {
	padding	: 10px 20px;
	font-size: x-small;
}

.post .meta p {

}

.post .story {
	clear: both;
	padding: 20px;
	border-top: 1px solid #EEEEEE;
}

.post .story p, .post .story blockquote, .post .story ul, .post .story ol {
	margin-bottom: 1.5em;
	line-height: 180%;
}



/* Page */

#page {
	width: 720px;
	margin: 0 auto;
	background: #DFC07F;
	background-attachment:scroll;
	border: 3px solid #330010;
	border-bottom-color: #A58862;
	border-bottom-style: ridge;
	border-left-color: #A58862;
	border-right-color: #A58862;
	border-top-color: #A58862;
	border-top-style: ridge;
	border-color: #A58862;
	color: #000000;
}


/* Logo */

#logo {
	height: 200px;
	width: 720px;
	background-repeat:no-repeat;
	background-color:#C1AD92;
	background-image: url(images/header.jpg);
}

#logo h1 {
	letter-spacing: 3px;
	font-size: 24pt;
	position: absolute;
	width: 169px;
	height: 157px;
	color: #000000;
	padding: 30px 10px 10px 20px;

}

#logo h2 {
	margin-top: -8px;
	padding: 0 0 0 410px;
	font-size: 1.3em;
}

#logo a {
	text-decoration: none;
	color: #000000;
}


/* Content */

#content {
	padding:20px 10px 10px 20px;
}

#content h2{
	padding:20px;
}

#extra {

}


/* Content > Main */

#main {

}

#main a {

}


/* Content > Main > Welcome */

#welcome {

}


/* Content > Main > Example */

#example {

}


/* Content > Sidebar */

#sidebar {

}

#sidebar a {

}


/* Menu */

#menu {
	height: 40px;
	background: #C1AD92;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 10px;
	padding: 8px 0 2px 0;
	text-decoration: none;
	font-size: 11pt;
	font-weight:500;
	color: #333333;
}

#menu a:hover {
	border-bottom-color: #FFFFFF;
	color: #666666;
	text-decoration: none;
}

#menu .active a {
	border-bottom-color: #FFFFFF;
}

#menu .first a {

}


/* Footer */

#footer {
	clear: both;
	padding: 5px;
	background: #C1AD92;
}

#footer p {
	margin: 0;
	font-size: x-small;
	color: #888888;
}

#footer a {
	color: #888888;
}


/* Footer > Legal */

#legal {
	text-align:center;

}

/* Footer > Links */

#links {

}

.menudiv {
margin: 10px;
}


/* Albums */

.album	{
border:1px solid #aaa;
text-align:center;
margin:15px auto;
padding: 5px;
}

.album  table {
width:100%;
}

.album * td {
width:48%;
text-align:center;
}

.album  * img	{
border:0;
text-decoration:none;
}

.album * i	{
font-size:x-small;
}

.album-info	{
font-size: 17pt;
}

/* Blogs */
.blogpost {
margin-top: 20px;
}

.posttitle {
font-size: 18px;
}

.postinfo {
font-size: 10px;
}

.blogpost_reaction {
margin-bottom: 15px;
margin-top: 5px;
}
