/*
Theme Name: Apt Dweller
Theme URI: http://wordpress.org/
Description: 
Author: Brandon Tate
Author URI: http://www.visiture.com
Tags: blue, custom header, fixed width, two columns, widgets
*/

body {margin:0;padding:0;font-family:Arial, san-serif;font-size:62.5%;color:#333;vertical-align:baseline;background:url(images/body.png) no-repeat #E1AC25 center top;}

a {outline:none;color:#ef2c0a;text-decoration:none;}
a:hover {outline:none;color:#e2ae0c;text-decoration:none;}

/* --- typography styles --- */
h1, h2, h3, h4, h5, h6 {font-weight:normal;font-family:'Lucida Sans Unicode', Lucida Grande, Arial, sans-serif}

a {outline:none;color:#ef2c0a;text-decoration:none;}
a:hover {outline:none;color:#e2ae0c;text-decoration:none;}
a img {border:none;}

p {margin:0 0 1.5em;line-height:1.60em;}
p.right {text-align:right;}
/*p img {float:left;margin:0 1.25em 1.25em 0;}*/
p img.right {float:right;margin:0 0 1.25em 1.25em;}
p.bigp {font-size:1.2em;}
img.contacticon {float:left;margin-right:1.25em;}

img {font-size:.90em;}

input[type=text] {
	width: 170px;
	border: 1px solid #ebebeb;
	padding: 5px;
	margin: 0 0 5px;
	background: #fff;
	font-family: Verdana, Geneva, sans-serif;
	color: #777;
	font-size: .9em;
}


input[type=submit] {
	
}

/* Top bar */ 

.top-bar-wrap {
	background: #281f08;
	border-bottom: 1px solid #edcd7c;
	margin: 0;
	padding: 5px;
}

.top-bar {
	margin: 0 auto;
	width:960px;
}

.top-bar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
	width: 800px;
}

.top-bar ul li a {
	color: #FFFFFF;
	font-size: 1.2em;
	padding: 0 10px 0;
	float: right;
	border-right: 1px solid #4b4330;
	margin: 8px 0;
}

.top-bar ul li.first a {
	border-right: 0;
}

.top-bar ul li a:hover {
	color: #ffc83c;
}

div.widgetPreview div {
	background:#FFFFFF;
	float:left;
	height:175px;
	margin:5px;
	overflow:hidden;
	text-align:left;
	width:145px;
}

div.widgetPreview div:hover {
	background:#F47D53;
	color: #fff;
}

div.widgetPreview div:hover a {
	color: #fff;
}

/* header */

#header {
	margin: 0 auto;
	width:960px;
	position: relative;
	z-index: 1;
}

/* logo */

#logo{
	float:left;
	margin: 15px 0 0 0px;
	position: relative;
	padding: 0 0 10px;
	z-index: 1;
}

#logo_text{
	position: absolute;
	right: 15px;
	bottom: 0px;
}

#logo_text a:hover{
	text-decoration: none;
	font-weight: bold;
	color: #FF0300;
}

/* nav */ 

#tmenu {
	position:relative;
	top:36px;
	left:20px;
}

#tmenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#tmenu li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: normal;
	float: left;
	/*border-right: 1px solid #4b4330;*/
	padding: 6px 10px;
	margin: 0 10px 0 0;
	background: transparent;
	border: 1px solid #ddb741;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#tmenu li a:hover {
	background: #281f08;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #281f08;
	/*filter: alpha(opacity = 90);
	opacity: 0.90;*/
}

#tmenu li.current-cat a {
	background: #281f08;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 0;
	color: #e2ae0c;
}

#tmenu li.current-cat a:hover {
	background: #281f08;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 0;
}

/* Search */

#search {
	position: absolute;
	right: 0;
	top: 36px;
}

#searchform {
	background: url('images/search-bg.png') no-repeat;
	width: 205px;
	height: 39px;
	margin: 0;
	padding: 0;
	text-align: center;
}

#searchform label {
	display: none;
}

#searchform #s {
	border: 0;
	float: left;
	font-size: 8pt;
	margin: 11px 0 0 11px;
	padding: 2px 5px;
	width: 142px;
	color: #333;
}

