/*

Theme Name: Miniml

Theme URI: http://www.themelab.com/free-wordpress-themes/

Description: A simple theme.  Visit <a href="http://www.themelab.com">Theme Lab</a> for more free WordPress themes and <a href="http://www.nuviotemplates.com/">Nuvio Templates</a> for more free templates.

Version: 1.0

Author: Theme Lab

Author URI: http://www.themelab.com/

*/

/* ----------------------------------------------------------------------------------------------------------



    This website template was downloaded from http://www.nuviotemplates.com - visit us for more templates

    

    Structure:

    display; position; float; z-index; overflow; width; height; margin; padding; border; background; align; font;



    Content:

    

        1) HTML tags, reset

        2) Universal styles (display, float, margin, text-align...)

        3) Layout

        4) Page: Home

        Z) Others

        

---------------------------------------------------------------------------------------------------------- */

/* @group HTML tags, reset */

/* ----------------------------------------------------------------------------------------------------------

1) HTML tags, reset

---------------------------------------------------------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body, div, span, p, a, img, ul, ol, li, caption, table, thead, tbody, tfoot, tr, th, td, form, fieldset, legend, label, dl, dt, dd, blockquote, applet, object, h1, h2, h3, h4, h5 {
	border: 0;
}

body {
	font: 0.8em/1.5 arial, sans-serif;
	text-align: center;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}

a {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 15px 0 10px 0;
}

h1 {
	font-size: 280%;
	font-weight: normal;
	letter-spacing: -1px;
}

h2 {
	font-size: 185%;
	font-weight: normal;
}

h3 {
	font-size: 140%;
	font-weight: normal;
}

h4, h5 {
	font-size: 100%;
}

p, table, ul, ol, dl, fieldset {
	margin: 15px 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}

th {
	text-align: center;
	font-weight: bold;
}

th, td {
	padding: 3px 7px;
}

ul, ol {
	margin-left: 30px;
}

ul ul, ol ol {
	margin: 0;
	margin-left: 20px;
}

ol {
	list-style-type: decimal;
}

li {
	display: list-item;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 30px;
}

fieldset {
	position: relative;
	padding: 10px;
}

legend {
	position: absolute;
	top: -1em;
	margin: 0;
	padding: 5px 10px;
	font-size: 100%;
	font-weight: bold;
}



/* @end */

/* @group Universal Styles (display, float, margin, text-align...) */

/* ----------------------------------------------------------------------------------------------------------

2) Universal styles (display, float, margin, text-align...)

---------------------------------------------------------------------------------------------------------- */

.box {
	min-height: 1px;
}

.box:after {
	display: block;
	visibility: hidden;
	clear: both;
	line-height: 0;
	font-size: 0;
	content: ".";
}

.relative {
	position: relative;
}

.clear {
	clear: both;
}

.f-left {
	float: left !important;
}

img.f-left {
	float: left;
	margin-right: 15px;
}

.f-right {
	float: right !important;
}

img.f-right {
	float: right;
	margin-left: 15px;
}

.t-left {
	text-align: left !important;
}

.t-center {
	text-align: center !important;
}

.t-right {
	text-align: right !important;
}

.t-justify {
	text-align: justify !important;
}

.va-top {
	vertical-align: top;
}

.va-middle {
	vertical-align: middle;
}

.va-bottom {
	vertical-align: bottom;
}

.nom {
	margin: 0 !important;
}

.nomt {
	margin-top: 0 !important;
}

.nomb {
	margin-bottom: 0 !important;
}

.noscreen {
	display: none;
}

.bigger {
	font-size: 110%;
}

.smaller {
	font-size: 85%;
}



/* @end */

/* @group Layout */

/* ----------------------------------------------------------------------------------------------------------

3) LAYOUT

---------------------------------------------------------------------------------------------------------- */

#main {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#header {
	position: relative;
	padding-bottom: 15px;
}

#logo {
	margin: 0;
	font-weight: normal;
}

#slogan {
	margin: 0;
}

