@import url('reset-min.css');

body {
	font-family: helvetica neue, helvetica, tahoma, verdana,sans-serif;
	font-size: 0.8em;
    font-size: 200;
/*	background: #DEEFFA url(../imgs/pattern.gif) fixed;*/
/*	background: #111 url(../imgs/abstract.jpg) fixed 50% 50%;	
	background: #111 url(../imgs/interlaced.png) fixed 50% 50%;	
*/
    background: white;
	padding: 0 2em;
}

h1 {
	font-size: 1.2em;
	font-family: palatino,georgia,serif;
	color: #ccc;
	background-color: rgb(0,0,0);;
    background-color: rgba(0,0,0,0.7);
	padding: 0.2em 0.5em;
	text-align: left;
    position: absolute;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
    width: 100%;
}
.post .body {
	line-height: 1.5;
	width: 70%;
	background-color: white;
	padding: 0em;
    font-size: 1.2em;
}

.post .body,
.post .meta,
.warning {
}

.post .meta{
	padding: 0em;
	color: #666;
	font-size: 0.85em;
}
.post, #footer, .warning {
	position: relative;
	max-width: 900px;
	margin: 3em;
	margin-left: auto;
	margin-right: auto;
	/*border: 2px solid #999;
	border-bottom-color: #333;
	border-right-color: #333;*/
}
.post {
    border-bottom: 1px solid #333;
}
.meta li {
	list-style-type: none;
    display: inline;
    margin-right: 1em;
}
h2 {
	font-size: 2em;	
}
.content h3, h4 {
	font-size: 1.6em;
}
h3 {
    font-size: 1.3em;
}
h2.title a {
	padding: 0 0 0em 0em;
	letter-spacing: -1px;
    font-family: arial rounded mt bold, helvetica neue, helvetica, sans-serif;
}
h2.title a:hover {
  color: #333;
}


a {
	text-decoration: none;
	color: #369;
}
h1 a {
color: white;
}
h1 a:hover {
    color: #ddd;
}
a:hover {
	color: #666;
}
a img {
	border: 0;
}
.post .content {
    padding: 1.5em 0em;
    line-height: 1.7;
}
.post .content a ,
.comments a{
	padding: 0 0.2em 0.1em 0.2em;
	border-bottom: 1px solid #999;
}

.tags {
	line-height: 2;
}

a.tag {
	border: 1px solid #B1E77B;
	border-right-color: #3F7E00;
	border-bottom-color: #3F7E00;
    background-color: #EFFFDF;
	color: #333;
    padding: 0.2em 0.5em 0.1em 0.9em;
	font-family: palatino, georgia,serif;
    font-style: italic;

  -webkit-border-top-left-radius: 1em;
  -webkit-border-bottom-left-radius: 1em;
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-bottomleft: 1em;
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
}
a.tag:hover {
    color: #3F7E00;
}

li {
	list-style-type: square;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

.warning {
	background-color: #ffc;
	padding: 1em 0.5em;
	color: #c00;
}
#footer {
	background-color: #eee;
	color: #999;
	padding: 0.5em 1em;
	border-top: 2px solid #999;
}
.center { text-align: center;}

#rss a {
	position: fixed;
	right: 20em;
	top: 0px;
	color: white;
	font-weight: bold;
	padding: 0.2em 0.5em;
	color: #FFE0CC;
	z-index:9999;
}
#rss a:hover {
    color: white;
}

.paging {
	position: fixed;
	right: 1em;
	top: 220px;
	z-index: 4;
	color: white;
}
.paging li{
	list-style: none;
	padding:0;
	display: inline;
	color: #666;
}

.paging a,
.paging span {
	background-color: #eee;
	padding: 0.2em 0.5em;
}
.paging span {
	color: #BBB;
}

.paging p {
	color: #666;
	text-align: right;
	margin-bottom: 0.5em;
}
* html .paging p {
	visibility: hidden;
}
.paging a:hover {
	color: #eee;
	background-color: #333;
}

.return {
	margin-bottom: 0.5em;
	color: #999;
	text-align: right;
}
.return a {
	color: #666;
}


.comments li {
	width: 70%;
	list-style: none;
	padding: 1em 0em;
	margin-bottom: 1em;
    line-height: 1.5;
	
    border-bottom: 3px double #999;
}

.comments li.mine {

}
.comments li.mine h3 {
	text-align: right;
}
.comments li.mine h3 a {
    color: #E46F0E;
}

.comments h3 {
	font-weight: bold;
	color: #666;
	margin-bottom:  0.5em;
}
.comments h3 strong {
    color: #333;
}