#searchsubmit {
	background: url('images/search-button.png') no-repeat;
	border:0 none;
	cursor:pointer;
	float:right;
	height:27px;
	margin:6px 7px 0 0;
	width:31px;
}

/* Tag Cloud */

.tagcloud-wrap {
	padding: 0;
	margin: 10px auto 0;
	width:960px;
	/*border-bottom: 1px solid #edcd7c;*/
}

.tagcloud {
	background: #fff;
	padding: 15px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px;
	filter: alpha(opacity = 90);
	opacity: 0.90;
	text-align: center;
}

.tagcloud a {}

.tagcloud a:hover {
	background:#ef2c0a;
	color:#fff;
}


/*
#nav{
	background: url('images/nav_bg.gif') repeat-x bottom;
	position: relative;
	z-index: 10;
	height: 136px;
}

#nav,
#nav *{
	padding: 0;
	margin: 0;
	border: 0;
}

#nav_content{
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#nav_content #search{
	float: right;
	margin: 33px 0 0 0;
	height: 34px;
	position: relative;
	z-index: 4;
}

#nav_content #menu{
	list-style: none;
	text-align: left;
	position: absolute;
	z-index: 10;
	top: -1px;
	left: 220px;
	margin:0;
	padding:0;
}

#nav_content #menu li{
	float: left;
}

#nav_content #menu li a{
	padding:8px 12px;
	margin:0 1px 0 0;
	outline: none;
	color: #333;
	font-size: 1.4em;
	-moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px;
	background: #ffeec2;
	border-bottom: 1px solid #f1e2bb;
}

#nav_content #menu li.current-cat a{
	background: #faf4e2;
	padding:8px 12px;
	margin:0 1px 0 0;
	outline: none;
	color: #333;
	-moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px;
	font-size: 1.4em;
	border-bottom: 1px solid #FAF4E2;
}



#nav_content #menu li a:hover {
	color: #ef2c0a;
	background: #FAF4E2;
	border-bottom: 1px solid #FAF4E2;
}

#nav_content #menu li.current-cat a:hover {
	background: #faf4e2;
	color: #333;
}

/* Drop Down */
/*
#nav_content #menu ul {
	position: absolute;
	top: 36px;
}

#nav_content #menu ul li {
	position: relative;
	display: block;  
}

#nav_content #menu li li {
	padding: 0;
	margin: 0;
	width: 14.9em;
}

#nav_content #menu li ul li a {
	display: block;
	text-decoration: none;

	padding: 8px 15px 8px 11px;
	width: 14.9em;
	background: #eee;
	outline: none;
	border-bottom: 1px solid #d5d5d5;
	filter: alpha(opacity = 100);
	opacity: 1.00;
}

ul#menu ul li ul li a:hover {
	color: #CB2026;
	text-decoration: none;
	background: #fff;
}

#nav_content #menu li ul,
#nav_content #menu li:hover ul
{display: none;}

#nav_content #menu li:hover ul,
#nav_content #menu li:hover ul
{display: block;}


*/

/*
#nav_content #menu li ul{
	display: none;
	position: absolute;
	list-style: none;
	left: 3px;
	top: 35px;
	padding-top: 10px;
	margin:-5px 0 0 0;
	z-index: 10;
	display: none;
}


#nav_content #menu li ul li a{
	padding: 10px;
	height: 100%;
	width: 100%;
}

#nav_content #menu li.current-cat ul,
#nav_content #menu li.current-cat-parent ul{

}

#nav_content #menu li:hover ul{
	z-index: 10;
}

#nav_content #menu li ul li{
	background-image: none !important;
	background-color: #F15A25 !important;
	height: 40px !important;
	padding: 0 !important;
	margin: 0 !important;
	position: relative;
	z-index: 10;
	width: 175px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	cursor: pointer;
}

#nav_content #menu li ul li:hover{
	background: #f1f1ec !important;
}

#nav_content #menu li ul li a{
	background: none !important;
}

#nav_content #menu li ul li a,
#nav_content #menu li ul li a:visited{
	color: #000000 !important;
}

#nav_content #menu li ul li:hover a{
	color: #FF0300 !important;
}

#nav_content #menu li ul li.end-dd {
	-moz-border-radius-bottomleft: 8px; -webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px; -webkit-border-bottom-right-radius: 8px;
}*/

