/*   
  Theme Name: Womenality
  Theme URI: http://www.womenality.com
  Description: CSS Theme for womenality
  Author: womenality
  Author URI: http://www.womenality.com
  Version: 1.0
*/

/* RESET */
/* ----------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset, img { border:0; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal; }
ol, ul, li { list-style:none; }
caption, th { text-align:left; }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal; }
q:before, q:after { content:'';}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold; }
em { font-style:italic; }
a img { border:none; } /* Gets rid of IE's blue borders */

/* 
  General styles 
*/

body {
	background-color: #FEEFFD;
	margin: 0 0;
	text-align: left;
	font: normal 13px 'Roboto', sans-serif;
	color: #4C4B4B;

}

/*
	TYPOGRAPHY
*/
h1, h2, h3, h4, h5, h6 { 
  margin: 0; 
  line-height: 1.5; 
}

h1 {
  font-size: 34px;
}

h2 {
  font-size: 27px;
}

h3 {
  font: 15px 'YanoneKaffeesatzRegular', Georgia, "Times New Roman", serif;
  text-transform: capitalize;
  letter-spacing: 0.2em;
}

h4 { 
  text-transform: capitalize;
  letter-spacing: 0.1em;
}

h5 { 
  font-family: normal 13px 'YanoneKaffeesatzRegular', Georgia, "Times New Roman", serif;
}

h6 { 
  font-family: normal 11px 'YanoneKaffeesatzRegular', Georgia, "Times New Roman", serif;
}

a:link,
a:visited,
a:active  {
  color: #6600CC;
  text-decoration: none; 
}

a:hover {
  text-decoration: underline;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
  display: block; 
}

p {
  line-height: 1.4em; 
  margin-bottom: 1em;
  text-align: justify;
}

blockquote {
  padding: 0 0 0 10px; 
  margin: 0 0 10px 0; 
  font-style: italic; 
  font-size: 12px;
  color: #666; 
}

ul ul, ul ol, ol ol, ol ul {
  margin-bottom: 0;
}

/* 
  Fix IE Whitespace Bug 
*/
ul a {
display: block;
float: left;
clear: left;
}

li>a {
float: none;
}

/*
    PAGE STRUCTURE
*/ 

#page-wrap {
  background: url(images/woman_shopping.jpg) top left no-repeat #FFFFFF;
  margin: auto;
  padding: 0px;
  width: 1024px;
}

#header {
  width: 1024px;
  clear: both;
  position: relative;  
  height: 98px;
}

#header div#logo {
  background-image: url(images/womenality_logo.png);
  background-repeat: no-repeat;
  background-position: top left;
  width: 337px;
  height: 77px;
  position: absolute;
  top: 10px;
  left: 279px;
  text-indent: -9999px;
}

#header div#logo h1 a {
  width: 337px;
  height: 77px;
}

#header div#nav {
  position: absolute;
  width: 398px;
  top: 3px;
  left: 627px;
}

#header div#nav ul {
  margin: 25px 0 0 0px;
  clear: both;
}

#header div#nav ul li {
  float: left;
  width: 98px;
  height: 49px;
  margin-left: 1px;
}

#header div#nav li#nav-home {
  background-color: #a47bbf;
}

#header div#nav li#nav-about,
#header div#nav li.page-item-2 {
  background-color: #f5cbe2;
}

#header div#nav li#nav-contact,
#header div#nav li.page-item-71{
  background-color: #b0e07d;
}

#header div#nav li#nav-gallery,
#header div#nav li.page-item-945 {
  background-color: #F25CB2;
}

#header div#nav ul li a {
  width: 97px;
  height: 33px;
  text-align: center;
  text-decoration: none;
  padding-top: 14px;
  color: #91376D;
  font: bold 16px 'YanoneKaffeesatzRegular', Georgia, "Times New Roman", serif;
  text-transform: lowercase;  
  font-size: 20px;
}

#header div#nav ul li a:hover{
  text-decoration: underline;
}

#banner-top {
  width: 1024px;
  height: 100px;
  padding-right: 0px;
}

