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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 11px;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.2;
/*
  overflow-x:hidden; 
*/
height:100%;
}

html{
	width:100%;
/*
	overflow-x:hidden;
*/
}


/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: top; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111;}

h1 { color:#930E0E;font-size:17px;font-weight:bold;line-height:1;margin-bottom:0.5em; }
h2,h2 a {color:#930E0E;font-size:16px;font-weight:bold;margin-bottom:3px;}
h3 { font-size: 14px; line-height: 1; margin-bottom: 1em; font-weight:bold;}
h4 { font-size: 11px; line-height: 1.25;}
h5 { font-size: 11px; font-weight: bold;}

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img.left, #content img.left  { float: left; margin: 3px 1.5em 1.5em 0; padding: 0; }
p img.right, #content img.right { float: right; margin:  3px 1.5em 1.5em;  padding: 0;}

table.right {
	float: right; margin:  3px 1.5em 1.5em;  padding: 0;
}

table.left {
	float: left; margin: 3px 1.5em 1.5em 0; padding: 0;
}

.date {background:#E3E3E3; display:block; line-height:20px; text-align:center; width:120px; margin-top:2.6em; margin-bottom:.4em; clear:both;}


/* main layout */

td.left {
    width:400px;
}

td.right {
    width:185px;
}c

td.center {
    width:100%;
    vertical-align:top;
}

html {
    font-size:16px;
}

body {
/*
    font-family:Tahoma,Arial,sans-serif;
*/
	font-family:Verdana,Arial, Helvetica, sans-serif;
    font-size:11px;
    width:100%;
    margin:0 auto;
    background:#DBDBDB url(/static/img/headBg.jpg) repeat-x top;
	 min-width:980px;
}

#page {
    width:100%;
    height:auto;
    margin:0 auto;
    background:url(/static/img/head.jpg) no-repeat scroll left top;
	 display:table;
	 height:100%;
	  min-width:980px;
}

#header {
    width:100%;
    height:180px;
	position:relative;
}

#gohome {
	position:absolute;
	width:300px;
	height:100px;
	top:30px;
	cursor:pointer;
	z-index:100;
}

	#gohome a img {
		text-decoration:none;
		width:300px;
		height:100px;
	}

a img {
    border:none;
    
}

h2 a:hover {
	text-decoration:underline !important;
}

/* sidebar layout */

html {
    min-width:980px;
}

