/*
Theme Name:		Falcon Freelance
Theme URI:		http://falconfreelance.com
Description:	Falcon Freelance 2008
Version:			1.0
Author:				Gregory Fisher
Author URI:		http://melvillestudio.com/
*/


/* General Attributes 
***********************/

* {
	padding: 0;
	margin: 0;
	}
	
body {
	height: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	background: #f3f3f3 url(images/body-bg.jpg) bottom left repeat-x;
	font-family: Lucida Sans, 'Trebuchet MS', Arial, Helvetica;
	}
	
a, p, ul, li {
	padding: 0;
	margin: 0;
	}
	

/* Page Wraps 
*****************/

#pageWrap {
	float: none;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 25px;
	padding: 0;
	background-color: #f3f3f3;
	}

#content {
	float: left;
	clear: both;
	width: 949px;
	height: auto;
	margin: 5px auto 0 5px;
	padding: 0;
	background: #ffffff url(images/page-borders-bg.gif) top left repeat-y;
	}

#header {
	float: none;
	clear: both;
	text-align: center;
	width: 940px;
	height: 300px;
	margin: 0 5px 0 5px;
	background: url(images/header-bg.gif) bottom left no-repeat;
	}
	
#pageContent {
	float: none;
	clear: both;
	width: 949px;
	margin: 0 auto 0 auto;
	}
	


/* DETAILS
******************************/
	
img#logo {
	margin: 10px 0 0 15px;
	}
	
ul#topNav {
	float: none;
	clear: both;
	width: 520px;
	margin: 45px auto 0 auto;
	list-style-type: none;
	}
	
	ul#topNav li {
		float: left;
		margin: 0 10px 0 10px;
		}

	a#home {
		display: block; 
		width: 109px;
		height: 36px;
		background: url(images/home-buttons.gif) 0 0 no-repeat;
		}
	
	a#services {
		display: block; 
		width: 109px;
		height: 36px;	
		background: url(images/services-buttons.gif) 0 0 no-repeat;
		}
	
	a#blog {
		display: block; 
		width: 109px;
		height: 36px;	
		background: url(images/blog-buttons.gif) 0 0 no-repeat;	
		}
		
	a#contact {
		display: block; 
		width: 109px;
		height: 36px;	
		background: url(images/contact-buttons.gif) 0 0 no-repeat;	
		}
		
	a#home:hover, a#services:hover, a#blog:hover, a#contact:hover {
		background-position: 0 -36px;
		}
		
		ul#topNav li a.up {
		background-position: 0 -36px;	
		}

	ul#topNav li a span {
		display: none;
		}

ul#slideNav {
	float: none;
	clear: both;
	width: 645px;
	height: 32px;
	background: url(images/slide-background.gif) top left no-repeat;
	margin: 0 auto 0 auto;
	padding: 0px;
	font-size: 11px;
	list-style-type: none;
	text-align: center;
	}

	ul#slideNav li {
		float: left;
		display: inline;
		padding: 0;
		}
		
		ul#slideNav li a {
			float: left;
			display: block;
			margin: 10px 0 0 45px;
			color: #fff;
			text-decoration: none;
			}
			
			ul#slideNav li a:hover {
				color: #00CCFF;
				}
				
p.slideButton {
	clear: both;
	display: block;
	width: 67px;
	height: 16px;
	margin: 0 auto 0;
	background: url(images/slide-button.gif) 0 0 no-repeat;
	cursor: pointer;
	}
	
	p.active {
		background-position: 0 -16px;
		}
	
	p.slideButton a {
		display: none;
		}
		
		

/* content area (Text) on main page
***********************************/

#mainText {
	float: left;
	background: transparent;
	width: 560px;
	margin: 100px 0 20px 40px;
	}
	
	h1 {
		float: none;
		font-size: 24px;
		font-weight: normal;
		color: #000000;
		margin: 0 0 20px 0;
		}
		
		h1 a {
			color: #000000;
			text-decoration: none;
			}
			
			h1 a:hover {
				text-decoration: underline;
				}
			
	
	#mainText p {
		font-size: 13px;
		color: #373737;
		line-height: 22px;
		margin: 0 0 10px 0;
		}
		
	#mainText p a {
		color: #0000FF;
		text-decoration: underline;
		}
		
		#mainText p a:hover {
			text-decoration: none;
			background-color: #FFFFCC;
			}

#blogUpdates {
	float: right;
	background: transparent;
	width: 307px;
	margin: 70px 15px 0 0;
	padding: 0;
	}
	
	#blogUpdates h3 {
		display: block;
		clear: both;
		width: 307px;
		height: 36px;
		background: #ffffff url(images/blog-update-title.gif) 2px top no-repeat;
		}
		
		#blogUpdates h3 span {
			display: none;
			}
			
			
	
#blogUpdatesWrap {
	float: left;
	width: 307px;
	padding: 0;
	background: #ffffff url(images/blog-updates-bg.gif) 1px top repeat-y;
	}
	
ul#recentBlogs {
	list-style-type: none;
	padding: 10px 0 10px 0;
	}
	
	ul#recentBlogs li {
		float: left;
		display: block;
		clear: both;
		width: 268px;
		height: 93px;
		background: url(images/blog-update-block.jpg) top left no-repeat;
		margin: 0 10px 10px 14px;
		padding: 5px;
		overflow: hidden;
	}
	
		ul#recentBlogs li h4 {
			color: #fff;
			font-size: 13px;
			text-transform: uppercase;
			}
			
			ul#recentBlogs li p {
				font-size: 11px;
				color: #fff;
				}
	
	p#blogButton a {
		clear: both;
		display: block;
		width: 107px;
		height: 36px;
		margin: 10px auto 0 auto;
		padding: 0 0 10px 0;
		background: url(images/go-to-blog.gif) left top no-repeat;
		}
		
		#blogButton a span {
			display: none;
			}