#banner-top img {
  float: right;
}

#main {
  width: 1024px;
  margin-top: 10px;
  clear: both;
  overflow: hidden;
}

#content {
  float: left;
  margin-top: 240px;
  margin-right: 10px;
  width: 520px;
}

#content h2.page-title {
  font-size: 15px;
  font-weight: bold;
  color: #a47bbf;
  padding: 5px 10px;
}

#content #post-search {
  padding: 0px 10px 10px 10px;
  width: 500px;
}

.post {
  width: 510px;
  margin-left: 10px;
  margin-bottom: 10px;
  background-color: #e2d4eb;
}

.post .meta {
  width: 470px;
  padding: 5px 20px 10px 20px;
  font-size: 12px;
}

.post .entry {
  width: 470px;
  padding: 5px 20px;
  clear: both;
  overflow: hidden;
}

.post .entry p {
  float: left;
}

.post .entry p a.more-link {
  margin-top: 25px;
  text-align: left;
  float: right;
  padding: 3px 10px 3px 0px;
  font-size: 20px;
  text-decoration: underline;
}

.post .featured-entry p a.more-link {
  background-color: transparent;
}

.post .regular-entry p a.more-link {
  background-color: transparent;
}  


.post .entry ul,
.post .entry ol {
  padding: 5px 0px 0px 15px;
}

.post .entry ul li,
.post .entry ol li {
  list-style: circle;
}

.post h2.post-title {
  background-color: #a47bbf;
  padding: 5px 20px;
}

.post h2  a,
.post h2 a:visited {
  font-family: 'YanoneKaffeesatzRegular', Georgia, "Times New Roman", serif;
  text-decoration: none;
  color: #FFFFFF;
}

.post h2  a:hover,
.post h2 a:active {
  text-decoration: none;
  color: #FFFFFF;
}

.post div.entry h2 {
  background-color: #E2D4EB;
  font-weight: normal;
  padding: 0px;
}

.post div.entry cite {
  margin-bottom: 5px;
  padding: 20px;
}

.regular-post {
  background-color: #e2d4eb;
}

/* Featured Post */

.featured-post {
  background-color: #a47bbf;
}

.featured-post h2.post-title {
	background-color:#910470;
	}

.featured-post h2  a {
  color: #FFFFFF;
}

.featured-post .meta-featured,
.featured-post .meta-featured a {
  color: #9fcf6c;
}

.featured-post p {
  color: white;
} 

/* Post Navigation */

div.navigation {
  width: 510px;
  margin-left: 10px;
  margin-bottom: 15px;
  margin-top: 10px;
} 

#sidebar-left {
  float: left;
  width: 180px;
  background-color: #f5cbe2;
  height:auto !important;  
  min-height: 500px;
  color: #797777;
  padding: 20px;
  font-family: 'Roboto', sans-serif;  
}

#sidebar-left ul {
  clear: both;
  overflow: hidden;
  width: 224px;
}

#sidebar-left ul li.widget  {
  float: left;
  width: 180px;
  padding-bottom: 20px;
}

#sidebar-left ul li.widget h3 {
  color: #e8445f;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: 'YanoneKaffeesatzRegular', Georgia, "Times New Roman", Times, serif;
  font-style:normal;

}

#sidebar-left ul li.widget ul {
  clear: both;
  overflow: hidden;
  width: 180px;
}
#sidebar-left ul li.widget ul li  {
  float: left;
  width: 180px;
  margin-bottom: 8px;
  border-bottom: 1px dotted #797777;
  padding: 0px;
}

#sidebar-left ul li.widget ul li  a {
  color: #666666;
  font-size:12px;
}

#sidebar-left ul li.widget div.textwidget p {
  text-indent: 0;
  font-size:12px;
  color: #666666;

}
#sidebar-right ul li.widget h3{
color: #E8445F;
    font-family: 'YanoneKaffeesatzRegular',Georgia,"Times New Roman",Times,serif;
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
}	
#sidebar-right {
  float: right;
  width: 225px;
  background-color: #b0e07d;
  height:auto !important;  
  min-height: 500px;
  color: black;
  padding: 20px;
}

