/*
Theme Name: Pink Winter
Theme URI: http://www.WPThemerKit.com
Description: Blank Theme C, 3 Columns, 2 Right Sidebars
Version: 1.1
Author: Cal
Author URI: http://www.WPThemerKit.com
*/

/* ================================================================ 
The original version of this stylesheet and the associated (x)html
files are available at http://www.wpthemerkit.com

License info can be found at http://www.wpthemerkit.com/license.php
=================================================================== */
/*------------------------------------------------------------------
[Table of contents]
1. Main Containers - body, #wrapper, #main, #header, #content, #footer, etc.
2. General Classes - .entry-meta, .post, .description, .underpost, etc.
3. General Links - #content a:link, #footer a:link, etc.
4. Menu - #menu, #menu ul, #menu ul li, #menu ul li a:link, etc.
5. Sidebar Links - #sidebar ul li a:link
6. Headings - #header h1, #content h1, .post h2, .post h3, etc.
7. Date - .entry-date, .entry-month, .entry-day
8. Comments - #commentform, #respond p, etc.
9. Blockquotes - blockquote, blockquote p:first-letter, etc.
10. Align - .alignleft, .alignright, img.alignleft, img.alignright, etc.
11. Misc. and Preventative - Styles to prevent image hover strangeness etc.
-------------------------------------------------------------------*/

/*===START SECTION 1 - the main containers===*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
	background-color: #fef9fb;
	background-image: url(../pink_winter/images/RaG_bg_01.jpg);
	color: #555555;
}
#wrapper {
	width: 1000px;
	margin: 12px auto 20px auto;
	padding: 0px;
}
#header {
	font-size: 95%;
	margin-left: 52px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	text-align: center;
	height: 300px;
	width: 908px;
}
#main {
	margin-top: -1px;
	margin-left: 52px;
	background-color: #fef9fb;
	width: 908px;
}
#content {
	margin-top: 4px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-bottom-width: 2px;
	border-top-width: 2px;
	border-color: #d83480;
	border-style: solid;
	width: 523px;
	padding: 10px;
	float: left;
	line-height: 1.3em;
	background-color: #fef9fb;
}
#sidebar {
	border-right-width: 2px;
	border-left-width: 2px;
	border-bottom-width: 2px;
	border-top-width: 2px;
	padding-right: 5px;
	padding-left: 5px;
	margin-left: -2px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 4px;
	border-color: #d83480;
	border-style: solid;
	background-color: #fef9fb;
	width: 168px;
	float: right;
}
#sidebar-small {
	border-right-width: 2px;
	border-left-width: 2px;
	border-bottom-width: 2px;
	border-top-width: 2px;
	padding-left: 5px;
	padding-bottom: 0;
	padding-right: 5px;
	padding-top: 0;
	margin-left: -2px;
	margin-bottom: 0px;
	margin-right: 0;
	margin-top: 4px;
	border-style: solid;
	border-color: #d83480;
	background-color: #fef9fb;
	width: 169px;
	float: left;
}
#footer {
	height: 42px;
	clear: both;
	text-align: center;
	font-size: 0.8em;
	padding: 13px 0 0 0;
}


a:link {
	color: #d83480;
	}
a:visited, a:active {
	color: #d83480;
	}
a:hover {
	color: #aff4a5;
	text-decoration: none;
	}




/*===END SECTION 1===*/
/* logo */
#logo { 
	height: 350px; 
	background-repeat: no-repeat; 
	background-image: url(../pink_winter/images/RaG_header_01.png);
	padding-left: 0px; 
	padding-bottom: 1px; 
	padding-right: 0; 
	padding-top: 0px; 
	margin-bottom: 0; 
	margin-right: auto; 
	margin-top: 0; 
	width: 908px; }
	 