#page #sidebar1 {
    width:400px;
    float:left;
	position:relative;
}

    #page #sidebar1 .block {
        width:390px;
        background:url(/static/img/blockBg.jpg) repeat-y;
        margin:0 auto;
        margin-bottom:10px;
        overflow:hidden;
        background:url(/static/img/blockBg.jpg);
    }
    
    #page #sidebar1 .block  .pad {
        padding:6px 10px;
    }
    
        #page #sidebar1 .block h1 {
				background:transparent url(/static/img/blockHeadBg.jpg) repeat scroll 0 0;
				border-bottom:1px solid #CCCCCC;
				color:#FFFFFF;
				font-size:17px;
				font-weight:bold;
				line-height:37px;
				margin:0;
				padding:0 0 0 10px;
				text-transform:uppercase;
        }
        
        #page #sidebar1 .block a {
            color:#930e0e;
            text-decoration:none;
        }
        
        #page #sidebar1 .block a:hover {
            text-decoration:underline;
        }
        
        li>a {
            color:black;
        }
        
        #page #sidebar1 .block .bottom {
        		background:url(/static/img/blockBottom.jpg) repeat-x;
            width:100%;
            height:10px;
            overflow:hidden;
        }
        
        #page #sidebar1 .block img.left {
            float:left;
            margin-left:1px;
            height:145px;
        }
        
        
        #page #sidebar1 .block ul.left.docs {
            float:left;
			width:150px;
            list-style-image:none;
            list-style-position:inside;
            list-style-type: none;
            /* border-bottom:1px solid #999999; */
            font-weight:bold;
            color:#800202;
			display:block;
			border-right:1px solid #999;
			height:100%;
			display:block;            
        }
        
        #page #sidebar1 .block ul.left.docs li {
            /* border:1px solid #999; */  
            /* border-bottom:1px solid #FFF; */
			padding-left:1em;
			padding-top:0.2em;
			padding-bottom:0.2em;
			margin-left:1px;
        }
        
        #page #sidebar1 .block ul.left.docs li:hover {
        		background:#EAEAEA;
        }
        
        #page #sidebar1 .block ul.r.docs {
            background:transparent none repeat scroll 0 0;
            border:0 none;
            color:#800202;
            float:right;
            list-style-image:none;
            list-style-position:outside;
            list-style-type:none;
            width:60%;
            margin-top:6px;
            display:block;
        }
        
        #page #sidebar1 .block ul.r.docs li {   
            padding-bottom: .8em;
         /*   padding-left:20px;
            background:url(/static/img/docicons/pdf.png) no-repeat left top; */
        }

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

        #page #sidebar1 .block ul.right {
            height:145px;
            background:#5D5C5C;
            color:#E9E7E7;
            overflow:hidden;
            margin-right:1px;
        }

		#page #sidebar1 .block ul.right li {
			overflow:hidden;
		}

        #page #sidebar1 .block ul.right li a{
            border-bottom:1px solid #4e4e4e;
            height:47px;
            margin:0;
            padding:0;
        }

        #page #sidebar1 .block ul.right.three li a{
            border-bottom:1px solid #4e4e4e;
          	height:41px;
          	margin:0;
          	
        }
        
        #page #sidebar1 .block ul.right li.head a, #page #sidebar1 .block ul.right li.head {
            height:35px;
            padding-top:0;
            padding-bottom:0;
        }
        
        #page #sidebar1 .block ul.right li.head {
        		border-bottom:1px solid #4e4e4e;
        }
        
        #page #sidebar1 .block ul.right li:hover {
            background:#3C3B3B;
            cursor:pointer;
            color:white;
        }
        
        #page #sidebar1 .block ul.right li a:hover {
        	font-weight:bold;
        	background:#3C3B3B;
        	text-decoration: none;
        }
        
        #page #sidebar1 .block ul.right li a:hover span.small{
				font-weight:normal;
			}
			        
        #page #sidebar1 .block ul.right li a {
            display:block;
            padding-bottom:0.1em;
            padding-left:10px;
            padding-top:0.5em;
            text-decoration:none;
            color:white;
         	
        }
        
        #page #sidebar1 .block ul.right li a:visited {
            color:white;
        }

        #page #sidebar1 .block ul.right li h2{
				color:white;
				
				line-height:26px;
				margin:0;
				padding-bottom:0.4em;
				padding-left:6px;
				padding-top:0.2em;
				font-weight:bold !important;
        }       
        
        #page #sidebar1 .block p {
			border-bottom:1px solid #BBB;
			clear:both;
			margin-bottom:8px;
			margin-top:0.2em;
			padding-bottom:4px;
			padding-left:0.8em;
			padding-right:0.8em;
        }
		
			#page #sidebar1 .block p a:hover {
				font-weight:bolder;
			}
        
        #page #sidebar1 .block .all {
            background:transparent url(/static/img/plus.jpg) no-repeat scroll left top;
			white-space:nowrap;
            padding-left:16px;
            float:right;
            clear:both;
            color:#800202;
            font-weight:bold;
        }
        
        #page #sidebar1  span.date {
            background:none; display:block; text-align:left; width:auto; margin-top:0; margin-bottom:0; color:#930E0E; font-size:.8em; line-height: 1em;
        }
        
/*text*/ 


a {
    text-decoration:underline;
    color:inherit;
    display:inline;
}

a:visited {
    text-decoration:underline;
    color:inherit;
    display:inline; 
}

a:hover {
	text-decoration:underline;
}

/* content layout */

#wrapper {
    float:right;
    height:auto;
    width:100%;
}

#sum {
    background:transparent url(/static/img/sum.jpg) no-repeat scroll center top;
    clear:right;
    float:left;
    height:165px;
    width:577px;
}   

#content {
    float:left;
    height:auto;
    background:#FFF;
    width:100%;
    margin-bottom:50px;
}


