/*  
Theme Name: AMPM Belfast
Theme URI: http://honchodesigns.com
Description: AMPM Belfast theme
Version: 1.0
Author: Andy Yoong
Author URI: http://www.honchodesigns.com

*/

/* ==== Home content layout ==== */

body {
	margin: 0;
	padding: 0;
	background-color:#000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
}

a {
	color: #FFF;
	text-decoration: underline;
}

a:visited {
	color: #FFF;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #F00;
}

ul {
	list-style-position: inside;
}

p li {
	list-style-position: inside;
	color: #FFF;
	margin-left: 1em;
	padding-left: 0px;
}

.postDate {
	color: #FFF;
	margin-top: -15px;
}

p img {
	border: medium solid #999;
	margin-top: 3px;
	margin-bottom: 10px;
}

p img:hover {
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

/* sideBar */

#sidebar h4 {
	font-size: 18px;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	background-color: #FFF;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	clear: both;
}

#sidebar ul {
	color: #FFF;
	padding-left: 0px;
	margin-left: 10px;
	list-style-type: circle;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	display: inline;
	margin-left: 10px;
	}

img.alignleft {
	margin-right: 10px;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */




	
div#container {
	margin: 0 auto;
	width: 940px;
}

div#header {
	position: relative;
	margin: 0px;
	height: 170px;
}

div#sidebar {
	float: right;
	width: 310px;
	padding-top: 0px;
	padding-right: 20px;
}
	

/* ==== navigation starts ==== */

#nav {
	height: 35px;
	padding-top: 145px;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(images/headerWhite.jpg);
}
#nav ul{
	list-style: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	font: bold 12px/100% Arial, Helvetica, sans-serif;
}
#nav ul li{
	padding: 0px;
	float: left;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#nav ul li a{
	text-decoration: none;
	color: #000;
	display: block;
	padding-top: 11px;
	padding-right: 12px;
	padding-bottom: 11px;
	padding-left: 12px;
}
#nav li a:visited{
	text-decoration: none;
}
#nav li a:hover, #nav .current_page_item a{
	text-decoration: none;
	color: #000;
	background-color: #999;
}

/* ==== navigation ends ==== */

#header #headerLogo {
	position: absolute;
	left: 20px;
	top: 25px;
	background-image: url(images/logo.gif);
	width: 502px;
	height: 95px;
}

#header #socialMedia {
	position: absolute;
	top: 55px;
	left: 795px;
	width: 144px;
	height: 44px;
	background-image: url(images/facebook.jpg);
	background-repeat: no-repeat;
}

div#slideshow {
	background-color:#000;
	height: 230px;
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#slideshow h2 {
	display: none;
}

div#slideshowBottomBorder {
	height: 10px;
	background-color: #FFF;
}

/* ==== start home columns ==== */

div#contentContainer {
	margin: 0px;
	position: relative;
	overflow: auto;
}

#contentContainer div#leftColumn {
	float: left;
	width: 275px;
	padding-right: 30px
}

#leftColumn img {
	border:medium solid #999;
	float: left;
	margin-bottom: 10px;
}

#leftColumn img:hover {
	border:medium solid #FFF;
}

.latestOffersThumb {
	border: medium solid #666;
	margin-bottom: 10px;
}

#contentContainer div#middleColumn {
	float: left;
	width: 275px;
	padding-right: 30px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#middleColumn img {
	border:medium solid #999;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#middleColumn img:hover {
	border:medium solid #FFF;
}

#middleColumn h4 {
	margin-bottom: -10px;
}

#middleColumn a, #leftColumn a {
	text-decoration: none;
	font-weight: bold;
}

#middleColumn h3 a, #leftColumn h3 a, #rightColumn h3 a {
	color: #000;	
}

#middleColumn h3 a:hover, #leftColumn h3 a:hover {
	color: #F00;
}

/* ==== end home columns ==== */

/* ==== sinle post ==== */

#leftColumnIndex h3 a {
	color: #000
}

#leftColumnIndex h3 a:hover {
	color: #F00
}
	

/* ==== start index columns ==== */

#contentContainer div#leftColumnIndex {
	float: left;
	width: 570px;
	padding-right: 40px;
}

#leftColumnIndex h2 a {
	text-decoration: none;
}

.post {
	}
	
.entry {
}

.metadata {
}

#leftColumnIndex .dottedLine {
	margin-bottom: 25px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */


/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	




.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
/* End Comments */

	
/* ==== end offers column ==== */
	
#contentContainer div#rightColumn {
	float: left;
	width: 310px;
	padding-top: 0px;
	padding-right: 20px;
}

#rightColumn p {
	padding-left: 10px;
}

#rightColumn h4 {
	font-size: 18px;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	background-color: #FFF;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	clear: both;
}

#rightColumn h3 {
	margin-left: 10px;
	padding-right: 40px;
	background: #F00;
}

#rightColumn h3 a {
	text-decoration: none;
	color: #FFF;
}

#rightColumn h3 a:hover {
	text-decoration: underline;
	color: #FFF;
}



#leftColumn h4 {
	margin-bottom: -10px;
}


div#footer {
	margin: 0px;
	padding-top: 20px;
	height: 65px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #FFF;
	position: relative;
}

#footer #awardLogos {
	float: right;
	width: 175px;
	padding-bottom: 20px;
	height: 48px;
	background-image: url("images/awardLogos.jpg");
	background-repeat: no-repeat;
	top: 0px;
}

#footer #awardsText  {
	float:left;
	padding-top: 14px;
}

#footer p {
	float:left;
	margin-top: 10px;
	margin-left: 10px;
	padding-right: 260px;	
}


/* ==== left column layout ==== */

#contentContainer div#wideLeftColumn {
	float: left;
	background-color:#90C;
	width: 575px;
	padding-right: 30px;
}

/* ==== images ==== */

/* ==== text ==== */

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
	letter-spacing: 103%;
	line-height: 18px;
}

h1 {
}

h2 {
	font-size: 22px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-bottom: 40px;
	background-color: #FFF;
	display: block;
	float: left;
}

h4 {
	font-weight: bold;	
}

h5 {
}




/* ==== miscellaneous ==== */

.clear { clear: both }

.dottedLine {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	margin-bottom: 18px;
}

.postmetadata {
	clear: left;
	margin-bottom: 20px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #CCC;
}


code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
	
#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	font-style: italic;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
	
iframe {
	overflow: hidden;
	border: none;
}

iframe #pageTitle {
	background-color: #000;
	height: auto;
}


