/* reset.css */
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, t
, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
em {font-style: oblique;}
strong {font-weight: bold;}

/* common things */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    display: block;
}


body {
	background: #83cde6 url(../img/clouds-page.png) repeat fixed 0 0; 
	padding: 0;
	margin: 0;
	text-align: center;
	font: 14px "Lucida Grande", Helvetica, Arial;	
}

a {
    color: #EF4E1D;
    text-decoration: underline;
    cursor: pointer;
}



.container {
    
    padding-top: 20px;
	font-size: 18px;
	color: #666;
	width: 100%;
	margin: 0 auto;
	background: white;
}


#comment_count {
	text-align:right;
	font-size:16px;
	color: #666;
	font-weight: bold;
	color:#666;	
	line-height:0.9em;
}

#home_header_container {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
	background: url(../img/white-70.png);    
	border-bottom: 1px solid #B5D8DA;   
	
}

#home_header {
	padding: 5px 5px 0;    
	font-size: 12px;
	width: 550px;
	margin: 0 auto;
	color: #111;
	position: relative;
}

#home_footer {
    
    margin-top: 60px;
	padding:15px;
	font-size: 12px;
	color: #666;
}

#register_pane label {
    font-weight: bold;
}

#logbut {
    border-width: 1px;
    padding-top: 1px;
    padding-bottom: 2px;
}

#login_pane {
    width: 430px;
}

.headerButton {
    position: absolute;
    top: 5px;
    right: 5px;
}


.content {
    width: 950px;
 	margin: auto;
 	position: relative;
 	text-align: left;
}

.content .rightcol {
    position: absolute;
    top: -240px;
    
	right: 0;
}

.rightcol img {
    margin-bottom: 40px;
}

.content .leftcol {
	width: 500px;
    min-height: 450px;
    height: auto !important;
    height: 450px;
    text-align: center;
}

#logo_pane {
	border-top:thin dashed;
	border-bottom:thin dashed;
	padding:40px;
	margin: auto;
	margin-top: 25px;
	color:black;
}

#login {
	border:thin;
	border-color: #CCC;
	font-size: 12px;
}

#login input {
    font-size: 12px;
    display: inline;
}

#login label {
    margin-right: 10px;
}

#register {
    text-align: left;
    font-size: 16px;
}

.form label {
    width: 160px;
    text-align: right;
    display: block;
    float: left;
    padding: 5px 0;
    font-size: 16px;
    color: #003333;
}

.form .inputField {
    float: left;
    margin-left: 10px;
    padding: 2px;
    font-size: 16px;
    width: 160px;
}

#register .inputButton {
    padding: 5px 10px;
    margin-left: 10px;
    width: 170px;
}

.inputButton {
	font-size: 18px;
	padding: 10;
	margin-top: 5px;
}

	
#tweetbar, #underbar {
	color:#333333;
	font-size:24px;
	padding:5px;
	margin:20px 0 0;
}


#reg {
	list-style-type: none;
	margin-bottom : 0px;
}

#reg li{
	margin-bottom: 5px;
	width: 100%;
}

#cred_li{
	list-style-type: none;
}

#cred_li li{
	margin:5px;
} 
	
#credentials {
	margin: auto;
	text-align: center;
	font-size: 12px;
}

#registerbar, #loginbar {
	color:#EF4E1D;
	text-align: center;
	margin-top: 5px;
}

#url_form {
	margin: 35px;
}

h {
	background: white;	
}

/* URL TABLE */



.butlet{
	padding:2px 4px;
    color: #111;
    border: 1px solid #ddd;
    border-color: #ddd #999 #999 #ddd;
    background: url(../img/button-bg.png) repeat-x center center;
	font-size:14px;
	text-decoration:none;
}

.butlet:hover {
    border-color: #999 #ddd #ddd #999;
	padding:3px 3px 1px 5px;    
}

.butlet:active {
    border-style: inset;
}
	
#nolinks{
	margin: 30px;	
}

