/*=================================*/
/* <Theme Name>
/* <Month> 2009
/* By: Gilbert Pellegrom
/* http://www.gilbertpellegrom.co.uk
/*=================================*/

/*====================*/
/*=== Reset Styles ===*/
/*====================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/
body {
	font-family:Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.5em;
	color:#000;
	background:#eee;
}

a, a:visited {
	color:#B40000;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:none;
}

h1, h2, h3, h4, h5, h6 {
}
h1 {
	font-size:2.2em;
	line-height:1.3em;
	margin-bottom:5px;
}
h2 {
	font-size:1.9em;
	line-height:1.3em;
	margin-bottom:5px;
}
h3 {
	font-size:1.7em;
	line-height:1.3em;
	margin-bottom:5px;
}
h4 {
	font-size:1.5em;
	line-height:1.3em;
	margin-bottom:3px;
}
h5 {
	font-size:1.3em;
	line-height:1.3em;
	margin-bottom:3px;
}
h6 {
	font-size:1.2em;
	line-height:1.3em;
	margin-bottom:3px;
}

p {
	font-size:1em;
	margin-bottom:10px;
}
ol {
	list-style:decimal;
	padding-left:30px;
	margin-bottom:10px;
}
ul {
	list-style:disc;
	padding-left:25px;
	margin-bottom:10px;
}
li {
	padding:2px;
}

b, strong {
	font-weight:bold;
}
i, em {
	font-style:italic;
}
u {
	text-decoration:underline;
}
code {
	font-family:Courier,"Courier New",Monaco,Tahoma;
	background:#eee;
	color:#000;
	padding:0px 2px;
}
pre {
	background:#eee;
	padding:10px 20px;
	margin:20px;
}
blockquote {
	font-style:italic;
	margin:0 0 10px 20px;
	padding-left:10px;
	border-left:3px solid #B40000;
}

/*========================*/
/*=== Structure Styles ===*/
/*========================*/
#wrapper {
	width:600px;
	margin:40px auto 0 auto;
	background:#fff;
	padding:30px;
	border:1px solid #ccc;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
}
#wrapper h1 {
	margin-bottom:15px;
}
#wrapper2 {
	width:600px;
	margin:40px auto 0 auto;
	background:#fff;
	padding:0px;
	border:1px solid #ccc;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
}
#wrapper2 h1 {
	margin-bottom:15px;
}
#footer {
	width:600px;
	margin:0 auto;
	padding:10px 0 0 0;
	font-size:12px;
	color:#999;
}
#footer a {
	color:#999;
	text-decoration:underline;
}

li span.name {
	display:inline-block;
	width:140px;
	margin-right:30px;
	font-weight:bold;
}
li span.url {
	display:inline-block;
	width:240px;
	margin-right:30px;
}
li span.up {
	display:block;
	width:32px;
	height:32px;
	float:left;
	margin:-5px 10px 0 0;
}
li span.id {
	display:none;
}
li span.status span {
	display:inline-block;
	line-height:16px;
	background:url(images/info_button_16.png) no-repeat 100% 0;
	padding-right:22px;
	cursor:help;
}

a#add-site {
	float:right;
}
a#do-check {
	color:#333;
	
}
a#do-stay {
	float:right;
	color:#333
	
}
a.remove {
	display:none;
	width:16px;
	height:16px;
	background:url(images/close_16.png) no-repeat;
	text-indent:-9999px;
	float:right;
	margin-top:3px;
	cursor:pointer;
}
li:hover a.remove {
	display:block;
}

.button {
	color:#333;
	padding:5px 10px;
	background:#e8ebeb;
	border:1px solid #acafb0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
	cursor:pointer;
}
.button:hover{ background-color:#F4F4F4; }
.button:active{ position:relative;top:2px; }

.tooltip{ 
	position:absolute; 
	top:0; 
	left:0; 
	z-index:10; 
	display: none; 
	background:#F4F4F4 url(images/table_head_back.png) repeat-x;
	border:1px solid #ccc;
	padding:2px 8px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.jqmWindow {
    display: none;
    position: fixed;
    top:150px;
    left:50%;
    margin-left:-210px;
    width:400px;
    background:#eee;
    border:1px solid #666;
    padding:20px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
}

/*===================*/
/*=== List Styles ===*/
/*===================*/
ul.list {
	list-style:none;
	margin:0;
	padding:0;
	background:#fff;
	border:1px solid #ccc;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
ul.list li {
	padding:10px;
	border-bottom:1px solid #ccc;
}
ul.list li.last, ul.list li:last-child {
	border-bottom:0;
}
ul.list li.title {
	text-transform:uppercase;
	font-weight:bold;
	font-size:0.8em;
	background:#F4F4F4 url(images/table_head_back.png) repeat-x;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
}

ul.list.sub {
	margin-top:10px;
}


/*====================*/
/*=== Input Styles ===*/
/*====================*/
label {
	display:inline-block;
	width:50px;
}
input,
textarea,
select {
	padding:5px;
	font:400 1em Verdana, Sans-serif;
	color:#666;
	background:#fff;
	border:1px solid #999;
	margin:4px 2px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

input:focus,
textarea:focus,
select:focus {
	color:#333;
	background:#fff;
	border:1px solid #666;
}

#add-site-form input {
	width:300px;
}
#add-site-form input.button {
	width:auto;
} 

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

img {
	-ms-interpolation-mode:bicubic;
}

/* Wordpress Defaults */
img.alignright {float:right; margin:0 0 .7em 1em}
img.alignleft {float:left; margin:0 1em .7em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 .7em 1em}
a img.alignleft {float:left; margin:0 1em .7em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}


