@charset "UTF-8";

/*
###############################################################
### CUSTOM TEMPLATE FRAMEWORK FOR JOOMLA 1.7 BY STUDIO H  #####
###############################################################
*/


/* ===============================================================================
	html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
	v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark ====================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  /* Correct text resizing oddly in IE6/7 when body font-size is set using em units */
  vertical-align: baseline;
  background: transparent; }

input {
  -web-kit-border-radius: 0;
  border-radius: 0; }

/* =============================================================================
	HTML5 BOILERPLATE ======================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block; }

/* Corrects block display not defined in IE6/7/8/9 & FF3 */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/* Corrects inline-block display not defined in IE6/7/8/9 & FF3 */
audio:not([controls]) {
  display: none;
  height: 0; }

/* Prevents modern browsers from displaying 'audio' without controls; Remove excess height in iOS5 devices */
[hidden] {
  display: none; }

/* Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4; Known issue: no IE6 support */
html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%; }

h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizeLegibility; }

button, input, select, textarea {
  font: 100% sans-serif;
  /* Correct font-size not inheriting in all browsers */
  margin: 0;
  /* Remove margins in FF3/4 S5 Chrome */
  vertical-align: baseline;
  *vertical-align: middle; }

/* Define consistent vertical alignment display in all browsers */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/* Remove default vertical scrollbar in IE6/7/8/9 & Allow only vertical resizing */
button, input {
  line-height: normal; }

/* Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet) */
/* Display hand cursor for clickable form elements, Allow styling of clickable form elements in iOS & Correct inner spacing displayed oddly in IE7 (doesn't effect IE6): */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *width: auto;
  *overflow: visible; }

button[disabled], input[disabled] {
  cursor: default; }

/* Re-set default cursor for disabled elements */
/* Consistent box sizing and appearance: */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* Remove inner padding and border in FF3/4 */
/* Colors for form validity: */
input:valid, textarea:valid {
  color: inherit; }

input:invalid, textarea:invalid {
  background-color: #f0dddd; }

/* Remove text-shadow in selection highlight: */
::-moz-selection {
  background: gray;
  color: #fff;
  text-shadow: none; }

::selection {
  background: gray;
  color: #fff;
  text-shadow: none; }

img {
  -ms-interpolation-mode: bicubic;
  /* Improve image quality when scaled in IE7 */
  vertical-align: middle; }

/* Remove the gap between images and borders on image containers */
svg:not(:root) {
  overflow: hidden; }

/* Correct overflow not hidden in IE9 */
label {
  cursor: pointer; }

/* Indicate that 'label' will shift focus to the associated form element */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal; }

/* Correct color not inheriting in IE6/7/8/9 & alignment displayed oddly in IE6/7 */
/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td, td img {
  vertical-align: top; }

/*----------------------------------------------------- */



/* ### COM_CONTENT ### */

.blog-featured {
        padding: 0px;
}

.items-leading {
        padding:0px;
        margin-bottom:1em;
}

.row-separator {
        display: block;
        clear: both;
        margin: 0px;
        border: 0px;
}

.item-separator {
        display: none;
        margin: 0px;
}

.cols-1 {
        display: block;
        float: none;
        margin: 0px;
}

.cols-2 .column-1
{
        width:48%;
        float:left;
		margin:0;
}

.cols-2 .column-2
{
        width:48%;
        float:right;
        margin:0;
}

.cols-3 .column-1 {
        float:left;
        width:30%;
        margin-right:5%;
}

.cols-3 .column-2 {
        float:left;
        width:30%;
}

.cols-3 .column-3 {
        float:right;
        width:30%;
        padding: 0;
}

.cols-4 .column-1 {
        width:22%;
        float:left;
}

.cols-4 .column-2 {
        width:22%;
        margin-left:4%;
        float:left;
}

.cols-4 .column-3 {
        width:22%;
        margin-left:4%;
        float:left;
}

.cols-4 .column-4 {
        width:22%;
        float:right;
}

.items-row {
    margin-bottom:1em;
}

.column-1,
.column-2,
.column-3,
.column-4 {
        padding: 0px;
}

