/*
Theme Name: Bingo Theme
Description: A custom Bingo related theme.
Version: 1.0
Author: Muthuswamy K
Author URI: http://muthuswamy.in/
*/

/* DEFAULT */
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;font-weight: 100;font-style: normal;font-size: 100%;font-family: inherit;vertical-align: baseline;}
body {line-height: 1;color: black;background: white;}
ol, ul {list-style: none;}
table {border-collapse: separate;}
caption,th,td{text-align: left;font-weight: normal;}

/* REGULAR CODING */
body{background:#f7f7f7; color:#787878; font-family: Tahoma, Geneva, sans-serif; font-size:11px; line-height:1.4;}
a{text-decoration:none;}
a:hover{text-decoration:underline;}

/* STRUCTURE */

#container{margin: 0px auto; padding:15px 0;}
#holder{width:760px;margin: 0px auto;background:url(images/holder.jpg) repeat-y center;}
.holdtop{background:url(images/mikrolan.jpg) no-repeat left top;}
.holdbot{background:url(images/holder.jpg) no-repeat right bottom;padding:25px;height:1%;}
#header{height:160px;}
#toppart{padding:20px 0;margin-bottom:20px;border-bottom:#eaeaea 1px solid;}
#content-box{padding:10px 0 20px 0;}
#left-panel{float:left;width:182px; padding:9px;}
#right-panel{margin:0 0 0 216px; height:1%;}
#footer{background:url(images/footer.gif) repeat-x top;padding:20px 0 0 0;text-align:center;color:#000;}
	
/* HEADER */
#logo{background:url() no-repeat left top;font-family:Arial, Helvetica, sans-serif;padding:0 0 0 0px;width:230px;}
#logo h1 a{color:#000000; text-transform:uppercase; font-size:36px; line-height:1; text-align:left;}
#logo h1 a:hover{text-decoration:none;}
#logo strong{display:block;text-align:right; color:#333; font-size:14px;}

/* CONTENT */
.conhold{background:url(images/content.png) repeat-y center;}
.contop{background:url(images/content.png) no-repeat left top;}
.conbot{background:url(images/content.png) no-repeat right bottom;height:1%;}
#toppart img.welcomepic{float:left; border:#d7d6d6 1px solid; padding:5px; margin:0 20px 0px 0;}
#right-panel a, #toppart a{color:#cf1e06;}
#content-box strong{font-weight:bold;}
#content-box p{padding:8px 0;}

h2{font-size:20px; font-family:Arial, Helvetica, sans-serif; color:#cf1e06; line-height:1.2;}

	/* LEFT PANEL */
	.box{background:url(images/box.png) repeat-y center;color:#06c; margin-bottom:10px; width:182px;}
	.box .box-top{background:url(images/box.png) no-repeat left top;}
	.box .box-bot{background:url(images/box.png) no-repeat right bottom; padding:5px 10px; height:1%;}
	.box h3{color:#cf1e06; font-family:Arial, Helvetica, sans-serif; font-size:20px;}
	.box ul{padding:10px 0;}
	.box ul li{background:url(images/bullet.gif) no-repeat 2px 10px; padding:0 0 0 15px; line-height:2.3;}
	.box ul li a{color:#06c;}

	/* RIGHT PANEL */
	.post-content ul{list-style-type:disc; margin:10px 0 1px 20px;}
	.post-content ol{list-style-type:decimal; margin:10px 0 1px 25px;}
	.post-content blockquote{margin:10px 20px; background:#f5f5f5; padding:10px;}
	.post-content h1{font-size:18px; color:#333;}
	.post-content h2{font-size:16px; color:#333;}
	.post-content h3{font-size:14px; color:#333;}

/* FOOTER */
#footer a{color:#000;}

/* OTHER */
.clear{clear:both;}
