/*
Theme Name: iliveindallas
Description: iliveindallas site in Word Press new theme 
Version: 1.0
Author: sanjay
Author URI: http://e-fusionsoft.com/
*/

* { margin: 0; padding: 0; }

ul { list-style: none; }
.post ul, .post ol { margin: 0 0 15px 25px; }
.post ul { list-style: disc; }
.post ul ul, .post ul ul ul, .post ol ol, .post ol ol ol { margin-bottom: 0; }

p { margin: 25px 0; }

a {
	margin: 0;
	padding:0;
	text-decoration: none;
	color: #0f4779;
}
a:active,
a:focus{
	margin: 0;
	padding:0;
	text-decoration: none;
	color: #0f4779;
	border-bottom:#0f4779 1px dotted;
}
a:hover{
	color: #0066CC;
	border: none;
	text-decoration: none;
}

abbr {
	border: none;
	}

/* Code */
pre {
	overflow: auto;
	margin-bottom: 15px;
	padding: 7px;
	}

/* Blockquotes */
blockquote {
	margin: 0 1.7em 15px 1.7em;
	padding-left: 10px;
	color: #444;
	border-left: 2px solid #eee;
	}
blockquote blockquote { color: #666; }

/* Alignment */
.left, .alignleft { float: left;  }
.right, .alignright { float: right; margin-left: 10px; }
.clear { clear: both; }
.center, .aligncenter { margin: 0 auto 15px auto; text-align: center; display: block; }

/* Tables */
table { width: 95%; margin: 0 auto 15px auto; border: 1px solid #eee; }
table tr { font-weight: bold; background: #ccc; }
table tr td { text-align: center; background: #fff; border: 1px solid #ccc; }
table tr td.pad { border: none; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; color: #3f3f3f; }
h2, h3, h4, h5, h6 { margin-bottom: 15px; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: normal;
	text-decoration: none;
	color: #3f3f3f;
	}

body {
	background: url(bg.gif);
	font: 80% "Lucida Sans Unicode", Tahoma, sans-serif, "Trebuchet MS", Arial;
        color: #3f3f3f;	
        }
#body-container {
	overflow: hidden;
	width:960px;
	margin: 0 auto;
	}

/************************************************
	Navigation
************************************************/
#navigation { overflow: hidden; width: 100%; float: left; display: block; }
#nav { float: left; width: 635px; margin: 0 10px 0 0; }
#nav li { float: left; display: inline; }
#nav li a {
	font-size: 1em;
	font-weight: bold;
	float: left;
	color: #0f4779;
	
	text-align: center;
	padding: 8px 25px;
	text-decoration: none;
	}
#nav li a:hover, #nav li a:active { text-decoration: underline; }
#navigation ul li.current_page_item a { background: #0f4779; }

/************************************************
	Search form (navigation)
************************************************/
#search form { float: right; }
#search input#s {
	width: 235px;
	padding: 5px;
	margin: 2px 0;
	color: #333;
	background: #f7f7f7;
	border: 1px solid #333;
	}
#search input#search-submit {
	display: none;
	}

/************************************************
	Header
************************************************/
#header {
background:url(images/header.jpg) center top no-repeat;
height:311px;

	}
#header h1 {
	display: inline;
	float: left;
	width: 650px;
	font-size: 2.5em;
	font-weight: bold;
	}
#header1{
	width:950px;
	margin-left:auto;
	margin-right:auto;
}
#logo{
	width:540px;
	float:left;
	background:none;
	margin-top:240px;
	height:65px;
}
#logo img,#logo a img {
	border: none;
	background: none;
	}
#logo a {
	color: #37708e;
	border:none;
	text-decoration: none;
}

#logo a:hover {
	color: #37708e;
	text-decoration: none;
}

.sociable  img,.sociable  a img {
	border: none;
	background: none;
	}
.sociable a {
	border:none;
	text-decoration: none;
}

.sociable  a:hover {
	color: #37708e;
	text-decoration: none;
}
#search{
	width:249px;
	float:right;
	margin-top:255px;
	margin-right:40px;
	height:30px;
}
#searchform{
	background: url(images/sreach.jpg) left top no-repeat;
	width:249px;
	height:30px;
}
#bottom{
	background: url(images/bottom.jpg) center top  repeat-x;
	height:276px;
}
#footer{
	width:940px;
	padding:20px 0px 0px 10px;
	height: auto;
}
#copyright{
	width:450px;
    font-weight:bold;
	float:left;
}
#menufooter {
	width:700px;
	height: 40px;
	float:right;
	text-align:right;
	margin-top:20px;
}