#sidebar-right ul {
  clear: both;
  overflow: hidden;
  width: 215px;
}

#sidebar-right ul li.widget  {
  float: left;
  width: 220px;
  padding-bottom: 20px;
}

#sidebar-right ul li.widget h3 {
  color: #9b5c98;
  font-size: 24px;
  text-transform: uppercase;
  border-bottom: 1px solid #9b5c98;  
  margin-bottom: 10px;
}

#sidebar-right ul li.widget ul {
  clear: both;
  overflow: hidden;
  width: 180px;
}
#sidebar-right ul li.widget ul li  {
  float: left;
  width: 180px;
  margin-bottom: 8px;
  border-bottom: 1px dotted #797777;
  padding: 0px;
}

#sidebar-right ul li.widget ul li  a {
  color: #797777;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
}

#footer {
  width: 1024px;
  clear: both;
  overflow: hidden;
}

#footer-title {
  width: 1024px;
  background-color: #9b507c;
  overflow: hidden;
  clear: both;
}

#footer-title h4 {
    color: #B0E07D;
    font-family: 'YanoneKaffeesatzRegular',Georgia,"Times New Roman",serif;
    font-size: 18px;
    text-transform: uppercase;
}

#footer-content {
  width: 1024px;
  background-color: #f5cbe2;
  overflow: hidden;
  clear: both;
  color: #797777;
}

#footer-credits {
  width: 1024px;
  background-color: #9b507c;
  clear: both;
  overflow: hidden;
  font: 80.5%/1.5 'Roboto', sans-serif;
  color: #b0e07d;
  text-transform:uppercase;
}

#footer .col1 {
  float: left;
  width: 434px;
  padding: 10px 20px;
  font-size: 12px;
}

#footer .col1 ul {
  width: 430px;
  margin-left: 0px;
}

#footer .col1 ul li {
  width: 430px;
  border-bottom: 1px dotted #9b507c;
  padding: 4px 0px;
  margin-bottom: 5px;
}

#footer .col1 ul li  a {
  display: block;
  text-decoration: none;
  color: #797777;
}

#footer .col1 ul li  a:hover {
  text-decoration: none;
}


#footer .col2 {
  float: left;
  width: 260px;
  padding: 10px 20px;
  font-size: 12px;  
}

#footer .col2 ul {
  width: 260px;
  margin-left: 0px;
}

#footer .col2 ul li {
  width: 260px;
  border-bottom: 1px dotted #9b507c;
  padding: 4px 0px;
  margin-bottom: 5px;
}

#footer .col2 ul li  a {
  display: block;
  text-decoration: none;
  color: #797777;
}

#footer .col2 ul li  a:hover {
  text-decoration: none;
}

#footer .col3 {
  float: right;
  width: 210px;
  padding: 10px 10px 10px 20px;  
  font-size: 12px;
}

#footer #footer-copyright {
  float:left;
  width: 684px;
  padding: 5px 0 5px 20px;
}

#footer #footer-menu {
  float: right;
  width: 320px;
  text-align: right;
}

#footer #footer-menu  ul {
  clear: both;
  overflow:hidden;
  margin: 0px;
  width: 200px;
  padding: 5px 20px 5px 100px;  
}

#footer #footer-menu ul li {
  float: left;
  padding-left: 10px;
}

#footer #footer-menu ul li  a{
  display: block;
  color: #b0e07d;
  text-decoration: none;
}

#footer #footer-menu ul li  a:hover{
  text-decoration: none;
}