.section {
    margin: 0 auto 80px;
    padding: 20px;
	background: #e0f9f9 url(../img/clouds-module.png) fixed repeat center center;
	border: 5px solid #daefef;
	position: relative;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

#myurls_pane {
    width: 880px;
    margin-left: 0;
    min-height: 220px;
    height: auto !important;
    height: 220px;
}

.section img {
    position: absolute;
    top: -40px;
    left: -50px;
}

.section textarea {
    padding: 10px;
	width: 95%;
    font-size: 16px;
    margin-bottom: 10px;
}

.section .bigButton,
.section .inputButton {
    width: 60%;
    margin: 10px auto 0;
    display: block;    
    height: 40px;
}

.buttonrow {
    padding: 0px 10px 20px;
}


.logotype {
    margin: 70px auto 0;
    padding-right: 465px;
}


.headerButton a {
    display: block;
    padding: 3px 6px;
    font-weight: bold;
    font-size: 14px;
}

#loggedon_pane {
    font-size: 18px;
    color: #444;
    padding-bottom: 5px;
}

#developerapi_pane {
    padding-left: 20px;
    font-size: 14px;
}

p {
    margin-bottom: 1em;
}

code {
    font-family: Courier;
    display: block;
    text-align: left;
}

.newUrl {
    text-decoration: underline;
}

.policy {
    text-align: left;
    font-size: 12px;
    color: #333;
    padding: 30px 0;
}

.policy h2 {
    font-size: 24px;
    margin-bottom: 0.5em;
}

.policy h3 {
    font-size: 16px;
       margin-bottom: 0.5em; 
}

.legalfooter {
    padding-top: 10px;
    font-size: 9px;
}

.legalfooter a {
    color: #999;
}

.bigButton {
    display: block;
    margin: 0 auto;
    color: #111;
    border: 1px solid #ddd;
    border-color: #ddd #999 #999 #ddd;
    background: url(../img/button-bg.png) repeat-x center center;
    padding: 10px 5px;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
}

.bigButton:hover {
    border-color: #999 #ddd #ddd #999;
    padding: 12px 3px 8px 7px;
}

textarea {
    font: 14px 'Lucida Grande', Helvetica, Arial;
}

.urltable {
    width: 100%;
}

.urltable th {
    font-weight: bold;
    font-size: 13px;
    vertical-align: bottom;
    padding-bottom: 5px;
    border-bottom: 1px solid #bbb;
}

.urltable td {
    font-size: 13px;
    vertical-align: top;
    padding: 8px 0;
}

.urltable .twigyLink {
    width: 100px;
}

.urltable .hits {
    width: 50px;
}

.urltable .timestamp {
    width: 100px;
}

.urltable .func {
    width: 145px;
}


.emulate-hover .butlet {
    background: none;
    border: none;
    color: #ccc;
	padding:3px 5px;
}

.butlet,
.emulate-hover.hovered .butlet {
    padding:2px 4px;
    color: #111;
    border: 1px solid #ddd;
    border-color: #ddd #999 #999 #ddd;
    background: url(../img/button-bg.png) repeat-x center center;
	text-decoration:none;
}


.butlet:hover,
.emulate-hover.hovered .butlet:hover {
    border-color: #999 #ddd #ddd #999;
	padding:3px 3px 1px 5px;    
}


#pagin .butlet {
    font-weight: bold;
    font-size: 16px;
}



.urltable tr:hover td {
	background: url(../img/white-50.png) repeat;
}

.puffytop {
    margin-top: 10px;
    width: 100%;
    padding-top: 75px;
    background: url(../img/puffy-top.png) repeat-x;
}


.devapilink {
    position: absolute;
    top: 587px;
    left: 8px;
    width: 220px;
    height: 35px;
    display: block;
    text-decoration: none;
}

#pagin {
    font-size:13px;
    padding-right:40px;
    padding-top:10px;
    text-align:right;
}

#wrapper {
    width: 500px;
    margin: 0px auto;
    padding: 0 40px;
    background: white;
}