/*
Theme Name: Ashley McDow
Theme URI: http://www.ashleymcdow.co.uk/wp-content/themes/ashley_mcdow
Description: Main Template (Version 1.0)
Author: firstbasedesign
Author URI: http://www.firstbasedesign.co.uk
Version: 1.0
.
(C)2008 Ashley McDow/firstbasedesign.
.
*/

/* ----- Layout / Structure (screen) -----  */

* { 
	margin : 0;
	
	padding : 0;
	
	}
	

body {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	
	background: url(assets/images/background_graphic.jpg) repeat-x #cd8528;
	
	height: 100%;
	
	}
	

#wrapper {

	width : 1000px;

	text-align : left;

	margin: 0 0;

	}
	
	
#header {

	background: url(assets/images/header_graphic.jpg);

	width: 1000px;
	
	height: 386px;	

	}
	
	
#header img {
	
	display: block;
	
	}	
	
	
#mainContainer {

	float: left;

	width : 1000px;

	background: url(assets/images/container_graphic.jpg) repeat-y;

	}

	
#content {

	float: left;

	width: 550px;

	padding: 0 0 10px 40px;

	}
	
	
#sidebar {

	float: right;
	
	width: 350px;

	padding: 4px 20px 0 0;
	
	margin: 5px 0 0 10px;

	}
	
	
#footer {
	
	background: url(assets/images/footer_graphic.jpg);
	
	width: 1000px;
	
	height: 106px;
	
	clear: both;
	
	}
	  
/* ----- Navigation (Main Navigation) -----  */


#nav {

	width: 350px;

	float: right;
	
	margin-right: 23px;
	
	margin-top: 205px;
	
	padding: 0;
	
	height: 44px;
	
	list-style-type: none;
	
	}


#nav li {

	float: right;
	
	margin: 0; 
	
	padding: 0;
    
	list-style-type: none;
	
	}


#nav a {
	
	float: right;
	
	padding: 44px 0 0 0;
	
	overflow: hidden;
	
	border: none;
	
	height: 0px !important; 
	
	height /**/:44px; /* for IE5/Win only */
	
	}	

	
#navHome a {
	
	width: 269px;
	
	background: url(assets/images/home_button_states.png) top left no-repeat;
	
	}
	
.home #navHome a.active {
	
	background-position: 0 -88px;
	
	}
	
.home #navPortfolio a:hover, #navBlog a:hover, #navContact a:hover, #navHome a:hover {
	
	background-position: 0 -44px;
	
	}
	
	
#navPortfolio a {
	
	width: 269px;
	
	background: url(assets/images/portfolio_button_states.png) top left no-repeat;
	
	}
	
.my-portfolio #navPortfolio a.active {
	
	background-position: 0 -88px;
	
	}
	
.my-portfolio #navHome a:hover, #navBlog a:hover, #navContact a:hover {
	
	background-position: 0 -44px;
	
	}	
	
	
#navBlog a {
	
	width: 269px;
	
	background: url(assets/images/blog_button_states.png) top left no-repeat;
	
	}
	
#blog #navBlog a.active {
	
	background-position: 0 -88px;
	
	}
	
#blog #navHome a:hover, #navPortfolio a:hover, #navContact a:hover {
	
	background-position: 0 -44px;
	
	}	
	
	
#navContact a {
	
	width: 269px;
	
	background: url(assets/images/contact_button_states.png) top left no-repeat;
	
	}
	
.contact-me #navContact a.active {
	
	background-position: 0 -88px;
	
	}
	
.contact-me #navHome a:hover, #navPortfolio a:hover, #navBlog a:hover {
	
	background-position: 0 -44px;
	
	}	


/* ----- Typography  -----  */

a {
	
	color: #925f1d;
	
	font-weight: bold;
	
	text-decoration: none;
	
	}
	
a:hover, a:visited {
	
	color: #3a5a5a;
	
	font-weight: bold;
	
	}


p {

	font-size: .7em;
	
	line-height: 1.6em;
	
	color: #333;
	
	padding: 0 0 10px 21px;

	}
	
	
