/*
Theme Name: Bungy Bar 
Theme URI: http://www.yolk.com.sg/
Description: Bungy Bar wordpress theme.
Version: 1.0
Author: Karlo A. Estrada
Author URL: http://www.yolk.com.sg/

BungyBary v.1.0
http://www.digitalmohawk.org
This theme was designed and built by Karlo Estrada
*/


body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: url('images/bg.jpg');
	background-repeat: repeat;
	background-attachment:fixed;
	color: #333;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0;
}

#wrap{
	width:auto;
	height:auto;
	position:inherit;
}


#header {
	background-image: url(images/topmenu_bg.gif);
	background-repeat:repeat-x;
	width:auto;
	height:200px;
	position:absolute;
	_left:0px;
}

html>body #header {
	background-image: url(images/topmenu_bg.png);
	background-repeat:repeat-x;
	width:auto;
	height:72px;
	position:relative;

}


#header #header-content{
	width:900px;
	height:72px;
	margin:0 auto;	
	position:relative;
	z-index:1;
}

#header #header-content #left{
	width:224px;
	height:109px;
	float:left;
}

#header #header-content #left #logo {
	background-image: url(images/logo_bungybar.png);
	background-repeat:no-repeat;
	width:224px;
	height:109px;
	padding-left:10px;
}

#header #header-content #right{
	width:660px;
	height:72px;
	float:right;
}

#header #header-content  #right #topmenu {
	width:auto;
	height:8px;
}

html>body #header #header-content  #right #topmenu ul{
	list-style:none;
	margin-left:350px;
	margin-top:6px;
	*margin-top:7px;
	*margin-left:380px;
}

#header #header-content  #right #topmenu ul{
	list-style:none;
	margin-left:390px;
	margin-top:7px;
}


#header #header-content  #right #topmenu ul li{
	float:left;
	font: normal normal normal 12px "helvetica";
	color: #CCCCCC;
	margin-right:5px;
	}

#header #header-content  #right #topmenu ul li a{
	float:left;
	font: normal normal normal 12px "helvetica";
	color: #CCCCCC;
	text-decoration:none;
	}

#header #header-content  #right #topmenu ul li a:hover{
	float:left;
	font: normal normal normal 12px "helvetica";
	color: #FFCC00;
	}


#header #header-content #right #headertop {
	width:auto;
	height:20px;
	}
	
html>body #header #header-content #right #headertop ul{
	list-style:none;
	margin-left:-40px;
	margin-top:25px;
	*margin-left:0px;
	*margin-top:34px;
	}
	
#header #header-content #right #headertop ul{
	list-style:none;
	margin-left:-20px;
	margin-top:19px;

}
	
#header #header-content  #right #headertop ul li{
	float:left;
	font: normal bold 12px "helvetica";
	padding-left:35px;
	color:#FF6600;
	}

#header #header-content  #right #headertop ul li a{
	color:#FF6600;
	text-decoration:none;
	cursor:pointer;
	position:relative;
	overflow:hidden;
	display:block;
	}

#header #header-content  #right #headertop ul li a:hover{
	color: #000066;
	text-decoration:none;
	}
	
#header #header-content  #right #headertop ul li li a{
	background-color:#ff6600;
	color: #333333;
	width:80px;
	}

#header #header-content  #right #headertop ul li li a:hover{
	color: #FFFFFF;
	background-color:#ff6600;
	width:80px;
	}


#content-container{
	width:888px;
	height:auto;
	margin:-45px auto 0 0px;
	*margin:0 auto;
	*margin-top:-12px;
	_padding-top:60px;
	overflow:hidden;
	display:inline-block;
}


#content-container #content-left{
	width:655px;
	height:auto;
	float:left;
	background-color:#575765;
	z-index:1;
	overflow:hidden;
}

#content-container #content-left #topcontent{
	width:655px;
	height:248px;
	float:left;
	background-image:url(images/topright_bg.jpg);
}

