/*
Theme Name: Pink JP 

Theme URI: based on http://www.alhaffar.com/web/?p=57 Coffee Brown
Author:Mary Wyar
Author URI: http://www.marywyar.com
Description: pink  goodness
*/


* {
	margin: 0;
	padding: 0;
	}

/*surrounds the entire inner block*/
html, body {
	background: #000000;
	color: #F582A3;
	}

body {
	text-align: center;
	font-size: 13px;
	font-family:georgia, times, times new roman;
	padding: 35px;
        margin: 35px;
	line-height: 1.7em;
	}

html>body { font-size: 11px; } /* for modern browsers that can resize px */

/*border color affects the entire inner box. background color affects the inner box fully*/
#wrap {
	width: 833px;
	margin: 20px auto; /* auto centers the div */
	background:#ffffff url(img/content_bg.jpg);
	
	}

#entry{
        text-align: center; /* IE quirks auto margins workaround */
	font-size: 13px;
	font-family:georgia, times, times new roman;
	margin: 20px;
        margin-right: 5mm;
        margin-left: 5mm;
	line-height: 1.4em;
	
}
#entrytop{
        text-align: center;
	line-height: 0.7em;
	
}
#about{
clear: both; 
width:833px; 
height: 245px;
background:#ffffff url(img/about_bg.jpg) no-repeat top left;
	
}
#copyright{
text-align: center;
width:833px; 
height: 30px;
background:#ffffff url(img/bottom_bg.jpg) no-repeat top left;
	
}

#bottom{
text-align: center;
width:833px; 
height: 150px;
background:#ffffff url(img/content_bg.jpg);
	
}
#line{
text-align: center;
background:#ffffff url(img/dottedline.jpg) no-repeat top center;

}

/*border color affects the border around the banner*/
#header {
	height: 400px;
	overflow: hidden;
	background: url(img/headerimgs/rotate.php) no-repeat top left;
	
	}
/*box around About and Search etc */
#menu {
	background: #F381A3;
	margin: 0px;
	border: 5px solid #000000;
	color: #ffffff;
	}

#content {
	text-align: left;
	margin: 20px;
	font-size: 13px;
	font-family:georgia, times, times new roman;
	word-wrap: break-word;
	}

#footer {
	
	color: #ffffff;
	text-align: center;
	margin: 20px;
	font-size: 0.8em;
	line-height: 1.5em;
	}


h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	text-decoration: none;
	color: #b39169;
	outline: none;
	}

#sitemap {
	float: left;
	text-align: left;
	padding-left: 12px;
	}


#searchform, #searchform p {
	font-size: 1em;
	text-align: center;
	
	}

#searchform input {
	width: 150px;
        heigh: 30px;
	font-size: 1em;
	background: #231002;
	margin: 0px;
	border: 2px solid #f381a3;
	color: #ffffff;
	}

/*	Giving block elements a default margin.	 */

h2, h3, h4, h5, h6, p, /* ul, ol, dl, p - Stopped by Sparanoid */ re, fieldset, address, table {
	margin: 0.8em 8px 0.8em 16px;
        color: #231002;
	}

/* 	General styling		*/
h2.pagetitle 
{
     
	
	padding:0;
        line-height: 1.0;
        color: #231002;
}
h2 {
	font-size: 1.9em;
	margin:5px;
	padding:0;
        line-height: 1.0;
        color: #f381a3;
	}

h3 {
	font: 1.1em/120%
	margin-bottom: .3em;
	font-weight: normal;
	}

h4 {
	font-size: 1.0em;
	}

h5 {
	font: normal 0.8em;
	}

address {
	font-style: italic;
	}

blockquote {
	margin: 1em 0;
	padding: 0 0 0 1.2em;
	
	}

dt {
	margin: 1em 0 .5em 0;
	font-weight: normal;
	}

code, pre, var {
	font-size: 1em;
	margin: 3em 0;
	padding: 0 1.2em 0 1.2em;
	border-left: 2px solid #f482a3;
	border-bottom: 1px dotted #f482a3;
	}

dd {
	margin: .5em 0 1em 1.5em;
	}

img {
	border: none;
	}

#content p {
	text-align: left;
	}

#content form p {
	text-align: left;
	}

#content img {
	
	padding: 3px;
}

/* dateline and category as well as edit button */
.postinfo {
	
	
	margin:5px;
	padding:0;
        line-height: 1.0;
        color: #231002;
}

.entry ul{
	padding: 0 0 0 10px;
	}

.entry li{
	padding: 0;
	}

.center {
	text-align: center;
	}

ol {
	margin-left: 3em;
	}

/* affects the comment box */
textarea {
	font: 13px/160% georgia, times, times new roman;
/*	color: #ffffff;	*/
	width: 400px;
	border: 2px solid #f381a3;
	background-color: #FFFFFF;
	word-wrap: break-word;
	}

ul {
	list-style-type: disc;
	margin-left: 1.5em;
	}

a:link, a:visited {
	color: #231002;
	text-decoration: none;
	font-weight: normal;
	}

a:hover, a:active {
	text-decoration: underline;
	font-weight: normal;
	outline: none;
	}

h2 a, h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
	color: #f381a3;
	text-decoration: none;
	outline: none;
	}

