/*
Theme Name: Chowdhry
Description: Paul Chowdhry's Official Website Layout
Version: 2.0
Author: Richard Wells

*/



/* Begin Typography & Colors */
body {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}


#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

a	{
	color: #463780;
	text-decoration: none;
	}

a:hover {
	color: #6952c0;
	text-decoration: underline;
	}




/* Begin Structure */
body {
	background: #000000 url('images/bgmain.jpg') no-repeat top center;
	text-align:center;
	margin:0;
	padding: 0;
	}

#topbar  {
	background-color: #000;
	position:absolute;
	top:0;
	left:0;
	font-size:12px;
	line-height:30px;
	height:32px;
	width:100%;
	color:#fff;
	}
a.topbarlink {
	color:#fff;
	text-decoration:none;
}

a.topbarlink:hover {
	color:#8e2de1;
	text-decoration:none;
}

#container{
	width:100%;
	}
	
#global {
	background: #fff url('images/contentbg.jpg') repeat-y top left;
	width:1008px;
	min-height:500px;
	padding:0;
	border:0;
	margin:332px auto 0 auto;
	text-align:left;
	}
	
#shadowbar {
	background: #fff url('images/shadowbar.jpg') no-repeat top left;
	width:1008px;
	height:18px;
	}
	
#inner {
	width:988px;
	margin:0;
	background: #fff url('images/innerbg.gif') repeat-x top left;
	border:0;
}

#outer {
	margin:0 10px;
	border:0;
	padding-bottom:10px;
}

#videospage {
	background: transparent;
	margin: 0 10px 10px 10px;
	padding-top: 12px;
	width:968px;
}

#leftcol {
	background: transparent;
	margin: 0 10px 10px 10px;
	padding-top: 12px;
	float:left;
	width:600px;
}
	
#rightcol {
	width:350px;
	background: transparent;
	margin:0 10px 10px 8px;
	padding:12px 0 0 0;
	float:left;
}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

.left {
	float:left;
}

.right {
	float:right;
}

#footer {
	padding: 10px 0;
	margin: 10px 10px 0 10px;
	width: 968px;
	text-align:center;
	background-color:#e3e3e3;
	color:#868686;
	font-size:11px;
	}

#eventsboxhome {
	width:580px;
	margin:10px 0;
	background: #fff url('images/eventboxhomebg.gif') no-repeat top left;
	padding: 64px 10px 0 10px;
	border:0;
	}


/* End Structure */

/* Twitter feed */

ul.tweets {
	list-style:none;
	background: #fff url('images/twitterboxbg.gif') no-repeat top left;
	width:350px;
	padding:75px 0 0 0;
	margin:0;
	}

ul.tweets li {
	text-decoration:none;
	background-color: transparent;
	text-align: justify;
	border-bottom: 1px dashed #a4a4a4;
	padding: 6px 0;
	display:block;
	margin:0 10px 0 13px;
	}

#videoshomebox {
	width:327px;
	padding:75px 10px 0 13px;
	margin:16px 0 0 0;
	background: #fff url('images/videoboxbg.gif') no-repeat top left;
	border:0;
}

#nextevents {
	width:327px;
	padding:75px 10px 0 13px;
	margin:16px 0 0 0;
	background: #fff url('images/nextevents.gif') no-repeat top left;
	border:0;
}

/*  Menu  */

#menubox {
	background: #fff url('images/menubg.gif') repeat-x top right;
	height:58px;
	width:988px;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	border-bottom: 8px solid #fff;
	clear:both;
}

ul#menu {
	list-style:none;
	padding:0;
	line-height:42px;
	margin:0;
	}

ul#menu li.page_item a {
	text-decoration:none;
	display: inline;
	background-color: transparent;
	font-size:19px;
	float:left;
	font-family: Helvetica, Arial, Sans-Serif;
	padding:8px 15px;
	color:#3b3b3b;
	margin:0;
	}


ul#menu li.current_page_item a {
	background: transparent url('images/arrow.gif') no-repeat bottom center;
	float:left;
	color:#fff;
	display: inline;
	}