#search {
	position: absolute;
	bottom: 15px;
	right: 0;
	padding: 7px;
}

#search #search-input {
	width: 175px;
	padding: 3px;
}

#search #search-submit {
	padding: 2px;
	font: normal 100%/1.2 arial, sans-serif;
}

#nav {
	clear: both;
	padding: 5px 0;
	border-left: 0 !important;
	border-right: 0 !important;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font: 100%/1.4 arial, sans-serif;
}

#nav ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

#nav ul li a {
	display: block;
	float: left;
	padding: 7px 15px;
	border: 0;
	background: url("images/dot-03.gif") 100% 0 repeat-y;
}

#nav ul li#nav-active a {
	border: 0;
	font-weight: bold;
}

#content {
	position: relative;
	padding: 0;
	overflow: hidden;
}

#footer {
	clear: both;
	font-size: 85%;
}



/* @end */

/* @group Page: Home */

#topstory {
	float: left;
	width: 750px;
}

#topstory-title {
	padding: 15px;
	margin: 0;
}

#topstory-title h2 {
	margin: 0;
	margin-bottom: 2px;
}

#topstory-title p.date {
	margin: 0;
	font-size: 85%;
}

#topstory-perex {
	display: block;
	padding: 15px;
	font-size: 110%;
	overflow: hidden;
}

#topstory-perex p {
	margin: 0;
}

#aside {
	float: right;
	/*width: 310px;*/
	width: 180px;
}

#aside .halfleft {
	width: 138px;
	padding: 10px 0 0 0;
	margin-left: 0;
	margin-bottom: 20px;
}

#aside .halfright {
	float: right;
	clear: none;
	margin-left: 20px;
	width: 138px;
	padding: 10px 0 0 0;
	margin-bottom: 20px;
}






/* @end */

/* @group Page: Articles */

/* ----------------------------------------------------------------------------------------------------------

5) Page: Article

---------------------------------------------------------------------------------------------------------- */

#page {
	float: left;
	width: 750px;
}

#page-title {
	padding: 15px;
}

#page-title h2 {
	margin: 0;
	margin-bottom: 2px;
}

#page-title p.date {
	margin: 0;
	font-size: 85%;
}

#page-content {
	display: block;
	padding: 5px 15px;
	background: #F5F5F5;
	font-size: 110%;
}

#page-title {
	background: #afced9;
}

#page-title h2 {
	color: #000;
}

#page-title h2 a {
	border-bottom: 1px solid #a46010;
	color: #000;
}

#page-title h2 a:hover {
	border-bottom: 1px solid #FFF;
}

#page-title p.date {
	color: #000;
}

#page-title p.date a {
	border-bottom: 1px solid #5F5F5F;
	color: #000;
}

#page-title p.date a:hover {
	border-bottom: 1px solid #FFF;
	color: #FFF;
}

#page-content a {
	border-bottom: 1px solid #AFAFAF;
	color: #000;
}

#page-content a:hover {
	border-bottom: 1px solid #000;
	color: #000;
}



/* @end */

/* @group Others */

/* ----------------------------------------------------------------------------------------------------------

Z) Others

---------------------------------------------------------------------------------------------------------- */

ul.ul-list {
	margin: 15px 0;
	padding: 0;
	list-style: none;
}

ul.ul-list li {
	margin: 0;
	margin-bottom: 6px;
	padding: 0;
	padding-left: 20px;
	background: url("images/ico-list.gif") 0 4px no-repeat;
}

#aside ul {
	margin: 15px 0;
	padding: 0;
	list-style: none;
}

#aside ul li {
	margin: 0;
	margin-bottom: 6px;
	padding: 0;
	padding-left: 20px;
	background: url("images/ico-list.gif") 0 4px no-repeat;
}

.hx-style01 {

/*clear:both; */ background: url("images/dot.gif") 0 50% repeat-x;
	font-size: 85%;
}

