@charset "utf-8";

/* GENERAL */

body {
margin: 0;
padding: 0;
color: #fff;
font-size: 16px;
font-family: Helvetica, Arial, Tahoma;
background: url(../images/body-bg.gif) repeat #092a3c;
}

a, a:visited {
text-decoration: none;
}

a:hover {
text-decoration: none;
}

img {
border: none;
}

h1 {
font-size: 1.85em;
}

h2 {
font-size: 1em;
font-weight: bolder;
}

h3 {
color: #bad42e;
font-size: 1.7em;
margin: 0 0 10px 0;
}

p {
font-family: Helvetica, Arial, Tahoma;
}

acronym {
cursor: help;
border: none;
}

/* LOADING */

#loading {
top: 50%;
left: 50%;
margin-top: -24px;
margin-left: -24px;
width: 48px;
height: 48px;
position: absolute;
background: url(../images/loading-bg.png) no-repeat top left;
}

#loading img {
float: left;
padding: 8px;
}

/* DIVS */

#top {
top: 0px;
left: 0px;
right: 0px;
width: 100%;
z-index: 0;
position: relative;
min-height: 55px;
background: url(../images/top-bg.png) repeat-x;
}

#twitter {
float: left;
width: 565px;
height: 55px;
text-align: left;
background: url(../images/twitter-bg.png) no-repeat;
}

#twitter .entry {
width: 490px;
height: 36px;
font-size: 0.9em;
text-align: left;
margin-top: 19px;
margin-left: 55px;
}

#information {
float: right;
width: 245px;
height: 55px;
line-height: 0%;
margin-right: -10px;
padding-top: 10px;
}

#content {
width: 800px;
margin-top: 40px;
margin-left: auto;
margin-right: auto;
}

#title {
float: left;
width: 785px;
height: 30px;
text-align: left;
line-height: 80%;
font-size: 1.8em;
margin-left: 15px;
margin-bottom: 20px;
}

#pages {
float: left;
width: 800px;
}

#error {
width: 100%;
height: 25px;
color: #264d5e;
font-size: 0.8em;
line-height: 200%;
text-align: center;
border-bottom: solid 1px #01141e;
background: url(../images/error-bg.gif) repeat #01202d;
}

#selector {
right: 0px;
bottom: 50px;
width: 30px;
height: 20px;
color: #1b3845;
font-size: 0.8em;
overflow: hidden;
text-align: left;
line-height: 160%;
position: fixed;
border-right: none;
border-top: solid 1px #01141e;
border-left: solid 1px #01141e;
border-bottom: solid 1px #01141e;
background: url(../images/selector-bg.gif) repeat-y #01202d;
}

#selector:hover {
right: 0px;
bottom: 50px;
width: 205px;
height: 20px;
color: #1b3845;
font-size: 0.8em;
overflow: visible;
text-align: left;
line-height: 160%;
position: fixed;
border-right: none;
border-top: solid 1px #01141e;
border-left: solid 1px #01141e;
border-bottom: solid 1px #01141e;
background: url(../images/selector-bg.gif) repeat-y #01202d;
}

/* OTHERS */

#information .title {
font-size: 22px;
margin-left: 4px;
}

#information .title cufon {
margin-left: -4px;
}

#information .subtitle {
color: #bad42e;
font-size: 14px;
margin-left: 1px;
}

#menu a, #menu a:visited {
color: #eee;
}

#menu a:hover {
color: #fff;
}

/* CLASSES */

.view, .view:visited {
top: 173px;
left: 310px;
width: 36px;
height: 15px;
padding-top: 10px;
position: relative;
background: url(../images/view_off.png) no-repeat;
}

.view:hover {
top: 173px;
left: 310px;
width: 36px;
height: 15px;
padding-top: 10px;
position: relative;
background: url(../images/view_on.png) no-repeat;
}

.label {
margin: 10px 3px 0 0;
}

.box {
width: 800px;
margin-left: auto;
margin-right: auto;
}

.transparent {
filter:alpha(opacity=40);
-moz-opacity:0.4;
-khtml-opacity: 0.4;
opacity: 0.4;
}

.alignright {
text-align: right;
}

.justify {
text-align: justify;
}

.outline {
margin: 4px;
}

.blue {
color: #a6cad3;
}

.green {
color: #bad42e;
}

.white {
color: #fff;
}

.small {
font-size: 0.8em;
}

.tab {
margin-left: 15px;
}

.del {
text-decoration: line-through;
}

/* FEEDS */

.item {
width: 780px;
margin: 0 auto;
font-size: 16px;
}

.item p {
margin: 0;
}

.item h1, .item h2, .item h3, .item h4, .item h5, .item h6 {
margin: 0;
padding: 0;
}

.item a, .item a:hover {
color: #A6CAD3;
}

.item a:visited {
color: #A6CAD3;
}

.entry-info {
float: left;
width: 670px;
z-index: 5;
min-height: 50px;
background: none;
}

.entry-info-top {
width: 670px;
height: 15px;
background: url(../images/feed/entry-info-top-bg.png) no-repeat left top;
}

.entry-info-main {
width: 560px;
min-height: 20px;
padding: 0 90px 0 20px;
background: url(../images/feed/entry-info-main-bg.png) repeat left top;
}

.entry-info-main img {
margin-top: 20px;
border: 5px solid #021824;
}


.entry-info-main .entry{
width: 670px;
min-height: 20px;
background: url(../images/feed/entry-bg.png) no-repeat left top;
}

.entry-info-bottom {
width: 670px;
height: 15px;
margin-bottom: 20px;
background: url(../images/feed/entry-info-bottom-bg.png) no-repeat left top;
}

.icon {
float: left;
width: 80px;
height: 50px;
z-index: 100;
margin-left: 30px;
}

a.permalink, a.permalink:visited {
color: #eee;
font-size: 12px;
}

a.permalink:hover {
color: #fff;
font-size: 12px;
}

.friendfeed td {
font-size: 12px;
vertical-align: top;
}

.friendfeed td table {
margin: 5px 0 -7px 20px;
}

.friendfeed td img {
border: 2px solid #021824;
margin: -3px 0 0 0;
}

.friendfeed td > div:first-child {
font-size: 15px;
margin-bottom: 10px;
}

.tumblr img {
margin: 0 auto;
}

.tumblr em {
font-size: 1.2em;
}

.time {
color: #1b3845;
font-size: 0.75em;
margin-top: 3px;
position: absolute;
margin-left: 570px;
padding-right: 15px;
}

.maincontent {
font-size: 15px;
}

.pagination {
color: #bad42e;
font-size: 18px;
text-align: center;
margin-bottom: 30px;
}

.pagination a {
text-decoration: none;
color: #a6cad3;
padding: 1px 4px;
background: url(../images/feed/pagination-link-bg.png) repeat;
}

.pagination a:hover {
text-decoration: none;
color: #fff;
padding: 2px 4px;
background: url(../images/feed/pagination-link-bg.png) repeat;
}

.pagination .current, .pagination .current:hover {
color: #bad42e;
}

.pagination .numbers {
cursor: pointer;
}
