/*
Theme Name: Paul D'Souza
Theme URI: http://pauldsouza.com
Description: WordPress theme coded by <a href="http://www.espermedia.com/">Esper Media</a>)
Version: 1.2
Author: Esper Media
Author URI: http://www.espermedia.com
Tags: clean, basic, widgets, custom header
*/

/* WP LAYOUT */

.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: url(images/bgr.gif) #403c33 repeat-x top;
	color: #666666;
	font: .75em Georgia, "Times New Roman", Times, serif
}
a{
	color: #ff3300;
	text-decoration: none
}
a:hover{
	text-decoration: underline
}
input,select,textarea{
	border: #000000 1px solid;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 3px
}
h2{
	color: #ff6600;
	font-size: 2.5em;
	font-weight: normal;
	margin: 0 0 .1em
}
h3{
	color: #000000;
	font-size: 1.6em;
	font-weight: normal;
	margin: 0 0 .1em
}
h4{
	color: #fd5e14;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0 0 .5em
}
p{
	line-height: 1.5em;
	padding: 0 0 1em
}
/*=== Layout ===*/
#page{
	margin: 0 auto;
	width: 960px
}
/*=== Header ===*/
#header{
	background: #000000;
	height: 98px
}
#header .content{
	float: right
}
/*- Logo -*/
#header h1{
	background: url(images/logo.gif) no-repeat;
	float: left;
	text-indent: -9999px;
	width: 365px
}
#header h1 a{
	display: block;
	height: 98px;
	text-decoration: none
}
/*- Slogan -*/
.slogan{
	color: #999999;
	float: left;
	font-size: 20px;
	padding: 40px 0 0 5px
}
/*=== Navigation ===*/
/*- Nav1 -*/
.nav1{
	font-size: 18px;
	height: 56px
}
.nav1 ul{
	float: left;
	padding: 0 0 0 15px
}
.nav1 li{
	float: left;
	line-height: 56px;
	list-style-type: none;
}
.nav1 li a{
	color: #93857a;
	display: block;
	float: left;
	padding: 0 35px 0 10px
}
.nav1 li a:hover{
	color: #ffffff;
	text-decoration: none
}
.nav1 li.current-cat a, li.current_page_item a{
	color: #ffffff;
	text-decoration: none
}

