/* @override http://www.glennfitzpatrick.com/wp-content/themes/gftimes/style.css */

/*   
Theme Name: Glenn Fitzpatrick Times
Theme URI: http://www.glennfitzpatrick.com/
Description: Newspaper-like theme based on Cutline
Author: Glenn Fitzpatrick
Author URI: http://www.glennfitzpatrick.com/
Version: 1.0
.
.
*/

body {
    width: 1180px;
    margin-left: auto;
    margin-right: auto;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-image: url(img/backgroundtexturetile.jpg);
}

a {
	color: #0282ff;
	text-decoration: none;
}

a img {
	border: 0;
}

a:hover {
	text-decoration: underline;
}



/* @group <header>, <nav> */

	/* @group Site header */
	
	header {
		    width: 90%;
		    display: block;
			border-width: 2px;
			text-align: center;
			margin-left: auto;
			margin-right: auto;
			border-bottom: medium solid gray;
	}
	
		/* Header dateline */
		header div.date_commentnum {
			color: gray;
			text-align: center;
			font-size: small;
			font-style: italic;
			margin-bottom: 2px;
	}
	
	/* @end */

	/* @group Site navigation */
			
		nav {
			display: block;
			width: 95%;
			margin-left: auto;
			margin-right: auto;
		}
		
		nav ul#navigation {
		    display: block;
		    margin-left: auto;
		    margin-right: auto;
			width: 93%;
			margin-top: 3px;
			padding: 0;
			font-size: smaller;
		}
		
		nav ul#navigation li {
			display: inline;
			text-align: left;
			text-transform: uppercase;
			font-weight: bold;
			list-style-type: none;
			margin-right: 30px;
		}
		
		nav ul#navigation li#rss {
			float: right;
			margin-right: 0;
		}

		nav ul#navigation li#rss img {
			vertical-align: text-top;
		}
		
		nav ul#navigation a {
			color: #333333;
			border-bottom: dotted thin silver;
		}
		
		nav ul#navigation a:hover {
			text-decoration: none;
			background-color: silver;
		}
	
	/* @end */

/* @end */



/* @group <aside> sidebar */

	div.sidebar {
		display: inline-block;
		width: 200px;
		font-size: smaller;
		color: #444444;
		margin: 5px;
	}
	
	div.sidebar a {
		text-decoration: none;
	}
		
	div.sidebar a:hover {
		background-color: silver;
	}
	
	/* Position the left sidebar */
	aside #left {
		float: left;
	}
	
	/* Position the right sidebar */
	aside #right {
		float: right;
	}
	
	
		/* @group sidebar look-and-feel */
		
		/* Title of sidebar widgets */
		div.sidebar h2.widgettitle {
			margin-bottom: 3px;
			margin-top: 0;
			text-transform: uppercase;
			font-size: small;
			border-bottom: thin dotted gray;
			font-weight: bold;
			display: block;
		}
		
		/* Sidebar list styling */
		div.sidebar ul {
			list-style: none;
			margin-top: 0px;
			margin-left: -34px;
			margin-bottom: 25px;
			list-style-type: square;
		}
		
		div.sidebar ul li {
			margin-left: 10px;
			margin-bottom: 8px;
		}
		
		div.sidebar ul li ul {
			list-style: square;
			margin-top: 2px;
		}
		
		/* @end */
	
	
	/* @group widget stylings */
	
	
		/* @group textwidget */
		
			div.sidebar div.textwidget {
				margin-bottom: 15px;
				list-style-type: none;
			}
			
			div.sidebar div.textwidget ul li{
				list-style-type: none;
				text-align: center;
			}
			
			div.sidebar div.textwidget ul li img {
				margin-top: 2px;
				display: block;
				margin-left: auto;
				margin-right: auto;
			}
		
		/* @end */

		/* @group search */

			div ul.searchform li {
				list-style: none;
				margin-left: -5px;
			}			

			div ul li form div input#s {
				width: 170px;
				font-weight: bold;
			}			

			div ul li form div input#searchsubmit {
				vertical-align: -3px;
				margin-left: 2px;
			}
		
			
		
		/* @end */
		
		/* @group weathericon */
		
			ul#weathericonwidget li {
				list-style: none;
				text-align: center;
				margin-bottom: 0;
			}
			
			/* make each 'subject' title in the weather icon widget bold
				#weathericonwidget li span.weather_title {
				font-weight: bold;
			}*/
		
		/* @end */
	
		/* @group amazon showcase */
		
			div.sidebar div.amzshcs div.amzshcs-item a img {
				display: block;
				width: 100%;
				max-width: 140px;
				max-height: 250px;
				height: auto;
				margin-left: auto;
				margin-right: auto;
				margin-top: 8px;
				margin-bottom: 15px;
			}
			
			div.sidebar div.amzshcs div.amzshcs-title {
				text-align: center;
				font-weight: bold;
				margin-bottom: 8px;
				font-size: x-small;
			}
		
		/* @end */
	
	/* @end */

/* @end */

div.content div.searchquery {
	display: block;
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: thin dotted silver;
}

div.content div.searchquery {
	font-style: italic;
	text-shadow: silver 1px 1px 2px;
}

/* Post layout */
article {
	display: block;
	width: 720px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 8px;
	padding-left: 8px;
	margin-bottom: 16px;
}


