/*
Theme Name: Material Girls Blog
*/

/* main selectors */
html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #000;
	height: 100%;
	background: #E6F2F0 url(images/background-body.gif) repeat;
}

a {
	color: #EF4662;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
	vertical-align: middle;
}

span.more-link {
	display: block;
/*	text-align: right;*/
}

p {
	margin: 0;
	padding: 0 0 18px 0;
}

ul, ol {
	margin: 0 0 0 22px;
	padding: 0 0 18px 0;
}

div.body ul {
	margin-left: 60px;
	list-style: none;
	color: #424242;
	font-style: italic;
}

div.body ul li {
	padding-left: 12px;
	background: url(images/bullet.gif) no-repeat 0 5px;
}

div.body ol {
	margin-left: 80px;
	color: #424242;
	font-style: italic;
}

.aligncenter {
	text-align: center;
}

.alignleft {
	float: left;
	margin: 0 12px 6px 0;
}

.alignright {
	float: left;
	margin: 0 0 6px 12px;
}

blockquote {
	color: #54656C;
	font-style: italic;
	margin: -12px 0 0 0;
	padding: 12px 0 0 30px;
	position: relative;
	background: url(images/blockquote.gif) no-repeat 8px 0;
}

h2 {
	font: italic normal 22px/24px Georgia, 'Times New Roman', Times, serif;
	margin: 0;
	padding: 0 0 2px 0;
	color: #000;
}

h2 a {
	color: #000;
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}

h3 {
	font: italic normal 24px/26px Georgia, 'Times New Roman', Times, serif;
	margin: 0;
	padding: 0 0 6px 0;
	color: #75afa8;
	border-bottom: 3px dotted #75afa8;
}

div.sidebar h3 {
	color: #165F52;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	border-bottom: 0px;
}

/* form elements */
form {
	margin: 0;
	padding: 0;
}

input.text {
	font: 12px/14px Arial, Helvetica, sans-serif;
	border: 1px solid #558B81;
	padding: 3px 4px;
	background: #FFF;
	margin: 0;
	vertical-align: middle;
}

textarea {
	font: 12px/14px Arial, Helvetica, sans-serif;
	border: 1px solid #558B81;
	padding: 4px;
	background: #FFF;
	margin: 0;
	vertical-align: middle;
	overflow: auto;
}

input.image {
	font: 12px/14px Arial, Helvetica, sans-serif;
	margin: 0;
	vertical-align: middle;
}

input.submit {
	font: italic 14px/16px Georgia, 'Times New Roman', Times, serif;
	border: 1px solid #558B81;
	padding: 2px 8px;
	background: #ECF4F1;
	margin: 0;
	vertical-align: middle;
	color: #000;
}

/* main layouts*/
#container {
	width: 958px;
	margin: 0 auto;
	border-right: 1px solid #8EC8C0;
	border-left: 1px solid #8EC8C0;
	background: #FFF url(images/background-container.jpg) no-repeat 0 241px;
	min-height: 100%;
}

* html #container {
	height: 100%;
}

/* header section */
#header {
	width: 100%;
	height: 289px;
	border-top: 40px solid #57A698;
	border-bottom: 2px solid #578680;
	background: url(images/header/main.jpg) no-repeat bottom right;
	position: relative;
}

body.chicago #header {background-image: url(images/header/chicago.jpg);}
body.dallas #header {background-image: url(images/header/dallas.jpg);}
body.houston #header {background-image: url(images/header/houston.jpg);}
body.losangeles #header {background-image: url(images/header/losangeles.jpg);}
body.newyork #header {background-image: url(images/header/newyork.jpg);}

#header q {
	position: absolute;
	left: -9999px;
	width: 0px;
	height: 0px;
	overflow: hidden;
}

/* logo section */
h1.logo, strong.logo {
	position: absolute;
	top: 14px;
	left: 25px;
	margin: 0;
	padding: 0;
	font-size: 11px;
}

h1.logo a, strong.logo a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 356px;
	height: 229px;
	background: url(images/logo.gif) no-repeat;
	color: #FFF;
	outline: none;
}

