/*  
Template name: Simple Magazine
Template URI: http://templates.arcsin.se/simple-magazine-website-template/
Release date: 2009-08-02
Last updated: 2009-08-10
Description: A simple and lightweight magazine styled website template.
Author: Viktor Persson
Author URI: http://arcsin.se/

This template is licensed under a Creative Commons Attribution 2.5 License:
http://templates.arcsin.se/license/
*/


/* 
   Reset
------------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, input, select {margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
table, td, th {vertical-align: middle;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: none;}
:focus {outline: 0;}


/* 
   General 
------------------------------------------------------------------- */

html {
    height: 100%;
    padding-bottom: 1px; /* force scrollbars */
}

body {
    background: #FFF;
    color: #334;
    font: normal 75% sans-serif;
    line-height: 1.5;
    background: url('../images/bg.jpg') no-repeat 0 -400px
}


/* 
   Typography 
------------------------------------------------------------------- */

/* Headings */

h1,h2,h3,h4,h5,h6 {
    color: #444;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 0.3em;
}
h4,h5,h6 {font-weight: bold;}

h1 {font-size: 2.6em;}
h2 {font-size: 2em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.25em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin: 0;}


/* Links */

a:focus,a:hover {color: #357;}
a {
    color: #357;
    text-decoration: underline;
}
a.feed {
    background: url('../images/icon-feed.gif') no-repeat left center;
    padding-left: 18px;
}

/* More links */
a.more {
    color: #579;
    font-weight: bold;
}
a.more:hover {color: #234;}


/* Text elements */

p {margin-bottom: 0em;}

abbr, acronym {border-bottom: 1px dotted #666;}
address {margin-bottom: 1.5em;}
blockquote {margin: 1.5em;}
del, blockquote { color:#666; }
em, dfn, blockquote, address {font-style: italic;}
strong, dfn {font-weight: bold;}
sup, sub {line-height: 0;}

pre {
    margin: 1.5em 0;
    white-space: pre;
}
pre,code,tt {
    font: 1em monospace;
    line-height: 1.5;
}


/* Lists */

li ul, li ol {margin-left: 1.5em;}
ul, ol {margin: 0 0 0em 1.5em;}

ul {list-style-type: disc;}
ol {list-style-type: decimal;}

dl {margin: 0 0 1.5em 0;}
dl dt {font-weight: bold;}
dd {margin-left: 1.5em;}



/* Special lists */

ul.plain-list li, ul.nice-list li, ul.tabbed li {list-style: none;}

ul.tabbed {
    display: inline;
    margin: 0;
}
ul.tabbed li {float: left;}

ul.plain-list {margin: 0;}

ul.nice-list {margin-left: 0;}
ul.nice-list li {
    list-style: none;
    border-top: 1px solid #EEE;
    padding: 4px 0;
    float:left;
}
ul.nice-list li:first-child {border-top: none;}
ul.nice-list li .right {color: #999;}

ul.nice-list img{
    padding-right:4px;
    padding-bottom:5px;
    float:left;
}


/* Tables */

table {margin-bottom: 1.4em; width: 100%;}
th {font-weight: bold;}
thead th {background: #C3D9FF;}
th,td,caption {padding: 4px 10px 4px 5px;}
tr.even td {background: #F2F6FA;}
tfoot {font-style: italic;}
caption {background: #EEE;}

table.data-table {
    border: 1px solid #CCB;
    margin-bottom: 2em;
    width: 100%;
}
table.data-table th {
    background: #F0F0F0;
    border: 1px solid #DDD;
    color: #555;
    text-align: left;
}
table.data-table tr {border-bottom: 1px solid #DDD;}
table.data-table td, table th {padding: 10px;}
table.data-table td {
    background: #F6F6F6;
    border: 1px solid #DDD;
}
table.data-table tr.even td {background: #FCFCFC;}


/* Misc classes */

.small {font-size: 0.9em;}
.smaller {font-size: 0.8em;}
.smallest {font-size: 0.7em;}

.large {font-size: 1.15em;}
.larger {font-size: 1.25em;}
.largest {font-size: 1.35em;}

.hidden {display: none;}

.quiet {color: #999;}
.loud {color: #000;}
.highlight {background:#ff0;}

.text-left {text-align: left;}
.text-right {text-align: right;}
.text-center {text-align: center;}
.text-separator {padding: 0 5px;}

.error, .notice, .success {
    border: 1px solid #DDD;
    margin-bottom: 1em;
    padding: 0.6em 0.8em;
}

.error {background: #FBE3E4; color: #8A1F11; border-color: #FBC2C4;}
.error a {color: #8A1F11;}

.notice {background: #FFF6BF; color: #514721; border-color: #FFD324;}
.notice a {color: #514721;}

.success {background: #E6EFC2; color: #264409; border-color: #C6D880;}
.success a {color: #264409;}


/* 
   Forms 
------------------------------------------------------------------- */

label {font-weight: bold; cursor: pointer;}
fieldset {padding: 1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc;}
legend {font-weight: bold; font-size: 1.2em;}
textarea {overflow: auto;}
input.text, textarea, select {
    background: #FCFCFC;
    border: 1px inset #AAA;
    margin: 0.5em 0;
    padding: 4px 5px;
}
input.text:focus, textarea:focus, select:focus {background: #FFFFF5;}

input.button {
    background: #DDD;
    border: 1px outset #AAA;
    padding: 4px 5px;
}
input.button:active {border-style: inset;}

.form-error {border-color: #F00;}


/* 
   Alignment 
------------------------------------------------------------------- */

/* General */

.center,.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* Images */

img.bordered,img.alignleft,img.alignright,img.aligncenter {
    background-color: #FFF;
    border: 1px solid #DDD;
    padding: 3px;
}
img.alignleft, img.left {margin: 0 1.5em 1em 0;}
img.alignright, img.right {margin: 0 0 1em 1.5em;}


/* Floats */   

.left,.alignleft {float: left;}
.right,.alignright {float: right;}

.clear,.clearer {clear: both;}
.clearer {
    display: block;
    font-size: 0;
    line-height: 0;
    height: 0;
}


/* 
   Separators 
------------------------------------------------------------------- */

.content-separator, .archive-separator {
    background: #D5D5D5;
    clear: both;
    color: #FFE;
    display: block;
    font-size: 0;
    line-height: 0;
    height: 1px;
}
.content-separator {margin: 20px 0;}
.archive-separator {margin: 10px 0;}


/* 
   Posts 
------------------------------------------------------------------- */

.post a {text-decoration: none;}
.post a:hover {text-decoration: underline;}

.post img.left, .post img.right {margin-bottom: 0;}

.post-date {
    color: #777;
    margin: 2px 0 10px;
}
.post-date a {color: #444;}

.post-title h1, .post-title h2, .post-title h3 {margin-bottom: 0;}

.post-meta {
    background: #F6F6F6;
    border: 1px solid #DDD;
    color: #777;
    padding: 6px 10px;
}
.post-meta a {color: #345; }
.post-meta a:hover {color: #001;}

.post-body {font-size: 1.1em;}
.post-body a {color: #039;}
.post-body a:hover {color: #039;}

.post-body img.left, .post-body img.right {margin-bottom: 1em;}



/* Archives */
.archive-pagination {margin-bottom: 16px;}
.archive-post-date {
    background: #F5F5F5;
    border-bottom: 1px solid #C5C5C5;
    border-right: 1px solid #CFCFCF;
    float: left;
    margin-right: 12px;
    padding: 2px 0 5px;
    text-align: center;
    width: 46px;
}
.archive-post-title .post-date {margin: 0;}
.archive-post-title {padding-top: 4px;}
.archive-post-day {font: normal 1.6em Georgia,serif;}


/* 
   Layout 
------------------------------------------------------------------- */

/* General */
.center-wrapper {
    margin: 0 auto;
    width: 980px;
}

/* Network */

#network {background: #EEE;}
#network .left {
    color: #333;
    padding: 6px 0;
}
#network .tabbed a {
    display: block;
    padding: 6px 10px 7px;
    text-decoration: none;
    color: #666;
}
#network li a:hover {
    background: #F6F6F6;
    color: #000;
}
#network li.current-tab a {
    background: #FFF;
    font-weight: bold;
}
#network .text-separator, #network span {color: #999;}


/* Toolbar */
#toolbar {
    padding: 5px 0 3px;
    margin: 0 auto;
    font-size: 1.1em;
    color: #999;
    width: 980px;

}
#toolbar img {vertical-align: middle;}


/* Header */

#header {margin-bottom: 0px;}

/* Site title */
#site-title {

    font: normal 1.6em serif;
    border-bottom: 1px solid #F5DEB3;
    padding-bottom: 0px;
    text-align:center;
}
#site-title span {color: red;}
#site-title a {
    color: #000;
    text-decoration: none;
}

#logo{
    width:164px;
    height:157px;
    margin:0px;
    padding:0;
    float:left;
    background: url('img/logo.gif') no-repeat


}


/* Navigation */

#navigation {margin-bottom: 24px;
             margin:0px auto;
             width:980px;
             background:white;
             filter:alpha(opacity=80);
             -moz-opacity:0.8;
             -khtml-opacity: 0.8;
             opacity:0.8;

}
#navigation a {
    display: block;
    text-decoration: none;
}

/* Main navigation */
#main-nav{

}

#main-nav a {
    color: #000;
    font-size: 1.5em;
    padding: 9px 14px;
}
#main-nav li {background: url('../images/navigation-separator.gif') no-repeat left center;}
#main-nav li:first-child {background: none;}
#main-nav li.current-tab a, #main-nav a:hover {color: #CD5C5C;}
#main-nav li.current-tab a {background: url('img/navigation-arrow.gif') no-repeat center bottom;
}


/* Subnav */

#sub-nav {
    background: #DDEDF7;
    padding: 0 5px;}
#sub-nav a {
    color: #678;
    font: bold 1.2em sans-serif;
    padding: 10px;
}
#sub-nav li.current-tab a, #sub-nav a:hover {color: #223;}


/* Main */

.main {margin-bottom: 18px;}

.main#main-three-columns {}
.main#main-three-columns .sidebar {width: 444px;}
.main#main-three-columns #main-left {width: 520px; padding-right:5px; border-right:#D5D5D5 1px solid; }

.main#main-two-columns {background: url('../images/main-two-columns.gif') repeat-y right top;}
.main#main-two-columns .sidebar {width: 260px;}
.main#main-one-columns #main-left {float:right;
                                   width:750px;}

.sidebar a {text-decoration: none;}
.sidebar a:hover {text-decoration: underline;}

#sidebar-1 {margin-left: 37px;}

/* Columns */
.col3 {width: 100%;
       float:left;}
.column-content
{float: left;
 width:33%;}

.col3-mid {margin-left: 2%;}

/* Sidebar */

#sidebar-wrapper {}
#sidebar {}


/* Sidebar sections */
.section {margin-bottom: 10px;}
.section-title {
    background-color: #F2F6FA;
    border-top: 2px solid #ABC;
    font: bold 1.1em sans-serif;
    margin-bottom: 5px;
    min-height: 0;
    padding: 5px 8px 6px;
}

.network-section .section-title {
    background-color: #F6F6F6;
    border-color: #D6D6D6;
}


/* Dashboard */

#dashboard {
    background: #FAFAFA url('../images/dashboard.gif') repeat-y left top;
    border: 1px solid #E7E7E7;
}

#dashboard .column {width: 244px;}
#dashboard #column-4 {border-right: none;}

#dashboard .column-content {
    padding: 14px 16px;
}
#dashboard .column-title {
    color: #666;
    font-size: 1.4em;
    font-weight: bold;
    padding-bottom: 5px;
}
#dashboard a {color: #456;}
#dashboard a:hover {color: #000;}


/* Footer */

#footer {padding: 10px 0;}
#footer a {
    color: #579;
    text-decoration: none;
}
#footer .right, #footer .right a {
    color: #999;
    text-decoration: none;
}
#footer .text-separator {
    padding: 0 3px;
    color: #BBB;
}
#footer a:hover {color: #000;}


/* 
   Misc overriding classes
------------------------------------------------------------------- */

/* Border */

.noborder {border: 0;}
.notborder {border-top: 0;}
.norborder {border-right: 0;}
.nobborder {border-bottom: 0;}
.nolborder {border-left: 0;}

/* Margin */

.nomargin {margin: 0;}
.notmargin {margin-top: 0;}
.normargin {margin-right: 0;}
.nobmargin {margin-bottom: 0;}
.nolmargin {margin-left: 0;}

/* Padding */

.nopadding {padding: 0;}
.notpadding {padding-top: 0;}
.norpadding {padding-right: 0;}
.nobpadding {padding-bottom: 0;}
.nolpadding {padding-left: 0;}






/* Single line IE fix */
* html #sub-nav, * html .section-title, * html .main {height: 0.01%; min-height: 0.01%;}

#scroller-header a {
    text-decoration:none;
    color:#867863;
    padding:0 2px;
}

#scroller-header a:hover {
    text-decoration:none;
    color:#4b412f
}

a.selected {
    text-decoration:underline !important;
    color:#4b412f !important;
}

#scroller-header {
    background:url(../images/header.gif) no-repeat;
    width:380px;
    height:24px;
    padding:0 0 0 15px;
    font-weight:700;
}

#scroller-body {
    background:url(../images/body.gif) no-repeat bottom center;
    width:380px;
    padding-bottom:30px;
 
}