/* @group Post title */

	div.content div.searchquery, article div.post_title {
		font-size: x-large;
		font-weight: bold;
		color: #444444;
}
	
	article div.post_title a {
		text-decoration: none;
	}
	
	article div.post_title a:hover {
		text-shadow: #b7ddff 2px 2px 3px;
	}

/* @end */


/* @group Post date, metadata */

	article div.date_commentnum, article div.comment-meta.commentmetadata {
		font-size: smaller;
		font-style: italic;
		color: gray;
		margin-bottom: 1px;
	}
	
	article div.date_commentnum {
		margin-bottom: -10px;
	}
	
	article div.date_commentnum img {
		vertical-align: text-bottom;
	}

/* @end */


/* @group Post content */

	/* Paragraphs */
	article p {
		margin-top: 15px;
		margin-bottom: 0;
	}
	
	/* Center images, videos, etc. */
	article p img, article p object, article p video {
		display: block;
		margin-right: auto;
		margin-left: auto;
	}
	
	article p img.alignleft {
		float: left;
		padding-right: 5px;
	display: block;
}
	
	article p img.alignright {
		float: right;
		padding-left: 5px;
	}

/* @end */


/* @group Post footer */

	div.postdetails {
		font-size: smaller;
		margin-top: 10px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
		width: 720px;
		padding-bottom: 3px;
		border-bottom: thin dotted gray;
	}
	
	/* Capitalize post tags */
	div.postdetails span.posttags {
		text-transform: capitalize;
		font-weight: bold;
		color: gray;
	}
	
	div.postdetails span a {
		text-decoration: none;
		font-weight: normal;
		font-style: normal;
	}
	
	div.postdetails span a:hover {
		background-color: silver;
	}
	
	div.postdetails span.commentlink {
		font-weight: bold;
		text-transform: capitalize;
		text-decoration: none;
		float: right;
	}
	
	div.postdetails span.commentlink a {
		font-weight: bold;
	}

/* @end */

/* @group Post comment area */

	article div#commentsarea {
		width: 720px;
		margin-bottom: 8px;
	}
	
	/* Comment headers */
	article div#commentsarea h3#comments, article div#commentsarea div#respond h3 {
		font-size: large;
		margin-top: 15px;
		margin-bottom: 0;
	}
	
	/* Spacing for "Leave a Reply" text */
	article div#commentsarea div#respond h3 {
		margin-top: 30px;
		margin-bottom: 15px;
	}
	
	article div#commentsarea ol.commentlist {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	
	/* Text of individual comments */
	article div#commentsarea ol.commentlist li.comment div.comment-body p {
		margin-top: 0px;
		margin-bottom: 15px;
	}
	
	
	/* @group Comment form */
	
		/* Container for comment textfield */
		article div#commentsarea div#respond form#commentform p {
			margin-left: 40px;
			margin-top: 3px;
		}
		
		/* Dimensions for comment textfield */
		article div#commentsarea div#respond form#commentform p textarea#comment {
			width: 640px;
			height: 180px;
		}
		
		article div#commentsarea div#respond form#commentform span label {
			margin-left: 36px;
			font-size: smaller;
}
	
	/* @end */

/* @end */



/* @group Chronology footer links */
	
	div.postchronology {
		width: 720px;
		height: 20px;
		margin-bottom: 15px;
		margin-right: auto;
		margin-left: auto;
	}
	
	div.postchronology a {
		font-weight: bold;
	}
	
	div.postchronology a:hover {
		text-decoration: none;
		background-color: silver;
	}
	
	div.postchronology span#earlierposts {
		float: left;	
	}
	
	div.postchronology span#laterposts {
		float: right;
	}
	
/* @end */



/* @group <footer> */

	footer {
		font-size: smaller;
		clear: both;
		margin-top: 30px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		border-top: thin dotted silver;
		border-bottom: medium solid gray;
		height: 3.5em;
		color: gray;
		font-style: italic;
		width: 100%;
	padding-top: 8px;
}
	
	footer div.footericons {
		float: left;
		height: auto;
}

	footer div.footericons img {
	vertical-align: text-bottom;
}
	
	footer div.footertext {
		text-align: right;
		float: right;
	padding-top: 3px;
}
	
	footer a {
		color: gray;
		text-decoration: underline;
	}
	
	footer div.footericons a:hover, footer div.footertext a:hover {
		color: silver;
	}
	
	footer div.footertext span#specialthanks {
		font-size: x-small;
		color: silver;
	}

	footer div.footertext span#specialthanks a {
		color: silver;
	}

	footer div.footertext span#specialthanks a:hover {
		background-color: gray;
}

	/*footer {
		display: block;
		clear: both;
		text-align: right;
		font-style: italic;
		font-size: small;
		padding-top: 4px;
		height: 30px;
		padding-bottom: 10px;
		color: gray;
	}
	
	footer div.footericons {
		float: left;
		padding-top: 3px;
	}
	
	footer div.footertext a {
		color: gray;
		text-decoration: underline;
	}
	
	footer div.footertext a:hover {
		color: silver;
	}
	
	footer div.footertext span#specialthanks {
		font-size: x-small;
		color: silver;
	}

	footer div.footertext span#specialthanks a {
		color: silver;
	}

	footer div.footertext span#specialthanks a:hover {
		background-color: gray;
}*/

/* @end */