h4.comment {
	text-align: right;
	width: 70%;
	padding: 1em 0em 0em;
    margin-top: 1em;
    border-top: 2px solid #333;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}


li.comment-form {
/*	background: url(../imgs/gray.80.png);*/ 
}
label {
	display: block;
	margin: 1em 0em 0.5em 0em;
	color: #666;
	border-bottom: 2px solid white;
	padding-bottom: 0.2em;
	cursor: hand; cursor: pointer;

}
label:hover {
	color: #333;
}

textarea.big-text {
	width: 100%;
	height: 100px;
}

textarea, input {
	border: 1px solid #333;
    border-color: #333 #ccc #ccc #333;
	padding: 0.3em 0.3em;
}
input {
	width: 50%;
	min-width: 200px;
}
input,textarea {
    background: #f6f6f6;
	color: #333;
    -moz-box-shadow: 0px 0px 5px #ccc inset;
}
input:hover,
textarea:hover {

}
input:focus,
textarea:focus {
	color: #000;
	border: 1px solid #999;
    border-color: #000 #666 #666 #000;
}
.buttons {
	line-height: 2;
	margin-top: 1em;
}
.buttons button {
	padding: 0.5em 2em;
	font-size: 1.1em;	
    cursor: pointer;
    cursor:hand;
}
.buttons .submit {
	font-weight: bold;
	color: #060;
	padding: 0.5em 1.5em 0.5em 2em;
}
.buttons .submit span {
	visibility: hidden;
}
.buttons .submit:hover {
	color: #090;
}
.buttons .submit:hover span {
	visibility: visible;
}
.submit.less {
	font-weight: 400;
	color: #666;
}
.buttons button.cancel {
	background: transparent;
	border: none;
	color: #c00;
	text-transform: uppercase;
    font-size:0.8em;
}
.buttons button.cancel:hover {
	background-color: #900;
	color: white;
}

.dummy-fields {
	display: none;
}

#totop {
	position: fixed;
	bottom: 1em;
	right: 1em;
	background-color: white;
	padding: 0.2em 0.5em;
}
#totop:hover {
	background-color: #ccc;
}
#artist {
	position: fixed;
	right: 1em;
	bottom: 2px;	
	background-color: #333;
	color: #999;
	padding: 0.2em 0.5em;
}
#artist a {
	color: #ccc;
}
/* openid */
fieldset {
	border: 2px solid white;
	padding: 0em 2em 1em 2em;
	background-color: #eee;
}
fieldset legend {
	font-weight: bold;

	padding: 0em 1em;
}
#openid {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}


#openid-url {
	line-height: 2;
	background: white url(../imgs/openid.png) no-repeat 2px center;
	padding-left: 25px;
}

#stream {
	position: fixed;
	right: 1em;
	top: 3px;
	z-index: 999;
}

#stream a {
	font-weight: bold;
	padding: 0.3em 0.5em 0.2em 0.5em;	
	margin-bottom: 0.5em;
    color: white;
}


#stream .rss {
	padding: 0.2em 0.5em;
	color: #FFE0CC;
}
#stream a:hover {
  color: #ccc;
}

.tip {
	color: #666;
	font-size: 0.9em;
	line-height: 1.5;
}
.tip a {
	color: #333;	
}

ins { 
    display: block;
    text-decoration: none;
    padding: 0.5em 2em;
    background-color: #eee;
}
ins p {
margin-bottom: 0.5em;
}
p ins {
    display: inline;
    border: 0;
    padding: 0;
}
#new {
    border-bottom-color: #000;
    background: #eee;
}

.amp {
    font-family: 'palatino', 'palatino linotype', serif;
    font-style: italic;
    font-size: 1.4em;
}


@media (max-height: 500px) {

    body #wclx2011 {
        position: static;
        text-align: center;
    }

    body #wclx2011 a {
        margin: 0 auto;
        display:block;
    }

}

#wclx2011 {
    position: absolute;
    position: fixed;
    right: 1em;
    bottom: 10%;
    z-index: 999;
}
#wclx2011 a img {
    -webkit-box-shadow: 0px 0px 20px #ccc;
       -moz-box-shadow: 0px 0px 20px #ccc;
         -o-box-shadow: 0px 0px 20px #ccc;
            box-shadow: 0px 0px 20px #ccc;
    border: 5px solid white;
    background: white;
    width: 150px;
    height: 150px;

    -webkit-border-radius: 0.5em;
}
#wclx2011 a,
#wclx2011 a img {
    -webkit-transition: all 1s;
    transition: all 1s;
    display:block;
}
#wclx2011 a:hover img {
    border-color: #308A8D;
}
