/*
THEME NAME:SpreadYourLove
THEME URI:http://spreadyourlove.net
DESCRIPTION:This theme is modified by mieuxx based on Futurosity(http://www.futurosity.com) theme. 
VERSION:0.1
AUTHOR:miu
AUTHOR URI:http://mieuxx.com/
*/


/* --- Grobal ----------------------------------- */

* { margin: 0; padding: 0; }

/* Paragraphs */
p {
	margin: 0 0 15px 0;
	color: #dddddd;
}

/* Links */

a {
	color:#ff0000;
	font-weight:bolder;
	text-decoration:none;
}

a:hover {
	border-bottom: 1px dotted #9D000A;
	background-color: #ff0000;
	color: #ffffff !important;
}


/* Lists */
ul li { list-style: none; }
.post ul { list-style: disc; }
.post ul, .post ol { margin: 0 0 15px 25px; }
.post ul ul, .post ul ul ul, .post ol ol, .post ol ol ol { margin-bottom: 0; }



/* Code */
pre { overflow: auto; margin: 0 0 15px 0; }
code { font-size: 1.1em; }

/* Left, right, and center alignment */
.left, .alignleft { float: left; margin-right: 10px; }
.right, .alignright { float: right; margin-left: 10px; }
.center, .aligncenter { margin: 0 auto 15px auto; display: block; }

/* Headers and how they should look */
h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.1em; }
h2, h3, h4, h5, h6 { margin-bottom: 15px; }
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: normal; color: #222; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { text-decoration: none; }


/* remember to define focus styles! */
:focus {
	outline: 0;
}


/* --- Eos Default --------------------------------------- */



abbr {
border:none;
}


/* --- Blockquotes -------------------------------------- */

blockquote {
	padding: 10px;
	margin: 15px;
	background:#eaeaea;
	background-image: url(images/quotebg.jpg);
	background-position: right bottom;
	background-repeat: repeat-y;
}

blockquote p {
	margin: 5px;
	font-weight: 600;
	color: #1c1c1c !important;
}

/* -------------------------------------------------- */

code, pre {
overflow: auto;
}

cite {
color:#silver;
display:block;
font-style:normal;
padding:.3em 0;
}

/* --- titles ---------------------------------------- */

h2 {
	margin-top:0;
	padding: 0 0 0 10px;
}

h2.page-title,
.page h2.entry-title a,
.archive h2.entry-title a,
.search h2.entry-title a,
.single h2.entry-title a,
.four04 h2.entry-title {
	font-size:24px;
	font-weight:400;
	line-height:1.2em;
	margin:0;
	color: #eee;
}

h3 {
	padding:3px 5px;
	display:block;
	background:#000;
	color:#fff;
	font-size:2.5em;
	font-family: "Arial Black", sans-serif;
	font-weight:bolder;
	line-height: 1.2;
}


a img {
border: 0;
}

img.alignleft, .comment-meta img {
float:left;
margin:0 10px 0 0;
}

img.alignright {
float:right;
margin:0 0 0 10px;
}

li.comment.bypostauthor:hover {
font-style: italic;
}

li.linkcat h3 {
background:#fff;
color:#000;
font-size:1.5em;
font-weight:400;
padding:0;
margin:18px 0 0;
}

li#search {
padding-bottom:4px;
}

li#tags a {
font-weight:400;
margin-bottom:-1em;
}

ul#archives-page li h3 {
background:#fff;
border-top:none;
color:#000;
font-size:18px;
font-weight:400;
line-height:1.2em;
margin:0;
padding:0 0 12px;
}

ul.related {
margin:0;
padding: 0 0 12px;
}

ul.related li{
list-style-type:none;
}

ul.xoxo{
margin:0;
padding:0;
}



/* Structure -------------------------- */

body {
	background:#000;
	color: #bbb;
	font: 62.5% Verdana, Tahoma, Arial, sans-serif;

}

#wrapper {
	width: 950px;
	margin: 0 auto;
	padding: 0 0 20px;
	position: relative;
	background-image: url(images/home_wrapper_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #333;
}

#header {
	width: 100%;
	height:480px;
	margin: 0;

}

#featuredpost {
	position: absolute;
	top: 210px;
	left: 65px;
	width: 450px;
	height: 230px;
	padding: 10px;
}


#container {
	clear: both;
	float: left;
	width: 760px;
}

.secondary {
	float: right;
	line-height: 1.4em;
	width: 250px;
}



.sidebar {
	clear: right;
	float: right;
	padding: 0;
	width: 170px;
}

/* --- footer ---- */

#footer {
	clear:both;
	margin:25px 0;
	width:100%;
}