#content .pad {
    padding:0 20px;
}

    /* rounded corners for #content */

    #content h1.top {
        background:#FFFFFF url(/static/img/corners.jpg) no-repeat bottom right;
        background-position:100% 0;
        height:9px; 
        margin:0;
        overflow:hidden;
        padding:0;
		  color:white !important; 
    }
    
    h1.top:first-letter {
        background:#FFFFFF url(/static/img/corners.jpg) no-repeat scroll 0 -8px;
                
    }

    #content h1.bottom {
        background:url(/static/img/corners.jpg) no-repeat bottom right;
        background-position:100% -20px;
        height:9px; 
        margin:0;
        display:block;
        overflow:hidden;
        clear:both;
        color:white !important;
    }
    
    h1.bottom:first-letter {
        background:transparent url(/static/img/corners.jpg) no-repeat;
        background-position:0 -28px;


    }
        
    #content .pad {
        padding:10px 20px;
    }

#sidebar2 {
    float:right;
    width:180px;
    display:table;
	margin-left:5px;
}
    #sidebar2 .block {
       	width:175px;
        margin: 0 auto;
        background:white;   
        border:1px solid #FFF;
        margin-bottom: 12px ;
		line-height:10px;
		font-size:10px;
    }
    
    #sidebar2 .block p{
 
    }
	
	#sidebar2 .block a{
		text-decoration:none;
	}
	
	#sidebar2 .block a:hover{
		text-decoration: underline;
	}
	
	


/* footer */

#footer {
    height:70px;
    background:#313131;
    color:#D6D6D6;
    width:100%;
}

#footer a,#footer a:active,#footer a:visited{
	color:#D6D6D6;
}

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

#footer div.left {
	float:left;
	margin:10px 0 0 5px;
	width:620px;
}

#footer div.right {
    float:right;
    width:350px;
    margin:10px 5px 0 0;
    text-align:right;
}


/*head*/

#header div#search {
    width:410px;
    height:34px;
    position:absolute;
    top:138px;
    left:6px;
    white-space:nowrap;
}

#header div#search .radio label{
	position:relative;
	top:-3px;
	vertical-align:middle;
}

#header div#search .radio label input{
	position:relative;
	top:1px;
}

#header div#search p {
    margin:0;
    display:block;
    float:left;
}

#header div#search table td {
    vertical-align:middle;
    height:34px;
}

#header div#search table td label span{

}

#header div#search p#searchbar {
    background:#FFF;
    display:block;
    width:220px !important;
    height:22px !important;
    border:1px solid #CCC;
    white-space:nowrap;
}

    #header div#search div#searchbar>label>input {

    }
    
    input.searchtext {
        border:1px solid #CCCCCC;
        height:14px;
        padding:4px;
        width:150px;
    }
    
    input.submit {
        border:0;
        background:#505050;
        margin-top:2px;
        color:white;
        width:auto;

    }
    
    input.submit.search {
    	width:60px;
    	height:22px;
    	margin:0;
    	padding:0;
    	line-height:20px;
    }
    
#header div#info {
	font-size:11px;
	line-height:36px;
	padding-left:10%;
	margin-top:7px;
	padding-top:7px;
}

#header div#info p {
	font-size:9px;
	line-height:1.7em;
	color:#930E0E;
}

