/*  
Theme Name: Red Bird
Theme URI: http://fyrewurks.com
Description: <p>A Pretty Red Bird</p>
Version: 1.0
Author: Fyrewurks
Author URI: http://fyrewurks.com

*/


/* ---------- @ HTML Elements -----------*/

*{
margin:0px;
padding:0px;

}
body, html {
	color:#F0FFEC;
	min-height:101%;
	font-size: 100%;
	background-color:#F0FFEC;
	background-image: url(images/main_body.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.85em;
}

p {
	margin: 15px 0;
}
.post img{
margin-right:10px;

}

a:link, a:visited {
	text-decoration:none;
	
	color: #EC1745;
}

a:hover, a:active {
	color:#EC1745;
	text-decoration: underline;
}

*:focus {
	outline: none
}

/* ---------- @ Page Structure -----------*/

.header {
	height: 220px;
	width: 950px;
	position:relative;
	top:10px;
}

#header {
	
	padding:10px;
	

}


#header h1 a {
	font-size:1.8em;
	font-weight:bold;
	color:#EC1745;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	top:0px;
	left:0px;
	
	
}

#header .description{
                position: absolute;
                top:45px;
                left:0px;
                font-weight:bold;
                color:#6FC7CF;


}
#header .box{
	position: absolute;
	top:20px;
	right:127px;
	font-weight:bold;
	color:#666666;
	text-align:center;
	font-size:.85em;

}
#header .box h3{
color:#666666;
	

}




.mid{
	position: relative;
	z-index:2;
	left:10px;
	top:10px;
	
	

}


/* ---------- @ Headings -----------*/

h2 {
	font-size: 1.2em;
	margin:0px;
	padding:0px;

	
	}
	
.content h2 a,
.content h2 a:visited
{
	font-size: 1.5em;
	margin:0px;
	padding:0px;
	color:#EC1745;

	
	}

h3 {
	font-size: 1.4em
	}

h4 {
	font-size: 1.2em
	}
	
/* menu */
#menu{
	position: relative;
	top:10px;
	width:950px;
	z-index:5;
	background-image: url(images/topmenu_bg.jpg);
	background-repeat: no-repeat;
	height: 44px;
	
}

#menu ul{
	list-style: none;
	list-style-type: none;
	font-size: 0.90em;
	padding:0px;
	font-weight:bold;
	padding-top:15px;
	text-align:center;
	width:900px;
	
	
	
}

#menu ul li{
	
	margin: 0 0 0 1px;
	display:inline;
	border-right:1px solid #ccc;

	
}

#menu ul li a{
	
	padding: 5px 10px 5px;
	text-decoration: none;
	color: #EC1745;

}

#menu ul li a:hover{
	text-decoration: underline;

	
}

#menu ul li.current_page_item{
background-color:#EC1745;

}

#menu ul li.current_page_item a{
	color: #EC1745;
	
}


/* ---------- @ content Area -----------*/

/*Home*/
.padding{
padding:10px;

}
.content {
font-size:12px;
line-height:20px;
margin-right:10px;
margin-top:10px;
position: relative;
top:10px;
color:#000000;

}


.content .post, .navigation, .pagetitle, .searc_results {

	padding:10px 20px 10px 20px;
}

.post{
	
	background-position: left top;
	

}
p, blockquote, ul, ol {
	margin-top: 0;
	padding-top: 0;
	margin-bottom:0.5em;	
}

blockquote 
{
	margin:1em;
	padding:0 2em;
	background:url(images/quote.gif) no-repeat left top;
	color:#666;
	font-style:italic;
}
/*sidebar left*/

.sidebar_left {
	float:left;
	margin:0;
	border-right:#000000 0px solid;
	font-size:12px;
}	


.sidebar_left h2{
	
	background-repeat: no-repeat;
	height:20px;
	color:#6FC7CF;
	padding: 0 0 5px;
}	


.sidebar_left  ul ul, .sidebar_left  p, .sidebar_left  form, .sidebar_left  .textwidget
{
	margin:0;
	padding:0;
}

.sidebar_left li 
{
	margin:0;
	padding:0;
	list-style:none;
	background:none;
	margin-bottom:2em;

}

.sidebar_left  li li
{
	margin:0.5em 0;
	padding:0;
	
}

.sidebar_left  li ul li a,
.sidebar_left  li ul li a:visited
{

	border-top:none;
	color:#EC1745;
	
}
.sidebar_left  li li ul li,
.sidebar_left  li li ul ul

{
	color: #EC1745;
	border:none;
	

}




/*sidebar right*/


.sidebar_right {
	float:left;
	margin:0;
	font-size:12px;
}
.sidebar_right h2{
	
	background-repeat: no-repeat;
	height:20px;
	color:#6FC7CF;
	padding: 0 0 5px;
}	


.sidebar_right ul ul, .sidebar_left  p, .sidebar_left  form, .sidebar_left  .textwidget
{
	margin:0;
	padding:0;
}

.sidebar_right li 
{
	margin:0;
	padding:0;
	list-style:none;
	background:none;
	margin-bottom:2em;

}

.sidebar_right li li
{
	margin:0.5em 0;
	padding:0;
	
}

.sidebar_right li ul li a,
.sidebar_right li ul li a:visited
{

	border-top:none;
	color:#EC1745;
	
}
.sidebar_right li li ul li,
.sidebar_right li li ul ul

{
	color: #EC1745;
	border:none;
	

}




/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	text-decoration:none;
	}
#wp-calendar #today 
{
	border:#999 1px solid;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */
				

img.centered {display: block;margin-left: auto;margin-right: auto;}
img.alignright {padding: 4px;margin: 0 0 2px 7px;display: inline;}
img.alignleft {padding: 4px;margin: 0 7px 2px 0display: inline;}

.alignright {float: right;}
.alignleft {float: left}



/*comments*/
.post .user {
	background-image: url(images/user.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
}

.post .user a{
	padding-left:15px;
}
.post .edit {
	background-image: url(images/edit.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
}
.post .edit a {
	padding-left:15px;
}
.post .comment {
	background-image: url(images/comment.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
}
.post .comment a {
padding-left:15px;
	
}

/* Comments starts here*/

ol{
margin:0px;
padding:0px;


}
ol li{
display:block;
border-bottom:1px solid #222;
list-style:none;
background-color:#FFFFFF;
padding:10px;




}

#commentform .textarea{




}

#commentform .textarea{
width:98%;
border:1px solid #dedede;

}
/*Interior Pages*/

.bullets {
	padding:15px 15px 15px 30px;
	}

.bullets li {
	background:url(/images/bullet.gif) no-repeat;
	list-style:none;
	padding-left: 11px;
	margin-bottom: 5px;
	}

/* ---------- @ Forms -----------*/

.button {
	background: #FFFFFF ! important;
	border:#F7ECD4 1px solid;
	padding: 2px;
	margin: 0 2px 0 0;
	color:#000000;
}

.button:focus {
	padding:2px;
	background: #000 ! important;
}

.button:hover {
	background: #CCC ! important;
	color: #000;
}

/*Clear*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	}

/* Hides from IE-mac */
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}
/* End hide from IE-mac */

/* ---------- @ Footer -----------*/

#footer {
	padding: 10px;
	color:#666666;
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
	height: 84px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: bottom;
	text-align:center;
	margin-top:40px;
        float:left;
        display:none;
	

	
}
#footer p{
padding-top:10px;
width: 100%;
float: left;
display: none;


	
	
}
#footer a{

	color:#EC1745;
	text-decoration:underline;
	font-weight:bold;
	font-size:12px;
	
	
}

a img { border: none; }