/*************************************
 +Comments
 *************************************/
 
.commentsblock {
	width: 488px;
	font-size:1.1em;
        text-align: left;
        margin: 35px;
        color: #ffffff;
}

.commentsblock textarea{
	width:488px;
        text-align: left;
        margin: 35px;
        color: #ffffff;
}

.commentsblock input, .commentsblock textarea{
	border: 2px solid #f381a3;
	background-color: #231002;
        text-align: left;
        margin: 35px;
        color: #ffffff;
}

.commentsblock textarea:focus{
	border: 2px solid #f381a3;
	background-color: #231002;
        text-align: left;
        color: #ffffff;
        margin: 35px;
}

.commentsblock textarea:focus, .commentsblock input:focus{
	border: 2px solid #f381a3;
	background-color: #231002;
        text-align: left;
        margin: 35px;
        color: #ffffff;
}

.commentauthor{
	display:block;
	font-size:1.5em;
        text-align: left;
        margin: 35px;
       
}

ol.commentlist{
	width: 488px;
	color:#585858;
	font-size:1em;
	list-style-type:none;
	        text-align: left;
        margin: 35px;
	margin-top:1.5em;
	padding:0;
}

.commentlist li{
		
	background-color: #ffffff;
	margin-bottom:0.5em;
	padding:0.5em 1em;
        text-align: left;
        margin: 35px;
}
#content .post 
{
	padding:1em;
	border-bottom: 3px double #eed;	
        text-align: left;
        margin: 35px;

}

.alt{
        
	background-color: #ffffff;
	padding:0.5em;
}

h3#comments{
font-size:1.6em;
}


.hilite {
	background: #f5fafc;
	}

#content .more {
	margin-top: -1em;
	text-align: right;
	}

.posted {
	color: #b39169;
	margin-top: .3em;
	}

.posted cite {
	font-weight: normal;
	font-style: normal;
	}

#postcomment {
	text-align: left;
	}

.latestposts {
	font-size: 12px;
	font-family:georgia, times, times new roman;
	color: #291c0e;	
	width: 400px;
	margin: 36px;
	border: 1px dashed #f482a3;
	background-color: #8e683b;
	padding: 15px;
	list-style: none;
	word-wrap: break-word;
	}

/* submit comment button */
input#submitComment {
	width: 50px;
	height: 30px;
	padding: 2px ;
	border: 1px solid #f381a3;
	background-color: #231002;
	font: 12px/160% 'georgia, times, times new roman;
	color: #b39169;
	}

input#author, input#email, input#url {
	width: 150px;
	height: 14px;
	padding: 2px 0 2px 2px;
	border: 1px solid #f381a3;
	background-color: #FFFFFF;
	font: 12px/160% 'georgia, times, times new roman;
	color: #ffffff;
	line-height: 14px;
	}

input#submitComment:hover {
	cursor: pointer;
	}

/*	Navigation links	*/

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.alignright {
	float: right;
margin: 20px;
}

.alignleft {
	float: left;
margin: 20px;
}
#pad {height:140px;}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menu {padding:0; margin:0; list-style:none; height:40px; position:relative; z-index:500; font-family:"Times New Roman",Georgia,Serif;}
#menu li {float:left; margin-left:50px; margin-right:1px;}
#menu li a {display:block; float:left; height:40px; line-height:40px; background:#333; color:#fff; text-decoration:none; font-size:15px; font-weight:bold; padding:0 30px 0 20px;}


#menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

#menu li a:hover {z-index:200; position:relative;color:#fff; background-color:#F582A3;}
#menu li:hover {position:relative; z-index:200;}

#menu li:hover > a {color:#fff; background:#c60;}
#menu li:hover > a.sub {color:#fff; background-color:#F582A3;}

#menu li.current a {color:#fff; background:#840;}

#menu li a.sub {background: #F582A3;}
#menu li.current a.sub {color:#fff; background:#840 url(down-arrow.gif) no-repeat right center;;}

#menu :hover ul {left:0; top:40px; width:120px; background:#444;}

/* keep the 'next' level invisible by placing it off screen. */
#menu ul, 
#menu :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#menu :hover ul :hover ul
{left:120px; top:-1px; background:#222; white-space:nowrap; width:100px; z-index:200; height:auto;}

#menu :hover ul li {margin:0; border-top:1px solid #666;}
#menu :hover ul li a {width:120px; padding:0; text-indent:10px; background:#333; color:#ccc; height:30px; line-height:30px;}
#menu :hover ul li a.fly {background:#333 url(right-arrow.gif) no-repeat right center;}

#menu :hover ul :hover {background-color:#F582A3; color:#fff;}
#menu :hover ul :hover a.fly {background-color:#F582A3; color:#fff;}

#menu :hover ul li.currentsub a {background:#840; color:#fff;}
#menu :hover ul li.currentsub a.fly {background:#840 url(right-arrow.gif) no-repeat right center; color:#fff;}

#menu :hover ul :hover ul li a {width:100px; padding:0; text-indent:10px; background:#3e3e3e; color:#ccc;}
#menu :hover ul :hover ul :hover {background-color:#d70; color:#fff;}

#menu :hover ul :hover ul li.currentfly a,
#menu :hover ul :hover ul li.currentfly a:hover {background:#840; color:#fff;}


