/* Resets */
body,h1,h2,h3,.header ul,.header li,aside ul,aside li,.pagination ul,.pagination li,img,.entry-footer-share,.entry-footer-share li {
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
}
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { 
    display:block;
}

/* Clear inner floats */
.header .main-nav ul,
.container {
  overflow: hidden;
}

/* Layout */
body {
  font: 16px/1.5 "Lucida Grande","Lucida Sans Unicode",Calibri,Helvetica,Arial,sans-serif;
  background: white url('http://ericdfields.s3.amazonaws.com/g3b/images/backgrounds/polka-dots_bkg.png') repeat-x left top;
  color: #333;
}
.header,
.container {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
.content,
aside {
  width: 700px;
  float: left;
}
.content {
  margin-right: 40px;
}
aside {
  width: 320px;
}


/* Colors */
a {
  color: #C52943;
}
/* turquoise fg  */
.entry > div a:link,
.header .main-nav a,
.entry h3,
.entry h3 a {
  color: #54BBDC;  
  color: #3598C1;
}
/* turquoise bkg */
#search-blog input[type="submit"] {
  background: #54BBDC;
}

/* light turquoise bkg */
/*#E6F5FA*/

/* Style Variations */

/* Typography */
h2,
h3,
.entry .date-header {
  font: 36px/1.15 "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.35);
}
/* no text decoration*/
.header .main-nav li a,
.entry h3 a,
.pagination a,
.comments-content a,
.comment-datetime a,
a.command-reply-comment,
aside h2 a,
.entry-footer-share a,
.module-photo a {
  text-decoration: none;
}
/* 2px border radius */ 
#search-blog,
input[type="submit"],
.entry,
.pagination a,
a.command-reply-comment,
.comments-content,
aside h2 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
  
/* Banner */

.header hgroup {
  position: relative;
  margin: 60px 0 10px;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.header hgroup:hover {
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.header h1 a {
  display: block;
  background: url('http://ericdfields.s3.amazonaws.com/g3b/images/identity/banner.png') no-repeat scroll top left;
  width: 882px;
  height: 210px;
  margin: 0px auto;
  text-indent: -1000em;
}
.header h2 {
  font-weight: normal;
  font-size: 1em;
  position: absolute;
  top: 156px;
  right: 270px;
  color: white;
}

/* Navigation */
.header .main-nav {
  text-align: center;
  overflow: auto;
  margin: 0 auto 2em;  
  width: 920px;
}
.header .main-nav li {
  float: left;
  width: 20%;
  font-size: 24px;
  font-weight: bold;
  padding-top: 30px;
}
.header .main-nav li:hover {
  background: url('http://ericdfields.s3.amazonaws.com/g3b/images/icons/retro-star.png') no-repeat center top;
}
.header .main-nav li a {
  display: block;
  padding-top: 60px;
  background: url('http://ericdfields.s3.amazonaws.com/g3b/images/icons/icons.png') no-repeat center top;
  outline: none;
}
.header .main-nav li a:hover {
  background-position: center -128px;
  color: #D36474;
}
.header .main-nav li.outfits a {
  background-position: center -256px;
}
.header .main-nav li.outfits a:hover {
  background-position: center -385px;
}
.header .main-nav li.food a {
  background-position: center -513px;
}
.header .main-nav li.food a:hover {
  background-position: center -642px;
}
.header .main-nav li.series a {
  background-position: center -1029px;
}
.header .main-nav li.series a:hover {
  background-position: center -1158px;
}
.header .main-nav li.photo a {
  background-position: center -1287px;
}
.header .main-nav li.photo a:hover {
  background-position: center -1416px;
}

.header .content-nav li {
  display: inline;
  padding: 0 1em;
}
.header .content-nav li a {
  color: #DFCCE9;
}

/* Search */
#search-blog input[type="search"] {
  font-size: 1em;
}
#search-blog input[type="submit"] {
  border: none;
  color: white;
  font-weight: bold;
  font-size: 14px;
  padding: 4px 8px;
}

