﻿/* zi-modx-1 - An open source xhtml/css website template by Zaigham Rana - site: http://ziworks.com , blog: http://zidesigns.com. Free to use in any way and for any purpose as long as the proper credits are given to the original designer. */


/* HTML & Body
------------------------------------------------ */
* { margin: 0; padding: 0 }

html {
	height: 95%;
	margin-bottom: 1px;
	font-size: 100%;
    letter-spacing : 1px;
	}

body {
              	text-align:center;
	font: 90%/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
    background-color: #ffffff;
	cursor: default;
	margin-top: 2px;
	}

/* Headers and Paragraphs:
------------------------------------------------ */
#wrapper h1, h2, h3, h4, h5, h6 {
	font-family:  Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 1.1em;
    color: #444;
    padding-bottom: 3px;
	margin: 10px 0 5px 0;
}
h4, h5, h6 {
    line-height: 1.3em;
    border: 0;
	margin: 5px 0 3px 0;
}

#wrapper h1 { font-218e: 100%;}
h2 { font-size: 164%; }
h3 { font-size: 115%; }
h4 { font-size: 110%; }
h5 { font-size: 100%; font-weight: bold; }
h6 { font-size: 86%; font-weight: bold; }
p { margin: 10px 0 10px 0; }

#wrapper { background-color: #000000; }

/* Layout
------------------------------------------------ */
#wrapper {
	width: 850px;
	margin: 0 auto;
	}

#header {
	background: transparent url(img/header-bg2.png) no-repeat;
	height: 55px;
	margin: 0;
	padding: 0;
	}

#contentwide, #contentfull {
	padding: 10px 10px 10px 0px;
	width: 600px;
	float: right;
        background: #000000;
	}

#sidebar {
	font: Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;line-height : 20px;
	width: 190px;
	float: right;
	padding: 10px 10px 0px 25px;
        background: #ffffff;
	margin: 0 12px 5px 0;
	}

#footer {
	clear: both;
	padding: 2px 0px 2px 0px;
	background: #eee;
	border-top: 2px solid #DCEDA9;
	}
	
#footer #andreas {display: none;}
#footer #zi {display: inline !important;}

/* Content styling
------------------------------------------------ */
#contentwide ul, #contentwide li, #contentfull ul, #contentfull li {
	margin-left: 15px;
	}
	
#contentwide li, #contentfull li {
       padding-top: 3px;
       padding-bottom: 3px;
}	

#contentwide a:link, a:visited {
	color: #333;
	text-decoration: none;
	}

#contentwide a:hover {
	color: #ff8000;
	background: #DCEDA9;
	text-decoration: none;
	}

/* Header 
------------------------------------------------ */
#header h1 {
	text-align: center;
	font-size: 220%;
	margin: 0;
	padding: 10px 0 0 0;
	border: 0;
	}

#header a, #header a:link, #header a:visited {
	color: #333;
	background: transparent;
	border: 0;
	text-decoration: none;
	}

#header a:hover {
	color: #111;
	}

#header h2, #header #mainmenu {display:none;}

/* sidebar 
------------------------------------------------ */
#lmenu {display: block !important;}

#sidebar #lmenu li {
	list-style: none;
	padding-left: 5px;
	padding-right: 15px;
	text-indent: 5px;
	}

#sidebar #lmenu li a:link, #sidebar #lmenu li a:visited {
	display: inline;
	height: 1%;
	background: #F7F7F7;
	}

#sidebar #lmenu li a:hover {
	background: #DCEDA9;
	color: #333;
	}
	
#sidebar #lmenu li ul {
	display: none;
	padding-left: 15px;
	}

#sidebar .links li {
	list-style: none;
	}

/* Misc.
------------------------------------------------ */

abbr, acronym {
	cursor: help;
	border-bottom: 1px solid #666;
	}

.about {
	font-size: 80%;
	}

#modxicon { 
	margin-top: -3.5em !important;
}