/*
Theme Name: Pink Web 2.0
Theme URI: http://wordpress.org/
Description: Pink Web 2.0 is a pink & black Wordpress theme with implemented "Add to" social bookmarking links. AdSense and Widgets ready.
Version: 1.0
Author: Erik Gyepes
Author URI: http://www.erikgyepes.com/

	This theme was coded by Erik Gyepes,
	whose website you will find at http://www.erikgyepes.com

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

	Pink Web 2.0 uses:

	Fam Fam Fam Silk Icons:
	http://www.famfamfam.com/lab/icons/silk/
	Fast Icon RSS Feed Icon:
	http://fasticon.com/freeware/?p=40
	Social Bookmark Script
	http://www.social-bookmark-script.com/
*/


/* USED COLORS
-----------------------------------------------------------
	#fff - white text
	#000 - black (navigation text)
	#ff00ba - pink (sidebar headers)
	#00ac4a - dark green (post headers);
	#262626 - dark grey (sidebar backgrounds}
*/


/* BEGIN STRUCTURE
----------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #000;
	color: #fff;
}

#wrapper {
	background: url("images/header-bg.png") repeat-x;
	height: 205px;
}

#subwrapper {
	margin: 0 auto;
	width: 960px;
}

#header {
	padding-top: 85px;
	margin-bottom: 40px;
}

#header h1 {
	background: url("images/headerRight-bg.gif") no-repeat 100% 0;
	display: block;
	float: left;
	height: 57px;
}
#header h1 a {
	background: url("images/headerLeft-bg.gif") no-repeat 0 0;
	display: block;
	float: left;
	height: 52px;
	padding: 5px 15px 0 15px;
}

#header h2 {
	clear: both;
}

#leftcolumn {
	float: left;
	width: 190px;
}

#content {
	float: left;
	padding: 0 15px;
	width: 470px;
}

#sidebar {
	float: right;
	width: 270px;
}

#footer {
	background: #d3009a url("images/footer-bg.gif") repeat-x;
	clear: both;
	height: auto;
	padding-top: 10px;
}
#footer #footerwrapper {
	margin: 0 auto;
	width: 960px;
}
#footer #latestposts {
	float: right;
	padding-right: 50px;
}
#footer #meta {
	float: right;
	padding-right: 20px;
}
#footer div#credits {
	clear: both;
	display: block;
	padding: 10px 0;
	text-align:center;
}

/* END STRUCTURE
----------------------------------------------------------- */


/* BEGIN HYPERLINKS
----------------------------------------------------------- */
a {
	color: #fff;
	outline-style: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}

#footer a {
	color: #fff;
}
/* END HYPERLINKS
----------------------------------------------------------- */


/* BEGIN TYPHOGRAPHY & COLORS
----------------------------------------------------------- */
* {
	font-family: "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}

h1, h1 a {
	font-size: 22px;
}
h2, h2 a {
	font-size: 17px;
}
h3, h3 a {
	font-size: 18px;
}
h4, h4 a {
	font-size: 16px;
}

#header h1 a {
	color: #fff;
	font-size: 25px;

}
#header h2 {
	color: #ff00ba;
	font-size: 18px;
	font-weight: normal;
	padding-left: 15px;
}

#content .post h2 {
	width: 470px;
}

#content .post h2 a {
	color: #00ac4a;
}

#content h2.pagetitle {
	text-align: center;
}

h3#comments,
h3#respond {
	color: #ff00ba;
	font-size: 16px;
	margin: 10px 0;
}

#leftcolumn ul li h2,
#sidebar ul li h2 {
	color: #ff00ba;
	font-size: 15px;
}

#sidebar .textwidget {
	padding-left: 15px;
}

#leftcolumn ul li h2 {
	text-align: left;
}

#footer h2 {
	color: #fff;
	font-size: 15px;
}

#footer {
	color: #fff;
}

#footer #credits,
#footer #credits a {
	font-size: 10px;
}
#footer #credits a {
	color: #fff;
	font-weight: bold;
}
/* END TYPHOGRAPHY & COLORS
----------------------------------------------------------- */