/* Entries  */
.entry {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.entry,
.comments-content {
  background: #FBFBFB;
  border: 1px solid #ddd;
  position: relative;
  margin: 0 0 2em 60px;
}
.entry h3 {
  text-shadow: 1px 1px 0 rgba(0,0,0,0.15);
  margin-bottom: 16px;
}
.entry h3 a {
  display: block;
}
.entry h3 a:hover {
  color: #C52943;
}
.entry header {
  padding: 0.5em 60px 0 1em;
}
.entry > div {
  padding: 0 1em;
  text-shadow: 0 1px 0 white;
}
.entry > div a:link {
  color: #54BBDC;
}
.entry > div a:visited {
  color: #A041AD;
}
.entry > div a:hover {
  color: #C52943;
}
.entry > div a:active {
  background: #ffc;
}
.entry .date-header {
  text-shadow: none;
  margin: 0;
  font-weight: normal;
  width: 50px;
  position: absolute;
  top: 17px;
  left: -60px;
  text-transform: uppercase;
  line-height: 1;
  text-align: right;
  font-size: 14px;
  color: #B37FCA;
}
.entry .date-header span {
  display: block;
}
.entry .date-header .month {
  font-size: smaller;
}
.entry .date-header .year {
  display: none;
}
.entry a img {
  display: block;
  border: 5px solid white;
  border-width: 5px 5px 20px;
  -webkit-box-shadow: 
    0 2px 4px rgba(0,0,0,0.3);
  -moz-box-shadow: 
    0 2px 4px rgba(0,0,0,0.3);
  box-shadow: 
    0 2px 4px rgba(0,0,0,0.3);
  margin: 0px auto 0.5em;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
}
.entry a img:hover {
  -webkit-box-shadow: 
    0 0px 24px rgba(0,0,0,0.5);
  -moz-box-shadow: 
    0 0px 24px rgba(0,0,0,0.5);
  box-shadow: 
    0 0px 24px rgba(0,0,0,0.5);
  -webkit-transform: scale(1.1) translate(0,10px);
  -moz-transform: scale(1.1) translate(0,10px);
  transform: scale(1.1) translate(0,10px);
}
.entry .no-border img {
display: inline;
  border: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0;
}
.entry-footer-share {
  overflow: auto;
  margin-bottom: 1em;
}
.entry-footer-share li {
  float: left;
  margin-left: 1em;
}
iframe.favorite {
  width: 80px;
  height: 21px;
  float: left;
}
.entry-footer-share .share-link a {
  display: block;
  height: 21px;
  font-size: 12px;
}
.entry .comment-count {
  width: 41px;
  height: 32px;  
  overflow: hidden;
  color: white;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.25);
  position: absolute;
  top: 16px;
  right: 16px;
  background: url('http://ericdfields.s3.amazonaws.com/g3b/images/icons/comment-bubble.png') no-repeat left top;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  font-size: 18px;
}
.entry .comment-count:hover {
  -webkit-transform: scale(1.1);
  text-shadow: 1px 1px 0 rgba(0,0,0,0.65);
}
.entry .comment-count span {
  display: none;
}
.entry .categories {
  position: absolute;
  top: 40px;
  left: -58px;
  overflow: hidden;
}
.entry .categories strong,
.entry .categories b,
.entry .categories span {
  display: none;
}
.entry .categories .cat-fashion,
.entry .categories .cat-outfits,
.entry .categories .cat-food,
.entry .categories .cat-lifestyle,
.entry .categories .cat-series,
.entry .categories .cat-photography {
  display: block;
  margin-bottom: 0.5em;
}
.entry .categories a {
  display: block;
  width: 58px;
  height: 36px;
  background: url('http://ericdfields.s3.amazonaws.com/g3b/images/icons/tabs.png') left top;
  text-indent: -1000em;
}
.entry .categories a:hover {
  background-position: right 1px;
}
.entry .categories .cat-outfits a {
  background-position: left -47px; 
}
.entry .categories .cat-food a {
  background-position: left -96px; 
}
.entry .categories .cat-series a {
  background-position: left -141px;
}
.entry .categories .cat-photography a {
  background-position: left -191px; 
}
.entry .categories .cat-outfits a:hover {
  background-position: right -47px; 
}
.entry .categories .cat-food a:hover {
  background-position: right -96px; 
}
.entry .categories .cat-series a:hover {
  background-position: right -141px;
}
.entry .categories .cat-photography a:hover {
  background-position: right -191px; 
}
.entry.cat-sundress_week {
  background-image: url('http://ericdfields.s3.amazonaws.com/g3b/images/identity/sundress-week.png');
  background-repeat: no-repeat;
  background-position: center 18px;
  padding-top: 110px;
}

