/*
Theme Name: Sikh Temple
Theme URI: http://wordpress.org/
Description: This is a layout for Sikh Temple.
Author: David C. Hsiung
Author URI: http://twricebugs.com/
Version: 1.0
*/

/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* CSS Document */
body{
	background-color:#d0bf63;
	background-image:url(images/bg_pattern.jpg);
	background-repeat:repeat-x;
	}

h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:26px;
	font-weight:100;
	text-align:center;
	color:#fff;
	}

h2{	
	margin-bottom: 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
	line-height:30px;
	color:#20495c;
	}

h3{	
	margin-bottom: 15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	line-height:26px;
	color:white;
	}
h4{	
	margin-bottom: 15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	line-height:18px;
	color:#20495c;
	}
	
h5{	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
	line-height:30px;
	color:#20495c;
	}

p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#20495c;
	}
	
a:link, a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#004947;
	text-decoration:none;
	}

a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#004947;
	text-decoration:underline;
	}
	
strong{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	color:#000;
	}

hr{
	margin-bottom:15px;
	border:0;
	color:#fff;
	background-color:#fff;
	height:1px;
	}
/* --------------------------------- CONTAINER --------------------------------- */
div#container{
	position:relative;
	margin:20px auto;
	width:950px;
	}
div#container .iconTemple {
	position:absolute;
	top:11px;
	left:745px;
	}
/* --------------------------------- HEADER ------------------------------------ */
div#header {
	overflow:hidden;
	position:relative;
	margin-bottom:15px;
	width:950px;
	}
/* --------------------------------- NAVIGATION------------------------------------ */
div#navBar {
	overflow:hidden;
	position:relative;
	background-image:url(images/bg_navigation.gif);
	background-repeat:no-repeat;
	margin-bottom:10px;
	width:950px;
	height:46px;
	}
div#navBar ul {
	padding: 6px 6px 5px 6px; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
	margin: 0;
	text-align: center;
	}
div#navBar ul li{
	display:inline;
	}
div#navBar ul li a{
	display:block;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:normal;
	color: #fff;
	padding: 2px 3px 2px 3px; /*top padding is 6px, bottom padding is 4px*/
	margin-right: 15px; /*spacing between each menu link*/
	text-decoration: none;
	}
div#navBar ul li a:hover, div#navBar ul li a.selected{
	color: #adfaea;
	padding: 2px 3px 2px 3px; /*top padding is 6px, bottom padding is 4px*/
	margin-right: 15px; /*spacing between each menu link*/
	text-decoration: none;
	border-bottom: 3px solid #adfaea; /*bottom border is 3px*/
}
/* --------------------------------- HOME MAIN CONTENT SECTION ----------------- */
div#mainHome{
	position:relative;
	overflow:hidden;
	margin-bottom: 15px;
	width:950px;
	}
/* HOME MAIN CONTENT SECTION = WELCOME SECTION */
div#mainHome .left{
	float:left;
	padding-right:37px;
	width:300px;
	}
div#mainHome .left h2{
	margin:0 0 0px 0;
	font-weight:bold;
	}
div#mainHome .left p{
	margin:0 0 10px 0;
	color:#333;
	}
/* HOME MAIN CONTENT SECTION = HIGHLIGHT BOX */
div#mainHome .highlight{
	background-color:#3c89ad;
	background-image:url(images/bg_highlight.png);
	background-repeat:no-repeat;
	position:relative;
	float:left;
	top:0;
	left:0;
	margin-right:25px;
	padding: 10px 10px 0px 107px;
	width:175px;
	height:128px;
	}
div#mainHome .highlight h3{
	margin:0 0 10px 0;
	font-size:16px;
	font-weight:bold;
	}
div#mainHome .highlight p{
	margin:0 0 0px 0;
	color:#fff;
	}
div#mainHome .highlightImg{
	position:absolute;
	top:2px;
	left:-20px;
	width:122px;
	}
