/* Base Weblog (dining-job)0512 */

/**************************************************************

basic elements

*************************************************************/

html
{
   margin: 0;
   padding: 0;
   /*height:100%;*/
   background-color:#fff;
}

body
{
   margin: 0;
   padding: 0;
   font-family: verdana, sans-serif;
   font-size: 12px;
   height:100%;
   min-width: 760px;
   color: #333;
   text-align: center;/* center on ie */
   border-top:5px solid #333;
   background:url(img/grobal_bg.gif) repeat-x;
   background-color:#efefef;
}

form, input { margin: 0; padding: 0; }

a { color:#333;text-decoration: underline; }
a:hover{color:#333; text-decoration:none;}
a:visited{color:#333;}
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
   margin-top: 10px;
   margin-bottom: 10px;
}



/*************************************************************

wrapper

*************************************************************/


#wrapper
{
   text-align:left;
   margin: 0 auto; /* center on everything else */
	width: 760px;
   /*height:100%;*/
   text-align: left;
   border-left:1px solid #ccc;
   border-right:1px solid #ccc;
   padding:0 30px;
   background-color:#fff;

}


/*************************************************************

info

*************************************************************/

#info
{
   width: 760px; /* necessary for ie win */
   background-color:#fff;
   text-align:left;
   margin:0;
   padding:0;
}

.logo{
	float:left;
	padding:0;
	}
	

.info2{
	float:right;
	text-align:right;
	margin:0;
	padding:10px 0;
	width:610px;
	}
.info2 p{
	margin:0 0 5px 0;
	padding:0;
	}

.info2 ul{
	margin:0 0 5px 0;
	padding:0;
}
.info2 li{
	display:inline;
	padding:0;
	margin:0;
}
.info2 li.none{

}
.info2 li a{
}


/*************************************************************

bunner

*************************************************************/




#banner
{
   width: 760px; /* necessary for ie win */
   height:320px;
	background:url("img/dj_main2.jpg") no-repeat 0 0;
	background-color:#000;
	margin:0;
	padding:0;
	clear:both;
	border-top:3px solid #333;
}


#banner-header
{
   margin: 0;
   padding:0 0 0 30px;
   color: #ff0;
   font-size: 30px;
   font-weight: bold;
   line-height: 1;
   text-shadow: #f00 0 2px 3px;
}

#banner-description
{
   margin: 0;
   margin-bottom: 0;
   color: #fff;
   background: none;
   font-size: 12px;
   font-weight: bold;
   line-height: 1.2em;
   text-shadow: #36414d 0 1px 2px;
   padding:60px 0 0 30px;
}

	
	
/*************************************************************

pagebody

*************************************************************/


#pagebody {
	width: 760px;
	/*height:100%;*/
	background-color:#fff;
	margin:20px 0 0 0;
	 }



/*************************************************************

alpha

*************************************************************/

#alpha
{
   display: inline; /* ie win bugfix */
   float: left;
   background:#fff;
   margin: 0;
   width: 530px; 
}


#cat_title{
	width:530px;
	height:30px;
	background:url("img/category_bg.gif") no-repeat 0 0;
	margin:0 0 30px 0;
	padding:5px 0 0 10px;
	font-weight:bold;
	font-size:13px;
	color:#333;
	}
	

/*************************************************************

beta

*************************************************************/


#beta
{
	background:url("img/ad_bg.jpg") 0 0;
   display: inline; /* ie win bugfix */
   position: relative;
   float: right;
   margin:0;
   height: 100%;
   width: 200px; 
   /*background: #ffdfa0;*/
   padding:0 10px;
}


/*************************************************************

footer

*************************************************************/

#footer
{
   clear:both;
   width:760px;
   margin:0;
   padding:0;
   border-top:3px solid #333;
   padding:10px 0;
   text-align:center;
   font-size:12px;
}

#footer p{
	margin:0 0 5px 0;
	padding:0;
	}


/*************************************************************

cont

*************************************************************/

#cont{
	margin:0;
	padding:0;
	}

#cont table tr td {
	margin:0;
	padding:5px;
	font-size:12px;
	border-bottom:1px dotted #f90;
	}
	
#cont form{
	margin:0;
	padding:0;
	}
	
#cont input, textarea{
	border:1px solid #ccc;
	width:300px;
	font-size:12px;
	}

#cont hr {
	margin:5px 0 10px;
	width:400px;
	}


.content-nav
{
   margin:0 0 20px 0;
   text-align: left;
}

.date-header,
.entry-content
{
   position: static;
   clear: both;
}

