/************************
	      sIFRz
************************/

@media screen {

	.sIFR-active h1,
    .sIFR-active h2,
    .sIFR-active h3,
    .sIFR-active h4,
    .sIFR-active h5,
	.sIFR-active h6
	{
      visibility: hidden;
      font-family: Verdana;
      line-height: 1em;
    }

    .sIFR-active h1 {
    }

    .sIFR-active h2 {
      font-size: 28px;
      display: block;
    }

    .sIFR-active h3 {
      font-size: 28px;
	  font-weight: bold;
    }

    .sIFR-active h4 {
      font-size: 20px;
    }

	.sIFR-active h5 {
      font-size: 20px;
      font-weight: normal;
    }

	.sIFR-active h6 {
      font-size: 16px;
      font-weight: bold;
    }
}
/************************
		 h1's
************************/

	h1 {
		font-size: 30px;
		color: #31757b;
		}
	h2 {
		font-size: 28px;
		color: #31757b;
		}
	h3 {
		font-size: 28px;
		color: #31757b;
		margin:-120px 0px -120px 0px;
		padding:-120px 0px -120px 0px;
		}
	h4 {
		font-size: 20px;
		color: #31757b;
		}
	h5 {
		font-size: 20px;
		color: #31757b;
		}
	h6 {
		font-size: 16px;
		color: #31757b;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		}	
	
/************************
	  usual suspects
************************/

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td 
	{
	margin:0px; padding:0px 0px 0px 0px;
	}
body {
	background: #361504 url(http://jaiuttal.com/_content/_images/_site_bg.jpg) center top repeat-x;
	margin:0px 15px 0px 0px ;
	padding:0px 0px 0px 0px;
	}
img	{
	margin: 0px;
	padding: 0px;
	border: 0px;
	line-height:0px;
	font-size:0px;
	}
object { 
	outline:none;
	margin: 0px;
	padding: 0px;
	border: 0px;
	line-height:0px;
	font-size:0px;
	}
.flashmovie {
	margin: 0px;
	padding: 0px;
	border: 0px;
	line-height:0px;
	font-size:0px;
	}
table	{
	margin: 0px;
	padding: 0px;
	border: 0px;
	}
td	{
	vertical-align:top;
	}
div.hr {
	width:505px;
	height: 6px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align: center;
	position: absolute;
	border: none;
	background: transparent url(http://jaiuttal.com/_content/_images/_hr.png) no-repeat scroll center;
	}


address,caption,cite,code,dfn,em,strong,th,var
	{
	font-style:normal;
	font-weight:normal;
	}

			strong {
				font-weight:bold;
				}
			em {
				font-style:italic;
				}

ol,ul {
	list-style:none;
	font: 12px/17px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #662d14;
	}
li a {
	list-style:bullet;
	font: 12px/17px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #9a500d;
	text-decoration: none;
	}
li a:hover {
	list-style:bullet;
	font: 12px/17px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #cc0000;
	text-decoration: underline;
	}



caption,th {
	text-align:left;
	}

p {
	line-height:130%;
    font: 12px/17px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #662d14;
	background: none repeat;
	text-align: justify;
	}
p.small {
	line-height:130%;
    font: bold 11px "arial", "helvetica", sans-serif;
	color: #6c4444;
	text-align: left;
	background: none repeat;
	padding:0px 0px 0px 7px;
	margin:0px 0px 0px 0px;
	}
p.smaller {
	line-height:130%;
    font: 10px "arial", "helvetica", sans-serif;
	color: #6c4444;
	text-align: left;
	background: none repeat;
	padding:0px 0px 0px 7px;
	margin:0px 0px 0px 0px;
	}
p.med {
	line-height:130%;
    font: 15px "arial black", "helvetica", sans-serif;
	color: #31757b;
	text-align: left;
	background: none repeat;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	}
p.big {
	line-height:130%;
    font: 20px "arial black", "helvetica", sans-serif;
	color: #31757b;
	text-align: left;
	background: none repeat;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	}
p.hirespress {
	line-height:130%;
    font: 15px bold "arial black", "helvetica", sans-serif;
	color: #31757b;
	text-align: left;
	background: none repeat;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	}
q:before,q:after {
	content:'';
	}

abbr,acronym {
	border:0px;
	}
img.centered, .aligncenter, div.aligncenter {
	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;
	}




/************************
	   page tings
************************/

#container
{
	width:890px;
	margin-left:auto;
	margin-right:auto;
}
#shell
{
	background: transparent url(http://jaiuttal.com/_content/_images/_paper_tile.png);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}
.margins
{
	line-height:0;
	margin: 0px 0px 0px 69px;	
	padding: 0px 0px 0px 0px;					
}


/*for tabled lists*/
.tabular {
	width:512px;
	border-width:1px;
	border-style:solid;
	border-color:#fef4d0;
    font: 12px/15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	color: #003300;
}
.tabular2 {
	width:512px;
	border-width:1px;
	border-style:solid;
	border-color:#fef4d0;
    font: 12px/15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000000;
}
div.clear
{
	clear:both;
	height:0px;
	width:0px;
	overflow:hidden;
}

.page_item .page_item, #sidebar ul.children
{
	margin-left:20px;
}

.tn
{
	width:147px;
	height:147px;
	margin: -8px 0px 0px 0px;
}

.piclenselink
{
	width:745px;
	text-align: left;
}


/************************
	 content posts
************************/




							#text_wrap
							{
								margin: 0px 0px 0px 0px;
								padding: 0px 0px 0px 0px;
							}

							#content
							{
								float:left;
								clear:left;
								display:inline;
								width:590px;
							}

							#content .post
							{
								width:512px;
								margin:0px 0px 0px 0px;
								padding:0px 0px 0px 0px;
								overflow:hidden;
							}

										#content_wide
										{
											float:left;
											clear:left;
											display:inline;
											width:820px;
										}

										#content_wide .post
										{
											width:745px;
											margin:0px 0px 0px 0px;
											padding:0px 0px 0px 0px;
											overflow:hidden;
										}

							#content .post .cd
							{
								float:left;
								width:147px;
								margin: 0px 0px 0px 0px;
								padding: 0px 0px 0px 0px;
								text-align: center;
								vertical-align:top;
								line-height:130%;
								font: bold 12px "arial", "helvetica", sans-serif;
								color: #78695c;
							}
							#content .post .cd a
							{
								text-decoration: none;
							}



							#content .post img
							{
								float:left;
								border: 0px;
								line-height:0px;
								font-size:0px;
								margin:0 15px 10px 0;
							}

							#content .post h2 , #sidebar h2, h2.pagetitle, h2.center
							{
								display:block;
								color: #662d14;
								background: none repeat;
								font: "verdana", "arial", "helvetica",  sans-serif;
							}

									#content .navigation_wrap
									{
										margin:-15px 0px 0px 0px;
										position:absolute;
									}
									#content .navigation
									{
										margin:0px 0px 0px 0px;
										position:relative;
										z-index:99999;
									}							
									#content .post h2 a,  .navigation a
									{
										font-weight: bold;
										color:#662d14;
										text-decoration: none;
									}
							#content .post h3 a
							{
								color:#662d14;
								text-decoration: none;
							}
							#content .post p, .commentlist p
							{
								line-height:130%
							}

							#content a:hover
							{
								color:#a83700;
								text-decoration: none;
							}
							#content a
							{
								color:#a83700;
								text-decoration: underline;
							}
							#content .post p
							{
								margin-bottom:15px;
							}

							#content .post blockquote
							{
								padding:10px;
								background-color:#f4e7b9;
								color:black;
								border:2px solid #8d8c9e;
								font-style:italic;
								margin:10px;
							}

							#content .post blockquote blockquote
							{
								background-color:white;
								color:black;
							}

							#content .post small
							{
								font: "arial", "helvetica",  sans-serif;
								font-style:italic;
								display:block;
								margin:3px 0px 0px 0px;
								color:#322305;
							}

							div.hr hr {
							display: none;
							}

							div.hr_bg {
								width:505px;
								height: 30px;
								margin:0px 0px 0px 0px;
								padding:0px 0px 0px 0px;
								text-align: center;
								border: none;
								background: transparent url(http://jaiuttal.com/_content/_images/_hr.png) no-repeat scroll center;
								}
							#content .post p.postmetadata
							{
								font: bold 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
								color:#fdf2de;
								text-align:left;
							}

							#content .post p.postmetadata a
							{
								color:#f3e1c2;
							}

							.post ol, .commentlist ol
							{
								list-style:decimal;
								padding:3px 0px 3px 0px;
								list-style-position:inside;
							}

							.post ul, .commentlist ul
							{
								list-style-type:square;
								color:#790000;
								padding:3px 0px 0px 40px;
								margin:0px 0px 0px 0px;
							}

							.post li, .commentlist li
							{
								padding-bottom:3px;
							}

							.post strong, .post b
							{
								font-weight:bold;
							}

							.post em, .post i
							{
								
							}




/************************
	    comments
************************/

#comments, #respond {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}
.commentlist {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 130%;
}
.commentlist li{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.commentlist .alt {
	width: 512px;
	border: none;
	background: transparent url(http://jaiuttal.com/_content/_images/comment_bg.jpg) top center;
	line-height:130%;
    font: 12px/17px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.commentlist .diff {
	width: 512px;
	border: none;
	background: transparent url(http://jaiuttal.com/_content/_images/comment_bg2.jpg) top center;
	line-height:130%;
    font: 12px/17px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	line-height:130%;
    font: 12px/17px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #322305;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.commentlist small {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font: 9px/9px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #322305;
	text-align:right;
}


			#commentform {
				margin-top: 10px;
				font: 110% Arial, Helvetica, sans-serif;
			}
			#commentform p {
				padding: 6px 0px 0px 0px;
				margin: 0px 0px 0px 0px;
			}
			#commentform label{
				padding: 6px 0px 0px 0px;
				margin: 0px 0px 0px 0px;
				color: #322305;
				font: 80% Arial, Helvetica, sans-serif;
			}
			#commentform
			{
				margin-bottom:25px;
			}
			#commentform a
			{
				font-weight: bold;
				color:#a83700;
				text-decoration: none;
			}
			#commentform input, #commentform textarea
			{
				margin-top:5px;
			}

			.commentlist li ul li, .commentlist li ol li
			{
				border-left:0px solid white;
			}
			.commentmetadata a
			{
				color:#0CC4E8;
			}


#commentform input{
				width: 485px;
				height: 21px;
				padding:0px;
				border: none;
				background: transparent url(http://jaiuttal.com/_content/contact/field005.jpg) center no-repeat;
				margin:0px 0px 0px 0px;
				font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
				vertical-align: middle;
				color: #000000;
				text-align:left;
}
#commentform textarea{
				width: 485px;
				height: 157px;
				padding:0px;
				border: none;
				background: transparent url(http://jaiuttal.com/_content/contact/field008text.jpg) center no-repeat;
				margin:0px 0px 0px 0px;
				font: 13px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
				vertical-align: middle;
				color: #000000;
				text-align:left;
}

#commentform #submit{
				width: 150px;
				height: 21px;
				padding: 2px 2px 8px 2px;
				border: none;
				background: transparent url(http://jaiuttal.com/_content/contact/field005.jpg) center no-repeat;
				margin:5px 0px 0px 0px;
				font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
				vertical-align: middle;
				color: #000000;
				text-align:left;
}



/************************
	  dada form
************************/

			#dada
			{
				width:224px;
				padding:0px 0px 0px 0px;
				margin:0px 0px 0px 0px;
				word-wrap: break-word;
				text-align:left;
			}

			#dada_bttn
			{
				width: 20px;
				height: 22px;
				background: url(http://jaiuttal.com/_content/_images/fanbridge_bttn.png) no-repeat center top;
				border: none;
				padding:0px 0px 0px 0px;
				margin:0px 0px 0px 0px;
				text-align:right;
				vertical-align:middle;
				color: #4e3720;
			}
			.dada_field
			{
				width: 177px;
				height: 18px;
				background: #efe3c7;
				border: 1px solid #4a6e79;
				padding:0px 0px 0px 0px;
				margin:0px 0px 0px 0px;
				font: 11px "arial", "helvetica", sans-serif;
				color: #4e3720;
				text-align:left;
			}
			#dada select 
			{
				width: 177px;
				height: 18px;
				background: #efe3c7;
				border: 1px solid #4a6e79;
				padding:0px 0px 0px 0px;
				margin:0px 0px 0px 0px;
				font: 11px "arial", "helvetica", sans-serif;
				color: #4e3720;
				text-align:left;
			}


/************************
	contact_fanbridge
************************/

.contact_fanbridge_input{
				width: 195px;
				height: 21px;
				padding:0px;
				border: none;
				background: transparent url(http://jaiuttal.com/_content/contact/field005.jpg) center no-repeat;
				margin:0px 0px 0px 0px;
				font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
				vertical-align: middle;
				color: #000000;
				text-align:left;
}

#contact_fanbridge_submit{
				width: 102px;
				height: 24px;
				padding: 2px 2px 8px 2px;
				border: none;
				background: transparent url(http://jaiuttal.com/_content/contact/bttn.png) center no-repeat;
				margin:0px 0px 0px 0px;
				font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
				vertical-align: middle;
				color: #000000;
				text-align:right;
}
.contact_fanbridge_select 
			{
				width: 195px;
				height: 21px;
				border: 0px;
				background: transparent url(http://jaiuttal.com/_content/contact/field005.jpg) center no-repeat;
				padding:0px 0px 0px 0px;
				margin:0px 0px 0px 0px;
				font: 11px "arial", "helvetica", sans-serif;
				color: #4e3720;
				text-align:left;
			}
.contact_fanbridge_option 
			{
				width: 195px;
				height: 21px;
				border: 0px;
				background: transparent url(http://jaiuttal.com/_content/contact/field005.jpg) center no-repeat;
				padding:0px 0px 0px 0px;
				margin:0px 0px 0px 0px;
				font: 11px "arial", "helvetica", sans-serif;
				color: #4e3720;
				text-align:left;
			}

/************************
	 sidebar styles
************************/

							p.sidebar {
								line-height:130%;
								font: 11px/13px "Trebuchet MS", Arial, Helvetica, sans-serif;
								color: #662d14;
								text-align: left;
								margin:0px 0px 0px 0px;
								padding:0px 0px 0px 0px;
							}
							.sidebar a
							{
								color:#a83700;
							}

								#sidebar
							{
								background: transparent;
								width:275px;
								word-wrap: break-word;
								float:right;
								text-align: left !important;
							}
							.wrap
							{
								width:224px;
								margin:0 0 0 0;
								padding:0 0 0 0;
								line-height:0px;
								font-size:0px;
								positon: absolute;
								text-align: left !important;
							}
							.sidebar_events
							{
								background: transparent url(http://jaiuttal.com/_content/_images/_sidebar_events_tile.png) repeat-y;
								width:224px;
								margin:0 0 0 0;
								padding:0 0 0 0;
								line-height:0px;
								font-size:0px;
								text-align: left !important;
							}
							.sidebar_text
							{
								line-height:130%;
								font: bold 12px/15px "arial", "helvetica", sans-serif;
								color: #f7e6bf;
								text-align: left;
								margin:0 12px 0 18px;
							}
	

							.sidebar_text a
							{
								text-decoration:none;
								font: bold 12px/15px "Trebuchet MS", Arial, Helvetica, sans-serif;
								color:#f7e6bf;
							}
							.sidebar_text a:hover
							{
								text-decoration:underline;text-decoration:none;
								font: bold 12px/15px "Trebuchet MS", Arial, Helvetica, sans-serif;
								color:#ffffff;
							}
							.sidebar_text ul
							{
								list-style: none;
							}
							.sidebar_text li
							{
								list-style:disc outside;
							}



/************************
	     feets
************************/

#footer
{
	clear:both;
	margin-left:auto;
	margin-right:auto;
	width: 890px;
	height: 285px;
	margin:-92px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background: transparent url(http://jaiuttal.com/_content/_images/_paper_bott.png) no-repeat;
	position:absolute;
}
.notes {
	text-align: center;
	background: none;
	font: 12px/17px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #662d14;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position:relative;
	top:133px;
	left:0px;
}

#footer a
{
	color:#a83700;
	padding-bottom:1px;
}

#footer a:hover
{
	color:#a83700;
	border-bottom:2px solid #cccccc;
}

