/*  
Theme Name: viosac
Theme URI: 
Description: we are viosac
Author: Mister Gesticulator
*/

html, body, div, span,iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, font, ins,strong,ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1.7em;
	color: black;
	background: black;
}
p {
       padding-bottom: 1.2em
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* Main styles
*******************************/
html {
	height: 100%;
	margin-bottom: 1px;/* force vertical scrollbars */
}

body {
	font-size: 90%; 
}

/* Default fonts
*******************************/
body,
input,
select	{ font-family: "Gill Sans", "Lucida Grande", "Lucida Sans Unicode", "Arial", Helvetica, Verdana, Tahoma, sans-serif; }

textarea,
pre,
code { font-family: Consolas, Monaco, "Courier New", Courier, monospace; }

/* Header elements
*******************************/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight:normal;
	color: #ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size: 2.58em;
	color:#000;
	line-height:1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 { font-size: 2.0em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.1em; }


p, blockquote, ul, ol {
	margin-top: 0;
	padding-top: 0;
	margin-bottom:0;	
	color:#FFFFFF;
}

strong        { font-weight: bold; }
em            { font-style: italic; }
pre          { border: 1px solid #ddd; margin-bottom: 1.2em; padding:1.2em; }
ins           { text-decoration:none; } /*remove underline from text*/
del           { text-decoration:line-through; }
acronym       { border-bottom:1px dotted #666; }
dl {
	line-height:1.8;
	margin-bottom:1.2em;
}
/*links*/
a:link,
a:visited,     
a:focus,
a:hover,
a:active	{ color: #FFFFFF; text-decoration: none; cursor:pointer; }
a:hover		
a:active,
a:focus     { outline: 0; } /*remove border in ff*/


input, textarea{
	border:1px solid #cecece;
	font-size:12px
}

/* Wordpress aligning
*******************************/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float:left;
	margin: 0 1em 1em 0;
}
.alignright {
	float: right;
	margin: 0 0 1em 1em;
}
.wp-caption img {
	margin: 0;
	border: 0 none;
}
.wp-caption {
	text-align:center;
	padding-top:1px;
}
.wp-caption p.wp-caption-text {
	font-size:.92em;
	text-align:center;
	padding-top:8px;
	color:#0066FF;
}
/* Text align
*******************************/
.t-right 	{ text-align: right; }
.t-left 	{ text-align: left; }
.t-center 	{ text-align: center; }
.t-justify 	{ text-align: justify; }

/* Other
*******************************/
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.zoom {
	overflow:hidden;
}
#rusty {
	width: 1024px; 
	background: url("../../../../images/rp.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	margin-top: 6px;
	margin-bottom: 6px;
}
#header {
	height: 394px;
	width: 1024px;
}
#leftimage { 
	padding: 0;
	height: 394px;
	width: 285px;
	background: url("../../../../images/left.jpg") no-repeat; 
	float: left;
}
#rightimage {
	padding: 0;
	height: 394px;
	width: 285px; 
	 float: right;  
	background: url("../../../../images/right.jpg") no-repeat; 
}
#titlesection {
	padding: 0;
	width: 450px;
	height: 394px;
	float: left; 
	margin-right:-3px;
}
#titlesection ul {
	padding-top: 70px; 
	font-family: Cochin, "Century Schoolbook L", Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color:#ffffff;
	line-height: 130%;
	font-size:400%;
}
.pix9 {
	letter-spacing: 9px;
}
.pix3 {
	letter-spacing: 3px;
}