h1 {

	padding: 5px 0 5px 19px;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	
	font-weight: bold;
	
	font-style: italic;
	
	font-size: 1.5em;
	
	color: #3a5a5a;
	
	}


h2 {

	padding: 5px 0 5px 19px;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	
	font-weight: bold;
	
	font-size: 1.2em;
	
	color: #3a5a5a;
	
	}
	
	h2.postTitle {
		
	float: left;

	font-family: Georgia, "Times New Roman", Times, serif;
	
	font-weight: bold;
	
	font-size: 1.2em;
	
	color: #3a5a5a;
	
	width: 400px;
	
	margin-top: 5px;
	
	}
	
	
em {
	
	font-weight: bold;
	
	}


small {

	margin: 0;
	
	text-align: left;
	
	display: block;
	
	border: 0 none;
	
	float: left;
	
	font-size: .775em;
	
	font-family: Arial, Helvetica, sans-serif;
	
	}


	
.widgettitle {

	font-family: Georgia, "Times New Roman", Times, serif;
	
	color: #2e3834;
	
	font-style: italic;

	font-size: 1.4em;
	
	padding-left: 105px;
	
	padding-top: 10px;
	
	}
	
	
#recent-posts a {

	font-size: .8em;
	
	line-height: 2em;
	
	color: #333;

	border-bottom: 1px dotted;
	
	text-decoration: none;
	
	font-weight: normal;
	
	}


#recent-posts li {
	
	padding-left: 105px;
	
	padding-bottom: 5px;
	
	list-style-type: none;

	}
	
	
.dropCap {

	font-family: Georgia, "Times New Roman", Times, serif;

	padding: 0.1em;
	
	line-height: 0.7em;
	
	color: #333;
	
	font-size: 6.5em;
	
	float: left;
	
	margin-right: 0.1em;
	
	margin-bottom: 0.1em;
	
	}
	
	
#sidebar ul, li {

	list-style-type: none;
	
	}

	
#footer a {
	
	color: #fffffe;
	
	text-decoration: none;
	
	font-weight: normal;
	
	border: none;
	
	}
	
#footer a:visited, #footer a:hover {
	
	color: #003;
	
	text-decoration: underline;
	
	}
	

#footer #copyright {

	clear: both;
	
	padding: 0 0 0 10px;

	margin: 0 0 0 20px;
	
	font-size: .7em;
	
	}
	
	
#footer #footerNav {

	clear: both;
	
	padding: 0 0 0 10px;

	margin: 0 0 0 20px;
	
	font-size: .7em;
	
	}
	
	
#footerNav a {
	
	color: #fffefd;
	
	}
	
#footerNav a:visited, #footerNav a:hover {

	color: #003;
	
	text-decoration: underline;
	
	}
	
	
	
.rssSubscribeTag {

	width: 328px;
	
	height: 217px;

	clear: both;
	
	border: none;
	
	margin-right: 40px;
	
	padding: 40px 30px 0 0;
	
	}
	
	
.socialNetworkIcons {

	float: left;

	margin: 12px 0 0 440px;
	
	}
	
	
.socialNetworkIcons img {

     border: none;

     }


.socialNetworkIcons a {

     float: left;

     border: none;

     padding-left: 5px;

     width: 16px;

     height: 16px;

     position: relative;
            
     }
	 
	 
.pageTopIcon {

	float: right;
	
	border: none;
	
	margin: 0 130px 0 0;
	
	padding: 0 130px 0 0;
	
	}
	 
/* ----- Forms  -----  */	
	
	
.search-form input {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	
	font-size: .7em;
  
  	width: 150px;
	
	margin-left: 23px;
	
	padding-left: 2px;

	}
	

#searchform {
	
	padding-left: 10px;
	
	padding-bottom: 15px;
	
	}
	
	
/* ----- Forms (COLDFORM settings) -----  */


div#coldform * {
	
	padding: 0;
	
	margin: 0;

	}
	
	
div#coldform {
	
	font-family: Verdana, sans-serif;
	
	background-color: #fff;
	
	font-size: 11px;
	
	margin: 10px 0 0 7px;
	
	width: 450px;
	
	color: #333;

	}