ul#menu li a:hover {
	color: #000;
	}



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}
.socnet {
	margin: 8px 0 0 2px;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */






.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}
.comment-number{
display:none;}



#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 6px 0;
	padding: 3px 3px 3px 3px;
	list-style: none;
	border-bottom:1px solid gray;

	}

.commentlist p {
	margin: 4px 5px 5px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: none;
	}
/* End Comments */






/* 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 */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	

hr {
	display: none;
	}

a img {
	border: none;
	}


/* End Various Tags & Classes*/



#TICKER{
padding: 9px 0 0px 0;
border: 0;
margin: 0;
height: 22px;
overflow: hidden;
display: none;
width: 600px;
font-family: Gill Sans, Tahoma, helvetica, serif;
}

/* Events table */

.wplc_table {
	width:100%;
	padding:0;
	margin:0;

}

.tblhead{
	padding:5px 0;
	border-bottom: 1px dotted #accaca;
	font-weight:bold;
	
}

.wplc_event_name{
	padding:5px 0;
	border-bottom: 1px dotted #accaca;
	width:40%;
}

.wplc_event_location{
	padding:5px 0;
	border-bottom: 1px dotted #accaca;
	width:30%;
}

.wplc_event_start_time{
	padding:5px 0;
	border-bottom: 1px dotted #accaca;
	width:30%;
	}


#searchform{
	margin: 5px 18px;
	}

 #s{		width: 280px;
		height: 18px;
		padding: 5px 5px 0 0;
		border-right:0px;
		border-bottom-right-radius:0;
		border-top-right-radius:0;
		-moz-border-radius-bottomright:0;
		-webkit-border-bottom-right-radius:0;
		-moz-border-radius-topright:0;
		-webkit-border-top-right-radius:0;
	}
	#searchSubmit {
		cursor: pointer;
		width: 25px;
		height: 25px;
		padding: 0;
		border: 0;
		background: url(images/search.png) no-repeat top left;
		text-indent: -9999px;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-khtml-border-radius: 0;
	}
		#searchSubmit:hover, #searchSubmit:focus {
			background-position: center left;
		}
		#searchSubmit:active {
			background-position: bottom left;
		}




input, textarea, select {
	font: 1em 'Helvetica Neue', Helvetica, 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	color: #666;
	border: 1px solid #ccc;
	background: #fff;
	padding: 4px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

input:hover, textarea:hover {
	border-color: #999;
	outline: none;
}

input:focus, textarea:focus {
	border-color: #999;
	color: #3D3070;
	outline: none;
	-webkit-box-shadow: 0 0 10px #999;
	-moz-box-shadow: 0 0 10px #999;
}

input.submit {
	width: auto;
	font-weight: bold;
	background: #3D3070 url(images/gradient.png) repeat-x top left;
	color: #fff;
	border: 1px solid #3D3070;
	padding: 7px 10px;
	text-shadow: 0 -1px 0 #3D3070;
	cursor: pointer;
}
	input.submit:hover, input.submit:focus {
		background-color: #5744A0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
	}
	input.submit:active {
		padding: 8px 10px 6px;
	}




/* videos */

.videogub {
	width:463px;
	height:300px;
}

#screen {
	width:463px;
	height:300px;
	float:left;
	margin: 10px 0;
	padding: 36px 29px 104px 28px;
	background: #fff url(images/tvscreen.jpg) no-repeat top left;
}

#videosleftcol {
	float:left;
	margin-right:10px;
	width:214px;
}

#videosrightcol {
	float:left;
	width:214px;
	margin-left:10px;
	}

ul.videolist {
	list-style:none;
	padding:0;
	margin:0;
	}

ul.videolist li a {
	text-decoration:none;
	display: block;
	background-color: transparent;
	font-size:13px;
	font-family: Helvetica, Arial, Sans-Serif;
	padding:6px 7px;
	width:200px;
	color:#3b3b3b;
	border-bottom:1px dotted #909090;
	margin:0;
	}


ul.videolist li a:hover {
	background-color: #cbcbcb;
	}