/* header extra section */
#header div.extra {
	position: absolute;
	top: -40px;
	left: 0;
	border-bottom: 1px solid #9ACAC1;
	height: 32px;
	width: 908px;
	padding: 8px 20px 0 30px;
	overflow: hidden;
}

#header div.extra ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 22px;
}

#header div.extra ul li {
	float: left;
	background: url(images/bullet-extra.gif) no-repeat left;
	padding: 0 11px 0 15px;
}

#header div.extra ul li.first {
	padding-left: 0;
	background: none;
}

#header div.extra ul li a {
	float: left;
	color: #000;
	text-decoration: none;
	background-position: 100% 3px;
	background-repeat: no-repeat;
}

#header div.extra ul li a span {
	display: none;
}

#header div.extra ul li a:hover {
	color: #FFF;
}

#header div.extra ul li a.rss {padding-right: 18px;background-image: url(images/icon-rss.gif);}
#header div.extra ul li a.facebook {padding-right: 67px;background-image: url(images/icon-facebook.gif);}
#header div.extra ul li a.twitter {padding-right: 76px;background-image: url(images/icon-twitter.gif);}

/* quick search box */
p.quick-search {
	padding: 0;
	float: left;
}

p.quick-search input.text {
	border-color: #000;
	background-color: #CAEEEC;
	width: 145px;
}

/* navigation section */
#navigation {
	width: 100%;
	height: 15px;
	border-top: 32px solid #EAF5F3;
}

#navigation ul {
	margin: -32px 0 0 0;
	padding: 0;
	list-style: none;
	position: relative;
	height: 47px;
	width: 100%;
	overflow: hidden;
}

#navigation li {
	float: left;
	padding-left: 10px;
}

#navigation li.home {
	padding-left: 120px;
}

#navigation a {
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	height: 47px;
	color: #BEDFDB;
	background-repeat: no-repeat;
	position: relative;
}

#navigation a:hover,
#navigation li.active a {
	background-position: 0 -47px;
}

#navigation li.home a {width:91px;background-image: url(images/navigation/home.gif);}
#navigation li.chicago a {width:101px;background-image: url(images/navigation/chicago.gif);}
#navigation li.dallas a {width:94px;background-image: url(images/navigation/dallas.gif);}
#navigation li.houston a {width:107px;background-image: url(images/navigation/houston.gif);}
#navigation li.losangeles a {width:147px;background-image: url(images/navigation/losangeles.gif);}
#navigation li.newyork a {width:127px;background-image: url(images/navigation/newyork.gif);}

/* footer section */
#footer {
	background: #57A698 url(images/background-footer.jpg) no-repeat bottom right;
	padding: 8px 0;
	width: 100%;
	clear: both;
	text-align: center;
	overflow: hidden;
}

#footer a {
	color: #FFF;
}

#footer ul, #footer p {
	margin: 0;
	padding: 2px 0;
	list-style: none;
}

#footer ul li {
	display: inline;
	padding: 0 4px;
}

/* footer AD section */
#footerad {
	background: #FFFFFF;
	padding: 8px 0;
	width: 100%;
	height: 100px;
	clear: both;
	text-align: center;
	overflow: hidden;
}

#footerad a {
	color: #FFF;
}



/* content section */
#content {
	padding: 10px 220px 12px 188px;
	width: 550px;
	position: relative;
	overflow: hidden;
	float: left;
	background: #FFF url(images/background-content.gif) repeat-x bottom left;
}

#primary {
	float: left;
	width: 510px;
	padding: 0 16px 0 24px;
	margin-right: -550px;
	position: relative;
	overflow: hidden;
}

/* left sidebar */
#sidebar1 {
	float: left;
	width: 174px;
	padding: 0 0 0 14px;
	margin-left:-188px;
	position: relative;
}

/* right sidebar */
#sidebar2 {
	float: right;
	padding: 0 24px 0 10px;
	width: 186px;
	margin-right: -220px;
	position: relative;
}