.items-more {
        padding:10px 0px
}

.hidelabeltxt {
    display: none;
}

.item-page {

}

.content_rating {
		font-size:0.9em;
}

.content_vote {
		font-size:0.9em;
}

.content_vote input {
		font-size:1em;
}

.article-info {
        margin:5px 0px;
		font-size:0.8em;
}

.article-info-term {
        display:none;
}

.article-info dd {
        line-height:1.2em;
}

/* ## ADMIN EDIT ICONS ## */

ul.actions {
        text-align:right;
        padding:0;
        margin:0;
        display:inline;
        float:right;
        margin-top:-30px;
}

ul.actions li {
        display:inline
}

ul.actions a {
        text-decoration:none
}

div.pagenavcounter {
        margin:1em 0 0 0;
		text-align: left;
}

ul.pagenav {
	list-style-type:none;
	margin-top: 1em;
	text-align: center;
}

ul.pagenav li {
	display:inline;
	padding: 0px 4px;
	margin:0;
}

ul.pagenav li {
	line-height:2em;
}

ul.pagenav li a {
	display:inline;
	text-decoration:none
}

div.pagination {
        margin:10px 0 ;
        padding:10px 0;
		text-align: center;
}

div.pagination ul {
        list-style-type:none;
        margin:0;
        padding:0;
}

div.pagination li {
        display:inline;
        text-align:left;
        margin:0 5px;
}

span.pagenav {

}

div#content div.pagination p.counter {
        font-weight:bold;
		text-align: center;
}

div.archive fieldset {
    padding: 6px 0;
	border: 0;
}

ul#archive-items {
        margin:2em 0px;
        list-style-type:none;
        padding:0
}

div.categories-list ul {
    list-style-type:none;
    margin:1em 0 0 0;
	padding:0px;
}

div.categories-list ul ul,
div.categories-list ul ul ul,
div.categories-list ul ul ul ul,
div.categories-list ul ul ul ul ul {
    list-style-type:disc;
    margin:0px;
    padding-left:15px;
}

dl.article-count dt, dl.article-count dd,
div.categories-list dl dt, div.categories-list dl dd {
    display:inline;
}

div.categories-list ul li span.item-title {
    font-size: 1.15em;
	font-weight: bold;
}

div.categories-list ul li ul li span.item-title {
    font-size: 1.1em;
	font-weight: bold;
}

div.categories-list ul li ul li ul li span.item-title {
    font-size: 1.05em;
	font-weight: bold;
}

div.categories-list ul li ul li ul li ul li span.item-title {
    font-size: 1.0em;
	font-weight: bold;
}

div.category-desc img.image-left {
    float: left;
	padding-right: 5px;
}

div.category-desc img.image-right {
    float: right;
	padding-left: 5px;
}


div.cat-children {
    margin: 1.5em 0 0 0;
}

div.cat-children ul {
    list-style-type:none;
    margin: 1.0em 0 0 0;
}

div.cat-children ul ul,
div.cat-children ul ul ul,
div.cat-children ul ul ul ul,
div.cat-children ul ul ul ul ul,
div.cat-children ul ul ul ul ul ul {
    list-style-type:disc;
    padding:0px 0px 0px 15px;
}

div.cat-children ul li span.item-title {
    font-size: 1.15em;
	font-weight: bold;
}

div.cat-children ul li ul li span.item-title {
    font-size: 1.1em;
	font-weight: bold;
}

div.cat-children ul li ul li ul li span.item-title {
    font-size: 1.05em;
	font-weight: bold;
}

div.cat-children ul li ul li ul li ul li span.item-title {
    font-size: 1.0em;
	font-weight: bold;
}

div.cat-children ul li dl dt, div.cat-children ul li dl dd {
    display:inline;
	font-style: italic;
}


/* TABLE CATEGORY LIST */

table.category {
    font-size:1em;
    margin:10px 0px 20px 0px;
    width:99%;
}

table.category th {
    text-transform: uppercase;
    text-align: left;
	font-weight: bold;
	font-size: 1.1em;
}

table.category td {
    text-align: left;
	padding-top: 5px;
}

