<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*

Theme name: Clumsy Chic 2013 v1.8
Description: blog design for clumsy chic wordpress
Version: 1.0
Author: Brianna Burton
Author URI: http://briannaburton.com

The UltraLight theme is a simple theme for WordPress, stripped of all unessecery code and graphics.

*/
@import url("http://hello.myfonts.net/count/268a38");

/* -------------------------------- FONTS -------------------------------- */
@font-face {
    font-family: 'nevisbold';
    src: url('fonts/nevis-webfont.eot');
    src: url('fonts/nevis-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/nevis-webfont.woff') format('woff'),
         url('fonts/nevis-webfont.ttf') format('truetype'),
         url('fonts/nevis-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'entyposocial';
    src: url('fonts/entypo-social.eot');
    src: url('fonts/entypo-social.eot#iefix') format('embedded-opentype'),
         url('fonts/entypo-social.woff') format('woff'),
         url('fonts/entypo-social.ttf') format('truetype'),
         url('fonts/entypo-social.svg') format('svg');
    font-weight: normal;
    font-style: normal;
} 
@font-face {
	font-family: 'AvenirLTStd-Roman';
	src: url('fonts/268A38_0_0.eot');
	src: url('fonts/268A38_0_0.eot#iefix') format('embedded-opentype'),
	url('fonts/268A38_0_0.woff') format('woff'),
	url('fonts/268A38_0_0.ttf') format('truetype');
	font-weight: normal;
    font-style: normal;
}

/* -------------------------------- Global styles -------------------------------- */

* {
	margin: 0; padding: 0;
}

html, body {
	width: 100%; height: 100%;
	font-family:'AvenirLTStd-Roman', Arial, Helvetica, sans-serif;
	font-weight: lighter;
    font-style: normal;
	color:#777;
	font-size:14px;
}

hr {
	height: 0; line-height: 0; font-size: 0;
	border-top: 1px solid #CCC;
	display: block; clear: both;
	padding: 0; margin: 10px 0;
}

img { 
	vertical-align: bottom; border:0;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-o-transition: opacity .5s;
	-ms-transition: opacity .5s;
	transition: opacity .5s;
}
img:hover{
	opacity:0.85;
}

p { 
	clear: both;
	padding-bottom:30px;
	line-height:20px;
}

.left,
.alignleft {
	float: left;
}

.right,
.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.clear {
	clear: both;
}

.center {
	text-align: center; 
}

blockquote {
	font-size: 16px; color: #666;
	border-left: 1px solid #CCC;
	padding-left: 20px;
}

/* -------------------------------- Main layout styles -------------------------------- */

div#header {
	clear: both;
}

ul#menu {
	width: 900px;
	text-transform: uppercase;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	display: table; clear: both;
	padding: 5px 0;
	list-style: none;
}

div#footer {
	display: block; clear: both;
	margin: 0px auto;
}

/* -------------------------------- Additional layout styles -------------------------------- */

.size-medium, .size-thumbnail {
	display: block; float: left;
}

.size-large, .size-full {
	display: block; clear: both;
}

.date {
	font-size: 12px; font-weight: normal; color: #999;
	display: block; clear: both;
	margin-bottom: 10px;
}

.post,
.comment {
	clear: both;
}

.singlepost {
	clear: both;
}

.postmeta,
.commentmeta {
	display: block; clear: both;
	margin-bottom: 20px;	
}

#pagination,
#navigation {
	display: block; clear: both;
}

#pagination {
	width: 600px;
	overflow: hidden;
	border-top: 1px solid #CCC;
	display: table; clear: both;
	padding: 20px 0;
}

.commentavatar {
	float: left; margin-right: 20px;
}

.alt {
	/*background: #EFEFEF;*/
}

.widget {
	display: block; clear: both;	
}

/* -------------------------------- Heading styles -------------------------------- */

