/* Female Soviet 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: #595751; background: url(female_soviet/bodytile.jpg) repeat left top; }

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

/* 1.2 Hyperlinks */

a:link, a:visited  { color: #c43434; }
a:hover  { color: #000; }


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

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

/* 2.2 Navigation */
#navigation{ background: url(female_soviet/navtile.png) repeat left top; }
#nav li  { border-left: 1px solid #838074; }
#nav a  { color: #35332f; }
#nav a .title  { text-shadow: 1px 1px 0 #75726b; }
#nav a .description  { color: #b7b0a4; }
#nav li.current_page_item a .title, #nav a:hover .title  { color: #c43434; text-shadow: 1px 1px 0 #494741; }
#nav li.current_page_item a .description, #nav a:hover .description  { color: #fff; }

/* 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_soviet/twitter_top.png) no-repeat left top; }
#twitterbig ul  { color: #e3ded2; }
#twitterbig .bottom  { background: url(female_soviet/twitter_bottom.png) no-repeat right bottom; }
#twitterbig .profile-link a  { background: url(female_soviet/twitter_bird.png) no-repeat right top; }

/* 2.5 Sidebar */


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

#footer #bottomline  { background: url(female_soviet/transparency_footer.png) repeat left top; }
#footer #bottomline p  { color: #ccc; }

#footer #address h3  { color: #d0ceb4; text-shadow: none; background: url(female_soviet/address_top.png) no-repeat left top; }
#footer #address address  { color: #fff; background: url(female_soviet/address_middle.png) repeat-y left top; }
#footer #address .bottom  { background: url(female_soviet/address_bottom.png) no-repeat left top; }

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

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

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

.post .title, .post .title a:link, .post .title a:visited  { color: #000; }
.post .title a:hover  { color: #c43434; }

.top-meta{ color:#515151; }
.bot-meta .tags a:link, .bot-meta .tags a:visited  { color: #c43434; }
.bot-meta .tags a:hover  { color: #c43434; }
.bot-meta .comments .count a  { color: #fff; background: url(female_soviet/ico-comments.png) no-repeat 6px center; background-color: rgba(0,0,0,0.5); }

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


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

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

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

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

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

.entry a.more-link  { color: #c43434; }
.entry a.more-link:hover  { color: #000; }

/* 3.2 Images */
.entry img  { border: 5px solid #b09f89; }
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_soviet/transparency.png) repeat left top; border-top: 1px solid #9c8e7a; border-bottom: 1px solid #b09f89; }
.more_entries a { text-shadow: 1px 1px 0 #494949; }
.more_entries .fl a  { background: url(female_soviet/paginate_prev.png) no-repeat left top; }
.more_entries .fr a  { background: url(female_soviet/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: #000; }
.more_entries .wp-pagenavi .extend { background:none; border:none; }


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

/* 4.2 Generic Widgets */
.widget h3  { color: #515151; }
.widget a:link, .widget a:visited  { color: #c43434; }
.widget a:hover  { color: #c43434; }

.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 #b09f89; }
#recent_custom .item .date  { color: #515151; }
#recent_custom .item .comments a  { color: #fff; background-image: url(female_soviet/ico-comments.png); background-color: rgba(0,0,0,0.5); }

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

/* TEXT WIDGET */

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

/* FLICKR */
#flickr h3  { background: url(female_soviet/flickrlogo.png) no-repeat center center; }
#flickr a img  { border-left: 1px solid #fff; border-top: 1px solid #fff; background: #9c8e7a; }
#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: #9c8e7a!important; text-shadow: 1px 1px 0 #494949!important; }
#wp-calendar th  { background: #9c8e7a; color: #fff; border: 1px solid #b09f89; }
#wp-calendar tbody  { color: #c43434; border-left: 1px solid #b09f89;}
#wp-calendar td  { background:transparent; border: 1px solid #b09f89; }
#wp-calendar td#today  { background-color: #000; }
#wp-calendar a:link, #wp-calendar a:visited  { color: #c43434; background-color: rgba(0,0,0,0.3); }
#wp-calendar a:hover  { color: #fff; background-color: #c43434; }
#wp-calendar tfoot td  { border: none!important; }
#wp-calendar tfoot #prev a  { background: url(female_soviet/paginate_prev.png) no-repeat left top; }
#wp-calendar tfoot #next a  { background: url(female_soviet/paginate_next.png) no-repeat left top; }

/* SUBSCRIBE */
#subscribe li a  { background-image: url(female_soviet/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_soviet/social/twitter.png); }
#social li.flickr a  { background-image: url(female_soviet/social/flickr.png); }
#social li.facebook a  { background-image: url(female_soviet/social/facebook.png); }
#social li.brightkite a  { background-image: url(female_soviet/social/brightkite.png); }
#social li.delicious a  { background-image: url(female_soviet/social/delicious.png); }
#social li.deviantart a  { background-image: url(female_soviet/social/deviantart.png); }
#social li.digg a  { background-image: url(female_soviet/social/digg.png); }
#social li.friendfeed a  { background-image: url(female_soviet/social/friendfeed.png); }
#social li.linkedin a  { background-image: url(female_soviet/social/linkedin.png); }
#social li.lastfm a  { background-image: url(female_soviet/social/lastfm.png); }
#social li.posterous a  { background-image: url(female_soviet/social/posterous.png); }
#social li.stumbleupon a  { background-image: url(female_soviet/social/stumbleupon.png); }
#social li.tumblr a  { background-image: url(female_soviet/social/tumblr.png); }
#social li.vimeo a  { background-image: url(female_soviet/social/vimeo.png); }
#social li.youtube a  { background-image: url(female_soviet/social/youtube.png); }

/* 200x200 Ad */


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

/* 5.1 Comments */

#comments .comment.thread-even  { background: url(female_soviet/transparency.png) repeat left top; border-top: 1px solid #9c8e7a; border-bottom: 1px solid #b09f89; }
#comments .comment-head .avatar img{border:3px solid #b09f89;}
#comments .comment-head .name  { text-shadow: 1px 1px 0 #fff; }
#comments .comment-head .name a  { color: #000; }
#comments .comment-head .name a:hover  { color: #c43434; }

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

#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_soviet/transparency.png) repeat left top; border-top: 1px solid #9c8e7a; border-bottom: 1px solid #b09f89; }

#commentform input.txt, #commentform textarea  { color: #fff; background: #9c8e7a; box-shadow: 1px 1px 0 #fff; -moz-box-shadow: 1px 1px 0 #fff; -webkit-box-shadow: 1px 1px 0 #fff; }
#commentform #submit  { color: #ffd9da; background: url(female_soviet/submitbg.jpg) repeat-x left top; border: none; }





