#mask {
    width:350px;
    overflow:hidden;
    margin:0 auto;
}

#panel {

}

#panel div {
    float:left;
  
}



#slider {

    /* You MUST specify the width and height */
    width:510px;
    height:223px;
    position:relative;
    overflow:hidden;
}

#mask-gallery {

    overflow:hidden;
}

#gallery {

    /* Clear the list style */
    list-style:none;
    margin:0;
    padding:0;

    z-index:0;

    /* width = total items multiply with #mask gallery width */
    width:900px;
    overflow:hidden;
}

#gallery li {
    text-align:center;
    overflow:hidden;
    /* float left, so that the items are arrangged horizontally */
    float:left;
}


#mask-excerpt {

    /* Set the position */
    position:absolute;
    top:0;
    left:0;
    z-index:500px;

    /* width should be lesser than #slider width */
    width:510px;
    overflow:hidden;


}

#excerpt {
    /* Opacity setting for different browsers */
    filter:alpha(opacity=60);
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;

    /* Clear the list style */
    list-style:none;
    margin:0;
    padding:0;

    /* Set the position */
    z-index:10;
    position:absolute;
    top:0;
    left:0;

    /* Set the style */
    height:50px;
    width:5000px;
    background-color:#000;
    overflow:hidden;
    font-family:arial;
    font-size:10px;
    color:#fff;
}