#titlesection ul.smallblue {
	padding-top: 20px;
	font-family: "Gill Sans", Lucida, Helvetica, sans;
	font-weight: bold;
	color:#AEEEEE;
	font-size:110%;
}
#main {
	width: 840px;
	margin-top:30px;
	margin-left: auto;
	margin-right: auto;
	overflow:hidden;
	margin-bottom:40px; 
	background:#000000;
	border:1px solid #ffffff;
}
#mainleft {
	width:600px;
	float: left;
	min-height:620px;
	height:auto!important;
	height:620px;
	overflow:visible;
	font-weight: bold;
}
#mainleft .post {
	overflow:hidden;
	clear:both;
	border-right: 1px solid #ffffff;
}
/* decorate lists in posts */
#mainleft .post ul,
#mainleft .post ol {
	margin: 0 0 1em 2em;
}
#mainleft .post ul {
	list-style-type:disc;
}
#mainleft .post ol {
	list-style-type:decimal;
}
#mainleft .post ul li,
#mainleft .post ol li {
	line-height:1.7;
}
#mainleft .category  {
	float:left;
}
#mainleft p.published {
font-size:75%
}
#mainleft .category a {
	color:#101141;
	font-weight:bold;
	text-decoration:none;
}
#mainleft .comments {
	padding-bottom: 1.2em;
	width: 601px;
	border-bottom: 1px solid #ffffff;
	float:left;
}
#mainleft .comments a {
	padding-left: 2.0em;
	color: #FFFF00;
	text-decoration: none;
}
#mainleft .tubby {
	width: 200px;
}
#mainleft .commments a:visited {
	color: #AEEEEE;
	text-decoration: none;
}	
#mainleft .entry {
	font-size:1.0em;
	padding: 2.1em;
}
#mainleft .entry a {
	color: #FFFF00;
	text-decoration: none;
}
#mainleft .entry strong {
	color:#0066FF;
}
#mainleft .entry a:visited {
	color: #AEEEEE;
	text-decoration: none;
}	
#mainleft .entry img {
	padding: 1.3em 0em 0em 0em;
	border:0px;
}
#mainleft .entry .more-link {
	font-weight:bold;
}
#mainleft .entry h3 {
	color: #FFFF00;
	font-family: "Gill Sans", "Lucida Grande", "Lucida Sans Unicode", "Arial", sans-serif;
	font-weight: bold;
	text-align: center;
	padding-top: 1.2em;
}
.postmeta {
	width: 600px;
	height: 90px;
	border-bottom: 1px solid #ffffff;
} 
.pmleft {
	width: 78%;
	float: left;
}
.pmleft h4 {
	padding-left: 2.0em;
	padding-top: 1.0em;
}
.pmleft p {
	padding-left: 2.5em;
	padding-top: 0.4em;
	line-height: 1.1;	
}
.pmleft h4 a{
	color: #FFFF00;
	text-decoration: none;
	font-family: "Gill Sans", "Lucida Grande", "Lucida Sans Unicode", "Arial", sans-serif;
	font-weight: bold;
}
.pmleft h2 {
	color: #FFFF00;
	font-family: "Gill Sans", "Lucida Grande", "Lucida Sans Unicode", "Arial", sans-serif;
	font-weight: bold;
	text-align: center;
	padding-top: 1.2em;
}
.lightblue {
	color:#AEEEEE;
	}
.pmright {
	float: right;
	width: 21%;
	height: 100%;
	border-left: 1px solid #ffffff;
}
.pmright .date {
	padding:0.6em;
	text-align:center;
	font-size:1.5em;
	line-height:1.4em;
	color:#ffff00; 
	font-family: "Gill Sans", "Lucida Grande", "Lucida Sans Unicode", "Arial", sans-serif;
	font-weight: bold;	
}
#left-block #recentcomments {
	font-size:.92em;
}
#left-block #recentcomments li {
	background:none;
	padding-left:0;
}
#mainright {
	width: 240px;
	float: left;
	margin-right:-3px;
}
#mrtop {
		height: 90px;
text-align:center;
margin-right:-3px;
}

#mrtop1 {
	height: 100%;
	float: left;
	width: 33%;
	
	}
#mrtop2 {
	float: left;
	width: 27%;
	}
#mrtop3 {
   float: right;
	width: 39%;
		}
#mrtop1 p, #mrtop2 p{
   padding-top:1.3em;
  }
#mrtop3 p{
   padding-top:1.0em;
   padding-right: 1.0em;
  }
#mrtop a {
	color: #FFFF00;	
	text-decoration: none;
	font-family: "Gill Sans", "Lucida Grande", "Lucida Sans Unicode", "Arial", sans-serif;
	font-size:1.2em;
	font-weight: bold;
}
#sidebar {
	border-top: 1px solid #ffffff;
	height: 100%;	
	padding: 1.0em;
	line-height: 1.4;
}
.sidecol a:link,
.sidecol a:visited {
	color: #0066FF;
	font-weight:bold;
	font-size: 0.9em;
	text-decoration:none;
}
.sidecol ul {
	margin:0;
}
.sidecol li {
	margin:0;
	list-style:none;
	background:none;
	margin-bottom:1em;
	font-weight:bold;        
}
.sidecol p {
	font-weight:bold;
	color: #FFFF00;
	font-size:0.8em;	
}
.sidecol ul ul {
	margin:10px 0 0 20px; 
}
.sidecol ul ul ul {
	margin:0px 0 0 10px;
}
.sidecol li li {
	list-style-image:url(images/bullet.gif);
	margin:0.5em 0;
}
.sidecol .search {
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 0.7em;
}
.sidecol .go {
	padding-top: 1.2em;
}
#sidebar #recentcomments li a {
	background:none;
}
#wp-calendar {
	width:150px;
	font-size:.92em;
}
#wp-calendar caption {
	padding:0 0 4px 0;
	font-weight:bold;
}
#wp-calendar th,
#wp-calendar td {
	padding:2px;
	text-align:center;
}
#wp-calendar thead th {
	background:#465B62;
}
#wp-calendar #prev {
	text-align:left;
	padding-top:4px;
}
#wp-calendar #next {
	text-align:right;
	padding-top:4px;
}
/* Comments
 *******************************/