#content-container #content-left #topcontent #flashbanner{
	width:655px;
	height:auto;
}


#content-container #content-left #bottomcontent #left{
	width:380px;
	height:348px;
	float:left;
}


#content-container #content-left #bottomcontent #left #top {
	width:408px;
	height:auto;
	float:left;
	text-align:left;
	margin-bottom:10px;
}

#content-container #content-left #bottomcontent #left #top  h1{
	font:normal normal bold 12px/100% "Arial";
	color:#FFFFFF;
	margin:0;
	padding-left:10px;
	margin-top:10px;
	margin-bottom:5px;
}

#content-container #content-left #bottomcontent  #left #top #dividerline{
	padding-left:10px;
	
}


#content-container #content-left #bottomcontent #left #top  p{
	font:normal normal normal 11px/110% "Arial";
	color:#FFFFFF;
	margin-right:50px;
	margin-left:10px;
	text-align:left;
	margin-top:4px;
}

#content-container #content-left #bottomcontent #left #bottom{
	width:408px;
	height:auto;
	float:left;
	text-align:left;
}

#content-container #content-left #bottomcontent #left #bottom #left{
	width:200px;
	height:auto;
	float:left;
	text-align:left;
}

#content-container #content-left #bottomcontent #left #bottom #left h1{
	font:normal normal bold 12px/100% "Arial";
	color:#faad47;
	padding-left:10px;
	margin:0;
	margin-bottom:3px;
}

#content-container #content-left #bottomcontent #left #bottom #left h2{
	font:normal normal bold 11px/100% "Arial";
	color: #FFFFFF;
	margin:0;
	margin-bottom:5px;
	padding-left:10px;
}

#content-container #content-left #bottomcontent #left #bottom #left h2 a{
	color: #FFFFFF;
	margin:0;
	margin-bottom:5px;
	text-decoration:none;
}

#content-container #content-left #bottomcontent #left #bottom #left h2 a:hover{
	color: #FFCC00;
	margin:0;
	margin-bottom:5px;
}

#content-container #content-left #bottomcontent #left #bottom #left #readmore{
	margin:0;
	margin-top:5px;
	padding-right:20px;
	float:right;
}

#content-container #content-left #bottomcontent #left #bottom #left #readmore a{
	font:normal normal bold 11px/100% "Arial";
	color: #faad47;
}

#content-container #content-left #bottomcontent #left #bottom #left #readmore a:hover{
	font:normal normal bold 11px/100% "Arial";
	color: #FFFFFF;
}

#content-container #content-left #bottomcontent #left #bottom #left #dividerline{
	padding-left:10px;
	margin-bottom:6px;
}

#content-container #content-left #bottomcontent #left #bottom #left p{
	font:normal normal normal 11px/110% "Arial";
	color:#FFFFFF;
	margin:0;
	margin-right:10px;
	margin-left:10px;
	text-align:left;
}

#content-container #content-left #bottomcontent #left #bottom #right{
	width:204px;
	height:100px;
	float:right;
	text-align:left;
}

#content-container #content-left #bottomcontent #left #bottom #right p{
	font:normal normal normal 11px/110% "Arial";
	color:#FFFFFF;
	margin:0;
	margin-right:25px;
	margin-left:10px;
	text-align:left;
}



#content-container #content-left #bottomcontent #right2{
	width:250px;
	_width:250px;
	height:348px;
	float:left;
	position:relative;
	overflow:hidden;
	margin-left:10px;
	_margin-left:-15px;
}


/*RIGHT SIDE*/
#content-container #content-right{
	width:233px;
	height:auto;
	float:right;
	background-color: #33CC99;
	z-index:1;
	overflow:hidden;

}

#content-container #content-right #topcontent{
	width:233px;
	height:596px;
	float:left;
	background-image:url(images/topright_bg.jpg);
	z-index:1;
	overflow:hidden;
}

