/* 
Theme Name: Upside Down
Theme URI: http://pinkfab.info
Author: Anne 
Author URI: http://pinkfab.info
*/



/* CSS Document */

/* Make sure all browsers define parent width */
html {
	width: 100%;
}

/* Body of the document */
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	font-family: "Trebuchet MS", verdana, arial, "Times New Roman";
	font-size: 80%;
	color: #000000;
	background:#FFFFFF url(images/bg.gif) repeat;
}

a {
    color: #FF67A0;
    font-weight: bold; 
    font-size: 10px;
}

/* Wrapper */
.all {
	padding-top: 0px; 
	text-align: center; 
	width: 100%;
}

/* Your box */
.box {
	border: 0px; 
	margin-left: auto; 
	margin-right: auto; 
	padding: 0px; 
	text-align: left; 
	width: 600px;
}


/* the dark brown header */
.header {
	background: #623D36 url(images/header-bg.jpg) repeat-x left top;
	height: 100px;
	width: 600px;
	color: #FFFFFF;
	text-align:right;
}

.header h1 {
	margin: -30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 260%;
	color: #E7E2C9;
}

/* the bottom of the header, rounded corners */
.headerbottom {
	background: url(images/header-bottom.png) no-repeat left bottom;
	height: 17px;
	width: 600px;
	color: #000000;
}

.headerbottom img {
	float:right;
}

/* holds the content in place */
.areahold {
	background-color: #FCFAED;
	width: 580px;
	padding: 10px;
	color: #000000;
}

/* top of the area holder, rounded corners*/
.areaholdtop {
	background: url(images/area-hold-top.png) no-repeat left top;
	height: 19px;
	width: 600px;
	margin-top: 10px;
	color: #000000;
}

/* bottom of the area holder, rounded corners */
.areaholdbottom {
	background: url(images/area-hold-bottom.png) no-repeat left bottom;
	height: 19px;
	width: 600px;
	color: #000000;
}

/* container */
.container {
	float:left;
	width: 363px;
	padding: 10px;
	background: #fff url(images/container-bottom.png) no-repeat left bottom;
	color: #000000;
}

.container h1 {
	color: #BCE41B;
	font-size: 15px;
	font-family: Lucida Sans;
	margin: 0px;
	padding: 0px;
}

.container h1 a{
	color: #BCE41B;
	font-size: 15px;
	text-decoration: none;
	text-transform: uppercase;
}

/* container top, rounded corners*/
.containertop {
	background: url(images/container-top.png) no-repeat left top;
	height: 15px;
	width: 383px;
	color: #000000;
}

/* container bottom, rounded corners */
.containerbottom {
	background: url(images/container-bottom.png) no-repeat left bottom;
	height: 15px;
	width: 383px;
	color: #000000;
}

/* left hand side text column */
.leftcolumn {
	width: 345px;
	padding: 10px;
	text-align: justify;
	font-family: Tahoma;
	letter-spacing: 1px;
	font-size: 11px;
	line-height: 20px;
	color: #777;
	background-color:#FFFFFF
}

.leftcolumn ul li{
	margin-left: 10px;
	list-style-type: none;
}

.leftcolumn ul li a{
	margin-left: 10px;
	list-style-type: none;
	background: url(images/li.gif) left no-repeat;
	padding-left: 18px;
}

.leftcolumn li{
	margin-left: 10px;
	list-style-type: none;
}

.leftcolumn p{
	margin-bottom: 10px;
}

/* the menu / navigation system */
.menu {
	margin-left: 383px;
	margin-right: 10px;
	width: 184px;
	color: #FFFFFF;
	list-style-type: none;
	background-color: #E7E2C9;
}

.menucontent {
	background-color: #F4FFD3;
	margin-left: 383px;
	margin-right: 10px;
	margin-top: 10px;
	width: 164px;
	padding: 11px;
	color: #777;
	text-align: justify;
	font-size:10px;
	font-family: Tahoma;
	line-height: 16px;
}

.menucontent h2{
	color: #1288AE;
	text-align: left;
	font-size:10px;
	font-family: Tahoma;
	text-transform: uppercase;
}

