/* -- START CSS --

Theme Name: creatednotborn
Theme URI: http://www.closetome.us/
Version: 1.0
Author: Kikky
Author URI: http://starlight.fan-sites.org

DO NOT COPY THIS CODE OR ANYTHING YOU MIGHT DO!
YOU DON'T HAVE ANY PERMISSION TO THAT!


 /* Body */
body {
	margin:0;
	font-family: tahoma;
	font-size: 9pt;
	color: #b6b6b6;
	background: #e7e7e7 url('images/bgx.png') repeat-x;
}

#maincontainer {
	width: 100%; 
	position:center;
	background: url('images/bgy.png') repeat;
}

.menu{
background : url('images/tblbg.png');
background-position: center center;
height:30px;
text-transform: uppercase;
font-size: 10pt;;
text-shadow: #d9d9d9 1px 1px 0px;
text-align: center;
-moz-border-radius:  5px; 
-webkit-border-radius: 5px; 
border-radius: 5px;
border-bottom: 1px solid #cacaca;
border-right: 1px solid #cacaca;
border-top: 1px solid #f5f5f5;
border-left: 1px solid #f5f5f5;
}

.menu a:link{
color: #858585;
}

.menu a:visited{
color: #858585;
}

.menu a:active{
color: #858585;
}

.menu a:hover{
color: #858585;
}

td {
	font-size:11px;
	font-family: Arial;
	color: #b6b6b6;
}

th {
	font-size:11px;
	font-family: Arial;
	color: #b6b6b6;
	float:left;
}

table  {
	font-family:Arial;
	font-size: 11px;
	line-height: 11px;
	color: #b6b6b6;
}


 /* Content Structures */
input, option, select, textarea {
background : url('images/bgy.png');
background-position: center center;
font-family: tahoma;
font-size: 9pt;
color: #8d8d8d;
text-shadow: #ffffff 1px 1px 0px;
padding:6px;
border-radius: 5px;
border-bottom: 1px solid #c1c1c1;
border-right: 1px solid #c1c1c1;
border-top: 1px solid #f3f3f3;
border-left: 1px solid #f3f3f3;
-moz-border-radius:  5px; 
-webkit-border-radius: 5px; 
}

 /* Sidebar */
.title {
	color: #51491a;
	padding: 2px 3px 10px 6px;
	font-family: Tahoma;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
}

.content {
	color: #858585;
	font-family: Arial;
	text-shadow: #ffffff 1px 1px 1px;
	font-size: 17px;
	font-weight:bold;
	text-decoration: none;
	text-align: justify;
	text-transform: uppercase;
}

#footer {
	background:url('images/footer.jpg') repeat-x;
	border-top: solid #c6a9a9 2px;
	display: block;
	color : #acb6ba;
	text-align: center;
	font-family: Tahoma;
	font-size: 14px;
	font-weight:lighter;
	font-weight:bold;
	text-transform: uppercase;
	padding: 15px;
	text-shadow: #161616 1px 1px 1px;
	font-style: oblique;
	float: center;
	clear: both;
}

#footer a {
	color: #8d9290;
	text-decoration: none;
	font-size: 14px;
}

#footer a:hover {
	color: #95b1a8;
	text-decoration: none;
	font-size: 14px;
}


/* Links*/
a {
	color: #637181;
	font-size: 13px;
	text-shadow: #ffffff 1px 1px 1px;
	font-weight:bold;
	font-family: Tahoma;
	font-weight : none;
	text-decoration: none;
}

a:hover {
	color: #637181;
	font-size: 13px;
	text-shadow: #ffffff 1px 1px 1px;
	font-weight:bold;
	font-family: Tahoma;
	font-weight : none;
	text-decoration: none;

}

.image {
	background-color: #e8e8ea;
	border: 1px solid #000000;
	padding: 3px;
	margin: 2px;
}