#content-container #content-right #topcontent #ad{
	width:216px;
	height:200px;
	background-image: url(images/topright_border.jpg);
	background-repeat:no-repeat;
	margin-left:5px;
	margin-top:10px;
	padding-top:5px;
}

#content-container #content-right #topcontent #upcoming{
	width:230px;
	height:359px;
	background-image: url(images/lowerright_border.png);
	margin-left:1px;
	margin-top:-10px;
}

#content-container #content-right #topcontent #upcoming #upcoming-header{
	margin-top:35px;
	margin-left:17px;
	margin-bottom:10px;
	float:left;
}

#content-container #content-right #topcontent #upcoming #box1{
	width:212px;
	height:auto;
	background-color: #FCFCFC;
	margin-left:8px;
	_margin-left:4px;
	float:left; 
	padding-bottom:5px;
	padding-top:3px;
}

#content-container #content-right #topcontent #upcoming #box1 h1{
	font:normal normal bold 12px "Arial";
	color: #333333;
	position:relative;
	text-align:left;
	margin:0;
	padding-left:8px;
}

#content-container #content-right #topcontent #upcoming #box1 h1 a{
	font:normal normal bold 12px "Arial";
	color: #333333;
	text-decoration:none;
}

#content-container #content-right #topcontent #upcoming #box1 h1 a:hover{
	font:normal normal bold 12px "Arial";
	color: #FF9900;
	text-decoration:none;
}


#content-container #content-right #topcontent #upcoming #box1 p{
	font:normal normal normal 11px "Arial";
	color: #333333;
	text-align:left;
	padding-left:8px;
	padding-right:3px;
	margin:0;
}

#content-container #content-right #topcontent #upcoming #box1 #readmore{
	font:normal normal bold 11px "Arial";
	color: #FF3300;
	padding-left:8px;
	float:left;
}

#content-container #content-right #topcontent #upcoming #box1 #readmore a{
	font:normal normal bold 11px "Arial";
	color: #FF3300;

}

#content-container #content-right #topcontent #upcoming #box1 #readmore a:hover{
	font:normal normal bold 11px "Arial";
	color: #333333;
}

#content-container #content-right #topcontent #upcoming #box2{
	width:212px;
	height:auto;
	background-color: #F4FFFF;
	border-top:1px solid #EFEFEF;
	border-bottom:1px solid #EFEFEF;
	margin-left:8px;
	_margin-left:4px;
	float:left; 
}

#content-container #content-right #topcontent #upcoming #box2 h1{
	font:normal normal bold 12px/120% "Arial";
	color: #333333;
	position:relative;
	text-align:left;
	margin:0;
	padding-left:8px;
}

#content-container #content-right #topcontent #upcoming #box2 h1 a{
	font:normal normal bold 12px "Arial";
	color: #333333;
	text-decoration:none;
}

#content-container #content-right #topcontent #upcoming #box2 h1 a:hover{
	font:normal normal bold 12px "Arial";
	color: #FF9900;
	text-decoration:none;
}

#content-container #content-right #topcontent #upcoming #box2 p{
	font:normal normal normal 11px "Arial";
	color: #333333;
	text-align:left;
	padding-left:8px;
	padding-right:3px;
	margin:0;
}

#content-container #content-right #topcontent #upcoming #box2 #readmore{
	padding-left:8px;
	float:left;
}

#content-container #content-right #topcontent #upcoming #box2 #readmore a{
	font:normal normal bold 11px "Arial";
	color: #FF3300;

}

#content-container #content-right #topcontent #upcoming #box2 #readmore a:hover{
	font:normal normal bold 11px "Arial";
	color: #333333;
}


#content-container #content-right #topcontent #upcoming #more a{
	font:normal normal bold 11px "Arial";
	color: #FF3300;
	padding-right:26px;
	float:right;
	padding-top:16px;
}

#content-container #content-right #topcontent #upcoming #more a:hover{
	color: #666666;
}