h1{
	font-family:'nevisbold', Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-style: normal;
	text-transform:uppercase;
	font-size:30px;
	display: block; clear: both;
	color:#777;
}
h1 a{
	color:#bcbdc0;
	text-decoration:none;
}
h2 {
	font-family:'nevisbold', Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-style: normal;
	font-size: 18px;
	line-height: 14px;
	text-transform: uppercase;
	display: block; clear: both;
	margin-bottom: 20px;
	text-align:center;
	color:#777;
}
h3{
	font-family:'nevisbold', Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-style: normal;
	font-size:30px;
	text-align: center;
	text-transform:uppercase;
	display: block; clear: both;
	color:#777;
}
#maincontent h3 {
	font-weight: normal;
}
h4 {	
	font-family:'nevisbold', Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-style: normal;
	text-align: center;
	text-transform:uppercase;
	font-size: 14px;
	font-weight: normal;
	display: block; clear: both;
}
#singletitle h4 {	
	font-family:'Oswald', Arial, Helvetica, sans-serif;
	font-weight:lighter;
    font-style: normal;
	text-align: center;
	text-transform:uppercase;
	font-size: 12px;
	font-weight: normal;
	display: block; clear: both;
}

/* -------------------------------- Link styles -------------------------------- */

a,
a:focus, 
a:link, 
a:active { 
	outline: none; 
}
a {
	color: #ed4489; text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #ed4489; text-decoration: none;
}
ul#menu li.current_page_item a,
ul#menu li a:hover {
	text-decoration: none;
}

.rss {
	background: url('images/rss-icon.png') left 50% no-repeat;
	padding-left: 26px;
}

/* -------------------------------- List styles -------------------------------- */

ul,
ol,
li {
}

ul#menu li {
	display: block; float: left;
	margin-right: 30px;
}

ul#menu li.right {
	float: right;
	margin: 0;
}

#maincontent ul {
	list-style: disc inside;
	display: block; clear: both;
	margin-bottom: 20px;
}

#sidebar ul {
	list-style: none;
	display: block; clear: both;
	margin-bottom: 20px;
}

/* -------------------------------- Form styles -------------------------------- */

input {
	color: #777;
	background: #FFF;
	border: none;
}

#sidebar input {
}

textarea {
	width: 100%;
	color: #999;
	background: #FFF;
	border: none;
	overflow: auto;
}

/* -------------------------------- Clumsy Chic -------------------------------- */

/*-- fixed header --*/
#fixed-menu{
	z-index: 80000000;
	width: 100%;
	height: 50px;
	position: fixed;
	top: -170px;
	z-index: 5000;
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
#fixed-menu.fixed{
	display:block;
	top:0;
	border-bottom: 1px #deddde solid;
}
.fixed-cont{
	width: 950px;
	margin: 0 auto;
	padding-top: 17px;
}
.fixed-bkg{
	width:100%;
	height:100%;
	background-color:#fff;
	opacity:.9;
	position:absolute;
	top: 0;
	z-index: -1;
}
.fixed-cont div{
	float:left;
}
#fixed-menu .nav{
	float: left;
	margin-left: 23px;
	margin-top: 1px;
}
#fixed-menu .nav li{
	list-style:none;
	display:inline-block;
	margin: 0 15px;
}
#fixed-menu .nav a{
	color:#b9b8b8;
	font-family:'nevisbold', Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-style: normal;
	text-transform:uppercase;
	font-size:11px;
}
#fixed-menu .nav a:hover{
	color: #ed4489;
}

/*-- CONTAINERS --*/
.hr{
	border-bottom: 1px #deddde solid;
	position: relative;
	margin-bottom: -22px;
	height: 21px;
}
#outer-container{
	width:1000px;
	margin:0 auto;
	background-image:url(images/clumsychic_background.gif);
	background-position: -101px top;
}
#container{
	width:950px;
	margin:0 auto;
	border-bottom:1px #deddde solid;
}
#header{
	padding-top: 25px;
	width: 948px;
	text-align: center;
	background-color: #fff;
	overflow: hidden;
}
#maincontent.home{
	margin-top: -3px;
}
#sidebar{
	width: 239px;
	display: inline-block;
	vertical-align: top;
	margin-left: -2px;
	position: relative;
	overflow: hidden;
}