#header #login {
	margin:1px;
	position:absolute;
	right:0;
	top:0;
	width:183px;
}



    #header #login .logintop {
        background:url(/static/img/loginTop.png) no-repeat;
        width:183px;
        height:10px;
        margin:0;
        overflow:hidden;
    }
    
    #header #login .logincontent {
        width:183px;
        background:#F3F3F3;
        margin:0;
    }

    #header #login .logincontent h1{
    color:black;
    font-size:1em;
    display: block;
    text-align: center;
	letter-spacing:-0.5px;
    }
    
    #header #login .loginbottom {
        background:url(/static/img/loginBottom.png) no-repeat;
        width:183px;
        height:10px;
        margin:0;
        overflow:hidden;
    }
    
        #header #login a {
            padding-left:12px;
            background:url(/static/img/loginLinkBullet.gif) no-repeat left;
            margin-top:20px;
        }
        
        #header #login p {  
        text-align:center;
        margin-bottom: 0.3em;
        }       
        
        #header input.text {
            border:1px solid #CECECE;
            margin:0 auto;
            margin-bottom:3px;
            width: 90%;
        }
        
        #header input.submit.login {
            margin-left:18px;
        }
        
    #header .adv{
        height:28px;
        background:#930E0E;
        position:absolute;
        left:130px;
        top:0;
        font-size:12px;
        text-align:center;
        color:white;
        line-height:24px;
        padding:0 6px;
    }
		#header .adv a, #header .adv a:visited {
			color:#FFF;
			font-size:14px !important;
			text-decoration:none !important;
		}

		#header .adv a:hover {
			color:#FFF;
			text-decoration:underline !important;
		}
    
    #header #foto {
        height:120px;
        width:120px;
        position:absolute;
        right:200px;
        top:10px;
    }
    
    #header #foto .text {
        background:#930E0E none repeat scroll 0 0;
        color:white;
        height:20px;
        left:34%;
        position:relative;
        top:94px;
        width:80px;
        line-height:18px;
        font-weight:bold;
        text-align:center;
    }

#summary {
    height:100px;
    background:#A7A8A8;
}
    
    #summary ul {
        text-align:center;
        list-style:none;
        display:block;
        margin: 0 auto;
    }
	
	#centerFix {
		width:auto;
		margin:0 auto;
	}

    #summary ul li {
        display: inline;
    }
    
    #summary ul li div{
        display: inline;
        width:150px;
        margin:0 auto;
        height:80px;
        background:white;
        overflow:hidden;
        float:left;
        margin:10px 6px;
        font-weight:bold;
        text-align:center;
        color:#800202;
        line-height:15px;
    }

div.addComment {
    margin:0 auto 2em;
    width:100%;
}

    div.addComment .pad {
        padding:10px;
    }

div.addComment h1.topAddcomment {
    height:5px;
 /*   background:url(/static/img/comentCorners.gif) no-repeat right; */
    background-position:100% -6px;
    overflow:hidden;
    color:#7b868c;
}

div.addComment h1.topAddcomment:first-letter {
 /*   background:url(/static/img/comentCorners.gif) no-repeat left; */
    background-position:0px 2px;
}

div.addComment h1.bottomAddcomment {
    height:6px;
/*    background:url(/static/img/comentCorners.gif) no-repeat right; */
    background-position:100% -18px;
    overflow:hidden;
    color:#7b868c;
}

div.addComment h1.bottomAddcomment:first-letter {
/*    background:url(/static/img/comentCorners.gif) no-repeat left; */
    background-position:0px -9px;
}

div.addComment p {
    margin-bottom:0.5em;
   
    font-weight:bold;
}

div.addComment input, div.addComment textarea {
/*    width:99%; */
    margin:0 auto;
    border:1px solid #333;
    background:#FFF;
}

div.addComment textarea {
	width:99% !important;
}

div.addComment input.submit {
    width:auto;
    text-align:right;
    padding:6px;
    float:right;
    background:#505050;
    margin-top:2px;
    color:white;
    width:auto;
    border:0;
}

/* links */

a {
    text-decoration:underline;
}





h1 a, h2 a, h3 a {
    text-decoration:none;
}

/* tables */

#mainTbl {
    min-width:960px;
    width:100%;
}

hr {
    height:0;
    background:transparent;
    border:0;
    clear:both;
    visibility:hidden;
}

ul.comment {
    list-style:none;
    margin-bottom:20px;
    border-bottom:1px solid #dbdbdb;
}

ul.comment p{
    margin-bottom:1em;
}

ul.subcomment {
    padding-left:10px;
    padding-top:10px;
    list-style:none;
}

ul.comment .info {
    color:#7c8a8b;
    font-size:1em;
    margin-bottom:.2em;
}

ul.path {
    list-style:none;
}

ul.path li{
    color:#7c8a8b;
    font-size:1em;
    margin-bottom:.2em;
    float:left;
}