/*layout for insidepages*/
#content2-container{
	width:888px;
	height:auto;
	margin:-45px auto 0 0px;
	*margin:0 auto;
	*margin-top:-12px;
	_padding-top:60px;
	overflow:hidden;
	display:inline-block;

}

#content2-container #content-left{
	width:655px;
	height:auto;
	float:left;
	background-color:#575765;
	z-index:1;
	overflow:hidden;
}

#content2-container #content-left #topcontent{
	width:655px;
	height:242px;
	float:left;
	background-color:#dfdddb;
}


#content2-container #content-left #header-subpage{
	width:655px;
	height:46px;
	float:left;
	background-image: url(images/headersubpage_header.jpg);
}

#content2-container #content-left  #header-subpage #headertop{
	width:auto;
	height:26px;
	margin-top:10px;
	_margin-top:14px;
	margin-right:13px;
	float:right;
}



#content2-container #content-left #contentbox{
	width:649px;
	height:auto;
	min-height:530px;
	margin-top:-190px;
	margin-left:5px;
	margin-bottom:20px;
	float:left;
}

#content2-container #content-left #contentbox #contentbox-top{
	width:649px;
	height:21px;
	background-image:url(images/content_topborder.png);
	float:left;
	overflow:hidden;
}

#content2-container #content-left #contentbox #contentbox-middle{
	width:649px;
	height:auto;
	background-image:url(images/content_middleborder.png);
	padding-left:0px;
	margin-right:70px;
	margin:0;
	float:left;
}

#content2-container #content-left #contentbox #contentbox-bottom{
	width:649px;
	height:23px;
	background-image:url(images/content_bottomborder.png);
	float:left;
}

#content2-container #content-left #contentbox #contentbox-middle h1 {
	font:normal normal normal 18px/100% "Georgia";
	color:#333333;
	margin-right:40px;
	text-align:left;
	margin-left:50px;	
}

#content2-container #content-left #contentbox #contentbox-middle h2 {
	margin-right:40px;
	text-align:left;
	margin-left:45px;
	position:relative;
	margin-bottom:0;
	height:10px;
	margin-top:10px;
}

#content2-container #content-left #contentbox #contentbox-middle h2 a{
	font:normal normal normal 18px/100% "Georgia";
	color:#333333;
}

#content2-container #content-left #contentbox #contentbox-middle #line{
	margin:0;	
}

#content2-container #content-left #contentbox #contentbox-middle p{
	font:normal normal normal 12px/130% "Helvetica";
	color:#333333;
	margin-right:30px;
	text-align:left;
	margin-left:45px;
	position:relative;
}

#content2-container #content-left #contentbox #contentbox-middle #readmore{
	margin-right:0px;
	float:left;
	margin-left:45px;
	margin-top:-10px;
}

#content2-container #content-left #contentbox #contentbox-middle #readmore a{
	font:normal normal bold 12px/130% "Helvetica";
	color: #FF0000;
}

#content2-container #content-left #contentbox #contentbox-middle #readmore a:hover{
	font:normal normal bold 12px/130% "Helvetica";
	color: #333333;
}


#content2-container #content-left #contentbox #contentbox-middle #contactbox{
	background-color: #999999;
	width:570px;
	height:auto;
	padding:5px 0 5px 0;
	margin:0 auto;
}

#content2-container #content-left #contentbox #contentbox-middle #contactbox p{
	font:normal normal bold 12px/130% "Georgia";
	color: #FFFFFF;
}

html>body #content2-container #content-left #contentbox #contentbox-middle #contactbox2{
	height:auto;
	padding:0 0 0 0px;
	margin-top:-20px;
	width:300px;
	float:left;
}


#content2-container #content-left #contentbox #contentbox-middle #contactbox2{
	height:auto;
	padding:0 42px 0 0;
	vertical-align:top;
	width:300px;
	height:260px;
	float:right;
}

#content2-container #content-left #contentbox #contentbox-middle #contactbox2 h1{
	font:normal normal bold 14px/100% "Georgia";
	color: #9c6e61;
	margin:2px 0 0px 0px;
	display:block;
}