/*-- GLOBAL --*/
.d{
	width: 100%;
	border-top: #deddde 1px solid;
	height: 1px;
	margin-bottom: -1px;
}
.d.t{
	margin-bottom: 2px;
}

/* -------------------------------- COLORS -------------------------------- */

/*--global --*/
.Fashion{
	background-color:#f7adca;
}
.Beauty{
	background-color:#5ec6c5;
}
.Travel{
	background-color:#f27556;
}
.Food{
	background-color:#f8aa39;
}
.Love{
	background-color:#ed4489;
}
.DIY{
	background-color:#78bfe5;
}
.Design{
	background-color:#fccf3c;
}
.Personal{	
	background-color:#dbdbdb;
}

/*-- multiply --*/
.m.Beauty{
	background-color: #048c8b;
}
.m.Fashion{
	background-color:#ed4489;
}
.m.Travel{
	background-color:#c14426;
}
.m.Food{
	background-color:#e26c0c;
}
.m.Love{
	background-color:#cb155f;
}
.m.DIY{
	background-color:#1181bd;
}
.m.Personal{
	background-color:#a5a4a4;
}
.m.Design{
	background-color:#ea940c;
}

/*-- categories --*/
.tag.Fashion{
	background-image:url(images/clumsychic_fashion_bkg.gif);
}
.tag.Beauty{
	background-image:url(images/clumsychic_beauty_bkg.gif);
}
.tag.Travel{
	background-image:url(images/clumsychic_travel_bkg.gif);
}
.tag.Design{
	background-image:url(images/clumsychic_design_bkg.gif);
}
.tag.Personal{
	background-image:url(images/clumsychic_personal_bkg.gif);
}
.tag.DIY{
	background-image:url(images/clumsychic_diy_bkg.gif);
}
.tag.Love{
	background-image:url(images/clumsychic_love_bkg.gif);
}
.tag.Food{
	background-image:url(images/clumsychic_food_bkg.gif);
}

/*- single --*/
#singletitle .bkg.m{
	height: 11px;
	top: 50px;
	opacity:.7;
	position:absolute;
}
#singletitle .bkg.r{
	height: 27px;
}

/*-- home --*/
.home .bkg.m{
	width: 14px;
	margin-left: 24px;
}
.bkg.r{
	width: 24px;
}

/*-- HEADER --*/
#logo{
	padding-top:68px;
	padding-bottom:95px;
}
#nav a{
	color:#b9b8b8;	
	text-transform:uppercase;
	text-decoration:none;
}
#nav a:hover{
	color:#ed4489;
}
#nav .main  li{
	display: inline-block;
}
#nav .main a{
	font-family:'nevisbold', Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-style: normal;
	font-size:12px;
	margin:0 22px;
	letter-spacing:1px;
}
#nav .sub{
	padding-top:5px;
	padding-bottom:10px;
}
#nav .sub  li{
	display: inline-block;
}
#nav .sub a{
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-weight:300;
    font-style:normal;
	font-size:10px;
	margin-right:25px;
	margin-left:25px;
	letter-spacing:1px;
}

/*-- MAINCONTENT --*/
#maincontent.home{
	margin-top: 0px;
}
#maincontent p{
	display:table;
}
#maintitle{
	position: absolute;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 50px;
	padding-left: 30px;
	color:#fff;
	margin-top: 40px;
	height: 44px;
	z-index: 80000;
}
.title{
}
.title h3{
	font-family:'nevisbold', Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-style: normal;
	font-size:19px;
	text-transform:uppercase;
	letter-spacing:1px;
}
.title span{
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-weight: 300; 
    font-style: normal;
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:1px;
}
#maintitle .bkg{
	position: absolute;
	top: 0;
	left: -24px;
	opacity: .7;
	height: 60px;
}
#maintitle .w{
	background-color: #ffffff;
	height: 60px;
	position: relative;
	top: -49px;
	left: -16px;
	opacity: .5;
	margin-right: -55px;
	z-index:-1;
}
#main{
	width:948px;
	overflow:hidden;
	background-color:#fff;
}
#main img{
	min-width: 948px;
	max-width: 948px;
}
.home #main img{
	min-width: 948px;
	height:auto;
}
#main a{
	color:#fff;
}
#main a:visited{
	color:#fff;
}