#commentrange {
	border-right: 1px solid #ffffff;
}
#commentrange h4 {
	padding-left: 1.0em;
	padding-bottom: 1.0em;	
	color: #FFFF00;
	font-family: "Gill Sans", "Lucida Grande", "Lucida Sans Unicode", "Arial", sans-serif;
	font-weight: bold;
	font-size: 1.1em;
}
#commentrange p{
	padding-left:1.0em;
}
.comments-list {
	font-size:.92em;
}
#leavecomment {
	padding-top:2.0em;
}
.comments-list .avatar {
	margin-bottom:4px;
	vertical-align:middle;
}
.comments-list li {
	padding:1.2em;
	line-height:1.2;
	width: 80%;
}
.comments-list li.graybox {
	background:#000000;
}
.comments-list cite {
	font-weight:bold;
	font-style:normal;
}
.comments-list small {
	font-size:.83em;
}
.comments-list .comment {
	margin-top:8px;
}
#commentform input.text,
#commentform textarea {
	color:#444;
	border:#0066FF 1px solid;
	background:#FFFFFF;
    }
#commentform input.text {
	width:200px;
}
#commentform input.button {
	padding: 1.2em;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border:0;
}
#commentform textarea {
	width:80%;
}
input.textbox
{
	border:#0066FF 1px solid;
	background:#ffffff;
	font:1.1em "Gill Sans", "Lucida Grande", "Lucida Sans Unicode", "Arial", sans-serif;;
	padding:5px;
	width:200px;
}
textarea{
	width: 95%;
	padding:5px;
	height: 20em;
	border: 1px solid #ccc;	
	background:#f9f9f9;
	font:1em Verdana, Arial, Serif;
}
input.textbox:focus, textarea:focus
{
	background:#fff;
	border:#999 1px solid;
}
#archivetitle h2 {
	text-align: center;
	padding: 1.2em;
	color: #FFFF00;
	font-family: "Gill Sans", "Lucida Grande", "Lucida Sans Unicode", "Arial", sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	border-bottom: 1px solid #ffffff;	
}
#footer{
	margin-top:0px;
	padding-left:40px;
	padding-right:40px;
	font-size:.92em;
	color:#FFFFFF;
	background:transparent;
	overflow:hidden;
}
#footer img {
	vertical-align:middle;
}
#footer .copyright {
	font-weight:bold;
	float:left;
	padding-bottom:1.0em
}
#footer .links {
	float:right;
}
#footer .links a {
	margin-left:16px;
	font-weight:bold;
	text-decoration:none;
}
#footer .links a:hover {
	text-decoration:none;
}
.navigation {
	font-weight:bold;
	font-size:.92em;
	overflow:hidden;
	line-height:1.2;
}
#navbar2 {
    text-align: center; 
    padding-top:2.0em;	 
	 width: 100%;
    background-color: transparent;
}
#navbarbottom {
    text-align: center; 
    width: 100%;
    background-color: transparent;
    padding-bottom: 1.0em;
}
#navbar2 ul,#navbarbottom ul {
    margin: 0px;
    padding: 0px;
    font-family: "Gill Sans", Arial, Helvetica, sans-serif;
    font-size: medium;
    color: #FFF;
    line-height: 30px;
    white-space: nowrap;
}
#navbar2 li,#navbarbottom li {
    list-style-type: none;
    display: inline;
}
#navbar2 li a,#navbarbottom li a {
    text-decoration: none;
    padding: 7px 10px;
    color: #FFF;
}
#navbar2 li a:link,#navbarbottom li a:link {
    color:transparent:
}
#navbar2 li a:visited,#navbarbottom li a:visited {
    color: #CCC;
}
#navbar2 li a:hover,#navbarbottom li a:hover {
    font-weight: bold;
    color: #FFF;
    background-color: transparent;
}