.description { padding: 0; margin: 0; color: #FFFFFF; font-style: italic; }
	 
* html #logo span, #logo a { padding: 0 0 10px 0;} /*Target I.E 5*/
	 
* html #logo { padding: 20px 0 20px 0; }
/* END logo */
/* Main Navigation (Header) */
#nav { margin-left: 200px; margin-bottom: 0; margin-right: auto; margin-top: -45px; padding: 0; width: 60em; letter-spacing: 1px; list-style: none; }
	
* html #nav ul { height: 1%; }
	
#nav ul { margin: 0; padding: 0; list-style: none; background: #fef9fb; }
	
#nav li { margin-left: 0; margin-bottom: 0; margin-right: 5px; margin-top: 0; float:left; background: #fef9fb; padding: 0; }

#nav li.current, #nav li.current_page_item { margin-right: 5px; color: #d83480; }

#nav li.current a,  #nav li.current_page_item a { color: #d83480; font-weight: bold }
	
#nav li a { float:left; margin: 0; padding: 7px 8px; color: #ffbad3; text-decoration: none; white-space: nowrap; }

#nav li a:hover { border-right-style: dashed; border-left-style: dashed; border-left-color: #d83480; border-right-color: #d83480; border-right-width: 1px; border-left-width: 1px; color: #d83480; background: #fef9fb; }

	
#nav > li a span {width:auto;}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
	
#nav a {float:none;}
    /* END IE5-Mac hack */
	
#nav .current,  #nav li.current_page_item{ background: #fef9fb; color: #d83480; }

#nav .current li a{ color: #ffbad3; }

* html #nav ul { height: 1%; }
	
*:first-child+html #nav ul { min-height: 1px; }
	
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
/* END main navigation */	


/*===START SECTION 2 - general classes===*/

.divider {
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 60px;
	height: 50px;
	width: 390px;
	background-repeat: no-repeat;
	background-image: url(../pink_winter/images/RaG_divider_02.png);
}
.description {
	clear: left;
	padding: 5px 0 5px 35px;
}
.post {
	padding: 5px;
	font-size: .9em;
}
.entry-content, .entry-excerpt {
	clear: left;
}
.navigation {
  font-size: 0.8em;
  clear: both;
}
.avatar {
  padding: 2px;
  border-style: dotted;
  border-color: #d83480;
  border-width: 1px;
  float: right;
  margin: 0 0 3px 5px;
}
.entry-meta {
  margin: 0 0 10px 0;
}
.underpost {
	font-size: .9em;
}
#content .underpost a {
	text-decoration: underline;
}
/*===END SECTION 2===*/

/*START SECTION 3 - style content and footer links*/
#content a:link, #content a:visited {
	padding: 2px;
}
#content a:hover {
	text-decoration: none;
}
#footer a:link, #footer a:visited {
	color: #474200;
}
#footer a:hover {
	text-decoration: none;
}
/*===END SECTION 3===*/

/*===START SECTION 4 - style for menu, page links in the header===*/
#menu{
	padding: 0;
	white-space: nowrap;
	margin: 20px 0 0 0;
	width: 750px;
}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0 10px 0 0;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li a:link, #menu li a:visited {
	text-decoration: none;
	padding: 3px;
}
#menu li a:hover {
	text-decoration: underline;
}
/*===END SECTION 4===*/

/*===START SECTION 5 - sidebar links===*/
#sidebar ul, #sidebar-small ul {
	font-size: 0.9em;
	margin: 5px;
	padding: 0px;
	list-style-type: none;
}
#sidebar li a:link, #sidebar li a:visited {
	color: #d83480;
	text-decoration: none;
	margin-bottom: .1em;
	padding: 1px;
}
#sidebar li a:hover {
	text-decoration: underline;
}
#sidebar ul ul {
  margin-left: 5px;
}
#sidebar ul ul li, #sidebar ul ul li {
  font-size: 0.9em;
  margin-left: 5px;
}



#sidebar-small ul, #sidebar-small ul {
	margin: 5px;
	padding: 0px;
	list-style-type: none;
}
#sidebar-small li a:link, #sidebar li a:visited {
	color: #d83480;
	text-decoration: none;
	margin-bottom: .1em;
	padding: 1px;
}
#sidebar-small li a:hover {
	text-decoration: underline;
}
#sidebar-small ul ul {
  margin-left: 5px;
}
#sidebar-small ul ul li, #sidebar-small ul ul li {
  font-size: .9em;
  margin-left: 5px;
}