/*-- POSTS --*/
#posts{
	width:707px;
	display: inline-block;
	padding-top:45px;
}
.tag{
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 11px;
	padding: 5px 30px;
	text-align: center;
	position: relative;
	margin: 0 auto;
	top: -13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	display: table;
}
.tag a{
	color:#fff;
}
.post{
	border-top:#deddde 1px solid;
}
.post h3{
	padding-top: 40px;
	width: 420px;
	margin: 0 auto;
}
.post h3 a{
	color:#777777;
}
.post h3 a:hover{
	color:#ed4489;
}
.date{
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size:11px;
	color:#bcbdc0;
	text-transform:uppercase;
	letter-spacing:1px;
	text-align:center;
	margin-top:5px;
	margin-bottom:35px;
}
.post .content{
	padding:0px 62px;
}
#posts .cont img,
.post .content img{
	padding:0px;
	margin-bottom: 40px;
	position:relative;
	left:-62px;
	max-width: 707px;
	min-width: 707px;
	height: auto;
}
.post .heart,
.singlepost .heart{
	top: 3px;
	float: left;
	width: 100px;
	position: relative;
}
.post .dft,
.singlepost .dft{
	border-top: dotted 1px #bcbbbb;
	width:582px;
	margin:0 auto;
	margin-top:30px;
	height:1px;
}
.post .footer,
.singlepost .footer{
	margin-bottom: 85px;
	font-size: 12px;
	width: 663px;
	margin-left: -17px;
	color:#aeaeae;
}
.footer a{
	color:#aeaeae;
}
.footer a:hover{
	color:#ed4489;
}
.footer .more{
	font-family:'nevisbold', Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-style: normal;
	font-size:14px;
	text-transform:uppercase;
	float: right;
	margin-top: 8px;
}
.footer .more a{
	color:#ed4489;
	text-decoration:none;
}
.footer .meta{
	display:inline-block;
	top: 8px;
	position: relative;
}
.footer .meta .sl{
	padding:0px 4px;
}
.footer .meta .n{
	font-family:'nevisbold', Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-style: normal;
	font-size:14px;
}
a .n{
	color:#777;
}
a.comments:hover .n{
	color:#ed4489;
}

.footer .share{
	display: inline-block;
	position: relative;
	top: 7px;
}
.footer .share span,{
	position: relative;
	top: 7px;
}
.footer .share .at16nc.at16t_facebook{
	background-image:url(images/clumsychic_post_fb.gif);
	background-position:top;
	display: inline-block;
}
.footer .share .at16nc.at16t_twitter{
	background-image:url(images/clumsychic_post_twt.gif);
	background-position:top;
	display: inline-block;
}
.footer .share .at_PinItButton{
	background-image:url(images/clumsychic_post_pin.gif);
	background-position:top;
	width: 18px;
	display: inline-block;
}
.tags{
	width:278px;
	float:right;
	margin-top: 10px;
	text-align:right;
}

/*-- POST NAV --*/
#post_nav{
	width:707px;
	height: 50px;
	border-top:#deddde 1px solid;
	text-align: center;
	background-image:url(images/clumsychic_postnav.png);
	background-repeat: no-repeat;
	background-position: 203px -1px;
}
#post_nav .title{
	width: 350px;
	height: 47px;
	display: inline-block;
	background-position-x: 100%;
}
#post_nav #right.title{
	text-align: left;
	background-image: url(images/clumsychic_newerposts.png);
	background-repeat: no-repeat;
	background-position: 200px 0px;
	float:left;
}
#post_nav #left.title{
	text-align: right;
	background-image: url(images/clumsychic_olderposts.png);
	background-position: 0px;
	background-repeat: no-repeat;
	float:right;
}