#menufooter ul {
	margin: 0;
	list-style: none;
	text-align:right;
	line-height: normal;
	padding: 0 auto;
	float: right;
}

#menufooter li {
	display: inline;
	padding: 0 auto;
}

#menufooter a {
	color: #22251c;
	display: block;
	border:none;
	float: left;
	background:url(images/menubg.png) bottom left repeat-x;
	text-align:right;
	height: 20px;
	font-size:14px;
	margin:0px 8px 0px 10px;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: bold;
}

#menufooter a:hover {
	color: #22251c;
	background: url(images/menubghover.png) bottom left repeat-x;
	text-decoration:none;
}
#menu {
	width: 960px;
	height: auto;
	margin-bottom:20px;
}

.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;	
	padding: 0 auto;
	float: left;
}

#menu li {
	display: inline;
	padding: 0 auto;
}

#menu a {
	color: #22251c;
	display: block;
	float: left;
	border:none;
	background:url(images/menubg.png) bottom left repeat-x;
	height: 25px;
	font-size:18px;
	margin:15px 8px 0px 10px;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: normal;	
}

#menu a:hover {
	color: #22251c;
	background: url(images/menubghover.png) bottom left repeat-x;
	text-decoration: none;
}
/************************************************
	topmenubar (topheader)
************************************************/
#topmenubar { overflow: hidden; width: 100%; float: left; display: block; }
#topmenubar { float: left; width: 635px; margin: 0 10px 0 0; }
#topmenubar li { float: left; display: inline; }
#topmenubar li a {
	font-size: 1em;
	font-weight: bold;
	float: left;
	color: #0f4779;
	text-align: center;
	padding: 8px 25px;
	text-decoration: none;
	}

/************************************************
	Feed (header)
************************************************/
#feed {
	width: 200px;
	height: 40px;
	float: right;
	padding: 2px 50px 0 0;
	background: url(images/subscribe.gif) no-repeat right 0;
	}
#feed ul li { text-align: right; margin: -1px 0 4px 0; }
#feed ul li a { font-weight: bold; }
#feed ul li a:hover { text-decoration: underline; }

/************************************************
	Containers
************************************************/
#container {
	overflow: hidden;
	float: left;
	width:942px;
	border:#6f5e33 solid 9px;
	background:url(images/contentbg.jpg) left top repeat-y;
	}
#container1{
	background:url(images/leftbg.png) left top repeat-y;
	margin:5px;
	width:932px;
	float:right;
	}
#content, #home { width: 611px; float:right; }
#content { padding: 0 0 10px 0; }
#content.left, #home.left, #sidebar.left { float: left; margin: 0; }
#content.right, #home.right, #sidebar.right { float: right; margin: 0; }
#home.right, #content.right { margin-right: 5px; }

/************************************************
	Images
************************************************/
.post img { 	max-width: 98%; }
img, a img {
	padding: 3px;
	border: 1px solid #384355;
	background: #eee;
	}

.thumbnail { width: 125px; height: 125px; }
.thumbnail, .medium { float: left; margin-right: 10px; }

#feature img { width: 300px; }
html>body #feature img { width: auto; max-width: 300px; }

.author-box .avatar { float: left; width: 75px; height: 75px; margin-right: 10px; }
.navigation-attachment img { max-width: 150px; max-height: 150px; }

/* Captions */
.wp-caption {
	padding: 3px 0 0 0;
	background: #f7f7f7;
	border: 1px solid #eee;
	text-align: center;
	}
.wp-caption p.wp-caption-text {
	margin: 0; padding: 0 5px;
	text-align: right;
	font-size: .8em;
	color: #666;
	}
.wp-caption img {
	margin: 0; padding: 0;
	}

/************************************************
	Posts/pages/archives
************************************************/
#content .post, .paged .post {
	width: 604px;
	padding: 5px;
	overflow: hidden;
	margin: 0 0 10px 0;
	border-bottom:#323323 dotted 2px;
	}
#content .thumbnail { float: left; margin: 2px 17px 10px 0; }
#content.single .post {
	width: 564px;
	font-size: 1.1em;
	padding: 10px 25px;
	}
.post .post-title { margin: 0 0 5px 0; font-size:20px; line-height:22px;font-weight:bolder;}
.post a { color: #0F4779; text-decoration: none; }
.post a:hover { color: #0066CC; text-decoration: none; }
.post .post-title a { color: #0F4779; font-weight:normal;}
.post .byline { margin: 5px 0 7px 0; }
.post-meta-data { margin-right: 6px; text-align: right; }
#content .post-meta-data {
	text-align: left;
	}

/* Related posts */
#related {
	overflow: hidden;
	width: 594px;
	margin: 0 0 10px 0;
	padding: 10px;
	}
#related ul { list-style: disc; margin-left: 25px; }

/* Navigation links */
.navigation-links {
	width: 594px;
	padding: 10px;
	overflow: hidden;
	margin: 0 0 10px 0;
	}
.previous { float: left; max-width: 47%; }
.next { float: right; max-width: 47%; text-align: right; }
.single .next { text-align: left; }

/************************************************
	Feature
************************************************/
#feature .post {
	overflow: hidden;
	width: 594px;
	margin: 0 0 10px 0;
	border-bottom:#323323 dotted 2px;
	padding: 10px;
	}