#content2-container #content-left #contentbox #contentbox-middle #contactbox2 p{
	font:normal normal normal 12px/100% "Arial";
	color: #000000;
	margin:5px 0 0px 0px;
	border-top:1px solid #999999;
	padding-top:3px;
}

#content2-container #content-left #contentbox #contentbox-middle #contactbox2 #contact{
	font:normal normal bold 11px/100% "Georgia";
	letter-spacing:0.07em;
	color: #000000;
}

#content2-container #content-left #contentbox #contentbox-middle #contactbox2 #tel{
	font:normal normal bold 11px/100% "Georgia";
	color: #000000;
	float:left;
	padding:10px 0 0 0px;
	height:20px;
}

#content2-container #content-left #contentbox #contentbox-middle #contactbox2 #tel span{
	font:normal normal bold 11px/100% "Georgia";
	color: #FF6600;
}


#content2-container #content-left #contentbox #contentbox-middle table h1{
	font:normal normal bold 12px/100% "Arial";
	color: #FF6600;
	margin-left:10px;
}

#content2-container #content-left #contentbox #contentbox-middle table p{
	font:normal normal normal 12px/100% "Arial";
	color: #333333;
	margin-left:10px;
	margin-top:0;
}

#content2-container #content-left #contentbox #contentbox-middle table img{
	margin-bottom:5px;
}

#content2-container #content-left #contentbox #contentbox-middle #image{
	float:left;
	margin-left:20px;
	margin-right:10px;
}

#content2-container #content-left #contentbox #contentbox-middle #food-description{
margin-top:-10px;
}

#content2-container #content-left #contentbox #contentbox-middle #food-description #readmore{
margin-left:270px;
}


/*RIGHT SIDE*/
#content2-container #content-right{
	width:233px;
	height:auto;
	float:right;
	background-color: #33CC99;
	z-index:1;
	overflow:hidden;
}

#content2-container #content-right #topcontent{
	width:233px;
	height:602px;
	float:left;
	background-image:url(images/topright_bg.jpg);
	z-index:1;
	overflow:hidden;
}

#content2-container #content-right #topcontent #ad{
	width:216px;
	height:200px;
	background-image: url(images/topright_border.jpg);
	background-repeat:no-repeat;
	margin-left:5px;
	margin-top:10px;
	padding-top:5px;
}

#content2-container #content-right #topcontent #upcoming{
	width:230px;
	height:359px;
	background-image: url(images/lowerright_border.png);
	margin-left:1px;
	margin-top:-10px;
}

#content2-container #content-right #topcontent #upcoming #upcoming-header{
	margin-top:35px;
	margin-left:17px;
	margin-bottom:10px;
	float:left;
}

#content2-container #content-right #topcontent #upcoming #box1{
	width:212px;
	height:auto;
	background-color: #FCFCFC;
	margin-left:8px;
	_margin-left:4px;
	float:left; 
	padding-bottom:5px;
	padding-top:3px;
}

#content2-container #content-right #topcontent #upcoming #box1 h1{
	font:normal normal bold 12px "Arial";
	color: #333333;
	position:relative;
	text-align:left;
	margin:0;
	padding-left:8px;
}

#content2-container #content-right #topcontent #upcoming #box1 h1 a{
	font:normal normal bold 12px "Arial";
	color: #333333;
	text-decoration:none;
}

#content2-container #content-right #topcontent #upcoming #box1 h1 a:hover{
	font:normal normal bold 12px "Arial";
	color: #FF9900;
	text-decoration:none;
}


#content2-container #content-right #topcontent #upcoming #box1 p{
	font:normal normal normal 11px "Arial";
	color: #333333;
	text-align:left;
	padding-left:8px;
	padding-right:3px;
	margin:0;
}

#content2-container #content-right #topcontent #upcoming #box1 #readmore{
	font:normal normal bold 11px "Arial";
	color: #FF3300;
	padding-left:8px;
	float:left;
}