* html #sidebar2 {
	margin-left: -220px;
}

/* widgets section */
div.widget {
	width: 100%;
	margin-bottom: 14px;
}

div.widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* pages widget section */
div.widget-navigation h3 {
	display: none;
}

div.widget-navigation ul {
	padding-left: 12px;
}

div.widget-navigation ul li {
	padding-bottom: 6px;
}

div.widget-navigation a {
	color: #000;
	text-decoration: none;
}

div.widget-navigation a:hover {
	text-decoration: underline;
}

/* shop widget section */
div.widget-shop {
	width: 174px;
	height: 77px;
	background: #EAF5F3 url(images/widget-shop.gif) no-repeat;
	text-align: center;
}

div.widget-shop h3 {
	height: 42px;
	padding: 0;
	overflow: hidden;
	text-indent: -9999px;
}

/* ad widget section */
div.widget-ad {
	width: 174px;
	height: 101px;
	background: #FCEBE9 url(images/widget-ad.gif) no-repeat;
}

div.widget-ad h3,
div.widget-signup h3 {
	padding: 0;
	position: absolute;
	left: -9999px;
	height: 0px;
	overflow: hidden;
}

div.widget-ad p,
div.widget-signup p {
	padding: 0;
}

div.widget-ad p a {
	width: 174px;
	height: 101px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}

/* signup widget section */
div.widget-signup {
	width: 152px;
	height: 135px;
	position: relative;
	margin-left: -10px;
	background: url(images/widget-signup.gif) no-repeat;
	padding: 43px 17px 35px 27px;
}

div.widget-signup p a {
	width: 152px;
	height: 135px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}

/* inner boxes section */

/* post box section */
div.post {
	width: 100%;
	margin-bottom: 12px;
}

div.post div.head, div.post div.foot, div.post div.body {
	height: 1%;
	overflow: hidden;
}

div.post div.head, div.post div.foot {
	padding-bottom: 12px;
}

/* post head section */
div.post div.head p {
	color: #90A3A9;
	font-size: 11px;
	padding: 0 0 0 12px;
	background: url(images/bullet-head.gif) no-repeat left;
}

/* post foot section */
div.post div.foot {
	padding: 8px 8px 6px 8px;
	background: #EAF5F3;
}

div.post div.foot ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	overflow: hidden;
}

div.post div.foot ul li {
	float: left;
	padding-left: 14px;
	padding-bottom: 2px;
	background: url(images/bullet-foot.gif) no-repeat 0 3px;
	width: 225px;
}

/* section box */
div.section {
	width: 485px;
	margin-bottom: 12px;
}

div.section:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* comments/trackbacks section */
div.comment, div.trackback {
	padding: 8px 8px 0 8px;
	background: #FCEBE9;
	height: 1%;
	overflow: hidden;
	margin-bottom: 6px;
}

div.trackback {
	background-color: #ECF4F1;
}

div.comment div.body {
	width: 315px;
	float: left;
	overflow: hidden;
}

div.comment div.meta {
	width: 140px;
	float: right;
}

div.comment p,
div.trackback p {
	padding-bottom: 8px;
}

img.avatar {
	border: 1px solid #558B81;
}

div.comment div.head {
	font-size: 11px;
	padding-bottom: 8px;
}

div.comment cite,
div.trackback cite {
	display: block;
	font-style: normal;
	font-weight: bold;
}

div.trackback cite {
	display: inline;
}

/* respond form section */
div.respond ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.respond ul li {
	padding-bottom: 8px;
}

div.respond input.text {
	width: 155px;
	margin-right: 5px;
}

div.respond textarea {
	width: 290px;
	height: 165px;
}

/* navigation box section */
div.navigation {
	width: 100%;
	overflow: hidden;
	padding-bottom: 18px;
	font-size: 14px;
}

div.navigation .prev {float: right;}
div.navigation .next {float: left;}
#fbc_login br,
#fbc_login small{
    display: none !important;
}
#fbc_login div,
#fbc_login{
    float: none !important;
    display: inline !important;
}