/* -- SINGLE POST -- */
.singlepost p{
	padding-left:60px;
	width:410px;
}
.single #main{
	border-top:#deddde 1px solid;
	border-bottom:#deddde 1px solid;
	margin-top: -4px;
}
.single #main img{
	max-width:948px;
	min-width:948px;
	height:auto;
}
#singletitle{
	padding-top: 53px;
	background-color: #fff;
	border-right: #deddde 1px solid;
	width: 948px;
}
#singletitle .tag{	
	z-index: 90000;
	top: 1px;
	width: 150px;
	margin: 0 auto;
}
#singletitle .bkg{	
	width: 150px;
	height: 38px;
	margin-top: -23px;
	z-index: -1;
}
#posts ol, #posts ul{
	margin-left: 80px;
	width: 410px;
	
}
#posts div.pinit{
	left: -60px;
	overflow:visible;
	width:707px;
}
.single div.pinit img{
	max-width:707px;
	height:auto;
}
.single #cap{
	border-left: solid 1px #deddde;
	padding-left: 20px;
	font-size: 10px;
	margin-left: 485px;
	position: absolute;
}
.single #cap p{
	padding-bottom: 0;
	padding-left: 0;
	width: 144px;
}

/* -- PAGES -- */
.page{
	width:707px;
	display: inline-block;
	padding-top:45px;
}
.page .content{
	width: 585px;
	margin: 0 auto;
}
.page .content img,
.page .content iframe,
.page .content img object{
	margin-left:-61px;
	max-width:707px;
}
.searchpage{
	
}
.searchpage em{
	color:#ed4489;
}
.searchpage .head{
	padding:0 62px;
}
.arch h2{
	padding-bottom:35px;
}
.contact .sc{
	display:inline-block;
}
.contact .sc img{
	position: relative;
	top: 17px;
}
.contact .sc a{
	color: #b3b3b3;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform:uppercase;
}

/*-- CATEGORY --*/
.cat .header{
	width: 707px;
	text-align: center;
	border-top: solid 1px #deddde;
	position: relative;
	background-color: #fff;
	height: 73px;
	margin-bottom: -42px;
}
.cat h2{
	color: #fff;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 8px 23px;
	text-align: center;
	position: relative;
	margin: 0 auto;
	display: table;
	top: -13px;
	font-style: inherit;
}
.cat .header span a{
	font-family:'nevisbold', Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-style: normal;
	font-size:10px;
	text-transform:uppercase;
	color:#c9c9c9;
	letter-spacing:1px;
}
.grid_cat .header{
	margin-bottom: 40px;
}
.grid_header{
	border-top:#deddde 1px solid;
	height: 45px;
	padding-left:35px;
}
.grid_header h3{
	clear: both;
    color: #FFFFFF;
    display: inline;
    font-family: 'Oswald',Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 4px 15px;
    text-transform: uppercase;
	position: absolute;
	margin-top: 10px;
	position: relative;
	top: -9px;
}
.grid_header .link{
	background-color: #fff;
	padding: 10px;
	display: inline-block;
	float: right;
	position: relative;
	top: -16px;
	margin-right: 34px;
}
.grid_header .link h4{
	font-family: 'nevisbold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 10px;
	text-transform: uppercase;
	color: #ed4489;
	letter-spacing: 1px;
}
.grid_container{
	margin-bottom: 60px;
}
.grid_cont{
	padding: 0 25px;
	padding-top: 10px;
}
.grid_cont .grid{
	display: inline-block;
	width: 141px;
	vertical-align: top;
	text-align: left;
	margin: 0 10px;
	overflow: hidden;
}
.grid h4{
	display:inline;
	font-size:12px;
}
.grid h4 a{
	color:#9b9b9b;
}
.grid .thumb{
	margin-bottom:10px;
}