.menucontent a:link, .menucontent a:active, .menucontent a:visited {
	color: #623D36;
}

.menucontent a:hover {
	color: #623D36;
	text-decoration:none;
}
.menu a:link, .menu a:active, .menu a:visited {
	background-color: #E5FCFF;
	border-right: 3px solid #43CEFC;
	display: block;
	padding: 6px;
	padding-left: 10px;
	color: #FD629D;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	width: 164px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.menu a:hover {
	background-color: #FFE8F0;
	display: block;
	padding: 6px;
	padding-left: 10px;
	color: #FD629D;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	width: 164px;
}

#home #item1, #about #item2, #contact #item3, #products #item4, #news #item5, #link #item6 { 
		background: #FFDCEC url(images/disc.gif) no-repeat left center;
}

p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* footer top, rounded corners */
.footertop {
	margin-top: 10px;
	background: url(images/footer-top.png) no-repeat left top;
	width: 600px;
	height: 17px;
}

/* footer, copyright etc */
.footer {
	background-color: #623D36;
	padding: 10px;
	padding-top: 0px;
	width: 580px;
	font-size: 10px;
	font-family: verdana;
	color: #FFFFFF;
}

.footer a:link, .footer a:active, .footer a:visited {
	color:#E7E2C9;
}

.footer  a:hover {
	color:#E7E2C9;
	text-decoration:none;
}

/*clearing fix*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* navigation */

.navigation {
	font-size: .9em;
	border-top: 1px solid #EEE;
	margin-top: 10px;
}

.navigation a {
	font-weight: bold;
	font-size: 12px;
	color: #000;
	border-bottom: 1px solid #EEE;
}

.navigation a:hover {
	color: #FF9900;
	border-bottom: 1px dotted #333;
}

.alignleft {
	float: left;
	font-family: Tahoma;
	size: 11px;
}

.alignleft a{
	color: #FF75AF;
}

.alignleft a:hover{
	color: #FF9900;
	text-decoration: none;
	border-bottom: 1px solid #B3D709;
}

.alignright {
	float: right;
	font-family: Tahoma;
	size: 11px;
}

.alignright a{
	color: #FF75AF;
}

.alignright a:hover{
	color: #FF9900;
	text-decoration: none;
	border-bottom: 1px solid #B3D709;
}

.details{
background: #FEFEEA;
color: #1387D9;
font: 10px Tahoma;
padding-top:3px;
padding-left:5px;
padding-bottom: 3px;
margin-top: 4px;
margin-bottom: 10px;
text-align: left;
width: 590px;
height: 14px;}

.details a{
color: #FB258A;
font-weight: normal;
}

.date {
font-weight: bold;
color: #FD84FE;
font-family: tahoma;
font-size: 10px;
}

.tags {
font-family: tahoma;
font-size: 10px;
color: #2EC7E8;
text-align: left;
}

.tags a{
font-family: tahoma;
font-size: 10px;
color: #2EC7E8;
font-weight: bold;
text-align: left;
}

::-moz-selection{background:#FFB9DC;color:#382C33;}::selection {background:#FFB9DC;color:#382C33;}

/* **************** comments **************** */


.commentlist li {
margin: 15px 0px 5px;
padding: 5px 10px 5px;
list-style-image: none;}

#commentlist {
margin: 1.8em 0;
padding: 8px;
list-style-type: none;
list-style-image: none;}

#commentlist li {
padding: 9px 9px;
width: 435px;
border-top: 0px solid #d9ffd7;
border-right: 0px solid #cef2cc;
border-left: 0px solid #cef2cc;
list-style-image: none;
background-color: none;}

.commentname img {
	padding:3px; 
	border:1px solid #FDDAE7;
	float: right;
}

.comment_name a{
	font-family: Verdana;
	color: #FF67A0;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}

.alt {
background-color: #fff6f9;
-moz-border-radius: 8px;
list-style-image: none;
padding: 0px 10px 10px 10px;
}

input {
	border: 1px solid #eee;
	background: #fff;
	font-family: tahoma;
	font-size: 10px;
	padding: 3px;
	}

textarea {
	font-family: verdana;
	font-size: 11px;
	color: 777;
}


/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