/* BEGIN LISTS
----------------------------------------------------------- */

#leftcolumn ul li,
#sidebar ul li,
#footer ul li {
	list-style: none;
}

#sidebar ul li ul {
		padding-bottom: 15px;
}

#sidebar ul li#rssfeed-big a {
	background: url("images/icons/rss-icon-big.gif") no-repeat;
	display: block;
	height: 115px;
	margin: 0 auto;
	width: 125px;
}

#sidebar ul li ul li ul {
	background: none;
	padding: 0;
}

#sidebar ul li ul li {
	padding-left: 15px;
}

#footer li a {
	padding-left: 15px;
	margin-left: 10px;
}

#content ol li {
	margin-left: 35px;
}

#content ul li {
	list-style: disc;
	margin-left: 30px;
	position: relative;
}
/* END LISTS
----------------------------------------------------------- */


/* BEGIN IMAGES
----------------------------------------------------------- */
#content img {
	border: none;
	margin: 10px;
}

#content img.left {
	display: inline;
	float: left;
	margin: 10px 10px 10px 0;
}
#content img.right {
	display: inline;
	float: right;
	margin: 10px 0 10px 10px;
}
#content img.center
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* END IMAGES
----------------------------------------------------------- */


/* BEGIN FORMS
----------------------------------------------------------- */

#navigation div.search-input {
	background: url("images/search-input-bg.png") no-repeat;
	float: left;
	height: 17px;
	padding: 12px 8px;
	width: 239px;
}
#navigation input.srch {
	color: #fff;
	background: transparent;
	border: none;
	width: 200px;
}

#navigation .search-submit {
	background: url("images/search-submit-bg.png") no-repeat;
	display: inline;
	float: right;
	height: 14px;
	padding: 7px 0;
	margin-top: 5px;
}
#navigation input.sbmt {
	color: #fff;
	background: transparent;
	border: none;
	width: 81px;
}
* html #navigation input.sbmt {
	padding-right: 25px;
}

#sidebar input#s {
	background: transparent;
	border: 1px solid #ff00ba;
	color: #fff;
	display: block;
	height: 14px;
	margin-top: 15px;
	padding: 8px 10px;
	width: 150px;
}

#content form#commentform input {
	background: transparent;
	border: 1px solid #ff00ba;
	color: #fff;
	float: left;
	height: 15px;
	padding: 8px 10px;
	width: 235px;
}

#content form#commentform textarea {
	background: transparent;
	border: 1px solid #ff00ba;
	color: #fff;
	float: left;
	height: 185px;
	padding: 8px 10px;
	width: 420px;
	overflow: hidden;
}

#content form#commentform input#submit {
	background: transparent;
	border: 1px solid #ff00ba;
	color: #fff;
	float: left;
	height: 30px;
	padding: 5px 0;
	width: 150px;
}

* html #header input.s,
* html #content form#commentform input,
* html #content form#commentform textarea,
* html input#submit,
* html #sidebar input#s {
	background-attachment: fixed;
}

#commentform input,
#commentform textarea {
	margin: 5px 0;
}

* html #commentform input,
* html #commentform textarea {
	margin: 10px 0;
}

#commentform label {
	float: left;
	margin: 10px 0 0 10px;
}

#commentform p {
	clear: both;
	height: 1%;
}

#content form div.search input {
	background: transparent;
	border: 1px solid #ff00ba;
	color: #fff;
	height: 15px;
	padding: 8px 10px;
	width: 231px;
	margin: 0 auto;
}

#content form div.search {
	text-align: center;
}

#searchform {
	margin-bottom: 15px;
}
/* END FORMS
----------------------------------------------------------- */


/* BEGIN POST
----------------------------------------------------------- */
#content .post {
	clear: both;
	height: 1%;
	margin-bottom: 50px;
	position: relative;
}

#content .post p {
	margin: 10px 0;
}

#content .post .commentslink {
	background: url("images/comment-bubble.gif") no-repeat;
	color: #fdfde7;
	display: block;
	font-weight: bold;
	padding-top: 12px;
	position: absolute;
	right: 15px;
	height: 54px;
	text-align: center;
	top: 10px;
	width: 71px;
}
#content #recentpost .commentslink {
	background: url("images/rp-comment-bubble.png") no-repeat;
	top: 15px;
}

