/*
Theme Name: FreePeople
Theme URI: http://freepeople.com
Description: The FreePeople Theme
Version: 1
Author: Weblinc
Author URI: http://weblinc.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Clearfix */
.clearfix:after
{
	content: ".";
	display: block;
	height: 0.1px;
	clear: both;
	font-size: 0;
	visibility: hidden;
}
.clearfix
{
	display: inline-block;
}
html>body .clearfix {
	display:block;
}
/* \*/
.clearfix {
	display:block;
}
* html .clearfix
{
	height: 1%;
}
/* */

/* Turn off borders on linked images. */
a img
{
	border: 0;
}

/* kill default form margin/padding */
form {
	margin:0;
	padding:0;
}

/* kill default dl margin/padding */
dl, dt, dd {
	margin:0;
	padding:0;
}

/* Make sure our inline elements vertical-align properly. */
img,
input,
select,
label
{
	vertical-align: middle;
}

/* Make sure all elements inherent font properties properly. */
table,
thead,
tbody,
tfoot,
tr,
th,
td,
input,
select,
textarea
{
	font-size: 1em;
	font-family: inherit;
}

/* Make table cells default to top vertical alignment since more often than not we want it this way. */
td
{
	vertical-align: top;
}

table .action,
table .numeric,
table .money
{
	text-align: right;
}
tfoot th
{
	text-align: right;
}

/*****************************************************************
** Descriptive classes mainly for use in our rich-text-editors. **
*****************************************************************/
.floatLeft
{
	float: left;
}
.floatRight
{
	float: right;
}
.floatNone
{
	float: none;
	clear: both;
}
.alignR
{
	text-align: right;
}
.none
{
	display: none;
}
.hidden
{
	visibility: hidden;
}