.entry,
.trackbacks,
.comments,
.archive
{
   position: static;
   overflow: hidden;
   clear: both;
   width: 100%;
   margin-bottom: 20px;
   border-bottom: 10px solid #fc0;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
   clear: both;
   margin: 5px 10px;
}

.entry-excerpt,
.entry-more-link,
.entry-more
{
   clear: both;
   margin:0 10px;
}



.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{
   clear: both;
   margin: 5px 10px 20px 10px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text
{
   width: 240px;
}

#comment-bake-cookie
{
   margin-left: 0;
   vertical-align: middle;
}

#comment-post
{
   font-weight: bold;
}

img.image-full { width: 100%; }

.image-thumbnail
{
   float: left;
   width: 115px;
   margin: 0 10px 10px 0;
}

.image-thumbnail img
{
   width: 115px;
   height: 115px;
   margin: 0 0 2px 0;
}


/*************************************************************

modules

*************************************************************/



.module
{
   overflow: hidden;
   width: 100%;
   margin: 0 0 10px 0;
   border-bottom: 1px solid #f3f6f9;
   background: #fff;
}

.module-header
{
   /* ie win (5, 5.5, 6) bugfix */
   position: relative;
   width: 200px;
   width: auto;
   margin: 0;
   color: #fff;
   font-size: 11px;
   font-weight: bold;
   line-height: 1;
   text-transform: uppercase;
}

.module-header a,
.module-header a:hover
{
   color: #fff;
}


.module-content
{
   position: relative;
   margin: 5px 10px 20px 10px;
}

.module-bunnar{
	margin:5px 0;
	padding:0;
	}



.module-list,
.archive-list
{
   margin: 0;
   padding: 0;
   list-style: none;
}

.module-list-item
{
   margin-top: 5px;
   margin-bottom: 5px;
}

.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
   /* ie win (5, 5.5, 6) bugfix */
   position: relative;
   width: 100%;
   width: auto;
   margin: 0;
   border-left: 5px solid #f60;
   border-bottom:1px solid #f60;
   padding: 5px;
   color: #fff;
   background: #FF7E3E;
   font-size: 11px;
   font-weight: bold;
   line-height: 1;
   text-transform: uppercase;
}


.trackbacks-header a,
.trackbacks-header a:hover,
.comments-header a,
.comments-header a:hover,
.comments-open-header a,
.comments-open-header a:hover
.archive-header a,
.archive-header a:hover
{
   color: #fff;
}

.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed
{
   font-size: 12px;
   text-align:right;
   
}


.date-header
{
   margin-top: 0;
   font-size: 11px;
   font-weight: bold;
   text-transform: uppercase;
}

.entry-header
{
   margin: 0 0 20px 0;
   border-top:10px solid #fc0;
   /*border-left: 5px solid #000;*/
   padding: 5px 10px;
   color: #666666;
   font-size: 14px;
   font-weight:bold;
   background:#ffc url(img/arrow2.jpg) no-repeat center center}

.entry-body
{
   margin: 0 10px; 
   padding: 0;
   clear: both;
}

.entry-body img{
	float:left;
	margin:0 15px 20px 0;
	}

.entry-content,
.comment-content,
.trackback-content
{
   margin: 0;
   line-height: 1.5;
}

.entry-footer,
.comment-footer,
.trackback-footer
{
   margin: 0 0 20px 0;
   border-top:1px dotted #ccc;
   padding: 5px 0;
   color: #666;
   font-size: 12px;
   text-align: right;
}

.comment-content,
.trackback-content,
.comment-footer,
.trackback-footer
{
   margin-left: 10px;
}

.comments-open-footer
{
   margin: 10px 0;
}

.module-search input { font-size: 10px; }
.module-search #search { width: 100px; }

.module-mmt-calendar .module-content table,
.module-calendar .module-content table { font-size: 10px; }

.module-powered { border-width: 0; }
.module-powered .module-content
{
   margin-bottom: 0;
   border: 1px dashed #a3b8cc;
   padding-bottom: 10px;
   color: #292e33;
   background: #fff;
}


.module-list
{
   margin: 0 15px 10px 15px;
   list-style: disc;
   list-style-image: url(img/arrow_r.gif);
}

.module-list .module-list
{
   margin: 5px 0 0 0;
   padding-left: 15px;
   list-style: circle;
}
#links {
   clear:both;
   width:760px;
   margin:0;
   padding:10px 0;
   border-top:3px solid #333;
   padding:10px 0;
   text-align:left;
   font-size:10px;
}
#banner2 {
   width: 760px; /* necessary for ie win */
   height:660px;
	background:url("img/dj_main2.jpg") no-repeat 0 0;
	background-color:#000;
	margin:0;
	padding:0;
	clear:both;
	border-top:3px solid #333;
}