#content2-container #content-right #topcontent #upcoming #box1 #readmore a{
	font:normal normal bold 11px "Arial";
	color: #FF3300;

}

#content2-container #content-right #topcontent #upcoming #box1 #readmore a:hover{
	font:normal normal bold 11px "Arial";
	color: #333333;
}

#content2-container #content-right #topcontent #upcoming #box2{
	width:212px;
	height:auto;
	background-color: #F4FFFF;
	border-top:1px solid #EFEFEF;
	border-bottom:1px solid #EFEFEF;
	margin-left:8px;
	_margin-left:4px;
	float:left; 
}

#content2-container #content-right #topcontent #upcoming #box2 h1{
	font:normal normal bold 12px/120% "Arial";
	color: #333333;
	position:relative;
	text-align:left;
	margin:0;
	padding-left:8px;
}

#content2-container #content-right #topcontent #upcoming #box2 h1 a{
	font:normal normal bold 12px "Arial";
	color: #333333;
	text-decoration:none;
}

#content2-container #content-right #topcontent #upcoming #box2 h1 a:hover{
	font:normal normal bold 12px "Arial";
	color: #FF9900;
	text-decoration:none;
}

#content2-container #content-right #topcontent #upcoming #box2 p{
	font:normal normal normal 11px "Arial";
	color: #333333;
	text-align:left;
	padding-left:8px;
	padding-right:3px;
	margin:0;
}

#content2-container #content-right #topcontent #upcoming #box2 #readmore{
	padding-left:8px;
	float:left;
}

#content2-container #content-right #topcontent #upcoming #box2 #readmore a{
	font:normal normal bold 11px "Arial";
	color: #FF3300;

}

#content2-container #content-right #topcontent #upcoming #box2 #readmore a:hover{
	font:normal normal bold 11px "Arial";
	color: #333333;
}


#content2-container #content-right #topcontent #upcoming #more a{
	font:normal normal bold 11px "Arial";
	color: #FF3300;
	padding-right:26px;
	float:right;
	padding-top:16px;
}

#content2-container #content-right #topcontent #upcoming #more a:hover{
	color: #666666;
}



/*footer here*/
#footer{
	width:888px;
	height:40px;
	margin:0 auto;
	background-color:#1c1c4e;
	position:relative;
}

#footer-left{
	float:left;
	font:normal normal normal 11px "Arial";
	color:#FFFFFF;
	padding:12px 0 0 12px;
}

#footer-right{
	float:right;
	font:normal normal normal 11px "Arial";
	color:#FFFFFF;
	padding:12px 12px 0 0px;
}

#footer-right a{
	font:normal normal bold 11px "Arial";
	color: #FFFF00;
	text-decoration:none;
}

#footer-right a:hover{
	font:normal normal bold 11px "Arial";
	color: #FF0000;
	text-decoration:none;
}







/*

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

/*#footer {
	background: #eee url('images/kubrickfooter.jpg') no-repeat top;
	border: none;
	}

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;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	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;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

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

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure 
body {

	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}


.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.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;
}

/*#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
	*/
/* End Structure */







/* Begin Images 
p img {
	padding: 0;
	max-width: 100%;
	}

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



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. 

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.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;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

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

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

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

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



/* Begin Sidebar */
#sidebar{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



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

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


#list-title{
	font:normal normal bold 14px "Georgia";
	text-align:center;
	color:#FFFFFF;
}

#text{
	font:normal normal bold 12px/120% "Arial";
	text-align:right;
	padding-right:55px;
	vertical-align:middle;
	padding-bottom:3px;
	width:120px;
	color:#FFFFFF;
}

input{
	margin-bottom:5px;
	margin-left:20px;
}

/* 
/* End captions */


/* "Someday my pain, someday my pain
Will mark you
Harness your blame, harness your blame
And walk through
With the wild wolves around you
In the morning, I'll call you
Send it farther on
" */