#nav_content #page_nav{
	position: absolute;
	z-index:3;
	top: 32px;
	width: 960px;
}

#nav_content #page_nav #page_menu{
	list-style: none;
	position: relative;
}

#nav_content #page_nav #page_menu li{
	display: block;
	float: left;
	font-size: 10pt;
	background:transparent url(images/bu.png) no-repeat scroll right center !important;
	margin:10px 5px 0 0;
	padding:0 5px 0 0;
	position: relative;
}

#nav_content #page_nav #page_menu li:hover{
	background: url('images/bu-active.png') center right no-repeat !important;
}

#nav_content #page_nav #page_menu li a{
	font-size: .9em;
	font-family: Arial, Helvetica, sans-serif;
	padding:15px 10px 10px 7px;
	color: #555555;
	position: relative;
}

#nav_content #page_nav #page_menu li a:hover{
	color: #ef2c0a;
	text-decoration: none;
}

#nav_content #page_nav .follow{
	position:absolute;
	right:210px;
	top:1px;
	border-left:1px dashed #eadfc4;
	padding:0 0 0 10px;
}

#nav_content #page_nav .follow span {
	display: block;
	padding:0 0 0 6px;
}

#nav_content #page_nav .follow a img {
	padding:2px 0 0 1px;
}


/* spotlight */

#sp-wrap {
	background: #e14a25;
	padding: 10px;
	margin: 0 0 15px;
	position: relative;
	z-index: 5;
	border-radius: 0 0 5px 5px;
	-moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px;*/
	/*-moz-border-radius: 5px;-webkit-border-radius: 5px; border-radius: 5px;*/
}

#spotlight {
	background: #FFFFFF;
	-moz-border-radius: 5px;-webkit-border-radius: 5px; border-radius: 5px;
	position: relative;
	z-index: 5;
	margin: 15px auto;
}

/* --- main layout styles --- */
.container {width:960px;margin: 0 auto;font-size:1.2em;}
.container:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.container {zoom:1;}

/* --- content area styles --- */
.content {padding:20px;background:#FFFFFF;-moz-border-radius: 5px;-webkit-border-radius: 5px; border-radius: 5px;}
.content:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.content {zoom:1;}

.left-col {
	width: 569px;
	float: left;
}

.right-col {
	float: left;
	width: 310px;
	padding: 0 0 0 20px;
	margin: 0 0 0 20px;
	border-left: 1px dashed #ebebeb;
}

/* Blog Defaults 

/* posts */

.post {
	margin: 0 0 30px;
}

div.published_by{
	margin-bottom: 10px;
}


.search-results-post {
	margin: 0 0 15px;
}


h2 {
	color: #222;
	margin: 0 0 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: normal;
}

h2 a {
	text-decoration: none;
	color: #222;
}

.entry {
	color: #222;
	font-size: 1.1em;
}

.infos {
	padding: 10px;
	background: #faf6eb;
	color: #3f3827;
}

.date {
	background: url(images/date.png) no-repeat;
	padding: 0 0 6px 25px;
}

.tags {
	background: url(images/tags.png) no-repeat;
	padding: 0 0 0 25px;
}

.archivetitle h2.pagetitle {
	margin: 0 0 10px;
	border-bottom: 1px dashed #ebebeb;
	padding: 0 0 5px;
	font-size: 1.3em;
	color: #777;
}

.archivetitle h2.pagetitle em {
	color: #e2ae0c;
}


/* Begin Form Elements *//*
#searchform {
	background: url('images/search_bg.gif') no-repeat;
	width: 198px;
	height: 34px;
	margin: 0;
	padding: 0;
	text-align: center;
}

#searchform label {
	display: none;
}

#searchform #s {
	width: 150px;
	padding: 2px;
	float: left;
	border: 0 none;
	font-size: 8pt;
	margin: 11px 0 0 7px;
	}

#searchsubmit {
	background: url('images/search_button.jpg') no-repeat;
	width: 34px;
	height: 25px;
	margin: 5px 2px 0 0;
	float: right;
	border: 0 none;
	cursor: pointer;
	}
	*/
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

/* widget sidebar */ 

li.widget {
	list-style: none;
	margin: 0 0 20px 0;
}

li.widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

li.widget ul li a {
	color: #ef2c0a;
	text-decoration: none;
	line-height: 2em;
}

li.widget ul li a:hover {
	color: #e2ae0c;
	text-decoration: none;
}

li.widget h2.widgettitle {
	color: #222;
	margin: 0 0 10px;
	border-bottom: 1px dashed #ebebeb;
	padding: 0 0 5px;
	font-size: 1.5em;
}

/* comments */

#comments {
	margin: 0;
	padding: 0;
}

