/*
Theme Name: iLoveDiscovery
Theme URI: http://ilovediscovery.com
Description: I love discovery theme by WPfromPSD
Author: WPfromPSD
Author URI: http://wpfrompsd.com

[Table Of Contents] 

	0- Import
	1- Global
	2- Links
	3- Headings
	4- Header 
	5- Navigation
	6- Middle 
		6-1- Post
		6-2- Sidebar
	7- Forms
	8- Comments
	9- Footer 

*/

/* =0 Import
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import "style/css/reset.css";
/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
body {
	line-height:1;
	font: normal 12px Arial, Helvetica, sans-serif;
	background:#c0f1ff;
	color: #000;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	float:left;
	margin:4px 10px 4px 0;
}
img.alignright {
	float:right;
	margin:4px 0 4px 10px;
}
.clearboth {
	clear:both;
}
/* =2 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a:link, a:visited {
	color: #ffc011;
}
a:hover {
	color: #dda50a;
}
a:active {
	color: #dda50a;
}
/* =3 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.entry h1 {
	font: bold 2em Arial, Geneva, Helvetica, sans-serif;
	padding:5px 0;
}
.entry h2 {
	font: bold 1.5em Arial, Geneva, Helvetica, sans-serif;
	padding:5px 0;
}
.entry h3 {
	font: bold 1.2em Arial, Geneva, Helvetica, sans-serif;
	padding:5px 0;
}
.entry h4 {
	font: bold 1em Arial, Geneva, Helvetica, sans-serif;
	padding:5px 0;
}
.entry h5 {
	font: bold 0.9em Arial, Geneva, Helvetica, sans-serif;
	padding:5px 0;
}
/* =4 Header
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#header {
	margin:0 auto;
	width:924px;
	height:218px;
	background:url(./style/images/header_img.png) no-repeat;
	position:relative;
}
#contact_img {
	position:absolute;
	top:0;
	right:15px;
}
#contact_link {
	position:absolute;
	top:11px;
	right:162px;
}
#logo {
	position:absolute;
	top:0px;
	left:23px;
}
#navbar {
	position:absolute;
	bottom:10px;
	left:11px;
}
#navbar ul {
	list-style: none;
}
#navbar li {
	float: left;
}
/* =6 Middle
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#wrapper {
	margin: 0 auto;
	width:924px;
	background:url(./style/images/sun.png) no-repeat 11px top;
}
#main_wrapper {
	margin: 0 auto;
	width:924px;
	background:url(./style/images/wrapper_bg.png) repeat-y;
}
#main_content {
	width:481px;
	background:url(./style/images/post_bg.png) repeat-y;
	float:left;
}
#space {
	width:228px;
	float:left;
	height:100px;
}
.post_top {
	width:481px;
	height:12px;
	background:url(./style/images/post_top.png) no-repeat;
}
.post_bottom {
	width:481px;
	height:12px;
	background:url(./style/images/post_bottom.png) no-repeat;
	float:left;
}
.previous {
	display:block;
	padding:0 0 0 20px;
	float:left;
}
.previous a, .previous a:visited {
	text-decoration:none;
	color:#524F4F;
}
.previous a:hover {
	text-decoration:underline;
}
.next {
	display:block;
	padding:0 20px 0 0;
	float:right;
}
.next a, .next a:visited {
	text-decoration:none;
	color:#524F4F;
}
.next a:hover {
	text-decoration:underline;
}
#main_content .error {
	border-left:3px solid #F00;
	margin:50px 0 0 50px;
}
#main_content .error h2 {
	font:20px Georgia, "Times New Roman", Times, serif;
	padding:0 0 5px 5px;
}
#main_content .error p {
	font:15px Georgia, "Times New Roman", Times, serif;
	padding:0 0 5px 5px;
	color:#555;
}
#main_content #archive {
	margin:0 0 0 40px;
}
#main_content #archive h2{
	font:22px Arial, Helvetica, sans-serif;
	color:#0090FF;
	margin-top:15px;
}
#main_content #archive ul {
	margin-left:20px;
}
#main_content #archive li {
	background:url(./style/images/bullet.png) no-repeat 0 14px;
	padding:5px 0 0 15px;
}
#main_content #archive li a, #main_content #archive li:visited {
	text-decoration:none;
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#524F4F;
}
#clouds {
	width:925px;
	height:700px;
	position:relative;
}
#clouds .cloud1 {
	position:absolute;
	top:70px;
	left:350px;
}
#clouds .cloud2 {
	position:absolute;
	top:70px;
	left:650px;
}
#clouds .cloud3 {
	position:absolute;
	top:235px;
	left:500px;
}
#clouds .cloud4 {
	position:absolute;
	top:370px;
	left:350px;
}
#clouds .cloud5 {
	position:absolute;
	top:375px;
	left:650px;
}
/* =6-1 Sidebar
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#sidebar {
	width:215px;
	height:630px;
	float:right;
	position:relative;
}
#side {
	position:absolute;
	top:0;
	left:10px;
}
#side ul {
	list-style: none;
}
#side li {
	float: left;
}
/* =6-2 Post
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.post {
	clear: both;
	overflow: hidden;
	padding:0 20px 0 100px;
	margin:0;
	width:350px;
	position:relative;
}
.post .calendar {
	width:92px;
	height:76px;
	background:url(./style/images/calendar.png) no-repeat;
	position:absolute;
	top:0;
	left:7px;
}
.post .calendar .date {
	margin:30px 0 0 0;
}
.post .calendar .date span {
	font:bold 15px Arial, Helvetica, sans-serif;
	color:#fff;
	display:block;
	text-align:center;
	text-transform:uppercase;
	margin-right:3px;
}
.post p {
	padding:0;
	margin:0;
	padding-bottom:10px;
}
.post_separator {
	width:454px;
	height:11px;
	background:url(./style/images/post_separator.png) no-repeat;
	float:left;
	margin:10px 0 10px 7px;
}
.entry {
	margin:0 0 0 20px;
	color:#000;
	font:bold 14px Arial, Helvetica, sans-serif;
	line-height:18px;
}
.entry a,.entry a:visited {
	color:#e3a309;
	text-decoration:none;
}
.entry a:hover {
	text-decoration:underline;
}
.entry img {
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 5px;
}
.post h2 {
	font:bold 22px Arial, Helvetica, sans-serif;
	margin-top:2px;
}
.post h2 a, .post h2 a:visited, .post h2 a:hover {
	color: #0090ff;
	text-decoration:none;
}
.post a, .post a:visited {
	color:#990000;
}
a.more-link {

}
a.more-link  img {
	padding:0;
	margin:0;
}
.post ol {
	list-style-type: decimal;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 10px 35px;
}
.post ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
.post li {
	margin: 0px;
	padding: 0px;
}
.post ul li {
	list-style: square outside;
	margin: 0px 30px 0px 30px;
	padding: 5px 0px 0px 5px;
}
.post ol li {
	list-style: decimal outside;
}
/* =7 Forms
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
/* =8 Comments
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
/* =9 Footer
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#footer {
	width:924px;
	height:193px;
	background:url(./style/images/footer_img.png) no-repeat;
	clear:both;
	position:relative;
}