/* zi-modx-2 - 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: 100%;
	margin-bottom: 1px;
	font-size: 100%;
	}

body {
	font: 76%/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background: #fff url(images/body-bg.png) repeat-x;
	cursor: default;
	}

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

h1 { font-size: 218%; }
h2 { font-size: 164%; }
h3 { font-size: 145%; border-width: 1px }
h4 { font-size: 118%; }
h5 { font-size: 100%; font-weight: bold; }
h6 { font-size: 86%; font-weight: bold; }
p { margin: 10px 0 10px 0; }

/* Layout
------------------------------------------------ */
#container {
	width: 924px;
	margin: 0 auto;
	margin-top: 10px;
	}

#header {
	background: transparent url(images/header.jpg) no-repeat;
	width: 924px;
	height: 130px;
	margin: 0;
	padding: 20px 0 0 0;
	}

#header h1, #header h1 a:link, #header h1 a:visited {
	color: #ffc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 118%;
	font-weight: normal;
	}

#header h1 a:hover {
	color: #fff;
	}

#wrapper {
	width: 924px;
	background: #fff url(images/content-bg.png) repeat-x;
	padding-top: 10px;
	}

#content {
	padding: 10px 5px 10px 10px;
	width: 655px;
	float: left;
	font-size: 90%;
	}

#sidebar {
	width: 220px;
	float: right;
	padding: 10px 5px 10px 15px;
	}

#footer {
	clear: both;
	height: 100px;
	padding: 2px 10px 0 10px;
	font-size: 85%;
	color: #666;
	position: relative;
	z-index: 999;
	}

#footer-bg {
	clear: both;
	height: 100px;
	padding: 0;
	margin-top: -100px;
	background: #fff url(images/footer-bg.png) repeat-x;
	position: relative;
	z-index: 100;
	}

/* Top Main Menu
------------------------------------------------ */
#main-menu {
	height: 29px;
	background: #ffc url(images/menu-bg.png) repeat-x;
	text-align: center;
	padding-top: 11px;
	font-size: 120%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

#main-menu li {
	list-style: none;
	display: inline;
	padding-left: .3em;
	padding-right: .3em;
	}

#main-menu a:link, #main-menu a:visited {
	border-bottom: none;
	background: none;
	color: #555;
	}

#main-menu a:hover {
	color: #FF3A71;
	}

/* Content styling
------------------------------------------------ */

a:link, a:visited {
	color: #555;
	border-bottom: 1px solid #FF3A71;
	text-decoration: none;
	}

a:hover {
	color: #fff;
	background: #FF3A71;
	text-decoration: none;
	}

/* Header 
------------------------------------------------ */
#header h1 {
	text-align: center;
	font-size: 300%;
	margin: 0;
	padding: 25px 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;
	}

.slogan {
	text-align: center;
	margin: 0;
	text-transform: uppercase;
	}

/* Sidebar 
------------------------------------------------ */
#sidebar h1, #sidebar h2, #sidebar h3 {
	padding-left: 3px;
	}

#sidebar li {
	list-style: none;
	}

#sidebar li a:link, #sidebar li a:visited {
	display: block;
	height: 1%;
	padding: 3px 3px 3px 5px;
	text-indent: 3px;
	margin: 0;
	color: #FF3A71;
	border-bottom: 1px solid #FFDBE4;
	}

#sidebar li a:hover {
	color: #ffc;
	background: url(images/sidebar-bg.png) repeat-x bottom;
	}

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

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

.about {
	font-size: 80%;
	}

.clear {
	clear: both;
	}

#content ul, #content  ol {
	margin: 10px 0 5px 20px;
	}
	
/* style features
-------------------------- */
small {font-size: 11px;}
.slogan {text-align: center;}
.success {color: #390;}
.error {color: #c00;}
.subdued {color: #666;}
.strike {color: #666; text-decoration:line-through;}
.highlight {background: #ffc; padding: 5px;}
.center {text-align: center;}
hr {margin: .5em 0;background:#eee;height:1px;color:#eee;border:none;clear:both}
abbr {cursor: help;}