/* --- header ---------------------------------- */

#blog-title,
#blog-description {
	color:red;
	/* display:inline; */
	font-size:14px;
	font-weight:600;
	text-transform:uppercase;
	text-indent: -9999px;
}


#blog-title a,
#blog-title a:link {
	display: block;
	position: absolute;
	width: 600px;
	height: 200px;
	top: 0;
	left: 0;
	background-color: transparent;
	border-bottom: 0px;
}
	
	
#blog-description p {
	text-indent: -9999px;
}

#access {
	display: none; /* modified */
	/* font-size:0px; */
	/* height:0; */
	/* line-height:0px; */
	/* margin-left:-999px!important; */
}

#rotateimg {
	width: 285px;
	height: 290px;
	position: absolute;
	top: 58px;
	left: 613px;
}


/* ---- featured post -----------------------------------------------------------*/

#featuredpost h3 {
	background-color: #333;
	font-size: 1.3em;
	color: #eee;
	padding: 2px;
}

#featuredpost h2 {
	background-color: #333;
	padding: 2px;
	color: #eee;
}

#featuredpost h2 a {
	color: #eee;
}


#featuredpost img {
	width: 150px;
	float: left;
	padding: 5px;
	margin-right: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
}

#featuredpost p {
	background-color: #333;
	padding: 2px;
	color: #eee;
	display: inline;
}

.single #featuredpost p {
	display: none;
}


/* --- primary --------------------------------------------------- */

.home #content {
	float:left;
	width:490px;
}

.home .post {
	border-bottom: 1px solid #555;
	padding: 10px 5px 20px;
	/* width: 360px; */
}

.home .cat-links a {
	color:#ff0000;
	font-size:0.8em;
	font-weight:bolder;
	/* text-transform:uppercase; */
}

.home h2.entry-title {
	padding: 2px;
}

.home h2.entry-title a {
	font-weight:400;
	line-height:1.2;
	color: #ccc;
}

.home h2.entry-title a:hover {
	background-color: transparent;
}



.home .post:hover,
.home ul li:hover {
}

.home .entry-content p {
	color:#ccc;
}

.home .entry-meta,
.home .entry-date {
	display:inline;
	font-size:10px;
}

.home .entry-meta {
	float: right;
}

.entry-date {
	color: #ccc;
}


/* --- Secondary -------------------------------------------------- */

.secondary img {
	width: 228px;
	padding: 5px;
	border: 1px solid #ccc;
	background-color: #fff;
}

.secondary h2 {
	padding: 10px 0;
	border-top: 1px solid #555;
}

.secondary .p11 h2 {
	padding: 0;
	border-top: 0px solid #555;
}

.secondary h2 a {
	font-weight:400;
	line-height:1.2;
	color: #ccc;
}

.secondary h2 a:hover {
	border-bottom: 1px dotted #555;
}

.secondary p {
	color: #6d6d6d;
}

.secondary .category {
	padding: 0 0 5px;
	
}

.secondary .category a {
	color: #999;
}

.syndicatepost {
	padding-top:10px;
	border-bottom:0 !important;
}



/* --- footer ---------------------------------------------------- */

#bottombar {
	margin-top: 30px;
}

.bottombadges {
	width: 490px;
	float: left;
}

.single .bottombadges {
	display: none;
}

.bottomlinks {
	width: 250px;
	margin-left: 20px;
	float: left;
}

.single .bottomlinks {
	display: none;
}

.bottomtexts {
	width: 170px;
	float: right;
}

.single .bottomtexts {
	display: none;
}

.flickrphoto {
	padding-left: 25px;
}

.flickrphoto li {
	display: inline;
}

.footnote {
	margin-top: 20px;
	padding-top: 20px;
	padding-right: 10px;
	border-top: 1px solid #666;
	text-align: right;
}

/* --- Default ---------------------------------------------------- */

#content {
padding-bottom:24px;
}




#menu ul li:hover {
background:#fff;
}

#nav-above {
display:none;
}

#nav-below {
clear:both;
padding-bottom:24px;
}

.about {
font-size:14px;
line-height:1.2em;
margin-top:-2px;
}

/* --- archive -------------------------------------------------- */

.archive .entry-date,
.search .entry-date {
	display:inline;
}


.archive .post h3.entry-title,
.search h3.entry-title,
li#tags h3 {
	border-top:1px dotted #999;
	color:#ccc;
	font-size:1.2em;
	font-weight:400;
	line-height:1.2em;
	margin:0;
	padding:15px 0 15px;
}

.archive .entry-meta,
.search .entry-meta {
	width: 700px;
	float: right;
}