#excerpt li {
    padding:5px;
    width:500px;
    float:left;
    font-size:23px;
    color:#FF0000;
    font-weight:bold;
}





#mask-notice {

    /* Set the position */
    position:absolute;
    bottom:0;
    left:0;
    z-index:500;

    /* width should be lesser than #slider width */
    width:510px;
    overflow:hidden;


}

#notice {
    /* Opacity setting for different browsers */
    filter:alpha(opacity=60);
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;

    /* Clear the list style */
    list-style:none;
    margin:0;
    padding:0;

    /* Set the position */
    z-index:10;
    position:absolute;
    bottom:0;
    left:0;

    /* Set the style */
    height:50px;
    width:5000px;
    background-color:#000;
    overflow:hidden;
    font-family:arial;
    color:#fff;
}

#notice li {
    padding:5px;
    width:500px;
    float:left;
    color:#FFF;
    font-size:12px;

    filter:alpha(opacity=100);
    -moz-opacity:1.0;
    -khtml-opacity: 1.0;
    opacity: 100;
}	


.clear {
    clear:both;
}





/* Sliding Subnav Styles */
.slidenav-container  {
    position: relative;
    margin:0px auto;
    width:980px;
}
.slidenav {

    background:white;
    position: relative;
    filter:alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity:0.8;


}

