/*  Dzinelabs. All rights reserved.
Please see the Creative Commons License at: 
http://creativecommons.org/licenses/by-sa/2.0/
*/
html, body {
   margin : 0;
   padding : 0;
}

body {
   font : 76% Verdana, Geneva, Arial, Helvetica, sans-serif;
   color : #333333;
   background : #BAB7A4;
   text-align : center;
   width : 100%;
   min-width : 750px;
}

/* links */
a:link {
   color : #494949;
   background : transparent;
   text-decoration : none;
}

a:visited {
   color : #666666;
   text-decoration : none;
}

a:hover {
   color : #a52a2a;
   text-decoration : underline;
}
  
/* Links within paragraphs (subtle) */
p a {
   color : #666666;
   text-decoration : none;
}

/* Links within paragraphs (revealed) */
p:hover a {
   color : #0000ff;
   text-decoration : underline;
}

/* Rollover effect for links within paragraphs */
p a:hover {
   color : #ff0000;
}
   
/* Headings */  
h1,h2,h3,h4,h5 {
   background : transparent;
   color : #7F7E73;
   margin : 1em 0 1em 0;
   font-family : Helvetica, Arial, Verdana, sans-serif;
   padding : 0;
   text-transform : uppercase;
   line-height : 1.2em;
}

#mnheading {
   margin : 1em 0 1em 0;
}

h1 {
   font-size : 1.5em;
}

h2 {
   font-size : 1em;
}

h3 {
	font-size: 1.25em;
}

h4 {
   font-size : 0.9em;
}

h5 {
   font-size : 0.8em;
}

#contentright h2 {
   padding : 0 0 0 5px;
}

/* Text rendering */
p {
   margin : 0 0 1em 0;
   font-size : 1.0em;
}

strong {
   font-weight : bold;
   letter-spacing : 0.1em;
   text-transform : uppercase;
   display : block;
   margin : 0 0 0.8em 0;
}

#contentright p {
   font-size : 0.8em;
   background : transparent;
   padding : 0 2px 5px 5px;
}

/* Layout Stuff */
img {
   border : none;
}

#logo {
   width : 688px;
   height : 144px;
   background : url(http://www.dzinelabs.com/Images/DZlabslogo.jpg) no-repeat;
   padding : 0;
   margin : 0;
}

#logonav {
   margin-top : -30px;
   margin-left : 200px;
   width : 480px;
   position : relative;/* to show buttons in moz and firefox */
}

#logonav ul {
   margin : 0;
   padding : 0;
   white-space : nowrap;
   list-style : none;
}

#logonav li {
   float : left;
   background : url(http://www.dzinelabs.com/Images/mydzlabsupnav.jpg) no-repeat;
   width : 105px;
   text-align : center;
   margin-left : 10px;
}

#logonav li a {
   font : bold 0.9em Arial, Helvetica, sans-serif;
   text-decoration : none;
   display : block;
   line-height : 26px; /* trick provided by trx */
   height : 26px;
}

#logonav li a:hover {
   background : url(http://www.dzinelabs.com/Images/mydzlabsdownnav.jpg) no-repeat;
   color : #494949;
}

#header {
   width : 310px;
   height : 112px;
   background : url(http://www.dzinelabs.com/Images/luc_blogthing.jpg) no-repeat;
   margin : 0 0 0 -10px;
}

#wrapper {
   text-align : left;
   width : 688px;
   margin : auto auto;
   padding : 0;
   background : url(http://www.dzinelabs.com/Images/mydzlabsbckg.jpg) repeat-y;
   border-left : 1px solid #66635C;
   border-right : 1px solid #66635C;
}

#contentwrapper {
   padding : 0 13px 16px 40px;
}

#contentleft {
   width : 390px;
   float : left;
   padding : 10px 1px 16px 10px;
}

#contentright {
   width : 170px;
   float : right;
   padding : 10px 0 20px 0;
}

#footer {
   clear : both;
   width : 422px;
   border-top : 4px solid #BAB7A4;
   padding : 16px 0 0 0;
   font-size : 9px;
   text-transform : uppercase;
   line-height : 1.2em;
}

#footer a {
   font-weight : normal;
   font-size : 0.9em;
   padding : 0;
}

/* Code */
code, pre {
   color: #797A8E;
   background: transparent;
   font: 1em normal monospace, sans-serif;
   margin: 0 0 0.1em 0;
   padding: 0.1em 0 0.7em 0;
}

h1 code, h2 code, h3 code, h4 code {
	background: transparent;
	color: #666666;
}

pre {
   font-size : 1em;
}

/* Forms */
input {
   color : #666666;
   background : transparent;
   border : 1px solid #797A8E;
   margin : 0.5em 0 0.5em 0;
   font-size : 1.4em;
}

input:focus, textarea:focus, select:focus {
   background : #EEEEEE;
   color : #333333;
}

textarea {
   color : #666666;
   background : transparent;
   border : 1px solid #999999;
   margin : 0.5em 0 0.5em 0;
}

select {
   color : #666666;
   background : transparent;
   margin : 0.5em 0 0.5em 0;
   font-size : 1.4em;
}

fieldset {
   margin : 0;
   padding : 1em;
   border : 1px solid #999999;
}
						
legend {
   margin : 0;
   padding : 0.5em;
   background : transparent;
   text-transform : uppercase;
   letter-spacing : 1px;
   line-height : 1em;
   color : #333333;
   font-size : 1.2em;
}

/* List Styles */
#contentleft ul, #contentright ul {
   padding : 0;
   margin-left : 2em;
   list-style-type : none;
}

 #contentright ul li {
   background : url(http://www.dzinelabs.com/Images/DZlablistbul.gif) no-repeat left center;
   text-align : left;
   padding : 2px 1px 5px 15px;
   font-size : 0.8em;
}

/* Classes */
.clear {
   clear : both;
   height : 0;
   margin : 0;
   font-size : 1px;
   line-height : 0;
}

.skiplink {
   position : absolute;
   left : -1000px;
   width : 990px;
   font-size : 1px;
   line-height : 1;
}

.hide {
   display : none;
}

.padder {
   padding : 0 0 0 5px;
}

.nomarger {
   margin : 0;
}

.centerinline {
   text-align : center;
} 

.blogdivider {
   border-bottom : 4px solid #CBCBCB;
   padding : 0 0 5px 0;
}

.displaypicture {
   padding : 5px;
   border : 3px double #999;
   margin : 5px 0 16px 0px;
}

.categories {
   font-size : 0.8em;
   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* blog image in posts*/

p img {
   padding : 5px;
   border : 3px double #999;
   margin : 5px 15px 16px 20px;
   float : right;
}

#counter {
   display : none;
}