/*
  Comments Styling
*/
.comment-heading h5 {
  padding: 5px;
  font-size: 14px;
  font-weight: bold;
  padding-left: 10px;
  border-bottom: 1px dotted #666;
  color: #1E4C64;
  margin-bottom: 10px;
}
ol.commentlist { list-style: none; margin: 0 0 1em; padding: 10px; text-indent: 0;}
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { border-bottom: 1px dotted #666; padding: 10px; }
ol.commentlist li.comment div.comment-author { }
ol.commentlist li.comment div.vcard { }
ol.commentlist li.comment div.vcard cite.fn { font-style: normal; }
ol.commentlist li.comment div.vcard cite.fn a.url { }
ol.commentlist li.comment div.vcard img.avatar { float:right; margin: 0 0 10px 10px; }
ol.commentlist li.comment div.vcard img.avatar-32 { }
ol.commentlist li.comment div.vcard img.photo { }
ol.commentlist li.comment div.vcard span.says { }
ol.commentlist li.comment div.commentmetadata { }
ol.commentlist li.comment div.comment-meta { font-size: 10px; }
ol.commentlist li.comment div.comment-meta a { color: #ccc; }
ol.commentlist li.comment p { }
ol.commentlist li.comment ul { }
ol.commentlist li.comment div.reply { font-size: 11px; }
ol.commentlist li.comment div.reply a { font-weight: bold; }
ol.commentlist li.comment ul.children { list-style: none; margin: 10px 0 0; }
ol.commentlist li.comment ul.children li { }
ol.commentlist li.comment ul.children li.alt { }
ol.commentlist li.comment ul.children li.bypostauthor { }
ol.commentlist li.comment ul.children li.byuser { }
ol.commentlist li.comment ul.children li.comment { }
ol.commentlist li.comment ul.children li.comment-author-admin { }
ol.commentlist li.comment ul.children li.depth-2 { border-left: 5px solid #555; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-3 { border-left: 5px solid #999; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-4 { border-left: 5px solid #bbb; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-5 { }
ol.commentlist li.comment ul.children li.odd { }
ol.commentlist li.even { background: #ebddf4; }
ol.commentlist li.odd { background: #f6f6f6; }
ol.commentlist li.parent { border-left: 5px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }

/*
  Misc Styling
*/

.alert {
  color: red;
  font-weight: bold;
}

.capital-letters {
  text-transform: capitalize;
}

#searchform { 
  text-align: center;
}
#s { 
  width: 300px;
}
#searchsubmt { }
	
@font-face {
    font-family: 'YanoneKaffeesatzRegular';
    src: url('fonts/YanoneKaffeesatz-Regular-webfont.eot');
    src: url('fonts/YanoneKaffeesatz-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/YanoneKaffeesatz-Regular-webfont.woff') format('woff'),
         url('fonts/YanoneKaffeesatz-Regular-webfont.ttf') format('truetype'),
         url('fonts/YanoneKaffeesatz-Regular-webfont.svg#YanoneKaffeesatzRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

#sidebar-left div.textwidget span {
	font-family: 'Roboto', sans-serif;
	font-size:11px;
	color: #666666;
	text-align:center;
	}

h2#latest-twitter-widget-title {
	color: #9B5C98;
    font-family: 'YanoneKaffeesatzRegular',Georgia,"Times New Roman",serif;
    border-bottom: 1px solid #9b5c98;
	text-align:center;
	}

#sidebar-left ul li.widget div.textwidget a{
float: none;
display: inline;
}

#sidebar-right ul li.widget a{
float: none;
display: inline;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    border: none;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}

.post .entry img {
    background: none repeat scroll 0 0 #F0F1E9;
    border: 4px solid #000;
    padding: 3px;
}

.linkwithin_text {
	 border: 0 none;
    font-weight: bold;
    margin: 40pt 20pt 0 0;
    padding: 20px 0 5px;
    text-align: left;
}

.linkwithin_posts {
	 border: 0 none;
    font-weight: bold;
    margin: 40pt 20pt 0 0;
    padding: 20px 0 5px;
    text-align: left;
}

ul#ads, div.details {
	font-size:10px;
	}
	
.linkwithin_outer{
		float:left;
		}



@media only screen and (max-width: 1100px) and (min-width: 1024px){

}



@media only screen and (max-width: 1024px) and (min-width: 768px) {

}



@media only screen and (max-width: 768px) and (min-width: 480px) {

}


@media only screen and (max-width: 480px) and (min-width: 320px) { 

}


@media only screen and (max-width: 320px)  {

}