.slidenav a {
    color: #000;
    font-size: 1.5em;
    text-decoration: none;
    background: url('../images/navigation-separator.gif') no-repeat left center;
}
.slidenav a:hover {color: #CD5C5C;}

.slidenav ul, .slidenav ul li {
    height: 3em;
    line-height: 3em;
    list-style: none;
}

.subnav ul li, .subnav ul, .slidenav-box {
    height: 2em;
    line-height: 2.3em;
    list-style: none;
    margin:0px;
}

.slidenav ul a, .subnav ul a {
    display: block;
    padding: 0px 10px;
}

.slidenav ul li, .subnav ul li {
    float: left;
}

.slidenav ul li ul {
    display: none;
    position: absolute;
    left: 0;
}

.slidenav ul li:hover ul {
    display: block;
}

.subnav ul, ol{
    display: none;
    font-size: 13px;
    margin:0px;
}

.subnav ul a {
    color: #000;
    text-decoration: none;
    margin:0px;
}
.subnav a:hover {color: #CD5C5C;}

.slidenav-box {
    position: relative;
    margin:0px auto;
    border-top: 1px solid #472841;
    background:white;
    position: relative;
    filter:alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity:0.8;
}

.inactive-box {
    visibility: hidden;
}

/* End Sliding Subnav Styles */

#nius {
    margin: 20px 0 10px 0;
    font-size: 1.2em;
    display:block;
}

#nius p{
    margin: 0;
    line-height: 1.1em;
}

#nius .date{
    color: #aaaaaa;
    font-size: 0.9em;
}

#nius .intro {
    background: #fafafa;
    padding: 5px;
    border-bottom: 1px solid #aaaaaa;
    margin: 0 0 10px 0;
}

