﻿/* 
Theme Name: Ultimate-LeToya
Theme URL: http://ultimate-letoya.org
Description: A simple, fast loading blue theme for your blog or site. Designed for those who want the content to do the talking, not the theme. Based upon the blank 'Whiteboard' Canvas by Brian Purkiss.
Author: Ricardo Barros
Author URI: http://ultimate-letoya.org
Version: 0.1
Tags:pink, light, silver, one-column, fixed-width
*/


body
{
	background-color: #e4d6e4;
	background-image:url('img/overallbg.png');
	background-repeat:repeat-x;
	margin: 0px 0px 0px 0px;
	font-family:Helvetica, fantasy, sans-serif;
}
	img
	{
		border: 0px
	}
	a, a:active, a:visited 
	{
		color:#FF99FF;
		text-decoration:none;
		font-size: 12px;
	}
	
	a:hover 
	{
		font-weight:bold;
		color:#FF3399;
		font-size: 12px;
	}
/*Wordpress Design*/
code, pre 
{
	background:#ececec;
	color:#000;
	display:block;
	direction:ltr;
	text-align:left;
	border:1px solid #c5c5c5;
	margin:8px 2px;
	padding:5px;
	overflow:auto;
}

#content 
{

}

#post
{
	font-family:sans-serif;
	font-size: 12px;
	color:#333333;
}

	#post p
	{
		font-family:sans-serif;
		font-size: 12px;
		color:#333333;
		text-align:justify;
	}


	#post ul 
	{
		margin-top: 25px;
		font-size:12px;
		list-style-type:square;
	}
	#post ol 
	{
		list-style-type:decimal;
	}
	#post li 
	{
		margin-top: 5px;
		color:#FF3399;
		
	}
	#post h2
	{
		font-size: 16px;
		padding: 5px 0px 5px 10px;
		background-image:url('img/h.png');
		background-repeat:repeat-x;
		margin: 5px 0px 5px 0px;
	}
	
		#post h2 a, #post h2 a:active, #post h2 a:visited
		{
			font-size: 16px;
			color:#FF0066;
		}
		#post h2 a:hover
		{
			font-size: 16px;
			color:#CC0066;
		}
	.subpost
	{
		font-size: 9px;
		margin-left: 5px;
		color: #666666;
	}
		.subpost a, a:active, a:visited
		{
			font-size: 9px;
			color:#C0C0C0;
			
		}
		.subpost a:hover
		{
			font-size: 9px;
			color:#808080;
		}

.video, .audio
{
	margin-bottom:20px;
}

#postmeta 
{
	background:#dedede url('img/pmeta.png') repeat-x;
	border: 1px #d4d4d4 solid;
	padding: 5px 0px 5px 5px;
	margin: 0px 50px 0px 50px;
	font-size:16px;
}

	#postmeta ul 
	{
		list-style:none;
		margin:5px 0 0 0;
		padding:0;
		display:inline;
		font-size:16px;
	}
	
		#postmeta ul li 
		{
			display: inline;
			font-size:16px;
			border-right: 1px #CCCCCC solid;
			margin-left: 4px;
		}
		#postmeta a, #postmeta a:active
		{
			color:#CC6699;
			font-size:16px;
			font-weight:normal;
		}
		#postmeta a:hover
		{
			color:#660033;
			font-size:16px;
			font-weight:normal;
		}

#postnavigation 
{
	text-align:center;
	padding:5px 10px 5px 10px;
	margin:0 15px 20px 15px;
}

	#postnavigation ul 
	{
		list-style:none;
		margin:0 0 0 0;
		padding:0;
		display:inline;
	}
	
		#postnavigation ul li 
		{
			display: inline;
		}

form#commentform p input, #sidebar ul li select, #sidebar ul li select option {
	background-color: transparent;
}
form#commentform p input, form#commentform p textarea {
	border: 1px solid #ccc;
}

#content form p, #content2 form p {

	padding-top: 5px;
	padding-bottom: 5px;
}
form#commentform textarea
{
	background-color: transparent;
}

form p a:link, form p a:active, form p a:visited, form p a:hover {
	color: #000;
}

label {
	
	font-weight: bold;
}
#commentbox
{
	width: 400px;
	position:relative;
	left: 50px;
}
#commentform p input {
	width: 175px;
	margin-right: 10px;
	height: 20px;
}
#commentbox h3
{
	color:#808080;
}

#author, #email, #url
{
	background:url('img/textfield.png') repeat-x;
}

#commentform textarea {
	width: 380px;
	height: 150px;
	background-color: transparent;
	border: 1px solid #ccc;
}
#content2 form textarea {
	width: 550px;
	background-color:transparent;
	border: 1px solid #ccc;
}

#dummycomment
{
	background-image:url('img/textarea.png');
	background-repeat:repeat-x;
	width: 380px;
}