/*-- SIDEBAR --*/
#sidebar .b{
	border-bottom:#deddde 1px solid;
}
#sidebar h2{
	font-family:'nevisbold', Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-style: normal;
	font-size:12px;
	background-image: url(images/clumsychic_sidebar_header_bkg.jpg);
	padding-top: 13px;
	padding-bottom: 9px;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
	top: -70px;
	text-align: center;
	display: inline;
}
#sidebar .widget{
	border-top:#deddde 1px solid;
	text-align:center;
	padding:75px 0px;
}
#sidebar .widget a{
	text-transform:uppercase;
	color:#9b9b9b;
	font-size:11px;
}
#sidebar .widget a:hover{
	color:#ed4489;
}
#sidebar #search{
	height:45px;
}
#sidebar #search #s{
	padding: 0 20px;
	width: 201px;
	height: 40px;
	margin-top: 4px;
}
#sidebar #search #searchsubmit{
	height: 42px;
	width: 39px;
}
#sidebar #searchsubmit{
	position: absolute;
	right: 0;
	top: 3px;
}
#sidebar #about{
	padding: 60px 0;
	background-image:url(images/clumsychic_diagonal_pattern.gif);
	text-align:center;
}
#sidebar #about div{
	margin-bottom: 10px;
}
#sidebar #social a{
	color:#b3b3b3;
}
#sidebar #social{
	border-bottom: 1px #deddde solid;
	height: 56px;
}
#sidebar #social .sc{
	display: inline-block;
	height: 56px;
	width:59px;
	cursor: pointer;
}
#sidebar #social .fb{
	background-image:url(images/clumsychic_sc_fb.gif);
	width:56px;
	border-right: 1px #deddde solid;
}
#sidebar #social .fb:hover{
	background-image:url(images/clumsychic_sc_fb_hover.gif);
}
#sidebar #social .twt{
	background-image:url(images/clumsychic_sc_tw.gif);
	margin-left: -4px;
	border-right: 1px #deddde solid;
}
#sidebar #social .twt:hover{
	background-image:url(images/clumsychic_sc_tw_hover.gif);
}
#sidebar #social .pin{
	background-image:url(images/clumsychic_sc_pin.gif);
	margin-left: -4px;
	border-right: 1px #deddde solid;
}
#sidebar #social .pin:hover{
	background-image:url(images/clumsychic_sc_pin_hover.gif);
}
#sidebar #social .ig{
	background-image:url(images/clumsychic_sc_ig.gif);
	width: 62px;
	margin-left: -4px;
}
#sidebar #social .ig:hover{
	background-image:url(images/clumsychic_sc_ig_hover.gif);
}
#sidebar #sub{
	padding:65px 0;
	text-align:center;
}
#sidebar #ig{
	font-family: 'entyposocial';
    font-weight: normal;
    font-style: normal;
	font-size: 35px;
	border-top:#deddde 1px solid;
	padding: 60px 0;
	background-image:url(images/clumsychic_diagonal_pattern.gif);
	text-align:center;
}
#sidebar #ig span{
	color:#5ec6c5;
	padding-bottom:10px;
}
#sidebar #links{
	margin-bottom:100px;
}
#sidebar #dynamic li{
	padding:5px 0;
}
#sidebar #dynamic a:hover{
	color:#ed4489;
}
#sidebar #dynamic .wpp-post-title{
	font-family:'nevisbold', Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-style: normal;
	font-size:12px;
	display: inline-block;
	float: left;
	margin-top: 35px;
	text-align:left;
}
#sidebar #dynamic .top {
	background-color: #fff;
	display: table;
	padding: 10px 44px;
}
#sidebar #dynamic .Fashion{
	margin-bottom: -104px;
	position: relative;
}
#sidebar #dynamic .Beauty{
	margin-bottom: -104px;
	position: relative;
}
#sidebar #dynamic .Food{
	margin-bottom: -104px;
	position: relative;
}
#sidebar #dynamic .top .c{
	text-transform: uppercase;
	font-size: 10px;
	position: absolute;
	margin-top: 170px;
}
#sidebar #dynamic .Fashion .wpp_fi{
	border-bottom:10px #f7adca solid;
}
#sidebar #dynamic .Beauty .wpp_fi{
	border-bottom:10px #5ec6c5 solid;
}
#sidebar #dynamic .Food .wpp_fi{
	border-bottom:10px #f8aa39 solid;
}
#sidebar #dynamic .Travel .wpp_fi{
	border-bottom:10px #f27556 solid;
}
#sidebar #dynamic .top a.wpp-thumbnail{
	width: 150px;
	height: 150px;
	display: block;
}
#sidebar #dynamic .top a.wpp-thumbnail img{
	display: block;
}

