/*
Theme Name: Love Lindsaypai Theme
Theme URI: http://lovelindsaypai.com/
Description: LLP Custom Theme
Version: 1.0
Author: Alex Scriven & Lindsay Henson
Author URI: http://lovelindsaypai.com/
Tags: awesome
*/

body 
	{ 
 text-align: center; 
 background: #e9e9e9;
}

#wrapper 
	{ 
	margin-left: auto;
	margin-right: auto;
	width: 60em;
	text-align: left;
}

#logo{
	position:absolute;
	top:15px;
	background-image:url('images/header.jpg');
	width:916px;
	height:262px;
	background-position: left top;
	background-repeat: no-repeat;
}

img{
	border:0px;
}



/*//////GLOBAL/////*/
#contentwrapper{/*for background*/
	position:absolute;
	top:277px;
	background-image:url('images/content_background.jpg');
	width:916px;
	min-height:118%;
	background-position: left top;
	background-repeat:repeat-y;
}

h1{
	font-family:"Century Gothic",Verdana,Sans-Serif;
	font-size:16px;
	letter-spacing:3px;
	color:#d74872;
	text-shadow:#ffffff 2px 2px 4px;
}

h2{/*header*/
	font-family:"Century Gothic",Verdana,Sans-Serif;
	font-size:19px;
	letter-spacing:6px;
	color:#d74872;
	text-shadow:#ffffff 2px 2px 4px;
	margin:0px;
	padding:0px;
	margin-top:15px;
}

small{/*date*/
	font-family:"Century Gothic",Verdana,Sans-Serif;
	font-weight:bold;
	color:#f188a7;
	letter-spacing:4px;
	font-size: 80%;
	text-shadow:#ffffff 1px 1px 4px;
}

p {/*text*/
	font-family:"Century Gothic",Verdana,Sans-Serif;
	font-size:13px;
	letter-spacing:1px;
	color:#484848;
	line-height:140%
}

a{/*links*/
	color:#f188a7;
	font-family:"Century Gothic",Verdana,Sans-Serif;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	color:#ffffff;
}


/*/////LEFT SIDEBAR/////*/
#leftsidebar{/*Holds content in left sidebar*/
	position:absolute;
	left:20px;
	top:-25px;
	width:186px;
}
#leftsidebar li{
	list-style-type: none;
	padding:0px;
	margin:0px;
}
#leftsidebar ul{
	padding:0px;
	margin:0px;
	font-family:"Century Gothic",Verdana,Sans-Serif;
	font-size:13px;
	letter-spacing:1px;
	color:#484848;
	line-height:140%
}


/*/////RIGHT SIDEBAR/////*/
#rightsidebar{/*Holds content in right sidebar*/
	position:absolute;
	left:714px;
	top:-25px;
	width:190px;
	text-align:right;
}

#rightsidebar li{
	list-style-type: none;
	margin-right:4px;
}
#rightsidebar ul{
	padding:0px;
	margin:0px;
	font-family:"Century Gothic",Verdana,Sans-Serif;
	font-size:13px;
	letter-spacing:1px;
	color:#484848;
	line-height:140%
}


/*//////MAIN CONTENT////*/
#middlecontainer{/*Holds the content and footer, middle column*/
	float:inherit;
	margin-left:235px;
	margin-top:-25px;
	width:450px;
}

#divider{
	position:relative;
	left:-11px;
	top:0px;
	margin:0px
	padding:0px;
	margin-bottom:-20px;
	margin-top:-10px;
	background-image:url('images/divider.jpg');
	width:471px;
	height:47px;
	background-repeat:no-repeat;
}

#content{/*Holds main content eg: blog posts*/
	min-height:300px;
	text-align:justify;
}

#content h2{/*header*/
	font-size:22px;
	letter-spacing:7px;
}

#content a{/*links*/
	color:#d74872;
	font-weight:bold;
}

#content a:hover{
	color:#f188a7;
}
#tags{
	font-family:"Century Gothic",Verdana,Sans-Serif;
	font-size:11px;
	color:#484848;
	letter-spacing:1px;
	line-height:140%
}

/*//////COMMENTS////*/
h2#comments,h2#postcomment{
	font-size:18px;
	letter-spacing:4px;
}

ol#commentlist{
	font-family:"Century Gothic",Verdana,Sans-Serif;
	font-size:13px;
	letter-spacing:1px;
	color:#484848;
	line-height:140%;
}
#commentform small{
	font-family:"Century Gothic",Verdana,Sans-Serif;
	font-size:10px;
	letter-spacing:1px;
	color:#d74872;
	line-height:140%
}
input#submit{
	background-color:#f7e3e4;
	border-bottom-color:#fbdbe4;
	border-right-color:#fbdbe4;
	border-top-color:#FFFFFF;
	border-left-color:#FFFFFF;
	font-family:"Century Gothic",Verdana,Sans-Serif;
	font-size:12px;
	letter-spacing:4px;
	color:#d74872;
	line-height:140%
}

/*//////FOOTER////*/
#footer{/*Holds footer*/
	padding-top:5px;
	text-align:center;
}
#footer p{/*text for footer*/
	
}

/*////CLASSES////*/
/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */
#navigation{
margin-top: 10px;
margin-bottom: 10px;
padding-top:10px;
padding-bottom:20px;
font-family:"Century Gothic",Verdana,Sans-Serif;
font-size:13px;
letter-spacing:1px;
}
.screen-reader-text{
	display:none;
	visibility:collapse;
}
#searchsubmit{
	margin-top: 5px;
	background-color:#f7e3e4;
	border-bottom-color:#fbdbe4;
	border-right-color:#fbdbe4;
	border-top-color:#FFFFFF;
	border-left-color:#FFFFFF;
	font-family:"Century Gothic",Verdana,Sans-Serif;
	font-size:12px;
	letter-spacing:4px;
	color:#d74872;
	line-height:140%
}
