/*   

Theme Name: Paddy's Fitness Centre
Theme URI: http://paddysgym.com/
Description: Custom Wordpress theme for Paddy's Fitness Centre
Version: 0.1
Author: K4 Media
Author URI: http://k4media.com/

*/

body {
	margin:0;
	padding:0;
	color:#333;
	background-color:#fff;
	background-image:url(images/bg-top.gif);
	background-repeat: repeat-x;
	font-size:100%;
	font-family: georgia, sans-serif;
}
a:link, a:active {
	color:#0a1496;
	background-color:transparent;
}
a:hover {
	color:#fff;
	background-color:#96140a;
}
.container {
	width:750px;
	height:256px;
	margin: auto;
}

#flag {
	background-image:url(images/flag.gif);
	background-repeat:no-repeat;
	background-position:top left;
	height:256px;

}

#navigation {
	position:absolute;
	top:145px;
	text-transform:uppercase;
	line-height:2em;
}
#navigation a:link, #navigation a:active {
	color:#333;
	background:transparent;
	text-decoration:none;
}
#navigation a:visited {
	color:#96140a;
	background:transparent;
	text-decoration:none;
}
#navigation a:hover {
	color:#96140a;
	background:transparent;
	text-decoration:underline;
}

#navon {
	color:#fff;
	background-color:#96140a;
	border:solid 1px #fff;
	padding:3px;
}

#page {
	position:absolute;
	top:230px;
}



/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		CONTENT
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#content {
	float:left;
	width:500px;
	padding: 0 20px 0 0;
	margin: 0 20px 0 0;
	border-style:solid;
	border-color:#ccc;
	border-width: 0 1px 0 0;
}
#content h1 {
	color:#000;
	margin-top:0;
	padding-top:0;
}

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		POST
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

		
		
.post div.title_box {
}
		
.post h2, .post h2 a {
	margin: 0 ;
	padding: 0;
	font-weight: normal;
	color:#96140a;
	font-size:1.3em;
	text-decoration:none;
}
.post h2 a:hover {
	text-decoration:none;
	background-color:#96140a;
	color:#fff;
}

.post h3 a {
	font-size:1.3em;
	text-decoration:none;
	color:#96140a;
}
.post h3 a:hover {
	text-decoration:none;
	background-color:#96140a;
	color:#fff;
}
.post .entry, .post .entrytext {
	clear: both;
}
.post p {
}
.post img {
	margin:0;
	padding:10px;
	border:solid 1px #999;
}

.post .entry a, .post .entrytext a {
	text-decoration:underline;
	color: #666;
}

.post .entry blockquote, .post .entrytext blockquote  {
	border-left: 6px solid #000;
	padding-left: ;
}

.post div.comment_link a { }

.post blockquote, .post ul, .post ol { margin-left: 20px; padding-left: 20px; }

.post .postmetadata {
	color: #666;
	padding:0 ;
	margin: 0 0 4em 0;
	font-size:.8em;
}
.postmeta_single {color:#999;}


/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		SIDEBAR
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	
#sidebar {
	float:left;
	width:200px;
	font-size:.85em;
}
#sidebar h1 {
	font-size:1em;
	color:#fff;
	background-color:#0a1496;
	padding: 2px 0 2px 2px ;
}
		#sidebar ul, #sidebar li, #sidebar li ul, #sidebar li ul li {
			margin: 0;
			padding: 0;
			list-style: none;
			}

		#sidebar h2 {
			font-size:1em;
			color:#fff;
			background-color:#0a1496;
			padding: 2px 0 2px 2px ;
			}
		
			#sidebar ul {
				margin: 0 0 20px 0;
				}
				#sidebar ul li {
					margin: 0 0 0 1em;
				}
				
				#searchform input {
					width: 160px;
					margin: 0 0 0 1em;
					border: 1px solid #777;
					padding: 2px;
					color:#333;
					}
				
				

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		SINGLE POSTS
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

	.widecolumn h2, .page h2 { 
		font-size: 2.3em;
		margin-bottom: 15px;
		}

		#content h3 { 
			font-size: 1.5em;
			font-weight: normal;
			margin: 20px 0 10px 0;
			font-size:115%;
			}
	
		.widecolumn .post { margin-bottom: 20px; }	


/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		COMMENTS
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

	#commentform { margin: 0 0 20px 20px; } 	

		#commentform input, #commentform textarea {
			border: 1px solid #666;
			padding: 3px;
			}
	
			#commentform textarea {
				}
			
				#commentform textarea, #commentform #author, #commentform #url, #commentform #email, #commentform #submit { }
					#commentform textarea:focus, #commentform #author:focus, #commentform #url:focus, #commentform #email:focus {}

			#commentform textarea, #commentform #author, #commentform #url, #commentform #email, #commentform #submit { margin: 0 0 2px 0; }
		
			#commentform #submit { width: 300px; }
		
	ol.commentlist {
		list-style: none;
		margin: 0 0 0 30px;
		padding: 0;
		width: 455px;
		}
	
		ol.commentlist li {
			border-top: 1px solid #2F2C2C;
			margin: 0;
			padding: .5em;
			}

			.oddcomment {
				color:#333;
				background:#E7E8F7;
			}


/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		PAGE
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

	.page h2 { margin: 0 0 15px 0; }


/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		FOOTER
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#footer {
	clear: both;
	margin: 0 auto 2em 0;
}

#footer p {
	margin: 0;
	padding: 12px 0 0 0;
	text-align: center;
	color: #888;
}

#footer p a { color: #888; text-decoration: underline; }
#footer p a:hover {color:#aaa; text-decoration: underline; }

