/*  
Theme Name: EFT
Description: Customized Theme
Version: 1.0
Author: MarkV 
Author URI: http://mark.villegasonline.com/
*/

/* GLOBAL SITE ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

* { margin: 0; padding: 0; }

body
{
	margin:  6px 0 0;
	background: #fff url(images/page-bg.jpg) 50% 0% no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 160%;
	font-weight: normal;
	font-variant: normal;
}

li
{
		list-style: none;
}

hr
{
		clear: both;
		height: 1px;
		line-height: 1px;
		font-size: 1px;
		visibility: hidden;
		margin: 0;
		padding: 0;
}

/* HEADINGS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

h1, h2, h3, h4, h5
{
	font-family: Arial, Helvetica, sans-serif;
	color: #553382;
	margin: 0px;
	padding: 0px;
}

h1
{
		height: 79px;
		line-height: 79px;
		padding-left: 20px;
		font-size: 2em;
		float: left;
		width: 520px;
		font-weight: normal;
}

h2, h2 a
{
	font-size: 24px;
	font-weight: normal;
}
h3, h3 a {
	font-weight:bold;
	font-size: 18px;
	padding-bottom: 5px;
}

/* LINKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

a
{
	color: #633c8d;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
		text-decoration: underline;
}

b,strong {
	font-weight: bold;
	color: #553382;
}
/* MAIN SITE ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#wrapper
{
	width: 825px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#wrapper:after, #header:after, .post:after, .post-date:after
{
		content:  ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
}

#header
{
		height: 79px;
}
#link-wrap {
	height: 145px;
	width: 825px;
	margin-right: auto;
	margin-left: auto;
}
#logo-link a{
	width:200px;
	height:120px;
	position: relative;
	left: 310px;
	top: 10px;
	display: block;
}

#content
{
	width: 612px;
	float: left;
	padding-top: 40px;
	padding-bottom: 20;
	background-repeat: no-repeat;
	background-position: right top;
}

#content-home
{
	width: 612px;
	float: left;
	padding-top: 40px;
	padding-bottom: 0;
	background-image: url(images/homegirl.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#sidebar
{
	width: 175px;
	float: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 15px;
}

#links {
	width: 582px;
	float: left;
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 0px;
	margin-bottom: 30px;
	margin-left:20px;
	margin-right:20px;
}
#links h2	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 20px;
}


#links ul li {
	float:left;
	width: 100%;
}


#links ul li h2	{
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#links ul li ul li a {
	font-weight: normal;
} 
#links ul li ul li a:hover {
	font-weight: normal;
	text-decoration: underline;
} 
#main-ad
{
		width: 135px;
		float: left;
		padding: 56px 0 0 5px;
		text-align: right;
}

/* HEADER ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

h1 a
{
		color: #eee;
}

#topsearch
{
		float: left;
		width: 338px;
		height: 42px;
		padding-top: 37px;
		text-align: center;
		padding-left: 77px;
}

#topsearch input
{
		width: 150px;
		height: 21px;
		background: url(images/search-input-bg.gif) no-repeat;
		border: none;
		padding: 9px 8px 5px 27px;
		margin-right: 10px;
		float: left;
		font: normal 1em tahoma, arial, san-serif;
}

#topsearch button
{
		width: 75px;
		height: 35px;
		background: url(images/search-button-bg.gif) no-repeat;
		border: none;
		text-indent: -9999px;
		float: left;
		cursor: pointer;
}

/* POST SECTION ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.post
{
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 2em;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 2em;
	padding-left: 0;
}
.post h2 {
	height:36px;
}
.post h3 {
	height:24px;
}
.post-info
{
	padding: 0;
	font-size: 90%;
	margin: 0;
	color: #999;
}

.post-info a
{
		color: #999;
}

.post-entry p
{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}
.post-entry a {
	color: #FF6666;
}
.post-entry a:hover {
	color: #FF9966
}

.post-entry ul, .post-entry ol
{
		margin: 0 0 1em;
}

.post-entry ul
{
		margin-left: 1.5em;
}

.post-entry ul li, .post-entry ol li
{
	list-style: square;
	padding: .2em 0;
}

.post-entry ol
{
		margin-left: 2em;
}

.post-entry ol li
{
		list-style: decimal;
}

.post-entry blockquote
{
		margin: 1.5em 2em 1em;
		padding: .5em 0;
		color: #999;
		font-style: italic;
		border-top: 1px solid #f5f5f5;
		border-bottom: 1px solid #f5f5f5;
}

.post-entry img.align-right
{
		float: right;
		margin: .4em 0 0 1em;
		padding: 3px;
}

.post-entry img.align-left
{
		float: left;
		margin: .4em 1em 0 0;
		padding: 3px;
}

.post-entry img.align-center
{
		display: block;
		margin: .4em auto;
		padding: 3px;
}

.post-meta
{
		font-size: 95%;
		color: #999;
}

.post-meta a
{
		color: #999;
}

.post-arch-info
{
		font-size: 95%;
		color: #999;
		margin: 0 0 2em;
		padding: 0 0 1em;
}
.linkcat h2{
	position:relative;
	left: -10000px;
}
.linkcat a{
	color: #FF6666;
}

.linkcat a:hover{
	color: #FF9966;
}

/* COMMENT ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#comments h2, #respond h2
{
		margin: 0 0 .5em;
		padding: 0 0 .5em;
}

#comments
{
		margin: 0 0 1em;
		background: url(images/post-bg.gif) 0% 100% no-repeat;
		padding: 0 0 1em;
}

#comments h3
{
		font-size: 1.2em;
}

.commentlist li
{
		margin: 0 0 .5em;
		padding: 0 0 .5em;
}

#respond input, #respond textarea
{
		width: 492px;
		border-top: 1px solid #ccc;
		border-right: 1px solid #eee;
		border-bottom: 1px solid #eee;
		border-left: 1px solid #ccc;
		padding: 3px;
		margin: .1em 0 .5em;
}

#respond button
{
		width: 75px;
		height: 35px;
		text-indent: -9999px;
		border: none;
		float: left;
		cursor: pointer;
}

#respond button#submit
{
		background: url(images/comment-submit-bg.gif) no-repeat;
		margin-right: 10px;
}

#respond button#reset
{
		background: url(images/comment-reset-bg.gif) no-repeat;
}

#sidebar ul li
{
	font-size: 14px;
	font-weight: normal;		/*list-style-image: url(images/sidebar-list-img.gif);*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d5d2dc;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left:10px;
}
#sidebar ul li a
{
	font-size: 14px;
	font-weight: normal;
	margin-left: 0px;
	text-decoration: none;
}

#sidebar ul .current_page_item a {
	color: #FFFFFF;
	background-image: url(images/bg-nav.jpg);
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;

}
#sidebar ul .current_page_item ul li {padding-top: 15px; padding-bottom:0px;}
#sidebar ul .current_page_item ul li a{
	background:#FFFFFF;
	color:#633C8D;
	padding:0px;
}



#sidebar ul li ul .current_page_item a {background-image: url(images/bg-nav.jpg); color:#FFFFFF;}
#sidebar ul li ul li
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-position: inside;
	list-style-type: circle;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 15px;
	padding-bottom: 0px;
}
#sidebar ul li ul li a
{
	margin: 0px;
	padding: 0px;
}


/* MAIN AD ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#main-ad a
{
		display: block;
		width: 120px;
		height: 600px;
		line-height: 600px;
		background: #f5f5f5;
		float: right;
		text-align: center;
}

/* FOOTER ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#footer
{
	clear: both;
	text-align: center;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #dcdcdc;
	border-right-color: #dcdcdc;
	border-bottom-color: #dcdcdc;
	border-left-color: #dcdcdc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

#footer a
{
	color: #633c8d;
	text-decoration: underline;
	font-weight: normal;
}

