/*

Designed by Adir


Title      : Jim Carrey Forever - Adir
Released   : 062009

Made for Pluck 4.6
*/



* {
	margin: 0;
	padding: 0;
}

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

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

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: 1000px;
	margin: 0 auto;
	background: #F0D830;
	color: #333333;
	border-bottom: #292021 solid 2px;
	border-left: #292021 solid 2px;
	border-right: #292021 solid 2px;
}


/* Logo */

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

#logo h1 {
	font-size: 24pt;
	font-family:Verdana, Helvetica, sans-serif, Tahoma;
	font-stretch:semi-expanded;
	font-weight:bold;
	position: absolute;
	text-align:left;
	width: 420px;
	height: 165px;
	color: #E0C84C;
	padding: 20px 340px 20px 40px;

}


/* Content */

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

#content h2{
	padding-top:10px;
	padding-bottom: 10px;
	color:#333333;
	font-style:italic;
	font-weight:bold;
}


/* Menu */

#menu {
	height: 35px;
	border-bottom: #292021 solid 2px;
	background-color:#F0D830;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 15px;
	padding: 6px 0 2px 0;
	text-decoration: none;
	font-size: 12pt;
	font-weight:bold;
	color: #000000;
}

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

#menu .active a {
	color: #E0C84C;
}


/* Footer */

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

#footer p {
	font-size: x-small;
	color: #F0D830;
}

#footer a {
	color: #666666;
}


/* Footer > Legal */

#legal {
	text-align:center;
	vertical-align:bottom;

}

/* Footer > Links */

#links {

}

.menudiv {
margin: 20px;
}


/* 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;
}