#feature .post-title { margin: 0 0 5px 0; font-size: 25px; line-height:30px;}
#feature img { float: left; margin: 3px 15px 10px 0; }
#feature p { margin: 0 0 10px 0; }

/************************************************
	Home Inserts
************************************************/
#home-insert-1, #home-insert-2, #home-insert-3 {
	overflow: hidden;
	width: 594px;
	margin: 0 0 10px 0;
	padding: 10px;
	}

/************************************************
	Excerpts
************************************************/
#excerpts .post {
	width: 594px;
	margin: 0 0 10px 0;
	padding: 10px;
	}
#excerpts .post-title { width: 100%; margin: 0 0 5px 0; }
#excerpts img { float: left; margin: 2px 17px 10px 0; }

/************************************************
	Full posts (home)
************************************************/
#full-posts .post {
	width: 594px;
	margin: 0 0 10px 0;
	padding: 10px;
	}
#full-posts .post-title { width: 100%; margin: 0 0 5px 0; }
#full-posts .byline { margin: 0 0 15px 0; clear: left; }
#full-posts .post-meta-data { text-align: left; }

/************************************************
	Widget blocks (also see sidebar menu)
************************************************/
#widget-blocks { margin-bottom: 10px; width: 616px; }
#widget-blocks .block-left { float: left; padding-right:7px; width: 300px; border-right:#323323 dotted 2px; }
#widget-blocks .block-right { float: right; width: 290px;margin-right:10px;}

/************************************************
	Sidebar
************************************************/
#sidebar {
	overflow: hidden;
	float:left;
	width: 300px;
	}
.menu {
	overflow: hidden;
	float: left;
	width: 278px;
	border-bottom:#323323 dotted 2px;
	margin: 10px;
	padding-bottom:10px;
	}
.menu .section-header { font-size: 1.1em; font-weight: bold; margin-bottom: 8px; }
.menu .section-header a { font-weight: bold; }
.menu li, .tabbed .tab-content li { padding: 0 5px 3px 0; }
#sidebar .menu li a, #widget-blocks .menu li a, .tab-content li a { padding: -1px 0 2px 0px; }
.menu ul li a:hover, .tabs-block .tabbed div li a:hover { text-decoration: none; }
#sidebar .tab-content p, #widget-blocks .tab-content p { margin: 0px; }

/* Sidebar search tab */
#sidebar .search input { width: 94%; background: #f9f9f9; color: #333; margin: 4px 0; padding: 0px; }
#sidebar .search input.search-submit { display: none; }

/* Gallery stream / flickr */
#sidebar .flickr img, #sidebar .gallery-stream img { width: 75px; height: 75px; margin: 0 5px 5px 4px; }

/* Video widget */
.video { padding: 10px 10px 0 10px; width: 278px; }
.video div { padding: 0; margin: 0; }
.video object { float: left; width: 100%; margin: 0; padding: 0; }
.video .post-title { font-size: 1em; margin: 5px 0; }

/* Ads widget */
.ads img {
	width: 125px; height: 125px;
	float: left;
	margin: 2px 4px 7px 10px;
	padding: 0; border: none;
}

/* Recent widget */
.recent {
	width: 288px;
	padding: 10px 5px;
	margin: 0 0 10px 0;
	float: left;
	}
.recent .post {
	width: 99%;
	float: left;
	margin: 5px;
	padding: 0;
	line-height: 1.5em;
	}
.recent h2 { margin-left: 5px; }
.recent .post h3 { margin: 0; padding: 0; }
.recent .post h3 a { display: inline; font-size: 14px; line-height:14px; font-weight: bold; }
.recent img { display: block; clear: left; float: left; margin: 2px 10px 0 0; }

/************************************************
	Tabs
************************************************/
#sidebar .tabs-block, #widget-blocks .tabs-block { width: 300px; }
.tabs-block {
	float: left;
	margin-bottom: 10px;
	}
.tabbed {
	width: 100%;
	border: none;
	padding: 0;
	}
/* Actual tabs */
.tabbed ul.tabs {
	position: relative;
	top: 0;
	left: 0;
	z-index: 5;
	list-style-type: none;
	}