table.category th img {
    padding-left: 5px;
}

/* ### USER ### */

div.login fieldset {
    border: 0;
}

div.login-fields {
    margin: 1em 0 0 0;
}

#login-form label.form-login-username,
#login-form label.form-login-password {
    display:block;
    margin-bottom:2px;
}

#form-login-username,
#form-login-password,
#form-login-remember {
    padding:4px 0px;
}

#modlgn-username,
#modlgn-passwd {
    border:1px solid #aaa;
    border-radius:3px 3px 3px 3px;
    padding:1px;    
}

#login-form fieldset {
    margin:0px;
    padding:0px;
}

#login-form .button {
    border:1px solid #aaa;
    border-radius:3px 3px 3px 3px;
    padding:4px;
}

#login-form ul {
    padding:0.5em 0em;
}

div.login-fields label {
    display: inline-block;
	width:9em;
}

div.login-fields input#username,
div.login-fields input#password {
	width: 200px;
}

div.logout button.button,
div.login fieldset button.button {
    margin-top: 10px;
}


#users-profile-core,
#users-profile-custom {
    margin:1em 0px;
    padding:1.3em;
}

#users-profile-core dl,
#users-profile-custom dl {
    margin:0px;
    padding:0px;
}

#users-profile-core dt,
#users-profile-custom dt {
    float:left;
    width:22em;
    padding:3px 5px 3px 0;
}

#users-profile-core dd,
#users-profile-custom dd {
    padding:3px 0;
}

#member-profile fieldset {
    margin:1em 0px;
    padding:1.3em;
}

#users-profile-core legend,
#users-profile-custom legend,
.profile-edit legend {
    font-weight:bold;
	font-size: 1.2em;
}

.profile-edit form#member-profile fieldset dd {
    padding:0.7em;
}

.profile-edit form#member-profile fieldset dd input {
    width:17em;
}
.profile-edit form#member-profile fieldset dd select {
    width:17em;
	height: 24px;
}
.profile-edit form#member-profile fieldset dt {
    padding:5px 5px 5px 0;
	width:22em;
	float: left;
}

.profile-edit span.optional {
    font-size:0.9em;
}

div.registration form#member-registration fieldset {
    margin:1em 0px;
    padding:1.3em;
	border:0;
}

div.registration form#member-registration fieldset legend {
    font-weight:bold;
	font-size: 1.2em;
}

div.registration form#member-registration fieldset dd {
    padding:0 0 5px 0;
}

div.registration form#member-registration fieldset dd input {
    width:17em;
}

div.registration form#member-registration button {
    margin-left:10px;
}

div.remind form#user-registration fieldset {
    border:0;
}

div.remind form#user-registration button {
    margin-left:1em;
}

div.reset form#user-registration fieldset {
    border:0;
}

div.reset form#user-registration button {
    margin-left:1em;
}


/* ### J! DEFAILT EXT STYLINGS ### */

div.newsfeed ol {
    margin-top: 1em;
}

div.newsfeed ol li a {
    font-weight: bold;
}

div.newsfeed ol li div a, div.newsfeed ol li div ol li a {
    font-weight: normal;
}


dl.search-results dt.result-title {
    font-weight:bold;
	padding-top: 1em;
}
dl.search-results dd.result-text {
    padding-top: 0.6em;
}
dl.search-results dd.result-created {
    padding-top: 0.3em;
	font-size: 0.8em;
}

div.search form#searchForm fieldset.word,
div.search form#searchForm fieldset.phrases,
div.search form#searchForm fieldset.only {
    border: 1px solid #ccc;
}

div.search form#searchForm fieldset.word button.button {
    margin: 0px 0 0 4px;
    padding: 0px 3px;
    font-size: 12px;
    line-height:18px;
}

div.search form#searchForm fieldset.phrases div.ordering-box{
    margin-top: 0.6em;
}

.highlight{
    font-weight:bold;
}

/* =====================  Single Contact ===================== */
div.contact-form {
    margin-bottom: 1em;
}

div.contact-form label {

}