p#bottomBox {
	clear: both;
	display: block;
	width: 307px;
	height: 7px;
	margin: 0;
	background: url(images/blog-update-bottom.gif) left top no-repeat;
	}

#sidebar {
	float: left;
	width:260px;
	height: auto;
	margin: 70px 0 20px 70px;
	padding: 0 15px 0 0;
	background: url(images/services-sidebar.gif) right 30px no-repeat;
	}
	
	#sidebar h2 {
		color: #9c9c9c;
		font-size: 15px;
		margin: 50px 0 20px 0;
		clear: both;
		}
		
		ul#sidebarNav {
			list-style-type: none;
			padding: 0;
			margin: 0;
			}
			
			ul#sidebarNav li {
				float: left;
				clear: both;
				background: url(images/sidebar-arrow.gif) left 5px no-repeat;
				margin: 0;
				padding: 0 0 20px 15px;
				font-size: 13px;
				color: #9c9c9c;
				text-transform: capitalize;
				}
				
				ul#categories {
					list-style-type: none;
					padding: 0;
					margin: 0;
					clear: both;
					}
					
				ul#categories li {
				float: left;
				clear: both;
				background: url(images/sidebar-arrow.gif) left 5px no-repeat;
				margin: 0;
				padding: 0 0 20px 15px;
				font-size: 13px;
				color: #9c9c9c;
				text-transform: capitalize;
				}
				
				ul#sidebarNav li a, ul#categories li a {
					color: #666666;
					text-decoration: underline;
					}
		
				ul#sidebarNav li a:hover, ul#categories li a:hover {
					text-decoration: none;
					background-color: #FFFFCC;
					}
					
#servicesText {
	float: right;
	background: transparent;
	width: 480px;
	margin: 100px 70px 20px 0;
	}

.blogEntry {
	margin: 0 0 60px 0;
	padding: 0;
	border-bottom: 1px #cccccc solid;
	}

#servicesText p {
		font-size: 13px;
		color: #373737;
		line-height: 22px;
		margin: 0 0 10px 0;
		clear: both;
		}

#servicesText p.postFooter {
	margin: 0;
	padding: 20px 0 20px 0;
	font-size: 11px;
	text-transform: uppercase;
	color: #cccccc;
	}

	#servicesText p a {
		color: #0000FF;
		text-decoration: underline;
		}
		
		#servicesText p a:hover {
			text-decoration: none;
			background-color: #FFFFCC;
			}
#servicesText ul {
	list-style-type: none;
	margin: 0 0 0 20px;
	padding: 20px 0 40px 0;
	clear: both;
	}
	
	#servicesText ul li {
		float: left;
		clear: both;
		background: url(images/services-bullet.gif) left top no-repeat;
		margin: 0;
		padding: 1px 0 20px 40px;
		font-size: 13px;
		color: #373737;	
		}
	
	#servicesText ul li a {
		color: #0000FF;
		text-decoration: underline;
		}
		
		#servicesText ul li a:hover {
			text-decoration: none;
			background-color: #FFFFCC;
			}

		div.redbox {
			background-color: #fcdfdf;
			border: 1px red solid;
			width: 100%;
			padding: 10px 10px 0 10px;
			margin: 0 0 10px 0;
		}
		
		div.yellowbox {
			background-color: #fcf7df;
			border: 1px #ffd200 solid;
			width: 100%;
			padding: 10px 10px 0 10px;
			margin: 0 0 10px 0;
		}
		
		fieldset {
			border: 0;
			margin: 0;
			padding: 25px 0 0 15px;
			}
		
		fieldset form.contact-form label {
			font-size: 1em;
			font-weight: bold;
			color: #333333;
			clear: left;
			float: left;
			width: 150px;
			height: 30px;
			margin-botton: 15px;
			}
			
			fieldset form.contact-form label span.red {
				color: red;
				}
				
		fieldset form.contact-form input {
			font-size: 1em;
			font-family: 'Lucida Sans', Arial, Helvetiva;
			color: #666666;
			width: 250px;
			height: 30px;
			margin-bottom: 15px;
			}
			
		fieldset form.contact-form textarea {
		clear: both;
			font-size: 0.75em;
			color: #666666;
			font-family: 'Lucida Sans', Arial, Helvetiva;
			width: 400px;
			height: 200px;
			}
			
		fieldset form.contact-form input.button {
			font-size: 1em;
			font-weight: bold;
			color: #333333;
			background-color: #CCCCCC;
			border: 5px # solid;
			width: 150px;
			height: 50px;
			float: right;
			margin: 25px 31px 100px 0;
			}

#bottomBlogNav {
	clear: both
	}

	.previous {
		float: left;
		}
		
	.next {
		float: right;
		}

p#contentBottom {
	clear: both;
	float: left;
	display: block;
	width: 943px;
	height: 6px;
	margin: 25px 0 0 4px;
	background: url(images/content-bottom-bg.gif) left bottom repeat-x;
	}
	
p#footer {
	font-size: 11px;
	color: #999999;
	text-align: center;
	padding: 5px;
	}
	
	p#footer a {
		color: #999;
		text-decoration: underline;
		}
		
		p#footer a:hover {
			text-decoration: none;
			}
		