div#coldform fieldset {
	
	border: 0 none;
	
	display: block;
	
	clear: both;
	
	padding-left: 7px;
	
	margin-top: 0;

	}
	
	
div#coldform legend.hide {
	
	display: none;

	}
	
	
div#coldform label.label {
	
	margin: 0;
	
	padding: 5px 0 5px 0;
	
	text-align: left;
	
	display: block;
	
	border: 0 none;
	
	float: left;
	
	clear: both;
	
	font-size: 1em;
	
	font-family: Arial, Helvetica, sans-serif;
	

	}
	
	 
div#coldform input.input {
	
	padding: 3px;
	
	float: left;
	
	clear: both;
	
	width: 60%;
	
	font-size: 18px;
	
	margin: 8px 0 8px 0;
	
	color: #2b3735;
	
	font-family: Georgia, "Times New Roman", Times, serif;

	}

	
div#coldform textarea#coldform_message {
	
	font-family: Georgia, "Times New Roman", Times, serif;
	
	line-height: 1.5em;
	
	font-size: 18px;
	
	padding: 3px;
	
	margin: 8px 0 8px 0;
	
	float: left;
	
	clear: both;
	
	width: 84%;
	
	color: #2b3735;

	}
	
	
div#coldform input.submit {
	
	margin: 10px 0 12px 0;
	
	padding: 0;
	
	width: 100px;

	height: 30px;

	}
	
	
#coldform_spam, #coldform_error {
	 
	 font-size: .8em;
	 
	 color: #c33;
	 
	 padding-left: 20px;
	 
	 }
	 
#coldform_success {
	 
	 font-size: .8em;
	 
	 color:	#2b4349;
	 
	 padding-left: 20px;
	 
	 }
	 
#contact_reset a {
	 
	 color: #2b4349;
	 
	 }
	 
#contact_reset a:hover {
	 
	 color: #003;
	 
	 }


fieldset {

	border-style: none;

	}
	
	
/* ----- Form (Comments) -----  */
	
	
#author, #email, #url {
	
	font-family: Georgia, "Times New Roman", Times, serif;
	
	font-size: 18px;
	
	padding: 3px;
	
	width: 50%;
	
	color: #2b3735;

	}
	
	
#comment {

	font-family: Georgia, "Times New Roman", Times, serif;
	
	line-height: 1.5em;
	
	font-size: 18px;
	
	padding: 3px;
	
	width: 70%;
	
	color: #2b3735;
	
	}
	
	
.commentlist {

	padding: 0 0 10px 20px;

	}
	
	
.commentlist p {

	font-size: .7em;

	padding-left: 40px;
	
	margin-top: 10px;
	
	}
	
	
.commentmetadata {

	float: left;
	
	
	}
	
	
.commentdate {
	
	font-size: .7em;
	
	color: #3a5a5a;
	
	font-weight: bold;
	
	padding-left: 40px;
	
	}
	
.commentText {

	float: left;

	margin: 0;
	
	padding: 0;
	
	}
	
#commentAuthor {

	font-size: 1.2em;
	
	color: #3a5a5a;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	
	}
	

/*.moderationMessage {
	
	font-size: 1.2em;
	
	color: #3a5a5a;
	
	padding-top: 5px;
	
	}*/

	
.avatar {
	
	padding: 20px 0 0 2px;
	
	}
	
	
/* ----- Date Icons -----  */	



.post-date {
	
	float: left;
	
	display: inline;

	margin: 10px 0 10px 20px; 
	
	width: 55px; 
	
	height: 55px;
	
	background: url(assets/images/date_icon.jpg) no-repeat; 
	
	font-family: Georgia, "Times New Roman", Times, serif;
	
	color: #fefcfa; 
	
	font-size: 1em; 
	
	font-weight: bold; 
	
	text-align: center;
	
	}
	
	
	
.month {

	padding: 3px 2px 0 0;
	
	margin: 1px 0 2px 0;
	
	}
	
	
.day {

	padding: 5px 1px 0 0;
	
	margin: 0 0 2px 0;

	color: #3a5a5a;
	
	}
	
.entry {
	float: left;

