/*
Theme Name: phileday
Theme URI: orginal theme http://www.deques.net/
Description: phileday Simple
Version: 1.0.1
Author: adapted from Wai Wong by Philip Day
Author URI: orginal theme http://www.deques.net/
*/
/************************/
/*     Global Design    */
/************************/
* {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color: #763634;
}

a:visited {
	text-decoration: underline;
}

a:hover {
	color: #53B6FF;
}

a:active {
}

body {
	background-color: #406C8A;
	font-family: Verdana, Arial, sans-serif;
	font-size: 68%;
}

.clear {
	clear: both;
}

p {
margin: 0;
padding: 5;
margin-top: 20px;
}


/************************/
/*     Layout Design    */
/************************/
#container {
	width: 1200px;
	padding: 10px;
	padding-bottom: 0;
	margin: auto;
	background-color: #406C8A;
	color: 393939;
	
}

#header {
	background: #00FF66 url(images/header.gif) no-repeat;
	height: 0px;
	position: relative;
}

#navigation {
	background-color:#edb0ae;
	border:2px solid #555555;
	margin:5px auto;
	padding:0px 10px 0px;
	width:auto;
	
}

#content {
	margin: 10px 0;
}

#sidebar {
	background-color:#edafae;
	border:2px solid #555555;
	margin:5px auto;
	padding:5px 10px 10px;
	width:auto;
}

#footer {
	background-color:#edafae;
	border:2px solid #222222;
	margin:5px auto;
	padding:5px 10px 10px;	
	width:auto;
}

.ads {
	margin: 5px auto;
	width: 750px;
}
/************************/
/*     Header Design    */
/************************/
#header {
	background: #FFFFFF url(images/header.gif) no-repeat;
	width: 800px;
	height: 0px;
	margin: 0px auto 0px;
	padding: 0px
}
#navigation ul {
	list-style-type: none;
}

#navigation li {
	float: left;
}
	
#navigation li a {
	float: left;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 9px;
	color: #9f3a39;
}
	
#navigation li a:hover {
	color: #FFF;
	background: #EDB0AE;
}
/************************/
/*    Sidebar Design    */
/************************/
#sidebar ul {
	list-style-type: none;
}

#sidebar ul li {
	float: left;
	width: 33%;
}

#sidebar ul li h2 {
	font-size: 2em;
	font-family: "Trebuchet MS","Lucida Grande",Verdana,Sans-Serif;
}

#sidebar ul li li {
	float: none;
	display: block;
	width: 100%;
}

#sidebar ul li li a {
	font-size: 1.3em;
	font-family: "Trebuchet MS","Lucida Grande",Verdana,Sans-Serif;
	padding-left: 12px;
	background: url(images/arrow2.png) no-repeat left;;
}
/************************/
/*    Content Global    */
/************************/

.post {
	background: url(images/postbackground.gif) no-repeat top;
	background-color:#ffd8d8;	
	border:2px solid #333333;
	color:#773333;
	margin-bottom:10px;
	padding:25px; 
}



#more-1 {
	background: none;
}



.post blockquote {
	margin: 10px;
	padding: 5px;
	font-size: 10px;
	border-top: 1px solid #A6A492;
	border-bottom: 1px solid #A6A492;
	background-color: #FFF;
	color: #00FFFF;
	font-style: italic;

}

.post h2 {
	font-size: 180%;
	font-weight: normal;
	color: #FF0000;
	
	
}

.post ol {
	padding-left: 25px;
	margin-bottom: 5px;
	color: #FF0000;
}

.post ul {
	padding-left: 20px;
	margin-bottom: 5px;
	list-style-type: square;
}

.post small {
	font-size: 90%;
	font-weight: bold;
	color: #868686;
}

/************************/
/*    Content Design    */
/************************/
.post span.cats {
	font-weight: bold;
}





.postmetadata {
	margin: 10px 0;
	font-size: 110%;
}
/************************/
/*    Comment Design    */
/************************/

ol#comments {
	list-style-type: none;
}

ol#comments li {
	margin-bottom: 10px;
}

ol#comments cite {
	font-style: normal;
	font-weight: bold;
	font-size: 130%;
	font-family: Arial, sans-serif;
	color: #773333;
}

ol#comments blockquote {
    margin: 4px;
    font-style: italic;
}


ol#comments em {
	display: block;
	font-size: 120%;
	font-weight: bold;
}

ol#comments p {
	font-size: 120%;
}

ol#comments ol {
    padding-left: 25px;
}

ol#comments ul {
    padding-left: 20px;
}

ol#comments ul li, ol#comments ol li {
    margin-bottom: 3px;
}

small.commentmetadata {
	font-size: 90%;
	font-weight: bold;
	color: #773333;
}

h3#respond {
	font-size: 110%;
}

#commentform p {
    margin-bottom: 3px;
}

#commentform input {
	border: 1px solid #E6E2AF;
	background-color: #FAFAF0;
}

#commentform input#submit {
	margin-top: 2px;
}

#commentform textarea#comment {
	width: 98%;
	border: 1px solid #E6E2AF;
	background-color: #FAFAF0;
}
/************************/
/*  Navigation Design   */
/************************/
.navigation {
	display: block;
	font-size: 130%;
	margin: 5px 0;
}

.navigation .alignleft {
	float: left;
}

.navigation .alignright {
	float: right;
}

/************************/
/*     Footer Design    */
/************************/