/* --------------------------------- INSIDE CONTENT SECTION ----------------- */
div#mainInside{
	position:relative;
	overflow:hidden;
	margin-bottom: 15px;
	width:950px;
	}
div#mainInside h1{
	margin-bottom: 15px;
	font-size:20px;
	font-weight:bold;
	color:#20495c;
	text-align:left;
	}
div#mainInside h2{
	margin-top:15px;
	}
div#mainInside p{
	margin-bottom:15px;
	color:#000;
	width:650px;
	}
div#mainInside hr{
	border:0;
	color:#bcac5a;
	background-color:#bcac5a;
	height:1px;
	}
div#mainInside ul{
	margin:0 0 15px 0;
	padding:0;
	color:#000;
	width:600px;
	}
div#mainInside ul li{
	list-style:disc;
	margin-bottom:10px;
	margin-left:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	}
div#mainInside ol{
	margin:0 0 25px 0px;
	padding:0;
	color:#000;
	width:600px;
	}
div#mainInside ol li{
	list-style:decimal;
	margin-bottom:10px;
	margin-left:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	}
div#mainInside ul li strong{
	color:#000;
	}
div#mainInside table{
	width: 950px;
	border: none;
	}
div#mainInside table tr td strong{
	font-weight:bold;
	color:#000;
	line-height:28px;
	}
div#mainInside table tr td{
	padding-bottom: 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	width:150px;
	}
/* --------------------------------- INSIDE PROGRAM CONTENT SECTION ----------------- */
div#insideProgram{
	position:relative;
	overflow:hidden;
	margin-bottom:15px;
	width:950px;
	}
div#insideProgram h1{
	margin-bottom: 15px;
	font-size:20px;
	font-weight:bold;
	color:#20495c;
	text-align:left;
	}
div#insideProgram h2{
	margin-top:15px;
	}
div#insideProgram p{
	margin-bottom:15px;
	color:#000;
	width:650px;
	}
div#insideProgram hr{
	border:0;
	color:#bcac5a;
	background-color:#bcac5a;
	height:1px;
	}
div#insideProgram ul{
	margin:0 0 15px 0;
	padding:0;
	color:#000;
	width:600px;
	}
div#insideProgram ul li{
	list-style:disc;
	margin-bottom:10px;
	margin-left:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	}
div#insideProgram ol{
	margin:0 0 25px 0px;
	padding:0;
	color:#000;
	width:600px;
	}
div#insideProgram ol li{
	list-style:decimal;
	margin-bottom:10px;
	margin-left:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	}
div#insideProgram ul li strong{
	color:#000;
	}
div#insideProgram table{
	border: none;
	}
div#insideProgram table tr td strong{
	font-weight:bold;
	color:#000;
	line-height:28px;
	}
div#insideProgram table tr td{
	padding-right: 15px;
	padding-bottom: 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	width:135px;
	}
div#insideProgram table tr td .timeDescription{
	margin-bottom:10px;
	padding-bottom:10px;
	}
/* --------------------------------- BANNER --------------------------------- */
div#banner{
	margin:10px 0 15px 0;
	}
/* --------------------------------- FOOTER --------------------------------- */
div#footer {
	overflow:hidden;
	margin-bottom: 15px;
	padding-top:15px;
	border-top: 10px solid #20495c;
	text-align:center;
	width:950px;
	}
/* FOOTER = ICON LEFT AND RIGHT */
div#footer .imgLeft{
	float:left;
	}
div#footer .imgRight{
	float:right;
	}
/* FOOTER = CONTACT CONTENT */
div#footer .contactInfo{	
	float:left;
	width:806px;
	}
div#footer .contactInfo p{	
	margin:0 0 10px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#20495c;
	}

div#footer .contactInfo a:link, #footer .contactInfo a:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	color:20495c;
	}
	
div#footer .contactInfo a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:underline;
	color:20495c;
	}
