/*
Design by TalG Design for Swinix.I.S.


Title      : Yehonatan Shachar
Released   : 062009

Made for Pluck 4.6
*/



* {
	margin: 0;
	padding: 0;
}

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

h1, h2, h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #4B2C07;
	text-shadow: black;
	text-decoration: none;
}

p, blockquote, ul, ol {

}

p {

}

blockquote {

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

ul {
	margin-right: 3em;
}

ul li {

}

ol {
	margin-right: 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 19px 0 0;
	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: left;
	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: 900px;
	margin: 0 auto;
	background: #FAE8AA url(images/back.jpg) repeat;
	border: #FAE8AA 5px solid;
	border-top:none;
	border-bottom:none;
	color: #663D0C;
	font-size:14px;
}


/* Logo */

#logo {
	height: 189px;
	width: 900px;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	background-image: url(images/banner.jpg);
}

#logo h1 {
	letter-spacing: 2px;
	font-size: 26pt;
	position: absolute;
	width: 169px;
	height: 164px;
	color: #8B0F18;
	padding: 30px 20px 10px 10px;

}

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

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


/* Content */

#content {
	padding:20px 40px 10px 40px;
	background: url(images/back.jpg);
}

#content h2{
	padding:0 0px 10px 0;
	text-align:center;
}


/* Menu */

#menu {
	width:900px;
	height: 175px;
	background: url(images/menu-bk.jpg) no-repeat;
	
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: right;
	margin-right: 20px;
	padding: 10px 0 2px 0;
	text-decoration: none;
	font-size: 13pt;
	color: #FFFFFF;
	font-weight:bold;
}

#menu a:hover {
	color: #FFECED;
	text-decoration: underline;
}

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

#menu .first a {

}


/* Footer */

#footer {
	height:15px;
	background-color:#FAE8AA;
	
}

#footer p {
	margin-top:1px;
	font-size: x-small;
	color: #999999;
}

#footer a {
	color: #8B0F18;
}


/* Footer > Legal */

#legal {
	text-align:center;

}

/* Footer > Links */

#links {

}

.menudiv {
margin: 20px;
}


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

.posttitle {
font-size: 18px;
}

.postinfo {
font-size: 10px;
}

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



/* Albums */

.album{
	float: right;
	width: 300px;
	padding:7px}
	blockquote p{
		margin:0}
.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;
}