/*=== Title Placeholder ===*/
/*- HomePage Title  -*/
#title{
	background: url(images/title.jpg) no-repeat top;
	clear: both;
	height: 354px;
	margin: 0 0 22px;
	overflow: hidden;
	padding: 20px 20px 0
}
#title h2{
	color: #000000;
	font-size: 30px;
	line-height: 32px
}
#title .txtblock1{
	margin: 14px 0 0 260px;
	position: absolute;
	width: 405px
}
#title .txtblock2{
	color: #000000;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 60px;
	letter-spacing: -1px;
	margin: 130px 0 0 450px;
	position: absolute;
	width: 225px
}
#title .txtblock2 em{
	color: #000000
}
#title .txtblock3{
	color: #000000;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 95px;
	margin: 205px 0 0 450px;
	position: absolute;
	width: 200px
}
#title .txtblock4{
	color: #000000;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 25px;
	margin: 325px 0 0 450px;
	position: absolute;
	width: 200px
}
#title .txtblock4 a{
	color: #000000
}
/*- SubPage Title  -*/
#title2{
	background: url(images/title2.jpg) no-repeat left top;
	clear: both;
	color: #000000;
	height: 438px;
	margin: -20px -20px 22px;
	overflow: hidden;
	padding: 20px 20px 0;
	position: relative;
	width: 645px
}
#title2 h2{
	color: #000000;
	font-size: 30px;
	line-height: 32px
}
#centercol #title2 p{
	line-height: normal
}
#title2 .txtblock1{
	margin: 14px 0 0 295px;
	position: absolute;
	width: 335px
}
#title2 .txtblock2{
	color: #000000;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 60px;
	letter-spacing: -1px;
	margin: 160px 0 0 380px;
	position: absolute;
	width: 225px
}
#title2 .txtblock2 em{
	color: #000000
}
#title2 .txtblock3{
	color: #000000;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 95px;
	margin: 225px 0 0 380px;
	position: absolute;
	width: 200px
}
#title2 .txtblock4{
	color: #000000;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 25px;
	margin: 325px 0 0 380px;
	position: absolute;
	text-align: center;
	width: 200px
}
#title2 .txtblock4 a{
	color: #000000
}
/*- Orange Headline -*/
.headline{
	background: #fd5e14;
	height: 28px;
	margin: 0 0 5px;
	padding: 0 0 0 10px;
	text-transform: uppercase
}
.headline.nomargin{
	margin: 0
}
.headline h2{
	color: #ffffff;
	font: bold 12px/28px Verdana, Geneva, Arial, Helvetica, sans-serif
}
/*=== All Columns ===*/
#columns{
	background: #c0b6ad;
	height: 1%;
	padding: 20px
}
#home #columns{
	background: #93857a
}
/*=== Center Column ===*/
#centercol{
	background: #ffffff;
	float: left;
	height: 1%;
	padding: 20px;
	width: 645px
}
#centercol p{
	line-height: 1.7em
}
#home #centercol{
	background: none;
	padding: 0;
	width: 685px
}
#home #centercol p{
	line-height: normal
}
/*=== Right Column ===*/
#rightcol{
	float: right;
	width: 215px
}
/*=== Sub Columns ===*/
.col1{
	float: left;
	width: 440px
}
.col2{
	float: right;
	width: 206px
}
/*=== Styling Boxes ===*/
/*- Box1 -*/
.box{
	float: right;
	width: 195px
}
.box .top,.box .bot{
	background: url(images/box-top.gif) no-repeat top;
	clear: both;
	height: 15px;
	overflow: hidden
}
.box .bot{
	background: url(images/box-bot.gif) no-repeat top
}
.box .content{
	background: #f0e5d1;
	height: 305px;
	overflow: hidden;
	padding: 0 10px 0 18px
}
/*- Box2 -*/
.box2{
	color: #000000;
	width: 685px
}
.box2 .top,.box2 .bot{
	background: url(images/box2-top.gif) no-repeat top;
	clear: both;
	height: 11px;
	overflow: hidden
}
.box2 .bot{
	background: url(images/box2-bot.gif) no-repeat top
}
.box2 .content{
	background: #cccccc;
	height: 1%;
	padding: 0 10px
}
#home #centercol .box2 p{
	line-height: 1.15em;
	padding: 0 0 .2em
}
/*- Box3 -*/
.box3{
	width: 215px
}
.box3 .top,.box3 .bot{
	background: url(images/box3-top.gif) no-repeat top;
	clear: both;
	height: 11px;
	overflow: hidden
}
.box3 .bot{
	background: url(images/box3-bot.gif) no-repeat top
}
.box3 .content{
	background: #cccccc;
	height: 1%;
	padding: 0 10px
}
/*=== Post Date ===*/
.post-date{
	color: #666666;
	font-size: .9em;
	margin: 0 0 1.5em
}
#home .post-date{
	font: .8em Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 .5em
}
/*=== Styling Lists ===*/
/*- List1 -*/
.list1{
	height: 1%;
	padding: 0;
}
.list1 ul{
	margin: .5em 0;
	padding: 0;
}
.list1 li{
	margin: 0 0 .7em;
	list-style-type: none;
	padding: 0;
}
.list1 li a{
	color: #000000
}
/*- Other Features -*/
.ofeatures{
	color: #000000;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif
}
.ofeatures.addpad{
	padding: 15px 10px;
}
.ofeatures h4{
	font-size: 14px
}
.ofeatures li{
	list-style-type: none;
}
/*=== Styling Forms ===*/
input.btn{
	background: none;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
select{
	padding: 1px
}
/*- Newsletter -*/
.newsletter{
	float: right;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 16px 0 0;
	width: 235px
}
.newsletter label{
	display: block;
	margin: 0 0 4px
}
.newsletter input{
	margin: 0 0 10px;
	padding: 3px 13px;
	width: 183px
}
.newsletter .btn{
	padding: 0;
	width: auto
}
/*- Search -*/
.search{
	float: right;
	height: 17px;
	padding: 18px 22px 0 0;
	width: 220px
}
.search input{
	float: right;
	margin: 0 0 0 -25px;
	padding: 3px 13px 3px 25px;
	width: 173px
}
.search input.btn{
	float: left;
	margin: 2px 0 0 10px;
	padding: 0;
	width: auto
}
/*- Form1 Setup -*/
.form1 div{
	margin: 0 0 7px;
	padding: 0 10px 0 0
}
.form1 label{
	color: #525450;
	display: block;
	font-size: 11px;
	margin: 0 0 7px
}
.form1 input{
	border: 1px solid #9f9e9a;
	width: 165px
}
/* Form1 Buttons */
.form1 .submit{
	margin: 0 0 10px
}
.form1 input.btn{
	border: 0;
	width: auto
}
/* Form1 Checkboxes, Radio inputs */
.form1 .chk input{
	background: none;
	border: 0;
	float: left;
	height: 15px;
	margin: 0 5px 0 0;
	padding: 0;
	width: 15px
}
.form1 .chk label{
	float: none
}
/* Form1 Textarea */
.form1 textarea{
	border: 1px solid #9f9e9a;
	height: 110px;
	overflow: auto;
	width: 360px
}
/* Form1 Select */
.form1 select{
	width: 171px
}
/* Forms - General */
input{
	border: 1px solid #9f9e9a;
}
textarea{
	border: 1px solid #9f9e9a;
	height: 110px;
	overflow: auto;
	width: 360px
}
/*=== Link Buttons ===*/
.btn-more{
	font: .9em Verdana, Geneva, Arial, Helvetica, sans-serif
}
.btn-share{
	float: right;
	padding: 19px 11px 0 0
}
.btn-rss a{
	background: url(images/ico-rss.gif) no-repeat left;
	color: #000000;
	font-size: 12px;
	padding: 2px 0 2px 30px
}
/*=== Pics, Thumbs, Ads etc. ===*/
.pic img{
	display: block;
	margin: 0 0 1em
}
.pic.fl img{
	margin-right: 15px
}
.pic.fr img{
	margin-left: 15px
}
#videoapp{
	height: 125px;
	margin: 0px auto;
	text-align: center;
	width: 195px;
	background: transparent url(images/vidBkg.png) bottom center no-repeat;
}
#videoapp ul, #videoapp li{
	list-style-type: none;
}
/*=== Footer ===*/
#footer{
	color: #999999;
	padding: 25px 0;
	text-align: center;
	clear: both;
}
#footer a{
	color: #999999
}
/*=== Misc. ===*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0px; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.hl{
	background: url(images/hl-sep.gif) repeat-x top;
	clear: both;
	height: 18px;
	margin: 0 0 10px;
	overflow: hidden
}
#home .hl{
	margin-left: -20px;
	margin-right: -20px;
	position: relative;
	width: 960px
}
.fl{
	float: left
}
.fr{
	float: right
}
.ac{
	text-align: center
}
.ar{
	text-align: right
}
#comments ul { margin: 0px; padding: 0px; }
#comments li { list-style-type: none; padding: 6px; margin: 6px 0px; }
li.odd { border: 1px solid #ccc; background-color: #fff; }
li.author { border: 1px solid #b5d0c9; background-color: #403c33; margin: 0px; color: #fff; }

hr { height: 2px; border-bottom: 1px solid #fff; border-top: 1px solid #ccc; margin: 8px 0px; }

.post ol, .post ul { margin: auto; padding: 0px 20px 10px; line-height: 1.6em; }
img.alignleft { margin: 20px 20px 20px 0px; }
img.alignright { margin: 20px 0px 20px 20px; }

.homePost{
	font-family: Georgia, serif;
	font-0size: 12px;
	line-height: 2em;
}
.videos ul {margin: 0px auto; padding: 0px; list-style-type: none;}
.videos li {margin: 0px 0px 4px; list-style-type: none;}