#counters {
    width:100%;
    text-align:center;
    height:40px;
    margin-bottom:14px; 
}


#counters *{
    display:inline; 
}

/* callendar */

table.callendar {
 	border-collapse: separate;
	border-spacing: 1;
   margin:10px auto 0;
	font-size:10px;
	background:#c0c0c0;
}

select.call {
	width:130px;
}

table.callendar td {
		background:white none repeat scroll 0 0;
		height:14px;
		text-align:center;
		vertical-align:middle;
		white-space:nowrap;
		width:18px;
}
	
table.callendar th {
	white-space:nowrap;
	text-align:center;
	background:white;
	font-weight:bold;
	line-height:16px;
}

    table.callendar td.hide {
        color:#CCC;
    }

    table.callendar td.current {
        background:#930E0E;
		color:#FFF;
		font-weight:bolder;
    }

table.callendar td a{
    text-decoration: none;
}

.quickTD {
    width:100%;
    height:153px;
    overflow:hidden;
}

.quick {
    background:#3e3e3e;
    margin-bottom:10px;

/*
    background:#3e3e3e url(/static/img/quickCorners.jpg) no-repeat right;
*/
}

div.clear {
	height:1px;
	clear:left;
}


		.quick h1 {
		}

		h1.topQuick {
	        background:#3e3e3e url(/static/img/quickCornersRT.jpg) no-repeat bottom right;
	        background-position:100% 0;
	        height:9px; 
	        margin:0;
	        overflow:hidden;
	        padding:0;
			color:#3e3e3e !important; 
			display:block;
			height:15px;
			background-color:#3e3e3e !important;
	    }
	    
	   	h1.topQuick:first-letter {
	        background:#3e3e3e url(/static/img/quickCornersLT.jpg) no-repeat left 2px;
		}
		
		h1.bottomQuick {
	        background:#3e3e3e url(/static/img/quickCornersRB.jpg) no-repeat bottom right;
	        background-position:100% 0;
	        height:9px; 
	        margin:0;
	        overflow:hidden;
	        padding:0;
			color:#3e3e3e !important; 
			display:block;
			height:15px;
			background-color:#3e3e3e !important;
	    }
	    
	    h1.bottomQuick:first-letter {
	        background:#3e3e3e url(/static/img/quickCornersLB.jpg) no-repeat left ;
		}

    .quick img.left {
        float:left;
		margin:0 10px 10px 0
    }

    .quick .content {
        width:auto;
        color:#e6e5e5;  
/*      background:#3E3E3E url(/static/img/quickCorners.jpg) no-repeat scroll right top; */
    }

    .quick .content h1 {
        color:white;
        font-weight:normal;
    }

    .quick .right {
        float:right;
/*      background:url(/static/img/quickCorners.jpg) no-repeat right; */
        height:153px;
        color:#EAEAEA;
        width:20px;
        display:none;
        }

        .quick .pad {
			clear:both;
			height:auto;
			margin:0;
			padding:0 10px;
			color:#E6E5E5;
        }
		
		.quick .pad h1 {
			color:#E6E5E5;
		}

    
    .quick .corners {
        
    }

    
    div.block>div.pad>p>a {
        color:black !important;
    }
    
    
    .post img.thumb {
        float:left;
        margin-bottom:10px;
        margin-right:10px;
    }
    
    .post .metadata {
        margin:10px 0;
    }
    
a.more {
    float:right;
    clear:both;
    color:#930E0E;
    padding-right:20px;
    font-weight: bold;
}


ul.navigation {
	list-style:none;
	margin-bottom:3em;
}

ul.navigation  li.left{
    float:left;
}

ul.navigation  li.right{
    float:right;
}


.edit-submit
{
	display: none;
}



span.comment-time, .info {
    text-decoration: none;
    color:#7c8a8b;
    font-size:1em;
    margin-bottom:.2em;
}

#openid-form
{
    display: none;
}


span.leftDate {
	
}

a {
	color:#000;
}

h2 a {
	color:#930e0e;
}

span.small {
	font-size:10px;
}

.red {
	color:#930e0e;
}

a img {
	text-decoration:none;
	border:0;
}