.comments-content {
/*  background: #D14F62;*/
/*  border: 1px solid #A14956;*/
  border: 0;
  color: #D14F62;
  padding: 0 !important;
}
.comment {
  position: relative;
  padding: 2em 1em 1em;
  font-size: smaller;
}
.comment-by-owner {
  background: #CF6472;
  padding-left: 50px;
}
.comments-content header h3 {
  color: #D14F62;
  font-size: 24px;
  padding: 12px 8px 0;
  margin: 0;
/*  text-shadow: 0 1px 0 #954450; */
  text-align: center;
}
.comments-content a {
  font-weight: bold;
  color: #D14F62;
/*  text-shadow: 1px 1px 0 #6B2B35;*/
}
.comments-content a:hover {
/*  top: -1px;*/
  color: #A14956;
/*  text-shadow: 2px 1px 0 #6B2B35;*/
}
.comments-content header p {
  text-align: center;
}
.comment header span {
  font-size: smaller;
/*  color: rgba(100%,100%,100%,0.85);*/
}
.comment header a {
  font-size: larger;
  position: relative;
}
.comment img {
  margin-right: 10px;
}
.comment-datetime {
  position: absolute;
  top: 12px;
  left: 75px;
}
.comment-by-owner .comment-datetime {
  left: 116px; 
}
.comment-datetime a {
  font-size: x-small;
/*  color: white;*/
/*  color: rgba(100%,100%,100%,0.5);*/
}
.comment-datetime a:hover {
/*  color: rgba(100%,100%,100%,0.85);*/
}
a.command-reply-comment {
  position: relative;
  top: -0.5em;
  font-size: small;
  font-weight: bold;
  background: rgba(100%,100%,100%,0.35);
  padding: 4px 8px;
/*  color: white;*/
/*  text-shadow: 1px 1px 0 #6B2B35;*/
}
#atp-comments {
  margin: 1em;
}
#comment-text {
  width: 80%;
  font-size: 1em;
}
/* Post only */
.content-nav,
.trackbacks {
  margin: 0px auto 3em;
  text-align: center;
  text-shadow: 0 1px 0 white;
  font-size: small;
}
.content-nav,
/*.content-nav a,*/
.trackbacks {
  color: #999;
  color: rgba(0,0,0,0.35);
}
.content-nav {
  margin: 1em auto;
}
.trackbacks {
  font-size: x-small;
}
.trackbacks h3 {
  display: none;
}

/* Sidebar */
aside {
  font-size: smaller;
}
aside h2 {
  background: #B37FCA url(http://ericdfields.s3.amazonaws.com/g3b/images/icons/sidebar-arrows.png) no-repeat 8px 8px;
  display: inline-block;
  -webkit-box-shadow: 2px 2px 0 #DFCCE9;
  -moz-box-shadow: 2px 2px 0 #DFCCE9;
  box-shadow: 2px 2px 0 #DFCCE9;
  font-size: 18px;
  font-weight: bold;
  padding: 3px 1em 3px 20px;
  cursor: pointer;
}
aside h2.active {
  background-position: 8px -54px;
}
aside h2:hover {
  background-color: #8958A7;
}
aside h2,
aside h2 a {
  color: white;
}
aside li {
  margin-bottom: 1em;
}
aside section > div {
  margin-bottom: 1em;
}

/* Pagination */
.pagination ul {
  margin: 4em;
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  transform: rotate(2deg);
  overflow: auto;
}
.pagination li {
  float: left;
  margin-right: 1em;
}
.pagination a {
  background: #D14F62;
  font-size: 36px;
  color: white;
  padding: 4px 8px;
  text-shadow: 0 1px 0 #954450;
  position: relative;
  top: 0;
}
.pagination a:hover {
  top: -2px;
  -webkit-box-shadow: 2px 2px 0 #912C39;
  -moz-box-shadow: 2px 2px 0 #912C39;
  box-shadow: 2px 2px 0 #912C39;
}


