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

    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) Generally HTML styles (table, ul, dl...)
        4) Layout
        5) Page: Home
        Z) Others
        
---------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------
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 {
	background: url("../design/bg.gif") 0 0 repeat-x;
	font: 0.8em/1.5 "arial", serif;
	padding: 40px 0;
	text-align: center;
}

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

h1 {
	font-size: 200%;
}

h2 {
	font-size: 160%;
}

h1, h2, h3 {
	font-weight: normal;
}

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

p, table, ul, ol, dl, fieldset {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 0;
	padding-right: 5px;
}

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

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

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

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

ol {
	list-style-type: decimal;
}

li {
	display: list-item;
}

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

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

/* ----------------------------------------------------------------------------------------------------------
2) Universal styles (display, float, margin, text-align...)
---------------------------------------------------------------------------------------------------------- */
.box {
	min-height: 1px;
}

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

.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%;
}

/* ----------------------------------------------------------------------------------------------------------
3) Generally HTML styles (table, ul, dl...)
---------------------------------------------------------------------------------------------------------- */
 
ul.ul-style01 {
	list-style: none;
	margin: 15px 0;
	padding: 0;
}

ul.ul-style01 li {
	background: url("../design/ul-style01.gif") 0 6px no-repeat;
	margin: 0;
	padding: 0;
	padding-left: 15px;
}
 
   
/* ----------------------------------------------------------------------------------------------------------
4) Layout
---------------------------------------------------------------------------------------------------------- */
#main {
	margin: 0 auto;
	text-align: left;
	width: 960px;
}

    #header {
	background: url("../design/header.jpg") 0 0 no-repeat;
	height: 200px;
	over flow: hidden;
	position: relative;
	width: 960px;
}

    
        #logo {
	font-size: 22px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0;
	position: absolute;
	right: 15px;
	text-align: right;
	text-transform: uppercase;
	top: 0px;
	width: 350px;
	height: 70px;
}
        
        #logo a {
	display: block;
	padding: 5px 10px 0 10px;
	text-decoration: none;
}

        #logo img {
	float: left;
	margin-right: 5px;
}
h1#logo { line-height:1em;}

				#logo .sublogo {
	color: #FFF;
	font-size: 65%;
	padding-right: 10px;
	font-weight:normal;
	text-transform:none;
}

    #nav {
	background: url("../design/nav-bottom.gif") 0 100% no-repeat;
	overflow: hidden;
	padding: 0 20px;
}

    #nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

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

    #nav ul li a {
	display: block;
	float: left;
	padding: 10px 14px 10px 15px;
	text-decoration: underline;
}

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

    #cols-top {
	background: url("../design/cols-top.gif") 0 100% no-repeat;
	clear: both;
	font-size: 0;
	height: 15px;
	line-height: 0;
	margin-top: 10px;
	width: 960px;
}

    #cols-bottom {
	background: url("../design/cols-bottom.gif") 0 0 no-repeat;
	clear: both;
	font-size: 0;
	height: 15px;
	line-height: 0;
	margin-bottom: 10px;
	width: 960px;
}

    #cols {
	background: url("../design/cols.gif") 0 0 repeat-y;
	clear: both;
	width: 960px;
}

    
        #content {
	float: left;
	ove rflow: hidden;
	width: 650px;
}

        #aside {
	float: right;
	overflow: hidden;
	width: 300px;
}

        #aside .aside-padding {
	font-size: 1.2em;
	padding: 0 15px;
}

        
            #aside .title {
	font-size: 140%;
	font-weight: bold;
	margin: 0;
	padding: 10px 15px;
}

            #aside #search {
	padding: 15px 0;
	text-align: center;
}

            #aside #search #search-input {
	font: normal 100%/1.2 "arial",sans-serif;
	padding: 5px;
	width: 170px;
}

            #aside #search #search-submit {
	border: 0;
	font: bold 100%/1.2 "arial",sans-serif;
	padding: 4px 5px;
}

            
            #aside table#archive {
	margin: 5px 0 10px 0;
	padding: 0;
	width: 270px;
}

            #aside table#archive td {
	padding: 3px 0;
}

            #aside table#archive td {
	background: url("../design/dot.gif") 0 100% repeat-x;
}

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

            #aside ul#rss li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 135px;
}

            #aside ul#rss li a {
	background: url("../design/rss.gif") 0 50% no-repeat;
	display: block;
	padding: 7px 0 7px 40px;
	text-decoration: underline;
}
    
    #footer-top {
	background: url("../design/footer-top.gif") 0 100% no-repeat;
	clear: both;
	font-size: 0;
	height: 15px;
	line-height: 0;
	width: 960px;
}

    #footer-bottom {
	background: url("../design/footer-bottom.gif") 0 0 no-repeat;
	clear: both;
	font-size: 0;
	height: 15px;
	line-height: 0;
	width: 960px;
}
        
    #footer {
	clear: both;
	font-size: 85%;
	padding: 0 15px;
}

    #footer a {
	font-weight: bold;
	text-decoration: none;
}

    #footer a:hover {
	text-decoration: underline;
}

/* ----------------------------------------------------------------------------------------------------------
5) Page: Home
---------------------------------------------------------------------------------------------------------- */
#intro {
	padding: 5px 0 15px 15px;
}

#intro #intro-img {
	float: left;
	width: 340px;
	margin-top: 15px;
}

#intro #intro-desc {
	float: right;
	width: 265px;
	margin-right: 15px;
	height: 360px;
}

#intro #intro-title {
	padding: 10px 5px;
}

#intro #intro-desc-in {
	padding-right: 15px;
}

#intro #intro-desc-in p {
	margin-bottom: 0;
}

#photos {
	font-size: 0;
	margin-bottom: 15px;
}

#photos img {
	border: 0;
	display: block;
	float: left;
	height: 90px;
	margin-right: 10px;
	width: 116px;
}

.cols50 {
	background: url("../design/dot-02.gif") 50% 0 repeat-y;
}

    .col50 {
	float: left;
	width: 325px;
}

    .col50-right {
	float: right;
	width: 310px;
}

        .col50 .article h4 {
	margin: 0;
	margin-bottom: 3px;
}

        .col50 .article p.info {
	font-size: 85%;
	font-weight: normal;
	margin: 0;
	margin-bottom: 5px;
}

/* ----------------------------------------------------------------------------------------------------------
Z) Others
---------------------------------------------------------------------------------------------------------- */
.hx-style01 {
	font-size: 85%;
	font-weight: bold;
	text-transform: uppercase;
}

.separator {
	background: url("../design/separator.gif") 0 0 no-repeat;
	font-size: 0;
	height: 50px;
	width: 620px;
}

h3, #intro h2 {
	font-size: 140%;
}

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

dt, #logo span {
	font-weight: bold;
}

.smaller, #intro p.info {
	font-size: 85%;
}

#nav ul li a:hover, #aside table#archive a {
	text-decoration: none;
}

#content .content-padding, .col50 .article {
	padding: 15px;
}

.col50 .article p, #footer p, #intro h2, #intro p.info {
	margin: 0;s
}
#content p {
	font-size: 1.2em;
}
#content h2 {
	margin: 0px;
	padding: 9px 15px;
	background: #8DDE35;
	font-size: 140%;
	color: #050F2E;
	font-weight: bold;
}