/* doc types */
.pdf {
	background:transparent url(/static/img/pdf.gif) no-repeat scroll left top;
	padding-left:20px;
}

.doc {
	background:transparent url(/static/img/docicons/doc.png) no-repeat scroll left top;
	padding-left:20px;
}

.pic {
	background:transparent url(/static/img/docicons/image.png) no-repeat scroll left top;
	padding-left:20px;
}


/* attachments */
.attach {
	
	margin:20px 0;
	
}

.attach span {
	color:#CC0000;
	font-weight:bold;
}

.attach ul {
	border-left:1px solid #666666;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:10px;
	margin-left:20px;
	margin-top:4px;
}

.attach ul li { 
	padding-left:20px;
	padding-bottom:6px;
}


p.markdown {
	color:gray;
	font-size:smaller;
	margin:0;
	padding:0;
}


.post {
	margin-bottom: 4em;
	
}


ul.errorlist li {
	color:red;
	font-size:10px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

textarea#id_body {
	width:100%;
}

small.field_help_text {
	padding-left: 6px;
}

.submitComment {
	display:block;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	margin-top:12px;
}

small.captcha_field_help_text {
	display:block;
	margin-top:5px;
	font-style:italic;
}

.captcha-input
{

    position: absolute; 
    margin-top: 17px; 
    margin-left: 10px;

}

@-moz-document url-prefix()
{
	input.searchtext { 
		position:relative;
		top:-2px; 
	}
}

 #sidebar2 .block {
       width:175px;
       margin: 0 auto;
       background:white;
       border:1px solid #FFF;
       margin-bottom: 1px
   }

   #sidebar2 .block p{
       padding:0 4px;
   }
   
   em,i {
	font-style:italic;
   }

   
.quick a,.quick a:visited  {
  	color:#E6E5E5;
	text-decoration:none;
}

.quick a:hover {
	   	text-decoration:underline;
		color:#E6E5E5;
}



/*quick block corners final */


.quick div.t, .quick div.b {
	background:#3e3e3e;
	width:100%;
	height:15px;
}

		.quick div.t .r {
			background:transparent url(/static/img/quckCorners.gif) repeat scroll 12px 0;
			width:12px;
			height:15px;
			float:right;
		}
		
		.quick div.t .l {
			background:url(/static/img/quckCorners.gif);
			width:12px;
			height:15px;
			float:left;
		}
		
		.quick div.b .r {
			background:transparent url(/static/img/quckCorners.gif) repeat scroll 12px 15px;
			width:12px;
			height:15px;
			float:right;
		}
		
		.quick div.b .l {
			background:transparent url(/static/img/quckCorners.gif) repeat scroll 0 15px;
			width:12px;
			height:15px;
			float:left;
		}
		
/*content block corners final */

#content div.t, #content div.b {
	background:#FFF;
	width:100%;
	height:15px;
}

		#content div.t .r {
			background:transparent url(/static/img/corners.gif) repeat scroll 12px 0;
			width:12px;
			height:15px;
			float:right;
		}
		
		#content div.t .l {
			background:url(/static/img/corners.gif);
			width:12px;
			height:15px;
			float:left;
		}
		
		#content div.b .r {
			background:transparent url(/static/img/corners.gif) repeat scroll 12px 15px;
			width:12px;
			height:15px;
			float:right;
		}
		
		#content div.b .l {
			background:transparent url(/static/img/corners.gif) repeat scroll 0 15px;
			width:12px;
			height:15px;
			float:left;
		}
	
	
/*actual block corners final */

#actual div.t, #actual div.b {
	background:#FFF;
	width:100%;
	height:15px;
}

		#actual div.t .r {
			background:transparent url(/static/img/corners.gif) repeat scroll 12px 0;
			width:12px;
			height:15px;
			float:right;
		}
		
		#actual div.t .l {
			background:url(/static/img/corners.gif);
			width:12px;
			height:15px;
			float:left;
		}
		
		#actual div.b .r {
			background:transparent url(/static/img/corners.gif) repeat scroll 12px 15px;
			width:12px;
			height:15px;
			float:right;
		}
		
		#actual div.b .l {
			background:transparent url(/static/img/corners.gif) repeat scroll 0 15px;
			width:12px;
			height:15px;
			float:left;
		}
		