a {text-decoration: none;}
a:link {color: #fe6b9f;}
a:visited {color: #fe6b9f;}
a:active {color: #666;}
a:hover {color: #666;}


/* Begin Typography & Colors */
body
{
	margin: 0 0 20px 0;
	padding: 0;
	font-family: 'Courier New', georgia, times, times new roman, serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	color: #333;
	text-align: center;
	background: #fff url("images/bg_burlap.jpg") 0px 0px repeat;
}
	

#page {
	background-color: white;
	background-image: none;
	text-align: left;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px 0 10px;
	width: 956px;
	border: 0;
	}

#header {
	margin: 0 0 0 1px;
	padding: 0;
	height: 313px;
	}
	
#header 
	{
	position:relative;
	overflow:visible;
	z-index:5000;
	}

#header a{}

#header a:hover{}

#header ul
	{
	margin:0;
	list-style:none;
	}

#header ul li
	{
	margin:0;
	}

ul#brand-segments
	{
	margin-right:10px;
	height: 40px;
	font-size: 10px;
	padding: 0;
	float: left;
	width: 478px;
	}

ul#brand-segments li
	{
	padding-top:4px;
	float:left;
	border-left:1px solid;  
	border-color:#DCDCDC;
	margin: 0;
	}

ul#brand-segments li.shop
	{
	padding-left:0;
	border:none;
	}

ul#brand-segments li.shop span
	{
	clear: both;
	display: block;
	}

ul#brand-segments li a
	{ 
	overflow: hidden;
	display:block;
	height:25px;
	font-size:1px;
	text-indent:-9999px;
	background-color:transparent;
	background-repeat:no-repeat;
	_behavior:url(http://www.freepeople.com/resources/_shared/iepngfix/iepngfix.htc);
	_cursor:pointer
	}

.fp ul#brand-segments li a
	{
	background-position:0 0; 
	overflow: hidden;
	}

.fp ul#brand-segments li a:hover
	{
	background-position:0 -25px
	}

.fp ul#brand-segments li.fp a
	{
	background-position:0 -25px
	}

.ifp ul#brand-segments li a
	{
	background-position:0 -50px
	}

.ifp ul#brand-segments li a:hover
	{
	background-position:0 -75px
	}

.ifp ul#brand-segments li.ifp a
	{
	background-position:0 -75px
	}

.wtf ul#brand-segments li a
	{
	background-position:0 -100px
	}

.wtf ul#brand-segments li a:hover
	{
	background-position:0 -125px
	}

.wtf ul#brand-segments li.wtf a
	{
	background-position:0 -125px
	}

.home ul#brand-segments li.fp a
	{
	background-position:0 0
	}

.home ul#brand-segments li.fp a:hover
	{
	background-position:0 -25px
	}

ul#brand-segments li.read span
	{
	padding-left:9px
	}

ul#brand-segments li.read a {width:73px;height:18px;background-image:url(http://www.freepeople.com/resources/freepeople/images/layout/nav_brand-segments-read.png)}

ul#brand-segments li.listen span{padding-left:9px}

ul#brand-segments li.listen a 
	{
	width:67px;
	height:18px;
	background-image:url(http://www.freepeople.com/resources/freepeople/images/layout/nav_brand-segments-listen.png)
	}
	
ul#brand-segments li ul
	{
	padding: 0;
	margin: 0;
	float: left;
	}
	
	ul#brand-segments li ul li
		{
		padding:0;
		border:none
		}
	
		ul#brand-segments li.fp a 
			{
			background-image:url(http://www.freepeople.com/resources/freepeople/images/shared/navigation/fp_brand-segments.png);
			width:91px;
			}
		
		ul#brand-segments li.ifp a 
			{
			background-image:url(http://www.freepeople.com/resources/freepeople/images/shared/navigation/ifp_brand-segments.png);
			width:79px;
			}
		
		ul#brand-segments li.wtf a 
			{
			background-image:url(http://www.freepeople.com/resources/freepeople/images/shared/navigation/wtf_brand-segments.png);
			width:110px;
			}
		
		ul#brand-segments li.read a 
			{
			background-image:url(http://www.freepeople.com/resources/freepeople/images/layout/nav_brand-segments-read.png);
			height:18px;
			width:73px;
			}
		
		ul#brand-segments li.listen a 
			{
			background-image:url(http://www.freepeople.com/resources/freepeople/images/layout/nav_brand-segments-listen.png);
			height:18px;
			width:67px;
			}

ul#brand-segments li a:hover{background-position:0 -25px}

#search
	{
	float: left;
	width: 458px;
	text-align: left;
	}

#search .controls{
	margin-top:11px;
	margin-bottom:1px;
	width:125px;
	_width:113px;
	float:right}

#search .input-text{
	width:104px;
	font:1.067em Verdana,Arial,Helvetica,Sans-serif;
	letter-spacing:0.04em
	}

#search button{width:24px;height:14px}

#search button{background-position:-345px -39px}

form .controls{position:relative;padding:4px;border:1px solid #a7a7a7;}

form .controls .input-text,form .controls .input-password{padding:0;background:none;border:none}

form .controls button
	{
	position:absolute;
	right:0;
	top:4px;
	display:block;
	text-indent:-9999px;
	background-color:transparent;
	background-position:0 0;
	background-repeat:no-repeat;
	border:none;
	cursor:pointer
	}

form .controls button 
	{
	background-image:url(http://www.freepeople.com/resources/freepeople/images/layout/_fp/sprite_globals.png);
	}

#search button:hover, 
#search button:focus 
	{
	background-position:-345px -58px;
	}

ul#user li#search button 
	{
	height:14px;
	width:24px;
	}
	
#connect-with-us ul#utility-nav li.email-signup .controls button:hover, 
#connect-with-us ul#utility-nav li.email-signup .controls button:focus {
background-position:-345px -19px;
}
	
#headerimg 	{
	margin: 0;
	height: 258px;
	width: 956px;
	float: left;
	background: #ffffff url('http://blog.freepeople.com/wp-content/uploads/2012/02/bg_header-february.jpg') no-repeat bottom center;
	position: relative;
	}
	
#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	text-decoration: none;
	color: white;
	overflow: hidden;
	text-indent: -999em;
	}
	
	#headerimg #mainNavigation
		{
		float: left;
		height: 35px;
		width: 956px;
		padding-top: 15px;
		position: absolute;
		top: 190px;
		left: 0;
		line-height: 16px;
		}
	
	
		#headerimg #mainNavigation .categories
			{
			float: left;
			/*width: 615px;*/
			padding: 5px 0 0 25px;
			margin: 0;
			list-style: none;
			}
		
			#headerimg #mainNavigation .categories li
			{
				float: left;
				display: inline;
			}
		
				#headerimg #mainNavigation .categories li a
				{
					display: inline;
					padding: 0 19px;
					width: 33px;
					font-size: 14px;
					font-style: italic;
					text-transform: uppercase;
					color: #676767;
				}
					#headerimg #mainNavigation .categories li.nav2 a
					{
						padding-left: 21px;
					}
					#headerimg #mainNavigation .categories li.nav3 a
					{
						padding-left: 13px;
					}
	
	#headerimg #mainNavigation .socialNetworks
		{
		float: right;
		height: 21px;
		width: 316px;
		padding: 0;
		margin: 27px 182px 0 0;
		list-style: none;
		}
	
		#headerimg #mainNavigation .socialNetworks li
			{
			float: left;
			height: 21px;
			background-image: url("images/mainNavigation_divider.gif");
			background-repeat: no-repeat;
			background-position: 100% 50%;
			background-color: transparent;
			}
	
		#headerimg #mainNavigation .socialNetworks li.twitter
			{
			width: 87px;
			}
	
		#headerimg #mainNavigation .socialNetworks li.flickr
			{
			width: 66px;
			}
	
		#headerimg #mainNavigation .socialNetworks li.youtube
			{
			width: 71px;
			}
	
		#headerimg #mainNavigation .socialNetworks li.facebook
			{
			width: 90px;
			background-image: none;
			}
		 
			#headerimg #mainNavigation .socialNetworks a
				{
				display: block;
				height: 21px;
				background-repeat: no-repeat;
				background-position: 50% 0;
				background-color: transparent;
				text-indent: -999em;
				overflow: hidden;
				}
	
			#headerimg #mainNavigation .socialNetworks li.twitter a
				{
				background-image: url("images/btn_twitter.gif");
				}
		 
			#headerimg #mainNavigation .socialNetworks li.flickr a
				{
				background-image: url("images/btn_flickr.gif");
				}
		
			#headerimg #mainNavigation .socialNetworks li.youtube a
				{
				background-image: url("images/btn_youtube.gif");
				}
		
			#headerimg #mainNavigation .socialNetworks li.facebook a
				{
				background-image: url("images/btn_facebook.gif");
				}
		 
			#headerimg #mainNavigation .socialNetworks a:hover
				{
				background-position: 50% -21px;
				}
			 
#header #subnav
	{
	float: left;
	height: 20px;
	padding-top: 10px;
	padding-left: 30px;
	font-size: 12px;
	}
			 
	#header #subnav a
		{
		padding: 0 10px 0 10px;
		border-right: 1px solid grey;
		}
			 
	#header #subnav a.nav3
		{
		border-right: 0;
		}

#content {
	font-size: 1.2em;
	margin-bottom: 10px;
	}

.narrowcolumn {
	float: left;
	padding: 10px 0 20px 0;
	margin: 0px 0 0;
	width: 650px;
	}
	
.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	margin-bottom: 2em;
	line-height: 1.4em;
	color: #4b4b4b;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	}
	


/*.thread-alt {
	background-color: #f8f8f8;
}*/
.thread-even {
	background-color: white;
}
/*.depth-1 {
border: 1px solid #ddd;
}*/

/*.even, .alt {

	border-left: 1px solid #ddd;
}*/
#footer-container{font-size: 12px; color: #7a7867; border-top: 3px solid #e3e3e0; clear: both;}



#footer {padding-top:20px;padding-bottom:2em}



#footer h3{color:#7a7867;display:block;margin:0;padding:0 0 15px 0;font-family:Verdana,Arial,Helvetica,sans-serif;font-size:1em;font-weight:normal;text-transform:lowercase;border-bottom:1px dotted #7a7867;}



#footer a{color: #7a7867;}



#footer a:hover{text-decoration:underline}



#footer ul{display:block;margin:0;padding:10px 0;list-style-type:none}



#footer ul li{margin:0;padding:0 0 7px 0;font-family:Verdana,Arial,Helvetica,sans-serif;font-size:0.833em;text-transform:lowercase;list-style-type:none}



#footer p{font-family:Verdana,Arial,Helvetica,sans-serif;font-size:0.833em}



#connect-with-us{margin-right:20px;width:200px;float:left}



#connect-with-us ul{width:90%;float:left}



#connect-with-us ul#social-nav li{padding-bottom:4px}



#connect-with-us ul#social-nav li a{display:block;float:left}



#connect-with-us ul#social-nav li a span{display:block;padding-top:2px;float:left}



#connect-with-us ul#social-nav li a .icon{margin-right:10px;padding-top:0px;width:17px;height:17px;background-color:transparent;background-image:url(http://www.freepeople.com/resources/freepeople/images/layout/sprite_flags-social.png);background-repeat:no-repeat;overflow:hidden}



#connect-with-us ul#social-nav li.facebook a .icon{background-position:-42px 0}



#connect-with-us ul#social-nav li.twitter a .icon{background-position:-77px 0}



#connect-with-us ul#social-nav li.youtube a .icon{background-position:-110px 0}



#connect-with-us ul#social-nav li.blog a .icon{background-position:-42px -31px}



#connect-with-us ul#social-nav li.rss a .icon{background-position:-77px -31px}



#connect-with-us ul#utility-nav li.email-signup{margin-top:0;font-size:1em}



#connect-with-us ul#utility-nav li.email-signup label{display:block;padding-bottom:7px}



#connect-with-us ul#utility-nav li.email-signup .controls{padding-top:2px;*padding-top:0;padding-bottom:2px;width:120px}



#connect-with-us ul#utility-nav li.email-signup .controls .input-text{width:100px;font-family:Arial,Verdana,Helvetica,Sans-serif}



#connect-with-us ul#utility-nav li.email-signup .controls button{width:19px;height:10px}



#connect-with-us ul#utility-nav li.email-signup .controls button{background-position:-345px 0}



#connect-with-us ul#utility-nav li.email-signup .controls button:hover,#connect-with-us ul#utility-nav li.email-signup .controls button:focus{background-position:-345px -19px}



#other-ways-shop{margin-right:20px;width:175px;float:left}



#information{width:175px;float:right}



#information *{text-align:right}



p#copyright{margin:0;*height:1%;float:left;clear:left}


small {
	font-size: 0.9em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}


h2 {
	font-size: 1.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #a50861;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.4em;
	display: block;
	text-align: center;
	text-transform: uppercase;
	}

h3 {
	font-size: 1.3em;
	}

h1, 
h1 a, 
h1 a:hover, 
h1 a:visited {
	text-decoration: none;
	color: white;
	overflow: hidden;
	text-indent: -999em;
	}

h2, 
h2 a, 
h2 a:hover, 
h2 a:visited, 
h3, 
h3 a, 
h3 a:hover, 
h3 a:visited, 
#sidebar h2, 
#wp-calendar caption, 
cite {
	color: #fe6b9f;
	}
	
.comment-author cite,
.comment-author .says 
	{
	text-transform: lowercase;
	color: #fe6b9f;
	font-weight: normal;
	font-size: 11px;
	}
	
#sidebar h2,
#sidebar h2 a,
#sidebar h2 a:visited,
#sidebar h2 a:active
	{
	font-weight: normal;
	color: #bdbdbd;
	text-decoration: none;
	}
	
.entry p a:visited {
	color: #b85b5a;
	}


	
.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

body.single .navigation
	{
	display: none;
	}
	
.commentlist
	{
	/*border-bottom: 1px solid #dbdbdb;*/
	}
	
.commentlist li, #commentform input, #commentform textarea,
.commentform input, .commentform textarea {
	font-size: 0.9em;
	color: #4b4b4b;
	}
	
	#commentform input,
	#commentform textarea,
	.commentform input,
	.commentform textarea
		{
		border-top: 1px solid #dfdfdf;
		border-right: 1px solid #dfdfdf;
		border-bottom: 1px solid #dfdfdf;
		border-left: 1px solid #dfdfdf;
		}
	
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.6em;
	text-transform: none;
	color: #999999;
	font-style: italic;
	font-size: 11px;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}


	
	.postmetadata .comment
	{
	color: #4b4b4b;
	font-size: 14px; 
	}
	
	.postmetadata .comment a
		{
		color: #4b4b4b;
		}
	
	.postmetadata .comment span
		{
		font-style: italic;
		font-family: georgia, times, times new roman, serif;
		font-size: 17px; 
		color: #4b4b4b;
		}
		
		.recent-comment
			{
			/*padding-top: 10px;*/
			clear: both;
			/*border-top: 1px dotted #bdbdbd;*/
			}

code {
	font-size: 1.1em;
	}

acronym, abbr, span.caps
	{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a:hover, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */


.widecolumn {
	padding: 10px 0 20px 0;
	margin: 0 0 0 0;
	width: 610px;
	float: left;
	}

.post {
	margin: 0 0 10px 0;
	padding: 20px 40px 20px 40px;
	text-align: justify;
	/*border: 1px dotted #bdbdbd;*/
	}

.post h2
{
	font-size: 1.3em;
	line-height: 1.41em;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
	
	
.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0 0 30px 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	font-weight: bold;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}


/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h2.categoryTitle
	{
	margin-top: 0;
	text-align: left;
	padding: 5px 0 20px 0;
	font-size: 24px;
	color: #828282;
	font-style: italic;
	text-transform: uppercase; 
	font-weight: normal;
	}
	
small, #sidebar ul ul li, 
#sidebar ul ol li, 
.nocomments, 
.postmetadata, 
blockquote, strike {
	color: #4b4b4b;
	}
	

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.entry img
	{
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */


.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}


.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

.commentWrapper
	{
	border:1px dotted #bdbdbd;
	margin:0;
	padding:40px;
	text-align:justify;
	}
	
#commentform input {
	width: 160px;
	padding: 2px;
	margin: 0 0 1px 0;
	}

.commentform input {
	width: 174px;
	padding: 2px;
	margin: 0 0 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
	
#commentform .commentFieldsName,
#commentform .commentFieldsEmail,
#commentform .commentFieldsWebsite
	{
	
	}
	
#commentform .commentFieldsName
	{
	width: 176px;
	float: left;
	}
	
.commentform .commentFieldsName
	{
	width: 195px;
	float: left;
	}
	
#commentform .commentFieldsEmail
	{
	width: 176px;
	float: left;
	}
	
.commentform .commentFieldsEmail
	{
	width: 195px;
	float: left;
	}
		
#commentform .commentFieldsWebsite
	{
	width: 166px;
	float: left;
	}
	
.commentform .commentFieldsWebsite
	{
	width: 180px;
	float: left;
	}
	
#commentform .commentFieldsComment,
.commentform .commentFieldsComment
	{
	padding-top: 5px;
	clear: both;
	}
	
	#commentform .commentFieldsName label,
	#commentform .commentFieldsEmail label,
	#commentform .commentFieldsWebsite label,
	#commentform .commentFieldsComment label,
	.commentform .commentFieldsName label,
	.commentform .commentFieldsEmail label,
	.commentform .commentFieldsWebsite label,
	.commentform .commentFieldsComment label
		{
		display: block;
		margin-bottom: 1px;
		clear: both;
		}
	
#commentform textarea {
	padding: 2px;
	width: 512px;
	height: 60px;
	}
	
.commentform textarea {
	padding: 2px;
	width: 564px;
	height: 60px;
	}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
	
h3#comments,
#respond h3 {
color:#828282;
font-family:georgia,times,times new roman,serif;
font-size:17px;
font-style:italic;
text-transform: lowercase;
}
#respond h3 {display:none;}

#commentform .actions .action,
.commentform .actions .action
	{
	float: right;
	}
	
/* End Form Elements */

/* BUTTON CSS */
div.actionlist{padding-top:2em}

div.actionlist-tight{padding-top:4px}


ul.actions{margin:0;padding:0;list-style:none}



ul.actions li.action{margin:0 12px 0 0;float:left;background:none}

div.actionlist-tight ul.actions li.action{margin-right: 0;}



ul.actions li.action-secondary{padding-top:4px;font-size:0.917em;text-transform:uppercase}



.js input.button,.js input.button-replaced {position:absolute;left:-9999px;top:-9999px}



.js .button {position:relative;display:block;padding:8px;float:left;font-size:1em;font-weight:bold;text-decoration:none;text-transform:uppercase;text-align:center;cursor:pointer}

.button-light {display:block;padding:2px 40px!important;width:auto!important;float:right;clear:both;font-weight:bold;color:#fff!important;background-color:#f46b9f;border:none!important;text-decoration:none;text-transform:uppercase;text-align:center;cursor:pointer}


.js .button * {position:relative;display:block;font-style:normal;background-repeat:no-repeat}

.js .button * {background-image:url(images/blog-button.png)}


.js a.button span,
.js a:link.button span,
.js a:hover.button span,
.js a:active.button span
 {color:#FFFFFF;}

.js .fp .button * {background-image:url(http://www.freepeople.com/resources/freepeople/images/buttons/_fp/button.png)}



.js .ifp .button *{background-image:url(http://www.freepeople.com/resources/freepeople/images/buttons/_ifp/button.png)}



.js .wtf .button *{background-image:url(http://www.freepeople.com/resources/freepeople/images/buttons/_wtf/button.png)}



.js .button i {position:absolute;left:0;top:0;margin-bottom:-8px;width:8px;height:8px;background-position:top left}



.js .button span {left:-8px;margin-bottom:-8px;padding:0 0 8px 16px;min-width:103px;background-position:bottom left}



.js .button span i {position:absolute;left:100%;top:0;margin-bottom:0;width:16px;height:100%;background-position:bottom right}



.js .button span span {position:absolute;right:-16px;top:-8px;margin-left:16px;min-width:0;height:0;background-position:top right}



.js .button:hover,.js .button:focus{text-decoration:none}


.js .button:hover *,.js .button:focus * { background-image:url(http://www.freepeople.com/resources/freepeople/images/buttons/_fp/button-hover.png)}


.js .fp .button:hover *,.js .fp .button:focus * { background-image:url(http://www.freepeople.com/resources/freepeople/images/buttons/_fp/button-hover.png)}



.js .ifp .button:hover *,.js .ifp .button:focus * {background-image:url(http://www.freepeople.com/resources/freepeople/images/buttons/_ifp/button-hover.png)}



.js .wtf .button:hover *,.js .wtf .button:focus * {background-image:url(http://www.freepeople.com/resources/freepeople/images/buttons/_wtf/button-hover.png)}



* html.js .button{position:static;display:block;padding:4px 8px;text-align:center;background:none !important}



* html.js .button *{position:static;display:inline;margin:0px;padding:0px !important;width:auto;height:auto;text-align:center;background:none !important}



.js .fp .button-disabled *,.js .ifp .button-disabled *,.js .wtf .button-disabled * {background-image:url(http://www.freepeople.com/resources/freepeople/images/buttons/_fp/button-disabled.png);cursor:default}



.js .fp .button-disabled:hover *,.js .fp .button-disabled:focus *,.js .ifp .button-disabled:hover *,.js .ifp .button-disabled:focus *,.js .wtf .button-disabled:hover *,.js .wtf .button-disabled:focus *{background-image:url(../images/buttons/_fp/button-disabled.png)}



.js .button-medium{padding:11px}



.js .button-medium i {margin-bottom:-11px;width:11px;height:11px}



.js .button-medium span {left:-11px;margin-bottom:-11px;padding:0 0 11px 22px;min-width:141px}



.js .button-medium span i {width:22px}



.js .button-medium span span {right:-22px;top:-11px;margin-left:22px}



.js .button-large{padding:11px}



.js .button-large i {margin-bottom:-11px;width:11px;height:11px}



.js .button-large span {left:-11px;margin-bottom:-11px;padding:0 0 11px 22px;min-width:191px;font-weight:normal}



.js .button-large span i {width:22px}



.js .button-large span span {right:-22px;top:-11px;margin-left:22px}



.js input.button-alt{display:none}



.js .button-alt {position:relative;display:block;padding:6px 8px;float:left;font:normal 0.833em Verdana,Arial,Helvetica,Sans-serif;text-decoration:none;text-transform:uppercase;text-align:center;cursor:pointer}



.js .button-alt * {position:relative;display:block;font-style:normal;background-image:url(http://www.freepeople.com/resources/freepeople/images/buttons/_fp/button-alt.png);background-repeat:no-repeat}



.js .fp .button-alt * {background-image:url(http://www.freepeople.com/resources/freepeople/images/buttons/_fp/button-alt.png)}



.js .ifp .button-alt *{background-image:url(http://www.freepeople.com/resources/freepeople/images/buttons/_ifp/button-alt.png)}



.js .wtf .button-alt *{background-image:url(http://www.freepeople.com/resources/freepeople/images/buttons/_wtf/button-alt.png)}



.js .button-alt i {position:absolute;left:0;top:0;margin-bottom:-6px;width:8px;height:6px;background-position:top left}



.js .button-alt span {left:-8px;margin-bottom:-6px;padding:0 0 6px 16px;min-width:0;background-position:bottom left}



.js .button-alt span i {position:absolute;left:100%;top:0;margin-bottom:0;width:16px;height:100%;background-position:bottom right}



.js .button-alt span span {position:absolute;right:-16px;top:-6px;margin-left:16px;min-width:0;height:0;background-position:top right}



.js .button-alt:hover,.js .button-alt:focus{text-decoration:none}



.js .fp .button-alt:hover *,.js .fp .button-alt:focus * { background-image:url(http://www.freepeople.com/resources/freepeople/images/buttons/_fp/button-alt-hover.png)}



.js .ifp .button-alt:hover *,.js .ifp .button-alt:focus * {background-image:url(http://www.freepeople.com/resources/freepeople/images/buttons/_ifp/button-alt-hover.png)}



.js .wtf .button-alt:hover *,.js .wtf .button-alt:focus * {background-image:url(http://www.freepeople.com/resources/freepeople/images/buttons/_wtf/button-alt-hover.png)}



* html.js .button-alt{padding:4px;text-align:center;background:none !important;border:1px solid}



* html,js .button-alt * {background:none !important}



* html.js .fp .button-alt {border:1px solid}



* html.js .ifp .button-alt{border:1px solid}



* html.js .wtf .button-alt{border:1px solid}


/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	margin: 0;
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 0;
	padding: 5px 5px 5px 0;
	list-style: none;
	}

	.commentlist li .comment-name
	{
		margin: 0 0 4px;
		color: #f46b9f;
	}
	
	.commentlist li .comment-date
	{
		margin: 4px 0 -6px;
		color: #f46b9f;
	}

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0 0 -9px;
	display: block;
	}
	
.home .recent-comment .commentlist
	{
	/*display: none;*/
	}
	
	
	
/* End Comments */

body .wp_likes
	{
	float: left;
	width: 190px;
	*margin-top: 13px;
	}

	body div.wp_likes div.text
		{
		background-color: transparent;
		color: #000;
		border: 0;
		}
		
ul.addtoany_list
	{
	
	}

body ul.addtoany_list li 
	{
	line-height: 1.4em;
	}
	
body .addtoany_share_save_container
	{
	float: left;
	width: 220px;
	margin-top: 13px;
	margin-left: 20px;
	line-height: auto;
	}

.tags
	{
	clear: both;
	width: 100%;
	}
	
/* Begin Sidebar */
#sidebar
	{
	/*font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;*/
	padding: 10px 0 10px 0;
	margin-left: 650px;
	_margin-left: 5px;
	width: 305px;
	_float: left;
	overflow: hidden;
	background-image: url("images/bg_sidebar_top.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: transparent;
	}


#sidebar form {
	margin: 0;
	}
	
#sidebar a,
#sidebar h2 a,
#sidebar a:link,
#sidebar h2 a:link,
#sidebar a:active,
#sidebar h2 a:active,
#sidebar a:visited,
#sidebar h2 a:visited
	{
	color: #4b4b4b;
	}

body #sidebar a:hover,
body #sidebar h2 a:hover
	{
	color: #A50861;
	}
	
	
	
#sidebar h2 {
	margin: 0 0 5px 0;
	padding: 5px 0 15px 0;
	text-align: left;
	background-image: url("images/bg_sidebar_header.gif");
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: transparent;
	text-align: center;
	color: #fff;
	font-style: normal;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	
	}

#sidebarInnerWrap
	{
	background-image: url("images/bg_sidebar_middle.jpg");
	background-repeat: repeat-y;
	background-position: 0 0;
	background-color: transparent;
	}
	
	#sidebar .email-signup
	{}
	
		#sidebar .email-signup label
		{
			display: block;
			margin-bottom: 4px;
			float: none;
			font-family: Verdana, Arial, Helvetica, Sans-serif;
			font-style: italic;
			color: #F46B9F;
			text-transform: lowercase;
			vertical-align: middle;
		}
		
		#sidebar .email-signup .input-text
		{
			padding: 4px 6px;
			width: 160px;
			font-family: "Courier New", Georgia, Times, "Times New Roman", serif;
			color: #232F69;
			background-color: #fff;
			border: 1px solid #b6b6b6;
			vertical-align: middle;
		}
		
		#sidebar .email-signup .input-submit
		{
			padding: 3px 2px;
			width: 104px;
			font-family: "Courier New", Georgia, Times, "Times New Roman", serif;
			font-size: 1.1em;
			color: #fff;
			border: none;
			background-color: #F46B9F;
			text-transform: uppercase;
			cursor: pointer;
			vertical-align: middle;
		}
		
		#sidebar .email-signup .input-submit:hover
		{
			background-color: #b6b6b6;
		}
	
#sidebar ul
	{
	padding: 10px 0 10px 8px;
	background-image: url("images/bg_sidebar_bottom.jpg");
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-color: transparent;
	}

	#sidebar ul ul
		{
		background-image: none;
		}
	
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 0;
	border-top: 1px dotted #bdbdbd;
	padding-top: 20px;
	padding-bottom: 10px;
	float: left;
	width: 285px;
	}
	#sidebar ul li a
	{
		font-size: 1.1em;
	}
	
	#sidebar ul li li
		{
		float: none;
		background-image: none;
		width: 100%;
		}
	
	#sidebar ul li.widget_twitter
		{
		/*border: 1px dotted #bdbdbd;
		width: 238px;*/
		padding: 20px;
		}
	
	#sidebar ul li.widget_twitter h2
		{
		display: none;
		}
		
		#sidebar ul li.widget_twitter .twitter-link
			{
			display: block;
			}
		
		#sidebar ul li.widget_twitter .twitter-item
			{
			font-size: 22px;
			font-family: georgia, times, times new roman, serif;
			text-align: center;
			}
		
		#sidebar ul li.widget_twitter .twitter-from
			{
			display: block;
			border-top: 1px dotted #bdbdbd;
			padding-top: 10px;
			font-size: 11px;
			text-align: left;
			margin-top: 10px;
			}
		
		#sidebar ul li.widget_twitter .twitter-timestamp
			{
			display: block;
			font-size: 11px;
			text-align: left;
			}
		
			#sidebar ul li.widget_twitter .twitter-timestamp abbr
				{
				border: 0;
				}
				
	#sidebar ul li.widget_recent_comments
		{
		border-bottom: 1px dotted #bdbdbd;
		padding-bottom: 20px;
		}
		
	#sidebar ul li.widget_categories
	{
		/*width: 143px;
		margin-right: 3%;
		float: left;
		border: 0;*/
	}
	
		#sidebar ul li.widget_categories ul li
		{
			width: 47%;
			float: left;
		}
			
	#sidebar ul li.widget_links
		{
		float: left;
		width: 285px;
		border: 0;
		}
			
	#sidebar ul li.widget_archive
	{
		/*float: left;
		width: 143px;
		border: 0;*/
	}
		
	#sidebar ul li.widget_youtube
		{
		text-align: center;
		}
	
	#sidebar ul li li
		{
		border-top: 0;
		padding-top: 0;
		padding-bottom: 0;
		}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0;
	padding-top: 0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}
	
	
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
	
	.olderposts a,
	.newerposts a,
	.navigation .alignleft a,
	.navigation .alignright a
		{
		font-size: 22px;
		color: #a50861;
		font-family: georgia, times, times new roman, serif;
		font-style: italic;
		position: relative;
		text-transform: lowercase;
		}
		
	.navigation .alignleft a
		{
		padding-left: 20px;
		}
		
	.navigation .alignright a
		{
		padding-right: 20px;
		}
	
		.navigation .alignleft a i,
		.navigation .alignright a i
			{
			position: absolute;
			top: 10px;
			width: 10px;
			height: 10px;
			background-image: url(images/blog-sprite_globals.png);
			background-repeat: no-repeat;
			background-color: transparent;
			}
		
		.navigation .alignleft a i
			{
			left: 0;
			right: auto;
			background-position: -167px -115px;
			}
		
		.navigation .alignright a i
			{
			left: auto;
			right: 0;
			background-position: -200px -115px;
			}
		
		.navigation .alignleft a:hover i
			{
			background-position: -167px -134px;
			}
		
		.navigation .alignright a:hover i
			{
			background-position: -200px -134px;
			}

	
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.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 */

/*-- CONTACT FORM --*/
#content .contact-form {}
	#content .contact-form p
	{
		text-align: left;
	}
	#content .contact-form .wpcf7-response-output
	{
		float: none;
		clear: both;
	}