.hx-style01 span {
	margin-left: 15px;
	padding: 0 5px;
	font-weight: bold;
	text-transform: uppercase;
}

a.ico-more {
	padding: 5px 7px;
	border: 0 !important;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#commentform #submit {
	margin: 0;
	float: right;
}

/* End Form Elements */

/* Begin Comments*/

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

img.avatar {
	float: left;
	margin-right: 5px;
}

/* End Comments */



/* @end */

/* @group CSS Dropdown Menu */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
	width: 745px;
	height: 32px;
	position: relative;
	z-index: 100;
	/*border-right: 1px solid #000;*/
	font-family: arial, sans-serif;
	margin-bottom: 20px;
}

/* hack to correct IE5.5 faulty box model */

* html .menu {
	width: 746px;
	w\idth: 745px;
}

/* remove all the bullets, borders and padding from the default list styling */

.menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.menu ul ul {
	width: 123px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */

.menu li {
	float: left;
	width: 123px;
	position: relative;
}

/* style the links for the top level */

.menu a, .menu a:visited {
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	width: 123px;
	height: 30px;
	border: 1px solid #fff;
	border-width: 1px 0 1px 1px;
	background: #a46010;
	padding-left: 10px;
	line-height: 29px;
	font-weight: bold;
}

/* a hack so that IE5.5 faulty box model is corrected */

* html .menu a, * html .menu a:visited {
	width: 123px;
	w\idth: 138px;
}

/* style the second level background */

.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background: #a46010;
}

/* style the second level hover */

.menu ul ul a.drop:hover {
	background: #a46010;
}

.menu ul ul :hover > a.drop {
	background: #a46010;
}

/* style the third level background */

.menu ul ul ul a, .menu ul ul ul a:visited {
	background: #a46010;
}

/* style the third level hover */

.menu ul ul ul a:hover {
	background: #b2ab9b;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */

.menu ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 31px;
	left: 0;
	width: 123px;
	border-top: 1px solid #fff;
}

/* another hack for IE5.5 */

* html .menu ul ul {
	top: 30px;
	t\op: 31px;
}

/* position the third level flyout menu */

.menu ul ul ul {
	left: 123px;
	top: -1px;
	width: 123px;
}

/* position the third level flyout menu for a left flyout */

.menu ul ul ul.left {
	left: -123px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */

.menu table {
	position: absolute;
	top: 0;
	left: 0;
	border-collapse: collapse;
;
}

/* style the second level links */

.menu ul ul a, .menu ul ul a:visited {
	background: #a46010;
	color: #fff;
	height: auto;
	line-height: 1em;
	padding: 5px 10px;
	width: 128px;
	border-width: 0 1px 1px 1px;
}

/* yet another hack for IE5.5 */

* html .menu ul ul a, * html .menu ul ul a:visited {
	width: 150px;
	w\idth: 128px;
}

/* style the top level hover */

.menu a:hover, .menu ul ul a:hover {
	color: #fff;
	background: #753600;
}

.menu :hover > a, .menu ul ul :hover > a {
	color: #fff;
	background: #753600;
}

/* make the second level visible when hover on first level list OR link */

.menu ul li:hover ul,
.menu ul a:hover ul {
	visibility: visible;
}

/* keep the third level hidden when you hover on first level list OR link */

.menu ul :hover ul ul {
	visibility: hidden;
}

/* make the third level visible when you hover over second level list OR link */

.menu ul :hover ul :hover ul {
	visibility: visible;
}

/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.

   Author: Isaac Rowntree
   Website: www.zackdesign.biz
=================================================================== */

.menu ul ul .current_page_item a {
	color: red;
	background: white;
	border-left: 1px solid black;
}

.menu .current_page_item a {
	color: red;
	font-weight: bold;
	background: white;
}

.menu ul .current_page_item ul a {
	color: white;
	font-weight: normal;
	background: black;
}

.menu ul .current_page_item ul a:hover {
	background: gray;
}

.menu .current_page_item a:hover {
	background: white;
}

/* @end */
