/*
Theme Name:Catbones
Theme URI: 
Version: 1
Description: Pink and Black 2 column theme with catbones background.
Author: Petra Turner
Author URI: 
Tags: three columns, right sidebar, widget ready, fixed width, simple, black,
*/

/* -standards- */

body {
	background: #000000 url(images/bkg.gif) fixed no-repeat;
	color: #ffffff;
	font-family: "Arial";
	font-size: .75em;
	display: block;
	}
p {
	text-align: justify;
	}
h2 {
	font-family:"Arial Black", Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	font-weight:600;
	color: #ffffff;
	font-size: 1.5em;
	font-weight: normal;
	}
#content h2 {
	text-transform:uppercase;
	color:#FF3399;
}
a {
	color: #ffffff;
	text-decoration: none;
	}
a:hover {
	color: #ff3399;
	}
#navlink {
	margin-bottom: 40px;
	}

/* -header- */

#topbar {
	padding: 30px 0 10px 0;
	width: 860px;
	}
#topbar .title a {
	font-family:"Arial Black", Arial, Helvetica, sans-serif;
	font-size:62px;
	font-weight:900;
	text-transform:uppercase;
	line-height:45px;
	letter-spacing:-6px;
	color: #ff3399;
	}
#topbar .title a:hover {
	color: #ff3399;
	}
/*#banner {
	background: url("banners/rotator.php") no-repeat top left;
	height: 207px;
	width: 500px;
	}
#banner img {
	height: 207px;
	width: 600px;
	}

/* -content- */

#contentwrap {
	margin-top: 20px;
	width: 860px;
	}
#content {
	float: left;
	margin-right: 30px;
	width: 600px;
	}
#front {
	clear:both;
}
#who-en {
	float:left;
	width:45%;
}
#who-fr {
	float:right;
	width:45%;
}

/* -navigation- */

#navigationwrap1 {
	margin-right: 30px;
	}
#navigationwrap1, #navigationwrap2 {
	float: left;
	margin-bottom: 40px;
	}
#navigation1, #navigation2 {
	float: left;
	width: 200px;
	}
#navigation1 h2 {
	font-weight: normal;
	text-transform: uppercase;
	}
#navigation1 h2.small, #navigation2 h2.small, #navigation1 h2.widgettitle, #navigation2 h2.widgettitle {
	border-bottom: 3px dotted #ff3399;
	color: #ff3399;
	font-size:12px;
	font-weight: bold;
	margin-top: 20px;
	}
#navigation1 ul, #navigation2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#navigation1 li, #navigation2 li {
	margin-left:15px;
	list-style:none;
	}
#navigation1 ul li:hover , #navigation2 ul li:hover {
	background: #252525 url(images/unicorn.gif) no-repeat right top;
	}
#navigation1 ul li, #navigation2 ul li {
	border-bottom: 1px dotted #252525;
	padding: 3px 3px 3px 10px;
	}
#navigation1 ul li ul li, #navigation2 ul li ul li {
	border: none;
	padding: 3px 3px 3px 10px;
	}
#navigation1 ul li ul li:hover, #navigation2 ul li ul li:hover {
	background:none;
}

/* -post and entries- */

.post h2, .post h2 a {
	color: #ff3399;
	text-transform: uppercase;
	}
.post h2 a:hover {
	color: #ffffff;
	}
.post img, .post object, .post embed {
	display: block;
	margin: 5px;
	padding: 5px;
	}
.post blockquote {
	background: url("images/blockquote.jpg") no-repeat top left;
	font-style: italic;
	padding-left: 30px;
	}
.postmetadata-top {
	clear: both;
	margin-top: -15px;
	padding-bottom: 10px;
	}
.postmetadata-bottom {
	background: #252525;
	font-size: .9em;
	margin: 20px 0 40px 0;
	padding: 3px;
	}
.postmetadata-bottom a {
	color: #dadada;
	}
.postmetadata-bottom a:hover {
	color: #ffffff;
	}
.entry {
	clear: both;
	}
.entry a {
	color: #ff3399;
	text-decoration: none;
	}
.entry a:hover {
	color: #ffffff;
	text-decoration: none;
	}

/* -search form- */

#searchsubmit {
	display: none;
	}
#s {
	background: #ffffff url("images/magnifier.png") no-repeat top left;
	border: none;
	padding: 1px 2px 1px 17px;
	width: 250px;
	}

/* -footer- */

#footer {
	border-top: 1px solid #ff3399;
	clear: both;
	color: #404040;
	padding: 10px 0 30px 0;
	width: 860px;
	}
#footer a {
	color: #404040;
	}

/* -comments- */

#comments {
	clear: both;
	}
#respond {
	border-top: #252525 1px solid;
	clear: both;
	padding-top: 30px;
	}
.commentmetadata {
	text-transform: uppercase;
	}
.commentlist div.alt {
	background: #252525;
	color: #ffffff;
	padding: 10px;
	}
.commentlist div {
	padding: 10px;
	}
.commentlist div blockquote {
	background: #252525;
	border: 1px solid #404040;
	margin: 10px 0 0 0;
	padding: 10px 10px 10px;
}
.commentlist div.alt blockquote {
	background: #000000;
	border: 1px solid #404040;
	margin: 10px 0 0 0;
	padding: 10px 10px 10px;
}
#comment {
	height: 200px;
	width: 500px;
	}

/* -floats -*/

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
.alignleft {
	float: left;
	}
.alignright {
	float: right;
	}