#actual {
	width:100%;
	height:auto;
	background:#FFF;
	margin-bottom:10px;
}

	#actual .pad {
		clear:both;
		height:auto;
		margin:0;
		min-height:180px;
		padding:0 10px;
	}

	#actual img.left {
        float:left;
		margin:0 10px 10px 0
    }
	

	#header .eng_ver {
		position:absolute;
		left:5px;
		top:5px;
		color:white;
		z-index:100;
	}
	
		#header .eng_ver a {
			text-decoration:none;
			color:white;
			padding:2px 0;	
		}

		#header .eng_ver a:hover {
			background:white;
			color:black;
		}
		
.post.search {
margin-bottom:2em;
}

.post.inner .text {
	line-height:1.5em;
}


div.text {
/*
	clear:both;
	float:left;
*/
}


.banners {
	padding:10px 0;
	width:300px;
	margin:0 auto;
	margin-bottom:50px;
}

.banners img, #footerBaners img {
	padding:0;
}


	#footerBaners a {
		float:left;		
		display:block;
	}
	
	#footerBaners img {
		float:left;		
		display:block;

	}
	
	#footerBaners {
		bottom:20px;
		left:50px;
		margin:0 auto;
		position:absolute;
		width:300px;
	}
	
	.post {

	}

/* TEMPORARY */
	.quick {
		background:#3E3E3E none repeat scroll 0 0;
		height:auto;
	}

a.rss {
	position:absolute;
	right:10px;
	bottom:10px;
	height:28px;
	width:28px;
	background:url(/static/img/feed-icon-28x28.png) no-repeat;
}

/* MULTICLASSES */
.bold {
	font-weight:bold;
}

div#content ul, div#content ol  {
	margin-left: 20px;
}


ul.navigation a {
	font-size:14px;
}


p.center {
	text-align:center;
}

img.center {
	margin:0 auto;
	display:block;
	margin: 14px;
}

table.center {
	margin:0 auto;
}


/* guestbook stuff */
.post.guestbook .metadata {
	border-bottom:1px solid #CCCCCC;
	margin-bottom:24px;
	padding-bottom:16px;
	padding-right:10px;
	text-align:right;
}

.post.guestbook {
	margin-top:30px;
}


.navigation b {
	font-size:14px;
}

.padb20 {
	padding-bottom:20px;
}


.staticPageBlock {
	background:#EEEEEE none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	float:right;
	font-weight:bold;
	line-height:11px;
	margin:0 0 10px 5px;
	padding:10px 10px;
	width:32%;
}

.staticPageBlock ul li {
	margin:10px 0;
}

.staticPageBlock ul li a {
	text-decoration:none;	
}

.staticPageBlock ul li a:hover {
	text-decoration:underline;	
}

#showComments {
	margin:20px 0;
	width:200px;
	background:#5D5C5C;
	color:white; 
	font-weight:bold; 
	text-align:center; 
	cursor:pointer; 
	line-height:32px; 
	border:1px solid #EAEAEA;
}


.redHigh {
	color:#930E0E;
	font-weight:bold;
}


/* TOOLTIP */
 .tooltip{
   position: absolute;
   padding: 10px 13px;
   z-index: 200;
   color: #303030;
   background-color: #EEE;
   border: 1px solid #AAA;
   font-family: sans-serif;
   font-size: 12px;
   line-height: 18px;
   text-align: center;
}

#timeXcount, #timeYcount, #timeZcount {
	display:none;
}

div.subheader {
	position:relative;
	height:32px;
	padding-top:140px;
	padding-left:420px;
}


.banners a {
	text-decoration:none;
}

.banners a:hover {
	text-decoration:underline;
}

.banners .social {
	padding-left:10px;
}

span.under {
	text-decoration:underline;
}


.leftAlign {text-align:left;}
.rightAlign {text-align:right;}
.centerAlign {text-align:center;}
.rightFloat {float:right;}
.leftFloat {float:left;}