#nius .intro2 {
    background: #f0f0f0;
    padding: 5px;
    border-bottom: 1px solid #aaaaaa;
}
#nius img{
    border:0;
    padding:3px;
    height:100%;
    display:block;
    float:left;
}
#nius a.more{
    color: #cc0000;
    font-size: 1.5em;
    font-weight: bold;
    text-decoration: none;
    float: right;
    position: relative;
    bottom: 17px;
}

#nius .niuscontent{

    display:block;
    min-height:70px;
    height:auto !important;
    height:70px;


}

#submit { margin: 5px; padding: 0px; float: left; width: 50px; background-color: white; }

#notification_error { color: red; height: auto; padding: 4px; text-align: center; }

#login_response { overflow: auto; }

#ajax_loading { display: none; font-size: 12px; font-family: Tahoma; }

#logged_in { padding: 5px; margin: 23px 0 100px 43px; padding: 5px; text-align: center; width: 400px; }

#status { margin-top: 20px; width: 310px; }
#simplemodal-overlay {background-color:#aaaaaa; cursor:wait;}

/* Container */
#simplemodal-container {height:240px; width:300px; background-color:#fff; border:1px solid #000000; -moz-border-radius: 5px; }
#simplemodal-container a.modalCloseImg {background:url('../images/x.png') no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; left:-18px; cursor:pointer;}
#simplemodal-container #basicModalContent {padding:8px;}
/* Label */
 label { width: 80px; padding-left: 20px; margin: 5px;
        text-align: left; }

/* Input text */
 input {
            margin: 5px; padding: 0px;
        border: 2px solid #cdcdcd; background-color: white; -moz-border-radius: 2px;
}

label{
float: left;
width: 120px;
font-weight: bold;
}

input, textarea{
width: 180px;
margin-bottom: 5px;
}

textarea{
width: 250px;
height: 150px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
}

#usermenu { padding:2px;
            padding-left:8px;
            padding-right:8px;
            background-color:#fff;
            border:1px solid #000000; -moz-border-radius: 5px;
 opacity:0.8;
color:black;}

#usermenu a {
    text-decoration:none;
    color:black;
    font-weight:bold;

}
#usermenu a:hover {
   

}

#leftmenu{
width:180px;
height:auto;
    padding:2px;
    background-color:#fff;
     opacity:0.8;
     margin:0;
     color:black;
     float:left;
     border-right:0px solid #000000; -moz-border-radius: 5px;
}

#leftmenu a {
text-decoration:none;
list-style:none;
    color:black;
}
#leftmenu a:hover {
 text-decoration:underline;
}

#leftmenu ul:first-child {
font-weight:bold;
list-style:square;
}
#leftmenu ul ul ul:first-child {
font-weight:bold;
list-style:square;
}
#leftmenu  li li{
    font-weight:normal;
}





/*######################################################################################################
  ###### Post Comments #################################################################################
  ####################################################################################################*/

ol#commentlist{
	margin: 15px 0px 0px;
	padding: 0px;
	list-style:none;
	background:transparent;
        display:block;
}
.commentname p {
	color: black;
        font-size: 115%;
}
/*.commentname a {
	color: black;
	text-decoration:none;
	font: 115% "Trebuchet MS", "Lucida Grande", verdana, helvetica, arial, sans-serif;
font-weight: bold;
}
.commentname a:hover {
color: #9c9c9c;
text-decoration: underline;
font: bold 115%;
} */
/***************** Comment Text ***********************************************/
.commenttext{
	min-height: 90px;
	background:transparent  url(../images/bg-comment-02.gif) repeat-y left top;
	width:565px;
}
* html .commenttext { height: 90px; overflow: visible; }

.commbgtop {
	background: transparent url(../images/bg-comment-01.gif) no-repeat left top;
	height: 18px;
}
.commbgbottom {
	background: url(../images/bg-comment-03.gif) no-repeat left top;
	height: 8px;
}


.commentp{	/* That's the div of the text... */
	margin-left: 60px;
	padding: 6px 12px 24px 10px;
        height: 60px;
}
.commenttext p{
	margin: 0px 0px 10px;
	padding: 0px;
}
#commentblock ol li{
	margin-bottom: 30px;
}
#commentblock h2{
	font-size: 140%;
}
.gravatar {
	float: left;
	height: 40px;
	width: 40px;
	margin: 10px 0px 0px 10px;
	/*background:  url(images/grav.png) no-repeat;*/
        border: 1px solid #ffffff;
	display: inline;
}