div.contact-form form#contact-form dl {
    margin: 1em 0px;
}
div.contact-form form#contact-form dt {
    margin-top: 1em;
}
div.contact-form form#contact-form dd {
    margin-top: 0px;
}

address span {
    display:block
}

div.contact form#contact-form button.button {
    float:none !important;
    clear:left;
    display:block;
    margin:1.5em 0px 0px 0px;
}

div.contact dl.tabs {
    float:left;
    margin:1.5em 0px 0px 0px;
	padding: 0;
    clear:both;
}

div.contact dl.tabs dt {
    float: left;
    padding: 2px 10px;
    border-left: 1px solid #ccd;
    border-right: 1px solid #ccd;
    border-top: 1px solid #ccd;
    margin-right: 4px;
    background: none;
}

div.contact dl.tabs dt a {
    font-weight: normal;
}

div.contact dl.tabs dt.open {
    background: none;
    border-bottom: 0px solid #ccd;
}

div.contact dl.tabs dt.open a {
    color: #445;
}

div.contact dl.tabs dt h3{
    margin: 2px 0;
	padding:0;
}

div.contact div.current {
    clear: both;
    border: 1px solid #ccd;
    padding: 15px 15px;
	margin: 0;
}

div.contact dl.tabs dd {
    clear:both;
    padding: 0;
    margin: 0;
}

form#adminForm fieldset.filters {
    border:0;
	padding: 0;
}


.tip {
	font-size:0.8em;
    text-align:left;
    padding:5px;
    max-width:400px;
	border:1px solid #ccc;
	background:#fff;
}

.tip-title {
        font-weight:bold;
}


div#mailto-window {
    margin: 1em;
}

form#mailtoForm div.formelm label {
    text-align: right;
    display: inline-block;
	width:8em;
	padding-right: 5px;
}

form#mailtoForm div.formelm {
    margin: 0.6em 0px;
}

/* ===================== Submit a weblink, Submit an article, Edit article =====================  */
div.edit form#adminForm div.formelm label {
    text-align: left;
    display: inline-block;
	width:12em;
	padding-right: 5px;
}

div.edit form#adminForm div.formelm {
    margin: 0.6em 0px;
}

div.edit form#adminForm div.formelm-area label {
    text-align: left;
    float:left;
	width:12em;
	padding-right: 5px;
}

div.edit form#adminForm div.formelm-area {
    margin: 0.6em 0px;
}

div.edit form#adminForm legend {
    font-weight:bold;
	font-size: 1.1em;
}

dl.stats-module dt {
    float:left;
	padding: 0 10px 0 0;
	font-weight:bold;
}

dl.stats-module_light dt {
    float:left;
	padding: 0 10px 0 0;
	font-weight:bold;
}

dl.stats-module_dark dt {
    float:left;
	padding: 0 10px 0 0;
	font-weight:bold;
}

div.newsflash p {
    
}
div.newsflash_light p {
    
}
div.newsflash_dark p {
    
}

div#system-message-container ul{
	margin:0;
}

.blog-featured .items-leading div {
    padding-bottom:10px;
}

.blog-featured .items-leading div div {
    padding-bottom:0px;
}

.img-fulltext-left,
.image-left {
        float:left;
        margin:0 15px 5px 0;
}

.img-fulltext-right,
.image-right {
        float:right;
        margin:0 0 5px 15px
}

.img-fulltext-left,
.img-fulltext-right {
    margin-top:5px;
}

/* BLOG INTRO IMAGES */
.img-intro-right {
    float:right;
    margin:0px 0px 10px 10px;
}

.img-intro-left {
    float:left;
    margin:10px 10px 0px 0px;
}

p.img_caption {
    font-size:0.8em;
    margin-bottom:0px !important;
}

/* ARTICLE INFORMATION - Date, Author, Cat */
.article-info {
    
}

.items-leading div, 
.item-separator {
    clear:both;
}

p.readmore {
    clear:both;
    text-align:right;
}

fieldset {
    margin:1em;
    padding:1em;
}

fieldset legend {
    padding:0em 0.5em;
}

#login-form #form-login-username label,
#login-form #form-login-password label {
    display:block;
}

.icon-lock,
.icon-user {
    display:none;
}