/* CSS Document */
body {font-family: arial; font-size: 1.0em; background-color: #55acee; margin: 0px auto}
div.wrapper {text-align: left; margin: 0px auto; overflow: hidden}
div.section {float: left; padding-bottom: 10000px; margin-bottom: -10000px} 
#pagetitle {font-size: 1.6em; color: #666666}
#pagetitlesmall {font-size: 1.1em; color: #666666}
#namedark a:link { font-size: 1.0em; color: #666666; font-weight: bold; text-decoration: none}
#namedark a:visited { color: #666666; text-decoration: none}
#namedark a:hover { color: #666666; text-decoration: underline} 

.buttonyes, .buttonno {
-webkit-appearance: none; padding: 5px; color: #ffffff; background: #55acee; font-size: 1.0em; text-decoration: none; border: 0; margin: 3px 5px 3px 0px}
.buttonyes {font-weight: bold; text-decoration: bottom}
.buttonyes:hover, .buttonno:hover {background: #999999}


.input {-webkit-appearance: none; font-size: 1.2em; color: #555555; padding: 5px 0px 8px 5px; border-radius: 0px}
.subtext a:link, .subtext2 a:visited  {padding: 0px 0px; font-size: 0.8em; color: #666666; text-decoration: none}  
.subtext a:hover {color: #333333; text-decoration: underline}
#namewhite a:link { font-size: 1.0em; color: #ffffff; font-weight: bold; text-decoration: none}
#namewhite a:visited { color: #ffffff; text-decoration: none}
#namewhite a:hover { color: #ffffff; text-decoration: underline} 
#namewhiteurl a:link { font-size: 1.0em; color: #ffffff; font-weight: bold; text-decoration: none}
#namewhiteurl a:visited { color: #ffffff; text-decoration: none}
#namewhiteurl a:hover { color: #ffffff; text-decoration: underline} 
#tweet1 a:link {color: #333333; font-size: 14px; font-weight: bold; text-decoration: none}  
#tweet1 a:visited {background: #ffffff; color: #333333; font-size: 14px; font-weight: bold; text-decoration: none}
#tweet1 a:hover {background: #ffffff; color: #006295; text-decoration: underline}
#tweet2 a:link {background: #ffffff; color: #999999; font-size: 14px; font-weight: normal; text-decoration: none}  
#tweet2 a:visited {background: #ffffff; color: #999999; font-size: 14px; font-weight: normal; text-decoration: none}
#tweet2 a:hover {background: #ffffff; color: #666666; text-decoration: none}
#tweet3 a:link {background: #ffffff; color: #999999; font-size: 12px; font-weight: bold; text-decoration: none}  
#tweet3 a:visited {background: #ffffff; color: #999999; font-size: 12px; font-weight: bold; text-decoration: none}
#tweet3 a:hover {background: #ffffff; color: #666666; text-decoration: none}
#tweet4 a:link {background: #ffffff; color: #006295; font-size: 12px; font-weight: bold; text-decoration: none}  
#tweet4 a:visited {background: #ffffff; color: #006295; font-size: 12px; font-weight: bold; text-decoration: none}
#tweet4 a:hover {background: #ffffff; color: #333333; text-decoration: underline}
#tweettext a:link {background: #ffffff; color: #006295; text-decoration: none}  
#tweettext a:visited {background: #ffffff; color: #006295; text-decoration: none}
#tweettext a:hover {background: #ffffff; color: #006295; text-decoration: underline}
#post_style {margin-left: 0px; margin-right: 0px; margin-bottom: 1px; background-color: #ffffff; table-layout: fixed; 
            padding: 3px; font-family: arial; font-size: 14px; line-height: 18px}
#text_style {color: #333333; font-size: 1.2em; line-height: 22px}   
.mbox {background: #ffffff; margin: 0px auto; padding: 10px; font-size: 1.2em; color: #666666; border: solid 1px #999999}         
            
#ava_style {width: 48px; height: 48px; border-radius: 5px}
#reply_png {color: #ffffff; text-decoration: none; background-image:url('reply_default.svg'); background-repeat: no-repeat}
#reply_png:hover {color: #ffffff; text-decoration: none; background-image:url('reply_default.svg'); background-repeat: no-repeat; opacity: 0.5}
#retweet_png {color: #ffffff; text-decoration: none; background-image:url('retweet_default.svg'); background-repeat: no-repeat}
#retweet_png:hover {color: #ffffff; text-decoration: none; background-image:url('retweet_onandhover.svg'); background-repeat: no-repeat}
#retweet_png_ret {color: #ffffff; text-decoration: none; background-image:url('retweet_onandhover.svg'); background-repeat: no-repeat}
#retweet_png_ret:hover {color: #ffffff; text-decoration: none; background-image:url('retweet_onandhover.svg'); background-repeat: no-repeat}
#favorite_png {text-decoration: none; background-image:url('like_default.svg'); background-repeat: no-repeat}
#favorite_png:hover {text-decoration: none; background-image:url('like_onandhover.svg'); background-repeat: no-repeat}
#favorite_png_fav {text-decoration: none; background-image:url('like_onandhover.svg'); background-repeat: no-repeat}
#favorite_png_fav:hover {text-decoration: none; background-image:url('like_onandhover.svg'); background-repeat: no-repeat}
.quote {border: solid 1px #999999}
.quote:hover {border: solid 1px #000000}

.buttonblue, .buttongreen, .buttonselected, .buttonorange, .buttongrey, .buttonbg {
-webkit-appearance: none; padding: 10px; color: #ffffff; font-size: 1.0em; text-decoration: none; border-radius: 0px; border: 0px; margin: 3px 5px 3px 0px}
.buttonblue { background: #55acee;
background: linear-gradient(#147ac8,#55acee);
background: -ms-linear-gradient(top, #147ac8, #55acee);
background: -webkit-gradient(linear, left top, left bottom, from(#147ac8), to(#55acee));
background: -moz-linear-gradient(top, #147ac8 0%, #55acee 100%); 
} 
.buttongreen, .buttonselected { background: #5fee54;
background: linear-gradient(#20c813,#5fee54);
background: -ms-linear-gradient(top, #20c813, #5fee54);
background: -webkit-gradient(linear, left top, left bottom, from(#20c813), to(#5fee54));
background: -moz-linear-gradient(top, #20c813 0%, #5fee54 100%); 
} 
.buttonorange { background: #ee9754;
background: linear-gradient(#c86213,#ee9754);
background: -ms-linear-gradient(top, #c86213, #ee9754);
background: -webkit-gradient(linear, left top, left bottom, from(#c86213), to(#ee9754));
background: -moz-linear-gradient(top, #c86213 0%, #ee9754 100%); 
} 
.buttongrey { background: #a9a9a9;
background: linear-gradient(#a9a9a9,#c3c3c3);
background: -ms-linear-gradient(top, #a9a9a9, #c3c3c3);
background: -webkit-gradient(linear, left top, left bottom, from(#a9a9a9), to(#c3c3c3));
background: -moz-linear-gradient(top, #a9a9a9 0%, #c3c3c3 100%); 
} 
.buttonbg { background: #333333} 

.buttonblue:hover, .buttongreen:hover, .buttonorange:hover, .buttongrey:hover, .buttonbg:hover {
-webkit-appearance: none; border-top-color: #28597a; background: #28597a; color: #ffffff}

#username a:link, #username a:visited {color: #555555; font-size: 1.0em; font-weight: bold; text-decoration: none}  
#username a:hover {color: #006295; text-decoration: underline}
#usernamesmall a:link, #usernamesmall a:visited {color: #555555; font-size: 14px; font-weight: bold; text-decoration: none}  
#usernamesmall a:hover {color: #006295; text-decoration: underline}
#website a:link, #website a:visited {color: #555555; font-size: 1.0em; font-weight: bold; text-decoration: none}  
#website a:hover {color: #006295; text-decoration: underline}
#url a:link, #url a:visited {color: #55acee; font-size: 1.0em; font-weight: normal; text-decoration: none}  
#url a:hover {color: #55acee; text-decoration: underline}
#url2 a:link, #url2 a:visited {color: #ffffff; font-size: 20px; font-weight: bold; text-decoration: none}  
#url2 a:hover {color: #ffffff; text-decoration: underline}
#smalllink a:link, #smalllink a:visited {color: #333333; font-size: 14px; font-weight: bold; text-decoration: none}  
#smalllink a:hover {color: #006295; text-decoration: underline}
.close {background-color: #00aeed; font-size: 28px; font-weight: bold; color: #ffffff; height: 40px; line-height: 30px; text-align: center;
         text-decoration: none; top: 10px; right: 20px; width: 40px; border-radius: 0px; border: solid 0px #000000}
.close:hover {background-color: #ffffff; color: #006295}
.next {background-color: transparent; font-size: 42px; font-weight: bold; color: #ffffff; height: 200px; line-height: 30px; text-align: right;
         text-decoration: none; top: 10px; right: 20px; width: 60px; border-radius: 0px; border: solid 0px #000000}
.next:hover {outline: 0}
.prev {background-color: transparent; font-size: 42px; font-weight: bold; color: #ffffff; height: 200px; line-height: 30px; text-align: left;
         text-decoration: none; top: 10px; right: 20px; width: 60px; border-radius: 0px; border: solid 0px #000000}
.prev:hover {outline: 0}
.likes {background-color: #ffffff; height: 45px; line-height: 30px; text-align: center; text-decoration: none}

.table1 table {width: 100%; border-collapse: collapse; background: #ffffff; color: #333333}
.table1 td, .table1 th {padding: 7px; border: solid 1px; text-align: center}
.table1 tr:nth-child(even) {background: #ffffff}
.table1 tr:nth-child(odd) {background: #f3f3f3}
.table2 table {margin: auto; border-collapse: collapse; background: #ffffff; color: #333333}
.table2 td, .table2 th {padding: 7px; border: solid 1px; text-align: center}
.table2 tr:nth-child(even) {background: #ffffff}
.table2 tr:nth-child(odd) {background: #f3f3f3}
