body {
margin:0;
padding:0;
border:0;
width:100%;
background:#fff;
min-width:600px;
font-family: Georgia, Arial, serif;
text-shadow:rgba(0,0,0,0.1) 0 0 0;
}

a {
color:#369;
font-weight:bold;
border-bottom: 1px dotted #369;
text-decoration:none;
}

a:hover {
color:#fff;
background:#369;
}

h1, h2, h3 { margin:.8em 0 .2em 0; }

h2 {
font-size: 1.5em;
font-weight: 700;
padding: 15px;
letter-spacing: -1px;
}

p {
margin:.8em 0 .2em 0;
padding: 10px;
}

img { 
margin:10px 0 5px;
padding: 10px;
}

#logo-text a {
font-family: Impact;
color: #ff0000;
font-size: 1.5em;
text-decoration: none;
border:0;
}

#logo-text a:hover {
background:#cccccc;
text-decoration:none;
}


.profile {
float: right;
border: thin silver solid;
margin: 10px;
}

.mainlist li {
margin: 10px 10px;
}

.mainlist em {
font-size: small;
}

/* Header styles */

#header {
clear:both;
float:left;
width:100%;
}

#header { border-bottom:1px solid #000;}

#header p, h1, h2 {
padding:.4em 15px 0 15px;
margin:0;
}

#header ul {
clear:left;
float:left;
width:100%;
list-style:none;
margin:10px 0 0 0;
padding:0;
}

#header ul li {
display:inline;
list-style:none;
margin:0;
padding:0;
}

#header a {
border:0;
font-weight:normal;
}

#header ul li a {
display:block;
float:left;
margin:0 0 0 1px;
padding:3px 10px;
text-align:center;
background:#eee;
color:#000;
text-decoration:none;
position:relative;
left:15px;
line-height:1.3em;
}

#header ul li a:hover {
background:#369;
color:#fff;
}

#header ul li a.active, ul li a.active:hover {
color:#fff;
background:#000;
font-weight:normal;
}

#header ul li a span { display:block; }

/* 'widths' sub menu */  
#layoutdims {
clear:both;
background:#eee;
border-top:4px solid #000;
margin:0;
padding:6px 15px !important;
text-align:right;
}
/* column container */
.colmask {
position:relative;
clear:both;
float:left;
width:100%;
overflow:hidden;
}

/* common column settings */
.colright, .colmid, .colleft {
float:left;
width:100%;
position:relative;
}

.col1, .col2, .col3 {
float:left;
position:relative;
padding:0 0 1em 0;
overflow:hidden;
}

.sidemenu ul {
margin:0;
list-style:none;
padding:0;
margin-left:0;
}

.sidemenu li {
border-top: 1px dotted #ccc;
list-style-type:none;
margin:0;
margin-left:0;
padding:0;
}

.sidemenu li a {
background: transparent;
font-weight: normal;
border-bottom: none;
}

.sidemenu li a:hover { background: #369;}

.sidequote {
margin: 10px 10px 10px 10px;
padding: 10px 30px 10px 30px; 
   font-weight: normal;
font-size: 0.9em;
line-height: 1.0em;
font-style: italic;
font-family: Georgia, 'Times New Roman', Times, serif;
color: #000;
border-top: 2px solid #ccc;
border-bottom: 2px solid #ccc;
background: #ebebeb;
}

/* 2 Column (right menu) settings */
.rightmenu { background:#eee;}

.rightmenu .colleft {
right:25%;
background:#fff;
}

.rightmenu .col1 {
width:71%;
left:27%;
}

.rightmenu .col2 {
width:21%;
left:31%;
}

/* Footer styles */
#footer {
clear:both;
float:left;
width:100%;
border-top:1px solid #000;
}

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

#hor-minimalist-b {
float: none;
background: #fff;
margin: 5px 5px 10px 5px;
width: 600px;
border-collapse: collapse;
text-align: left;
}

#hor-minimalist-b th {
font-size: 0.9em;
font-weight: bold;
padding: 10px 8px;
border-bottom: 2px solid;
}

#hor-minimalist-b td {
border-bottom: 1px solid #ccc;
font-size: 0.75em;
padding: 6px 8px;
}

#hor-minimalist-b tbody tr:hover td { 
color: #000; 
background: #ebebeb;
font-weight: 300;
}

/* code style */
pre {
font-size: 12px;
margin: 0;  /*--Left Margin--*/
padding: 0 36px;
background: #f0f0f0;
border-left: 1px solid #ccc;
border-bottom: 1px solid #ccc;
line-height: 20px; /*--Height of each line of code--*/
background: url(images/pre_code_bg.gif) repeat-y left top; /*--Background of lined paper--*/
width: 500px;
overflow: auto; /*--If the Code exceeds the width, a scrolling is available--*/
overflow-Y: hidden;  /*--Hides vertical scroll created by IE--*/
}