/* 
YOUR CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/


/* Navigation overrides */
#nav_news ul {
	margin: 900;
	padding: 0 0 1em;
	list-style-type: none;
}

#nav_news ul li {


 float: middle;margin-left:15px; padding-top:1px


	padding: 0 0.1em;
	display: inline;
}

#nav_news ul a:link {
	color: #696969;
}

#nav_news ul a:visited {
	color: #36C;
}

#nav_news ul a:hover, a:focus {
	color: #fff;
}

#nav_news ul #text {
	padding: 0em 0;
	margin: 300px;
	width: 1000px;
	line-height: 3em;
}


#nav_news {color #696969; font: 14px Arial;  padding:0; text-align: center;
}



/************************* DEFAULT STYLES ***************************/
.container {width:990px;margin:0 auto;background-color:#222;z-index:49}

h3.sub,h2.sub {margin: 0 0 10px 0;padding: 0 0 5px 0;font-size: 1.1em;font-weight: bold;line-height: 1em;text-transform: uppercase;letter-spacing: 2px;color: #ccc;border-bottom: 1px solid #eee;}

p {color:#ddd;} /* MAIN TEXT */

#top a {color:#888}  /* MAIN TEXT LINKS */
#top a:hover, a:focus {color: #fff;} /* MAIN TEXT LINKS */
/* added    #top a:visited {color: #36C;}    but deleted because to garish and tied into links on other pages */



/* Posts */
.content {display:block;clear:both;}
.post {display:block;clear:both;}
.postmetadata {background:#333;padding:1em;color:#aaa; font-size:11px;-moz-border-radius: 5px;-khtml-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}
.postmetadata a {color:#eee;}


/* Search */     /* ddd on second line is dialog colour */
#search {margin:0; padding:0;}
#search #s {background: #ddd url('images/search.png') 2px 3px no-repeat;color: #111;font-size: 1em;margin:0;padding: 4px 0 4px 17px;width: 150px;border:1px solid #333;}
#search input {border:none}
#search #s:hover {color: #000;background: #fff url('images/search_hover.png') 2px 3px no-repeat;}
.search-excerpt {margin: 0;}



/* Footer (own) */

.footer_own {
	font: 12px Arial;
	color: #696969;
	}

   #footer { text-align: center; }

.post_title {color: #aaa;}

.post_title_search {color: #aaa; text-decoration: underline; }

.post_title_404 {color: #aaa; }


/* Added new class to sidebar entry on widgets page */

h3.sub_sidebar {margin: 0 0 5px 0;padding: 0 0 5px 0;font-size: 1.1em;font-weight: bold;line-height: 1em;text-transform: uppercase;letter-spacing: 2px;color: #ccc;border-bottom: 0px; text-decoration: underline;}


/* To change formatting of photoshelter search widget */

form#photoshelter input { value="Search"; width: 185px; background: url('http://www.nigelfarrow.com/recent/wp-content/themes/modularity/images/search.png') no-repeat scroll 2px 3px #DDDDDD; border: 1px solid #333333; padding: 4px 0 4px 17px; }
   form#photoshelter input#s { display: none; }




/* To change line spacing for image captions starting point of 18px */

.wp-caption p.wp-caption-text { line-height: 17px; }



/* To change alignment of images */

   .span-15 .hentry div, .span-15 .hentry img {margin: 0 auto; }


/* To change alignment of image caption */

      .wp-caption p.wp-caption-text {text-align:left; }

/* To change alignment of thumbnail caption for archive and category results pages */

        .archive .thumbnail{margin:0 1.5em 1.5em 0!important;}

/* To change alignment of thumbnail caption for search results pages */

        .search .thumbnail{margin:0 1.5em 1.5em 0!important;}