/*  
Theme Name: INEZTANDOTCOM
Theme URI: http://ineztan.com
Description: Style sheet for ineztan.com
Version: 1.0
Author: daytimejames
Author URI: http://daytimellp.com
*/

* {
	margin: 0;
	padding: 0;
}
 
body {
	margin: 0;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:12px;
	background-color:#ffffff;
	}

a {
	color:#ffffff;
	text-decoration:none;
	}

a:hover {
	color:#568473;
	text-decoration:none;
	}
	
.welcome {
position:absolute;
bottom:0px;
left:0px;
height:700px;
width:700px;
background:url(images/welcome.jpg) bottom left no-repeat;
z-index:1;
}	

.logo {
z-index:2;
position:absolute;
top:50px;
right:50px;
height:163px;
width:318px;
background:url(images/logo.jpg) top right no-repeat;
}	

.home {
height:945px;
width:945px;
background:url(images/bg_home.jpg) bottom left no-repeat;
z-index:1;
}	

.hmwrap {
width: 100%;
height: 100%;
margin:0;
background:#736758;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #385B88;
}

h2 {
	background: url(images/img6.gif) repeat-x left bottom;
	padding-bottom: 10px;
	margin-bottom: .8em;
	font-size: 2em;
	font-weight: normal;
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 2px;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}

p, blockquote, ul, ol {
	margin-bottom: 1.4em;
	line-height: 1.8em;
	text-align: justify;
}

p {
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

/* Boxed Style */

.boxed {
}

.boxed .title {
	padding: 0px 0 0 10px;
	background: url(images/img03.gif) no-repeat left center;
	border-bottom: 1px solid #D6D5D5;
	font-size: 1.4em;
}

.boxed .content {
	padding: 10px;
}


/* Logo */

#logo {
	width: 100%;
	height: 215px;
	background:#736758;
}

#logold {
position:absolute;
top:50px;
right:50px;
height:163px;
width:318px;
background:url(images/logold.gif) top right no-repeat;
}

#logo a {
}

/* Content */

#content {
	width: 100%;
	text-align:left;
	left:0px;
}

/* Content > Main */

#main {
	float: left;
	width: 500px;
	margin-top: -80px;
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 150px;
	background:#736758;
}

/* Content > Sidebar > Login */

#login {
}

#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	font-size: x-small;
	font-weight: bold;
}

#login input {
	margin-bottom: 5px;
	padding: 2px 5px;
	border: 1px solid #385B88;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#inputtext1, #inputtext2 {
	color: #385B88;
}

#inputsubmit1 {
	background: #385B88;
	color: #FFFFFF;
}

/* Content > Sidebar > Menu */

#menu {
margin: 100px 0 0 0;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 3px 0 3px 50px;
	color: #fff;
}

#menu a:hover, #menu .active a {
	text-decoration: none;
	color: #000;
}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	margin: 0;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}

#updates p {
	margin-bottom: 1.4em;
	font-size: smaller;
	line-height: normal;
}

/* Footer */

#footer {
position: absolute;
bottom: 10px;
left: 10px;
	clear: both;
	width: 100%;
    background: #736758;
}

/* Footer > Legal */

#legal {
    padding:5px;
	text-align:right;
	font-size: x-small;
}

/* Footer > Links */

#links {
}