.tabbed ul.tabs li { display: inline; float: left; }
.tabbed ul.tabs li a {
	display: block;
	float: left;
	margin: 0 3px 0 0;
	padding: 5px .4em;
	font-weight: bold;
	}
.tabbed ul.tabs li a:hover {  text-decoration: none; }
.tabbed ul.tabs li a.tab-current { }

/* Tab content */
.tab-content {
	float: left;
	overflow: hidden;
	clear: left;
	z-index: 0;
	margin-top: -1px;

	}
#sidebar .tab-content, #widget-blocks .tab-content { width: 99%; padding: 5px 0; }
div.t2, div.t3, div.t4, div.c2, div.c3, div.c4, div.c5, div.c6, div.c7, div.c8 { display: none; }

/* All post tabs */
#post-tabs, #post-list-tabs, #post-block-tabs { overflow: hidden; width: 616px; margin-bottom: 10px; background: transparent; }
#post-tabs .tab-content, #post-block-tabs .tab-content, #post-list-tabs .tab-content { width: 594px; padding: 10px; }
#post-tabs .post, #post-block-tabs .post, #post-list-tabs .post { margin: 5px 0 0 0; }
#post-tabs .post-title, #post-block-tabs .post-title, #post-list-tabs .post-title { font-size:20px; }

/* Post block tabs */
#post-block-tabs .odd { clear: both; float: left; width: 48%; }
#post-block-tabs .even { float: right; width: 48%; clear: none; }

/* Post list tabs */
#post-list-tabs .odd { float: left; width: 50%; clear: left; }
#post-list-tabs .even { float: right; width: 45%; clear: none; }
#post-list-tabs .tab-content ul { list-style: none; margin-left: 3px; }
#post-list-tabs .tab-content li { margin: 3px 0; }

/************************************************
	Comments template
************************************************/
#comments-template {
	overflow: hidden;
	float: left;
	clear: left;
	width: 564px;
	padding: 10px 25px;
	margin: 0 0 10px 0;
	}
#comments-template h3 { margin: 10px 0 0 0; }
#comments-template ol {
	margin: 0;
	list-style: none;
	}
#comments-template li {
	overflow: hidden;
	margin: 10px 0;
	padding: 5px 10px;

	}
#comments-template li li li, #comments-template li li li li li {
	background: #fff;

	}
#comments-template li li, #comments-template li li li li {

	}
#comments-template img { border: none; padding: 0; }
#comments-template .avatar {
	float: left;
	width: 35px; height: 35px;
	margin: 5px 10px 0 0;
	padding: 1px;

	}
#comments-template .comment-meta-data { margin: 5px 0 15px 0; }
li .comment-text, li li .comment-text, li li li li .comment-text {
	overflow: hidden;
	clear: left;
	margin: 10px 0;
	padding: 8px 10px;

	}
li li li .comment-text, li li li li li .comment-text {

	}
#respond {
	clear: both;
	}
#comments-template .text-input {
	display: block;
	}
#comments-template input {
	width: 50%;
	padding: 5px;
	margin:  10px 5px 0 0;

	}
#comments-template textarea {
	width: 96%;
	padding: 5px;

	}
#comments-template input.submit-comment, #comments-template input.reset-comment, .button {
	width: 75px;
	padding: 3px;
	background-color:#f8b71e;
	border:#d89906 solid 1px;
	margin-right: 10px;
	color: #3f3f3f;
	font-weight:bold;

	}

/************************************************
	Footer
************************************************/
#copyright a {
	background:url(images/menubg.png) bottom left repeat-x;
	text-decoration: none;
	color:#3f3f3f;
	height:25px;
	padding-bottom:3px;
	border:none;
	font-weight: bold;
}

#copyright a:hover {
	background: url(images/menubghover.png) bottom left repeat-x;
	text-decoration:none;
}
#wp-calendar {
	border: 1px solid #b0ada5;
	empty-cells: show;
	background-color:#e1ddd2;
	font-size: 14px;
	margin: 0;
	width: 98%;
}

#wp-calendar #next a {
	padding-right: 10px;
	color:#9b111e;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	color:#9b111e;
}

#wp-calendar a {
	display: block;
	background: none ;
	text-decoration: none;
	border:none;
}

#wp-calendar a:hover {
	background: none ;
	color: #3f3f3f;
}

#wp-calendar caption {
	color: #526fae;
	font-size: 16px;
	text-align:center;
}

#wp-calendar td {
	color: #3f3f3f;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: none;
}

#wp-calendar td:hover, #wp-calendar #today {
	background:none;
	color: #1b1a16;
}