/* modules */

.module {
	position: relative;
	width: 100%;
}

.module-content {
	position: relative;
}

.module-list,
.archive-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.module-list-item,
.archive-list-item {
	margin-top: 5px;
	margin-bottom: 5px;
}

.module-more {
	text-align: right;
}

.module-elsewhere .module-list img,
.archive-elsewhere .archive-list img,
.module-presence img {
	vertical-align: middle;
}

.module-powered .module-content { margin-bottom: 10px; }
.module-photo .module-content { text-align: center; }
.module-wishlist .module-content { text-align: center; }
.module-qrcode .module-content { text-align: center; }
.module-search .module-content { margin-top: 10px; }

.module-search input[type="search"] { width: 75%; margin-right: 6px; margin-bottom: 10px; } 

.module-calendar .module-content table {
	border-collapse: collapse;
	width: 100%;
}

.module-calendar .module-content th,
.module-calendar .module-content td {
	width: 14%;
	text-align: center;
}

.module-category-cloud .module-list {
	margin-right: 0;
	margin-left: 0;
}

.module-category-cloud .module-list-item {
	display: inline;
	margin: 0 5px 0 0;
	padding: 0;
	line-height: 1.2em;
	background: none;
}

.module-category-cloud .cloud-weight-1  { font-size: 0.9em; }
.module-category-cloud .cloud-weight-2  { font-size: 0.95em; }
.module-category-cloud .cloud-weight-3  { font-size: 1em; }
.module-category-cloud .cloud-weight-4  { font-size: 1.125em; }
.module-category-cloud .cloud-weight-5  { font-size: 1.25em; }
.module-category-cloud .cloud-weight-6  { font-size: 1.375em; }
.module-category-cloud .cloud-weight-7  { font-size: 1.5em; }
.module-category-cloud .cloud-weight-8  { font-size: 1.625em; }
.module-category-cloud .cloud-weight-9  { font-size: 1.75em; }
.module-category-cloud .cloud-weight-10 { font-size: 1.75em; }

.typelist-plain .module-list,
.typelist-plain .archive-list {
	list-style: none;
}

.typelist-plain .module-list-item,
.typelist-plain .archive-list-item {
	padding: 0;
	background: none;
}

.typelist-thumbnailed { margin: 0 0 20px; }

.typelist-thumbnailed .module-list-item {
	display: block;
	clear: both;
	margin: 0;
}

/* positioniseverything.net/easyclearing.html */
.typelist-thumbnailed .module-list-item:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
.typelist-thumbnailed .module-list-item { display: inline-block; }
/* no ie mac \*/
* html .typelist-thumbnailed .module-list-item { height: 1%; }
.typelist-thumbnailed .module-list-item { display: block; }
/* */

.typelist-thumbnail {
	float: left;
	min-width: 60px;
	width: 60px;
	/* no ie mac \*/width: auto;/* */
	margin: 0 5px 0 0;
	text-align: center;
	vertical-align: middle;
}

.typelist-thumbnail img { margin: 5px; }

.module-galleries .typelist-thumbnail img { width: 50px; }

.typelist-description {
	margin: 0;
	padding: 5px;
}

.typelist-no-description {
	text-align: center;
	margin: 10px 0;
}

.module-featured-photo .module-content,
.module-photo .module-content {
	margin: 0;
}

.module-featured-photo img { width: 100%; }

.module-recent-photos { margin: 0 0 15px; }
.module-recent-photos .module-content { margin: 0; }
.module-recent-photos .module-list {
	display: block;
	height: 1%;
	margin: 0;
	border: 0;
	padding: 0;
	list-style: none;
}

/* positioniseverything.net/easyclearing.html */
.module-recent-photos .module-list:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
.module-recent-photos .module-list { display: inline-block; }
/* no ie mac \*/
* html .module-recent-photos .module-list { height: 1%; }
.module-recent-photos .module-list { display: block; }
/* */

