/* Female Default Stylesheet */

/*-------------------------------------------------------------------------------------------

INDEX:

1. SETUP
-1.1 Defaults
-1.2 Hyperlinks

2. SITE STRUCTURE & APPEARANCE
-2.1 Containers & Columns
-2.2 Navigation
-2.2.1 Drop-down menus
-2.3 Header
-2.4 Content
-2.5 Sidebar
-2.6 Footer

3. POSTS
-3.1 Typographic Elements
-3.2 Images
-3.3 Pagination / WP-Pagenavi

4. WIDGETS
-4.1 Generic Widgets
-4.2 Specific Widgets

5. COMMENTS
-5.1 Comments
-5.2 Comments Form

-------------------------------------------------------------------------------------------*/



/*-------------------------------------------------------------------------------------------*/
/* 1. SETUP */
/*-------------------------------------------------------------------------------------------*/

/* 1.1 Defaults */

body  { color: #d6d0c6; background: url('../female_default/bodytile.jpg') repeat left top; }

h1, h2, h3, h4, h5, h6  { color: #a4f7f0; text-shadow: 1px 1px 0 #494949; }

/* 1.2 Hyperlinks */

a:link, a:visited  { color: #ff5a60; }
a:hover  { color: #a4f7f0; }


/*-------------------------------------------------------------------------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/

/* 2.1 Containers & Columns */
#bg  { background: url('../female_default/character.png') no-repeat left top; }

/* 2.2 Navigation */
#navigation{ background: url('../female_default/navtile.png') repeat left top; }
#nav li  { border-left: 1px solid #6d6b63; }
#nav a  { color: #35332f; }
#nav a .title  { text-shadow: 1px 1px 0 #75726b; }
#nav a .description  { color: #a8a39a; }
#nav li.current_page_item a .title, #nav a:hover .title  { color: #ff5a60; text-shadow: 1px 1px 0 #494741; }
#nav li.current_page_item a .description, #nav a:hover .description  { color: #d6d0c6; }

/* 2.2.1 Drop-down menus */
#nav li ul  { border-top: 1px solid #6d6b63; background: #353430; }
#nav li ul li  { border: 1px solid #6d6b63; border-width: 0 0 1px 0; }
#nav li ul li a  { color:#a8a39a; }
#nav li ul li a:hover  { color: #fff; }

/* 2.3 Header */


/* 2.4 Content */

#twitterbig  { background: url('../female_default/twitter_top.png') no-repeat left top; }
#twitterbig ul  { color: #c5beaf; }
#twitterbig .bottom  { background: url('../female_default/twitter_bottom.png') no-repeat right bottom; }
#twitterbig .profile-link a  { background: url('../female_default/twitter_bird.png') no-repeat right top; }

/* 2.5 Sidebar */


/* 2.6 Footer */
#footer  { background: url('../female_default/transparency_footer.png') repeat left top; }
#footer .inside .left  { border-left: 1px solid #818073; }
#footer .inside .right  { border-left: 1px solid #818073; }

#footer #bottomline  { background: url('../female_default/transparency_footer.png') repeat left top; }
#footer #bottomline p  { color: #54524a; }

#footer #address h3  { color: #d0ceb4; background: url('../female_default/address_top.png') no-repeat left top; }
#footer #address address  { background: url('../female_default/address_middle.png') repeat-y left top; }
#footer #address .bottom  { background: url('../female_default/address_bottom.png') no-repeat left top; }

/*-------------------------------------------------------------------------------------------*/
/* 3. POSTS */
/*-------------------------------------------------------------------------------------------*/

.archive_header  { border-bottom: 1px solid #818073; }

.post  { border-bottom: 1px solid #818073; }

.post .title, .post .title a:link, .post .title a:visited  { color: #a4f7f0; }
.post .title a:hover  { color: #ff5a60; }

.top-meta{ color:#c7beaf; }
.bot-meta .tags a:link, .bot-meta .tags a:visited  { color: #87bfbc; }
.bot-meta .tags a:hover  { color: #ff5a60; }
.bot-meta .comments .count a  { color: #d6d0c6; background: url('../female_default/ico-comments.png') no-repeat 6px center; background-color: rgba(0,0,0,0.3); }

.video { border: 5px solid #818073; }


/* 3.1 Typographic Elements */
.entry a:link, .entry a:visited  { color: #a4f7f0; border-bottom: 1px solid #a4f7f0; }
.entry a:hover  { color: #ff5a60; border-bottom: 1px solid #ff5a60; }

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6  { color: #d0ceb4; }

.entry blockquote  { color: #34332c; background-color: #737165; border-left: 1px solid #8b887c; border-top: 1px solid #8b887c; text-shadow: 1px 1px 0 #959288; }
.entry blockquote a:link, .entry blockquote a:visited  { color: #34332c; border: none; }

.entry ul  { border-top: 1px solid #818073; }
.entry ul li  {	background: url('../female_default/bullet.jpg') no-repeat 5px 10px; border-bottom: 1px solid #818073; }

.entry ol  { border-top: 1px solid #818073; }
.entry  ol li  { border-bottom: 1px solid #818073; }

.entry a.more-link  { color: #ff5a60; }
.entry a.more-link:hover  { color: #a4f7f0; }

/* 3.2 Images */
.entry img  { border: 5px solid #818073; }
img.wp-smiley  { padding: 0; border: none; }

.entry .wp-caption { background:#F8F8F4; border: solid 1px #e6e6e6; }
.entry .wp-caption img{ background:none; }

/* 3.3 Pagination / WP-Pagenavi */
.more_entries { background: url('../female_default/transparency.png') repeat left top; border-top: 1px solid #535149; border-bottom: 1px solid #818073; }
.more_entries a { text-shadow: 1px 1px 0 #494949; }
.more_entries .fl a  { background: url('../female_default/paginate_prev.png') no-repeat left top; }
.more_entries .fr a  { background: url('../female_default/paginate_next.png') no-repeat right top; }

.more_entries .wp-pagenavi .current, 
.more_entries .wp-pagenavi .on,
.more_entries .wp-pagenavi a:hover { text-shadow: 1px 1px 0 #494949; color: #a4f7f0; }
.more_entries .wp-pagenavi .extend { background:none; border:none; }


/*-------------------------------------------------------------------------------------------*/
/* 4. WIDGETS */
/*-------------------------------------------------------------------------------------------*/

/* 4.2 Generic Widgets */
.widget h3  { color: #d0ceb4; }
.widget a:link, .widget a:visited  { color: #87bfbc; }
.widget a:hover  { color: #ff5a60; }

.widget ul li a:hover  { background-color: rgba(0,0,0,0.3); }

/* 4.2 Specific Widgets */

/* CUSTOM RECENT ENTRIES */
#recent_custom .item  { border-bottom: 1px solid #818073; }
#recent_custom .item .date  { color: #c7beaf; }
#recent_custom .item .comments a  { color: #d6d0c6; background-image: url('../female_default/ico-comments.png'); background-color: rgba(0,0,0,0.3); }

/* CUSTOM LIST WIDGETS */
.custom-list li a .count  { color: #d6d0c6; }

/* TEXT WIDGET */

/* SEARCH */
#searchform input#s, #campaignmonitorform .field   { color: #bab2a4; background: url('../female_default/search_sidebar.png') no-repeat left top; }
.widget input.submit  { color: #ffd9da; background: url('../female_default/submitbg.jpg') repeat-x left top; border: none; }

/* FLICKR */
#flickr h3  { background: url('../female_default/flickrlogo.png') no-repeat center center; }
#flickr a img  { border-left: 1px solid #7f7c72; border-top: 1px solid #7f7c72; background: #54524a; }
#flickr a:hover img  { background: #7f7c72; }

/* LIFESTREAM */
.widget_lifestream ul li  { border-bottom: 1px solid #e0e6e6; }
.widget_lifestream ul li a  { border:none; background:none!important; }
.widget_lifestream ul .lifestream_meta  { color: inherit; }

/* CALENDAR */
#wp-calendar  { text-shadow: 1px 1px 0 #494949; }
#giraffe_calendar #wp-calendar caption, #calendar_wrap #wp-calendar caption  { color: #e4e2cd!important; text-shadow: 1px 1px 0 #494949!important; }
#wp-calendar th  { background: #757468; color: #d0ceb4; border: 1px solid #818073; }
#wp-calendar tbody  { color: #87bfbc; border-left: 1px solid #818073;}
#wp-calendar td  { background:transparent; border: 1px solid #818073; }
#wp-calendar td#today  { background-color: #a4f7f0; }
#wp-calendar a:link, #wp-calendar a:visited  { color: #ff5a60; background-color: rgba(0,0,0,0.3); }
#wp-calendar a:hover  { color: #fff; background-color: #ff5a60; }
#wp-calendar tfoot td  { border: none!important; }
#wp-calendar tfoot #prev a  { background: url('../female_default/paginate_prev.png') no-repeat left top; }
#wp-calendar tfoot #next a  { background: url('../female_default/paginate_next.png') no-repeat left top; }

/* SUBSCRIBE */
#subscribe li a  { background-image: url('../female_default/ico-rss.png'); }

/* SOCIAL */
#social a  { color: #33322f; text-shadow: 1px 1px 0 #67655c; }
#social a:hover  { background-color: transparent!important; }

#social li.twitter a  { background-image: url('../female_default/social/twitter.png'); }
#social li.flickr a  { background-image: url('../female_default/social/flickr.png'); }
#social li.facebook a  { background-image: url('../female_default/social/facebook.png'); }
#social li.brightkite a  { background-image: url('../female_default/social/brightkite.png'); }
#social li.delicious a  { background-image: url('../female_default/social/delicious.png'); }
#social li.deviantart a  { background-image: url('../female_default/social/deviantart.png'); }
#social li.digg a  { background-image: url('../female_default/social/digg.png'); }
#social li.friendfeed a  { background-image: url('../female_default/social/friendfeed.png'); }
#social li.linkedin a  { background-image: url('../female_default/social/linkedin.png'); }
#social li.lastfm a  { background-image: url('../female_default/social/lastfm.png'); }
#social li.posterous a  { background-image: url('../female_default/social/posterous.png'); }
#social li.stumbleupon a  { background-image: url('../female_default/social/stumbleupon.png'); }
#social li.tumblr a  { background-image: url('../female_default/social/tumblr.png'); }
#social li.vimeo a  { background-image: url('../female_default/social/vimeo.png'); }
#social li.youtube a  { background-image: url('../female_default/social/youtube.png'); }

/* 200x200 Ad */


/*-------------------------------------------------------------------------------------------*/
/* 5. COMMENTS */
/*-------------------------------------------------------------------------------------------*/

/* 5.1 Comments */

#comments .comment.thread-even  { background: url('../female_default/transparency.png') repeat left top; border-top: 1px solid #535149; border-bottom: 1px solid #818073; }
#comments .comment-head .avatar img{border:3px solid #818073;}
#comments .comment-head .name  { text-shadow: 1px 1px 0 #494949; }
#comments .comment-head .name a  { color: #a4f7f0; }
#comments .comment-head .name a:hover  { color: #ff5a60; }

#comments ul.children .comment .comment-container  { border-left: 1px solid #535149; }

#comments .comment .reply a, #comments .cancel-comment-reply a  { background-color: rgba(0,0,0,0.3); }


/* 5.2 Comments Form */

#commentform  { background: url('../female_default/transparency.png') repeat left top; border-top: 1px solid #535149; border-bottom: 1px solid #818073; }

#commentform input.txt, #commentform textarea  { color: #bab2a4; background: #54524a; box-shadow: 1px 1px 0 #7a776d; -moz-box-shadow: 1px 1px 0 #7a776d; -webkit-box-shadow: 1px 1px 0 #7a776d; }
#commentform #submit  { color: #ffd9da; background: url('../female_default/submitbg.jpg') repeat-x left top; border: none; }





