#submit {
	background: url('img/button-bg.gif') repeat-x;
	padding: 2px 2px 2px 2px;
	font: 700 Verdana,Arial,sans-serif;
	width: auto !important;
	height: auto !important;
	text-align: center;
	border: 1px solid #d581a2;	
}
#sidebar 
{
	text-align:center;	
	margin-top: 50px;
}
	
	#sidebar h2 
	{
		background-image: url('http://ultimate-letoya.org/wp/wp-content/themes/blue/img/null.gif');
		background-repeat:no-repeat;	
		margin: 0em auto 0em auto;
		width: 150px;
		border:1px solid #e3e3e3;
		background-color: #e1e1e1;
		color:#666666;
		font-size:16px;
	}
	
	#sidebar ul 
	{
		list-style:none;
		margin:7px auto 0px auto;
		padding: 0px;
	}
	
		#sidebar ul li 
		{
			margin:1px auto 2px auto;
			width: 150px;
			border:1px dashed #e1e1e1;
			background-color: #e6e3e3;
		}
		#sidebar a, #sidebar a:active
		{
			color:#CC6699;
			font-weight:normal;
			font-size: 10px;
		}
		#sidebar a:hover
		{
			color:#660033;
			font-size: 10px;
			font-weight:normal;
		}

.aligncenter,
div.aligncenter 
{
   display: block;
   left:auto;
   right:auto;
   text-align:center;
   margin-left:auto;
   margin-right:auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
   text-align: center;
}

/*.lowline
{
	line-height: -2px;
	margin-bottom: -2px;
	margin-top: -2px;
}

.lowline p
{
	line-height: -2px;
	margin-bottom: -2px;
	margin-top: -2px;

}

.lowline ul
{
	margin-bottom: -2px;
	margin-top: -2px;
}

.lowline ol
{
	margin-bottom: -2px;
	margin-top: -2px;
}*/

.s
{
	text-decoration:line-through;
}

/*Layout Design*/
#overallpage
{
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	background-image:url('img/overallcontentbg.png');
	background-repeat:repeat-y;
	width:1003px;
	left: 0em;
	right: 0em; 
	height: 100%;
	margin: 0em auto 0em auto;
	display:table;
	clear: both;
}

#site_top
{
	width:1003px;
	height: 300px;
	background-image: url('img/top.png');
	background-repeat:no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}

	#toplogo
	{
		border-style: none;
		border-color: inherit;
		border-width: 0px;
		width:260px;
		height:176px;
		margin-left: 238px;
		margin-top: 13.5px;
		padding: 0px 0px 0px 0px;
		background-repeat:no-repeat;
	}
		#partners
		{
			border-style: none;
			border-color: inherit;
			border-width: 0px;
			width:225px;
			height:169px;
			margin-left: 515px;
			margin-top: -163px;
			padding: 0px 0px 0px 0px;
			background-image:url('img/partbg.jpg');
			background-repeat:no-repeat;
			background-color: #CCCCCC;
			position:relative;
		}
			
	
			#dropdown
			{
				cursor:pointer;
				margin-top: 4px;
				background-image:url('img/dropdown.jpg');
				background-repeat: repeat-x;
				height:30px;
				text-align:center;
				clear: both;
			}
			#dropdownbt
			{					
				background-image:url('img/dropdownbt.jpg');
				background-position:right top;
				background-repeat:no-repeat;
				height:30px;
				padding-top: 5px;
				font-size: 14px;
				font-weight:bold;
				clear: both;
			}

				#dropdown_menu
				{			
					background-image:url('img/dropdownmenubg.jpg');
					background-repeat: repeat-x;
					background-color: #f2cbe6;
					border-left: 1px #e0e0e0 solid;
					border-right: 1px #e0e0e0 solid;
					padding-left: 10px;
					padding-bottom: 10px;
					padding-top: 5px;
					position:relative;
					top:-5px;
					visibility:hidden;
					display:none;
					width:214px;
					z-index:10;
					font-size: 10px;
					font-family: "Arial";
					clear: both;
				}
				#dropdown_menu a,#dropdown_menu a:active,#dropdown_menu a:visited
				{
					color: #F993F9;
					text-decoration:none;
					font-weight:normal;
					font-size: 11px;
					font-family:Helvetica, fantasy, sans-serif;
				}
				
				#dropdown_menu a:hover
				{
					color: #FA22FA;
					text-decoration:none;
					font-size: 11px;
					font-weight:normal;
					font-family:Arial, Helvetica, sans-serif;
				}
				#dropdown_menu li
				{
					margin-left: 25px;
					color: #f1c9e3;
					list-style-type:disc;
				}



#site_bottom
{
	position:relative;
	width: 226px;
	height: 280px;
	background-image: url('img/bottoml.jpg');
	background-repeat:no-repeat;
}

	#bottom
	{
		position:relative;
		margin-top: -185px;
		margin-left: 226px;
		width: 550px;
		height: 185px;
		background-image: url('img/bottomnav.jpg');
		background-repeat:no-repeat;
	}
		#orkut
		{
			position:relative;
			width: 183px;
			height: 185px;
			cursor: pointer;
		}
			#sisters
			{
				position:relative;
				width: 183px;
				height: 155px;
				margin-top: -185px;
				margin-left: 183px;
				text-align:center;
				cursor: pointer;
			}
				#drops
				{
					text-align:center;
					height: 170px;
					margin-top: -185px;
					margin-left: 366px;
					padding-top: 45px;
					position:relative;
					width: 183px;
					z-index: 999;
				}





#menu
{
	background-image: url('img/menu.jpg');
	background-repeat:no-repeat;
	width: 1003px;
	height:42px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}
	#menu img
	{
		cursor:pointer;
	}


#dummy
{
	background-image: url('img/maincontentbg.jpg');
	background-repeat:no-repeat;
	width: 1003px;
	height: 100%;
	padding-top: 10px;

}

#maincontent
{
	max-width: 500px;
	height: 100%;
	width: 500px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 250px;
	
}