/*===END SECTION 5===*/

/*===START SECTION 6 - style the headings===*/
#header h1 a:link, #header h1 a:visited {
	font-size: 1em;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	width: 600px;
	padding: 1px 0 0 25px;
	clear: both;
}
#header h1 a:hover {
	text-decoration: underline;
}
#content h1 {
	font-size: 1.5em;
}
#content h2 {
	font-size: 1.3em;
}

#sidebar h1 {
	border-bottom-style: dotted;
	border-bottom-color: #d83480;
	border-bottom-width: 1px;
	font-size: 1em;
}
#sidebar h2 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d83480;
	font-size: 1em;
}
#sidebar-small h1 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d83480;
	font-size: 1em;
}
#sidebar-small h2 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d83480;
	font-size: 1em;
}
.post h2 {
	font-size: 1.4em;
	margin: 45px 0 10px 0;
	padding: 0;
}
.post h3 {
  font-size: 1.4em;
  margin: 0;
  padding: 0;
}
/*===END SECTION 6===*/

/*===START SECTION 7 - style the post date===*/
.entry-date {
	background-repeat: no-repeat;
	background-image: url(../pink_winter/images/RaG_entry_date_01.jpg);
	border-width: 0px;
	height: 89px;
	width: 71px;
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	color: #d83480;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.entry-month {
	font-size: 19px;
	width: 71px;
	text-align: center;
	height: 28px;
	margin: 7px 0 0 0;
	font-weight: bold;
	padding: 0 0 2px 0;
}
.entry-day {
	font-size: 28px;
	text-align: center;
	height: 30px;
	width: 71px;
	margin: 4px 0 0 0;
	font-weight: bold;
	line-height: 30px;
}
/*===END SECTION 7===*/

/*===START SECTION 8 - comment form and comments===*/
#respond p {
	font-size: .9em;
}

#commentform textarea, input, checkbox, select {  
color: #000000;  
background-color: #ffbad3; 
border: 1px #d83480 solid; 
font-size : 10px;          
font-family:Verdana, Arial; 
		}

#commentform {	
	padding: 10px;
}
ol.commentlist {
	font-size: 0.8em;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ol.commentlist li {
	margin: 15px 0 0 0;
}
#content ol.commentlist li a {
	text-decoration: underline;
}
li.author {
	padding: 5px;
}
/*===END SECTION 8===*/

/*===START SECTION 9 - oh you're so fancy with those blockquotes....===*/
blockquote {
  background-color: #fed6e2;
  border-right-style: dotted;
  border-right-color: #d83480;
  border-width: 1px;
  border-left-style: dotted;
  border-left-color: #d83480;
  font: 1em/1.6em Georgia, "Times New Roman", Times, serif;
  width: 395px;
  padding: 0 10px 0 30px;
  text-indent: -30px;
}
blockquote p:first-letter {
  border-width: 0px;
  padding: 0 0 0 30px;
  font: italic 1.7em Georgia, "Times New Roman", Times, serif;
}
/*===END SECTION 9===*/

/*===START SECTION 10 - images when inserted into a post.===*/
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.aligncenter, div.aligncenter {
	border-style: none;
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}
img.alignleft, div.alignleft {
	border-style: none;
	margin: 1px 10px 2px 0;
	display: inline;
}
img.aligncenter, img.alignright, img.alignleft {
	padding: 2px;
	border-style: dotted;
	border-color: #d83480;
	border-width: 1px;
}
.wp-caption-text {
  font-size: .7em;
  line-height: 1.1em;
  margin: 0;
}
/*===END SECTION 10===*/

/*===START SECTION 11 - Misc. and Preventatives===*/
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}
a.image img {
	border-width: 0px;
}
#content h1 {
	font-size: 1.5em;
}

/*===END SECTION 11===*/


	