.module-recent-photos .module-list-item {
	display: block;
	float: left;
	/* ie win fix \*/ height: 1%; /**/
	margin: 0;
	border: 0;
	padding: 0;
}

.module-recent-photos .module-list-item a {
	display: block;
	margin: 0;
	border: 0;
	padding: 0;
}

.module-recent-photos .module-list-item img {
	width: 60px;
	height: 60px;
	margin: 0;
	padding: 0;
}


/* mmt calendar */

.module-mmt-calendar { margin-bottom: 15px; }
.module-mmt-calendar .module-content { margin: 0; }
.module-mmt-calendar .module-header { margin: 0; }
.module-mmt-calendar .module-header a { text-decoration: none; }
.module-mmt-calendar table { width: 100%; }

.module-mmt-calendar th { text-align: left; }

.module-mmt-calendar td {
	width: 14%;
	height: 75px;
	text-align: left;
	vertical-align: top;
}

.day-photo {
	width: 54px;
	height: 54px;
}

.day-photo a {
	display: block;
}

.day-photo a img {
	width: 50px;
	height: 50px;
}


/* Mini-Profile Module */

.module-miniprofile .module-content {
	text-align: center;
}

.module-miniprofile .mp-container {
	border-width: 1px;
	border-style: solid;
	border-color: #f2f2f2;
	border-color: rgba(0, 0, 0, 0.05);
	padding: 10px;
	text-align: left;
	background: #fafafa;
	background: rgba(0, 0, 0, 0.025);
}

.layout-one-column .module-miniprofile .mp-container {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

.module-miniprofile .mp-counts,
.module-miniprofile .mp-connections {
	margin-top: 10px;
}

.module-miniprofile .mp-avatar {
	display: inline;
	float: left;
	width: 50px;
}

.module-miniprofile .mp-avatar a {
	display: block;
}

.module-miniprofile .mp-details {
	margin-left: 60px;
}

.module-miniprofile .mp-name {
	margin-bottom: 5px;
	font-size: 1.25em;
}

.module-miniprofile .mp-following,
.module-miniprofile .mp-followers {
	display: inline;
	float: left;
	width: 50%;
	text-align: center;
}

.module-miniprofile .mp-following .mp-inner {
	padding-right: 5px;
}

.module-miniprofile .mp-followers .mp-inner {
	padding-left: 5px;
}

.module-miniprofile .mp-counts a {
	display: block;
	padding: 5px;
	text-decoration: none;
	background: #f2f2f2;
	background: rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.module-miniprofile .mp-counts a:hover {
	text-decoration: none;
	background: #e5e5e5;
	background: rgba(0, 0, 0, 0.1);
}

.module-miniprofile .mp-counts span {
	display: block;
}

.module-miniprofile .mp-count {
	font-size: 1.25em;
}

.module-miniprofile .mp-connections {
	height: 20px;
	overflow: hidden;
}

.module-miniprofile .mp-connections span,
.module-miniprofile .mp-connections a,
.module-miniprofile .mp-connections img {
	display: block;
}

.module-miniprofile .mp-connections span {
	float: left;
	margin-right: 2px;
}

.module-search h2 {
  display: none;
}

.module-photo {
  background: #FDECF0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 0 0 2em;
}
.module-photo h3 {
  font-size: 18px;
  color: red;
  font-weight: bold;
  text-shadow: none;
  color: #D36474;
}
.module-photo div img {
float:left;
margin-right:1em;
width:100px;
}
.module-photo a img {
-webkit-transition: all 0.25s ease-out;
-moz-transition: all 0.25s ease-out;
transition: all 0.25s ease-out;
position: relative;
top: -20px;
left: -20px;
}
.module-photo a:hover img {
-webkit-transform: scale(1.1) rotate(-3deg);
-moz-transform: scale(1.1) rotate(-3deg);
transform: scale(1.1) rotate(-3deg);
}
.module-photo div {
  overflow: auto;
  padding: 1em;
}
.module-photo footer {
  text-align: center;
  padding: 1em;
}
.module-photo footer a:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
/* ph=1 */