/*-- COMMENTS --*/
#comments{
	margin-top: 10px;
}
#comments form, #contact form{
	text-transform:uppercase;
	font-size:10px;
	margin-bottom:40px;
}
#comments form .b, #contact form .b{
	width:590px;
	margin:0 auto;
	padding-bottom:3px;
	margin-bottom:25px;
	border-bottom: 1px #deddde solid;
}
#comments form .t, #contact form .t{
	width:590px;
	margin:0 auto;
}
#comments form textarea, #contact form textarea{
	border-bottom: 1px #deddde solid;
}
#comments form .sb, #contact form .sb{
	background-color:#f8f8f8;
	border-bottom: 1px #deddde solid;
	border-top: 1px #deddde solid;
	text-align:center;
	padding: 11px 0px;
	display: block;
}
#comments form .sb input, #contact form .sb input{
	font-family:'nevisbold', Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-style: normal;
	font-size:13px;
	text-align: center;
	text-transform:uppercase;
	color:#ed4489;
	background-color:#f8f8f8;
	letter-spacing: 1px;
}
#comments form p input, #contact form p input{
	margin-left:10px;
	font-size:10px;
	padding:3px;
}
#comments form #submit, #contact form #submit{
	cursor:pointer;
}
#comments li{
	list-style:none;
}
.comment-body{
	width: 590px;
	margin: 0 auto;
	margin-top: 45px;
	margin-bottom: 45px;
	display: block;
}
#comments .comment-body p{
	padding-bottom:0px;
}
#comments .children{
	padding-left: 15px;
	border-left: 1px #deddde solid;
}
.comment h4{
	float: left;
}
.comment h4 a{
	color:#ed4489;
}
p.comment {
	padding-left:60px;
	margin-top:10px;
}
.comment .btm{
	margin-top:25px;
}
a.comment-reply-link{
	font-size:11px;
	color:#aeaeae;
}
a.comment-reply-link:hover{
	color:#ed4489;
}

/*-- FOOTER --*/
#footer{
	text-align: center;
	background-color: #FFF;
	height: 100px;
	padding-top: 80px;
	text-transform:uppercase;
	color:#aeaeae;
	font-size:11px;
}
#confetti{
	position: absolute;
	margin-left: 770px;
	margin-top: -46px;
}

/* -- OTHER -- */
.error{
	width:590px;
	margin:0 auto;
}
.error h2{
	font-family:'nevisbold', Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-style: normal;
	text-transform:uppercase;
	font-size: 18px;
	display: block;
	margin-bottom: 20px;
	color:#ed4489;
}
.error form, .searchpage form{
	height:42px;
	padding-left:20px;
	border: 1px #deddde solid;
	width: 250px;
}
.error form #searchsubmit, .searchpage form #searchsubmit{
	float:right;
}
.error form #s, .searchpage form #s{
	height:42px;
}
.error form input, .searchpage form input{
	float:left;
}