h3.comments {
	margin: 10px 0;
	padding: 0 0 5px;
	font-size: 1.3em;
	color: #333;
}

#commentform {
	background: #f7f7f7;
	padding: 10px;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
}

#commentform input {
	width: 170px;
	border: 1px solid #ebebeb;
	padding: 5px;
	background: #fff;
	font-family: Verdana, Geneva, sans-serif;
	color: #777;
	font-size: .9em;
}

#commentform textarea {
	width: 98%;
	border: 1px solid #ebebeb;
	padding: 5px;
	background: #fff;
	font-family: Verdana, Geneva, sans-serif;
	color: #777;
	font-size: .9em;
}

#commentform input:focus,
#commentform textarea:focus {
	background: #fff;
	color: #444;
}

#commentform #submit {
	background: #f0492d;
	color: #fff;
	width: 120px;
	margin: 0 0 0 430px;
}


#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}


ol.commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
}

ol.commentlist li {
	list-style: none;
	margin: 10px 0;
	padding: 10px;
	background: #f7f7f7;
}

.comment-body {
	background: #fff;
	padding: 10px;
	border: 1px solid #f2f2f2;
}

.comment-author img {	
	float: left;
}

.comment-author img.avatar {
	border: 1px dashed #ebebeb;
	padding: 1px;
}

.comment-author cite {
	padding: 0 0 0 8px;
}

.commentmetadata a {
	padding: 0 0 0 8px;
}

.commentmetadata a.comment-edit-link {
	float: right;	
}

.comment-body p {
	margin: 0;
	padding: 10px 0 0;
	clear: both;
}






















#footer_ad{
	margin: 15px 0 25px 0;
}

#footer {
	padding: 30px 0;
	margin: 30px 0 0;
	background: #191303;
	border-top: 1px solid #ebca71;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	color: #FCECE7;
}

#footer a{
	color: #EF492F;
	font-size: 1.2em;
}

#footer a:hover{color: #e2ae0c;}

#footer h3 {
	color: #fff;
	margin: 0 0 10px;
	padding: 0 0 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-weight: normal;
	border-bottom: 1px dashed #302b1d;
}

#footer #footer_contents{
	width: 960px;
	margin: 0 auto;
}

#footer #footer_logos{
	float: left;
	width: 300px;
	margin: 0;
}

#footer #footer_subdomains,
#footer #footer_pages{
	width: 250px;
	float: right;
	margin-right: 15px;

}

#footer #footer_subdomains ul,
#footer #footer_pages ul{
	list-style: none;
	text-align: left;
	padding-left: 0;
	line-height: 2.5em;
	display: block;
}

#page_closer{
	background: transparent url('images/content_bottom.gif') no-repeat top;
	height: 16px;
	margin-bottom: 15px;
}
/* End Structure */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/*--------------------------------------
/* Clear
/*-------------------------------------*/

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


/*--------------------------------------
/* Widget Specific
/*-------------------------------------*/
.widget_tag_cloud div{
	text-align: center;
}

/*-------------------------------------
/* Added by Mike Keen 4/22
/*-----------------------------------*/
.entry img {
	border: 3px outset #d9d9d9 !important;
}

.sociablefirst img {
	border: none !important;
}

.wp-caption-text {
	font-size: 12px;
	font-style: italic;
}

.widgettitle {
	text-align: center !important;
}


div.ad{
	margin: 10px 0;
}