#content .entry {
	margin: 35px 0 20px 0;
}

.editlink a {
	background: url("images/icons/pencil.gif") no-repeat;
	top: -10px;
	display: block;
	padding-left: 20px;
	position: absolute;
	right: 0;
}

#content small {
	color: #ffcc00;
	display: block;
	font-style: italic;
	height: 16px;
}


#content a.rssfeed-small {
	background: url("images/icons/rss-icon-small.gif") no-repeat;
	padding-left: 20px;
}
/* END POST
----------------------------------------------------------- */


/* BEGIN COMMENTS
----------------------------------------------------------- */
ol.commentlist {
  list-style: none;
}

#content ol.commentlist li.comm {
  margin-left: 0;
}

#content ol.commentlist li.comm {
	color: #fff;
	background: #262626 url("images/comment-top.gif") no-repeat 0 0;
	position: relative;
	padding-top: 15px;
	margin: 15px auto;
	width: 450px;
}

.comment {
	background: url("images/comment-bottom.gif") no-repeat 0 100%;
	padding: 15px 15px 30px 15px;
}

cite.comment-author,
small.comment-metadata  {
	color: #fff;
	margin-left: 15px;
}

label small {
	font-size: 11px;
}

cite.comment-author,
cite.comment-author a {
	font-size: 18px;
}

cite.comment-author,
cite.comment-author a {
	color: #00ac4a;
	font-size: 16px;
	font-weight: bold;
}
cite.comment-author {
	color: #fff;
}


ol.commentlist .editlink a {
	background: url("images/icons/pencil.gif") no-repeat;
	display: block;
	padding: 0 15px 15px 20px;
	position: absolute;
	top: 15px;
}
/* END COMMENTS
----------------------------------------------------------- */


/* BEGIN OTHER
----------------------------------------------------------- */
.navigation {
	display: block;
	padding-bottom: 30px;
	text-align: center;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

blockquote {
	background: url("images/quotes.gif") no-repeat;
	font-style: italic;
	min-width: 41px;
	/* IE6 min-height hack: */
	min-height: 27px;
	height: auto !important;
	height: 27px;
	/**/
	margin:	15px 0;
	padding-left: 56px;
}

.comment blockquote {
	background: url("images/quotes.gif") no-repeat;
}

#content .post .wp-smiley {
	border: none;
	vertical-align: middle;
}
/* END OTHER
----------------------------------------------------------- */


/* BEGIN CALENDAR
----------------------------------------------------------- */
#wp-calendar {
	empty-cells: show;
	margin: 0 auto 15px;
	width: 200px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	text-align: center;
}


#wp-calendar caption {
	color: #ff00ba;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
#wp-calendar th {
	color: #ff00ba;
	font-weight: bold;
	text-transform: capitalize;
}

#wp-calendar {
	color: #fff;
}

table#wp-calendar tr td a {
	color: #ff00ba;
}
/* END CALENDAR
----------------------------------------------------------- */


/* BEGIN SIDEBAR ROUNDED BOX
----------------------------------------------------------- */
.sidebar {
   background: #262626 url("images/sidebar-bg-px.gif") repeat;
}
.sidebar-box-top div {
   background: url("images/sidebar-box-tl.png") no-repeat top left;
}
.sidebar-box-top {
   background: url("images/sidebar-box-tr.png") no-repeat top right;
}
.sidebar-box-bottom div {
   background: url("images/sidebar-box-bl.png") no-repeat bottom left;
}
.sidebar-box-bottom {
   background: url("images/sidebar-box-br.png") no-repeat bottom right;
}

.sidebar-box-top div, .sidebar-box-top,
.sidebar-box-bottom div, .sidebar-box-bottom {
   width: 100%;
   height: 30px;
   font-size: 1px;
}
.sidebar-box-content {
	margin: 0 15px;
}
/* END SIDEBAR ROUNDED BOX
----------------------------------------------------------- */