/* -- PLUGINS -- */
span.pinit-overlay{
	height: 100%;
	width: 100%;
}
.pinit .pinit-overlay a {
	position: absolute;
	right: 15px;
	display: block;
	text-indent: -9999em;
	bottom: 15px;
}
#top{
	font-family:'nevisbold', Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-style: normal;
	text-transform:uppercase;
	font-size: 11px;
}
#top ul{
	width:151px;
	margin:0 auto;
}
#top li{
	margin-bottom:35px;
}
#top a{
	display:block;
	color:#777777;
	text-align:left;
	padding-bottom:10px;
}
/*-- ads -- */
.ad{
	display: block;
}
.home .ad{
	width: 100%;
	border-top: 1px #deddde solid;
	text-align: center;
	padding: 70px 0;
}
/*-- relate --*/
.nrelate{
	margin-top:20px;
}
#nrelate_related_1{
	margin: 0 auto;
	width: 584px;
	padding: 30px 0px;
}
#nrelate_related_1 .nr_inner a{
	width: 188px;
}
#nrelate_related_1 .nr_img_div{
	border:0px;
}
#nrelate_related_1 .nr_panel:hover{
	background: #fff;
	border: 1px solid #fff !important;
	color: #ed4489;
}
#nrelate_related_1 .nr_panel .nr_img{
	background: none repeat scroll 0 0 #fff;
	border: 0px !important;
	outline: 0px;
}
#nrelate_related_1 .nr_panel:hover .nr_img{
	background: none repeat scroll 0 0 #fff;
	border: 0px !important;
	outline: 0px;
}
/* -- gform --*/
#gform_1 ul{
	list-style:none;
}
#gform_1 input{
	padding: 10px;
margin-top: -20px;
width:450px;
}
#gform_1 .gform_body li{
	width: 100%;
padding-bottom: 25px;
border-bottom: 1px #deddde solid;
margin-bottom: 30px;
}
#gform_1 .gform_body li .ginput_container{
	float:left;
}
#gform_1 .gform_body li label{
	float:left;
	padding-right:15px;
}
#gform_1 .gform_body li#field_1_4{
	height: 115px;
}
#gform_1 .gform_body li#field_1_4 .ginput_container{
	width: 100%;
}
.gform_footer{
	width: 707px;
	margin-left: -61px;
	text-align:center;
	background-color:#f8f8f8;
	border-bottom: 1px #deddde solid;
	border-top: 1px #deddde solid;
	padding-top: 14px;
}
.gform_footer input.gform_button{
	background-color:#f8f8f8;
	font-family:'nevisbold', Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-style: normal;
	text-transform:uppercase;
	font-size: 14px;
	font-weight: normal;
	color: #ed4489;
	cursor:pointer;
}
.validation_error, .validation_message{
	display: block;
	color: #ed4489;
	clear:both;
	float:none;
}
.validation_error{
	margin-bottom:15px;
}
#gforms_confirmation_message{
	padding:20px 0px;
}
/* add this */
.addthis_toolbox{
	position: absolute;
	margin-top: 40px;
	margin-left: 153px;
}
.singlepost .addthis_toolbox{
	margin-left:210px;
}
.addthis_button_compact{
	display:none;
}
.addthis_button_email{
	display:none;
}
.at16nc.at16t_facebook {
background-image: url("images/clumsychic_post_fb.gif");
background-position: 0px;
}
.at16nc.at16t_twitter {
background-image: url("images/clumsychic_post_twt.gif");
background-position: 0px;
}
.at16nc.at16t_pinterest_share {
background-image: url("images/clumsychic_post_pin.gif");
background-position: 0px;
}
.addthis_counter.addthis_bubble_style {
	opacity:0;
	position:absolute;
	top:-100px;
	display:none;
}

.nrelate .nr_inner{
	margin: 0px 60px;
}
.nrelate_default.nr_150 .nr_panel{
	margin-right: 53px;
}</pre></body></html>