h3.entry-title,
h3.entry-title a {
	padding-left:30px;
	color:#ccc;
	font-weight:400;
	font-size: 1.2em;
}

h3.entry-title {
	background-image: url(images/titlebg.gif);
	background-position: center left;
	background-repeat: no-repeat;
	background-color: transparent;
}

.archive .post {
	padding: 10px;
}

/* --- comments ------------------------------------------------ */

#comments {
	clear:both;
	width:490px;
}


.comments ol {
	margin:0;
	padding:0 0 24px 10px;
}

.comments ol li {
list-style-type:none;
}

.comments ol li:hover {

}

.comment-meta {
	border-bottom:1px dotted #999;
	float:left;
	font-size:1.2em;
	margin-bottom:10px;
	padding:10px 0 5px;
	width:100%;
}

.formcontainer {
	padding-left: 10px;
}

#comment {
	height:140px;
	margin-bottom:12px;
	width:470px;
}

textarea {
	background-color: #ccc;
	border: 1px dotted #eee;
}





.content-column {
padding-bottom:24px;
}

.entry-content h3  {
background:#fff;
color:#000;
font-size:14px;
font-weight:bolder;
padding:0;
margin:18px 0 -0.8em;
}


.excerpt  {
	border-bottom:1px dotted #eaeaea;
	margin-bottom:15px;
	padding-left: 10px;
	color:#aaa;
}


.home #nav-above,.home #nav-below,.home .tag-links,#archives {
display:none;
}


/* --- entry ------------------------------------------------- */


/* --- meta --- */

.entry-meta h3 {
	width:100%;
}

.entry-meta ul {
padding:0;
margin:0;
}

.entry-meta ul li {
	border-bottom:1px dotted #625F5F;
	list-style-type:none;
	margin:0;
	padding:5px 0;
}





.p1, .archive .p1 h3.entry-title{
border-top:none;
}



.middle ul, .page ul {
padding:0 0 12px;
margin:0;
}

.middle ul li {
border-top:1px solid #eaeaea;
list-style-type:none;
padding:5px 0;
margin-left:0;
}


/* --- navigation ------------------------------------ */

#nav-below {
	width:490px;
	padding:24px 0;
}

.archive #nav-below {
	width:600px;
}

.nav-next {
	float:right;
	padding-top: 10px;
	padding-bottom: 10px;
	/* width:225px; */
}

.nav-previous {
	float:left;
	padding-left: 10px;
	/* width:225px; */
}

.page .entry-content ul li {
list-style-type:none;
}

.p5,.p9,.p13,.p17,.p21,.p24,.p27,.p31,.p34,.p37,.clear {
clear:both;
}


.sidebar a {
color:red;
}

.sidebar li {
list-style-type:none;
padding:0;
}

.sidebar ul {
padding:0 0 12px;
margin-left:0;
}

.sidebar ul li:hover {
background:inherit;
}


/* ---- single page ----------------------------------------- */

.single #content {
	float:left;
	width:755px;
}

.single .entry-content {
	float:left;
	padding-left: 20px;
	width:470px;
	overflow: hidden;
}

.single .entry-content p img {
	/* border:1px solid #eaeaea; */
	padding: 10px;
	margin-bottom:12px;
	background-color: #fefefe;
	max-width:450px;
}

.single .entry-content a,
.single .entry-content a:link {
	color: #ff0000;
}

.single .entry-meta {
	float:right;
	padding-left:10px;
	width:250px;
}

.single .excerpt  {
	border-bottom:1px solid #eaeaea;
	color:#777;
	font-size:1.5em;
	margin-bottom:28px;
}

.single .excerpt p {
margin-top:0;
}

.single .post {
	float:left;
	padding-bottom:24px;
	width:490px;
}

/* --- pages -------------------------------------------------- */

.page h3 a {
	color: #ccc;
}

.page h4 {
	color: #ccc;
}

.page .entry-content {
	padding: 10px;
}

/* --- author archive -----------------------------------------------*/


/* featured */
.featured-image-wrapper { background: #000; position: relative; }
.featured-image-wrapper h2 { background: #000; font-size: 16px; position: absolute; bottom: -10px; left: 0; padding:4px; z-index: 1;height:60px;width:592px; margin-bottom: 10px;}
.featured-image-wrapper h2 a { color: #fff; font-weight:400; text-decoration: none; }
.featured-image-wrapper img { height: 180px; width: 600px; }

.transparent {
filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}

/* --- Pagenavi --------------------------------------- */

.wp-pagenavi {
	margin: 30px;
}



/* ---- CLEARFIX ----------------------------- */

.clearfix:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

* html .clearfix {
	display: inline-block;
}

/* no ie mac \*/ 
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* */