/*  
Theme: Theme 3
Created By: Vicky @ http://dearagony.org
*/
fieldset {
	border: 0;
	margin: 0;
}

form#linkform label, form#linkform span.label {
	clear: both;
	display: block;
	float: left;
	width: 150px;
}
form#linkform input, form#linkform select, form#linkform textarea, form#linkform span.button {
	display: block;
	float: left;
	width: 250px;
	margin-bottom: 5px;
}
form#linkform textarea {
	height: 80px;
}
form#linkform input.button {
	clear: both;
	margin: 10px 0 0 150px;
	width: 80px;
}

	table {
		width: 100%;
		border-collapse: collapse;
	}
		table tr.linkeven {
			background-color: #efefef;
		}
		table tr.linkodd {
			background-color: #fff;
		}
		table tr.pending {
			background-color: #CFE1EF;
			font-weight: bold;
		}
			table td, table th {
				padding: 3px;
				border: 1px solid #ccc;
			}
		
		table img {
		vertical-align: middle;
		}

.updatemeta {
	margin-top: -1em;
	font-size: .9em;
	color: #666;
}
.red { color: #f00; }

.center { text-align: center; }
.right { text-align: right; }


body, html { 
margin: 0;
padding: 0;
}


body { 
background: #eeeeee url("http://i38.tinypic.com/11vtxxj.gif") fixed;
text-align: center;
font: 85%/190% "Arial", sans-serif;
color: #404040; 
} 

/* Header Section */

#header {
background: #d13b62 url("http://i34.tinypic.com/315etdy.gif");
text-align: center; 
width: 800px;
height: 120px;
}

.logo  { 
font: 400 46px/120px "Georgia";
color: #fff;
letter-spacing: 2px;
text-transform: uppercase;
text-shadow: 2px 2px 2px #000;
} 
.logo a:link, .logo a:active, .logo a:visited  {
color: #fff;
text-decoration : none;
} 
.logo a:hover  {
color: #ccc;
text-decoration : none;
}

/* Container Section */

#container { 
background: #fff;
text-align: justify; 
width: 800px;
margin: 60px auto 20px;
} 

#content {
width: 540px;
float: left;
padding: 15px;
}

#sidebar { 
width: 210px;
float: right;
padding: 10px;
} 

.box {
padding: 5px;
font-size: 12px;
margin-bottom: 20px;
}

/* Footer */

#footer { 
clear : both;
font-size: 12px;
color: #202020;
padding:10px;
background: #d13b62 url("http://i34.tinypic.com/1z2in1e.gif");
text-align: center;
height : 50px;
}
#footer a:link, #footer a:active, #footer a:visited  {
color :#A62646;
text-decoration : none;
}
#footer a:hover  {
color :#404040;
text-decoration : none;
}

/* Main Navigation*/

#navigation {
width: auto;
text-align: center;
background: #f0f0f0;
margin: 0 0 10px;
padding: 15px;
}

#navigation ul, #navigation li{ 
list-style-type: none;
display: inline;
} 

#navigation a:link, #navigation a:visited { 
float: inherit;
font: 400 16px "georgia";
color: #333;
width: auto;
text-decoration: none;
padding: 10px 20px;
}

#navigation a:hover  {
color:#333;
background: #eaa2b6;
text-decoration: none;
} 

/* normal links */

a:link,a:visited {
color: #ce2f58;
text-decoration: none;
} 
a:hover { 
color: #202020;
text-decoration: underline;
}

/* headers */

h1 {
font:400 200%/70% "georgia";
color: #ce2f58;
letter-spacing: -1px;
margin: 4px;
padding: 6px;
}
h1 a:link, h1 a:active, h1 a:visited  {
color : #ce2f58;
font-weight: 400;
text-decoration: none;
} 
h1 a:hover  {
color : #202020;
text-decoration : none;
}

h2  {
font: italic 400 18px Georgia;
color: #d8597b;
border-bottom: 1px dotted #808080;
margin: 3px;
text-align: right;
padding: 2px;
}

h3 {
font:400 190%/100% "Georgia";
color: #808080;
letter-spacing: -2px;
margin: 4px;
} 

/* Bullets */

ul {
list-style-image : url('http://i45.tinypic.com/e1rt2.png');
margin-left:5px;
}

/* Code */

code {
font: 12px/24px Consolas, "Courier New";
color: #CD567A;
}

code.wrap {
display: block;
background: #f0f0f0;
border-bottom: 2px solid #d95979;
color: #404040;
padding: 10px;
font: 12px/24px Consolas, "Courier New";
}

/* Miscellaneous */

table {
color: #404040;
} 

img {
border: none;
}

em { 
color: #d95979;
}

blockquote  {
display: block;
text-align: left;
font-size: 12px;
color: #404040;
padding: 10px;
background : #f0f0f0;
border-left: 2px solid #d95979;
margin: 20px;
} 

textarea, input, select, submit {  
padding: 10px;
background: #fff; 
font: 14px/24px Arial;
color: #404040;
border: 1px solid #d95979;
} 