/*
Theme Name: Cloughlinphotoimage.com
Version: 1
Author: David Wilford
Author URI: http://www.davidwilford.co.uk

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, Sans-Serif;
	background: #333 url("images/page_bg.png") repeat;
	color: #000;
	text-align: center;
	}

#page_wrapper {
	background: transparent url("images/page_shadow_bg.png") repeat;
	width: 1044px;
	margin: 0 auto;
	}
	
#page {
	background-color: #000;
	border: 0;
	text-align: left;
	}

p {
	margin: 4px 20px 10px 20px;
	line-height: 1.4em;
	}	
	
#header {
	background: #000 url("images/header_bg.png") repeat-x;
	}

#content {
	font-size: 1.2em;
	}

#footer {
	background: #000 url("images/footer_bg.png") repeat-x;
	border: none;
	}

#footer p {
	color: #fff;	
	}
	
ul { 
	list-style-image:url("images/bullet.gif");
	margin: 5px 0;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	}

h3 {
	font-size: 1em;
	}
	
.breadcrumb_container a{
	color: #999966;
	padding: 0;
	text-decoration: none;
	}
	
	.breadcrumb_container a:hover{
		color: #333;
		padding: 0;
		text-decoration: none;
	}

.entry p a:visited {
	color: #fff;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Arial, Helvetica, 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: Arial, Helvetica, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em Arial, Helvetica, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
	
.updated {
	font-size: .8em;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
	color: #999966;
	text-decoration: none;
	}

a:hover {
	color: #fff;
	text-decoration: none;
	}
	
h2 a:hover, h3 a:hover  {
	color: #fff;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

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

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	}

#page {
	background-color: #999966;
	margin: 0 auto;
	padding: 0;
	width: 924px;
	border: 0;
	}
	
#header {
	margin: 0;
	padding: 20px 0 0 0;
	height: 80px;
	width: 924px;
	}

	#header h1 {
		display:none;
		float:left;
		}

		#header img {
			float:left;
			}

			.header_contact_info_style {
				color: #e1e9a1;
				}
				
				.header_contact_info_style  a {
					color: #fff;  
				}
				

#header_contact_info {
	float: right;
	}
		
	#header_contact_info p {
		font-size: 1.4em;
		line-height: .8em;
		text-align: right;
		color: #fff;
		margin: 10px;
	}
	
.ddsg-wrapper a {
	color: #000;
}
	
a.cpa {
	color: #000;
	text-decoration: underline;
}

a.cpa:hover{
	color: #333300;
	text-decoration: underline;
}

a.no_underline {
	color: #00;
	text-decoration: none; 
}

a.no_underline :hover{
	color: #333300;
}

a.no_link {
	text-decoration: none;
	color: #000;
}

a.no_link:hover{
	text-decoration: none;
	cursor: default;
	color: #000;
}
			
#main_nav {
	height: 30px;
	width: 924px;
	background: #000;
	border-bottom: 10px solid #999966;
	}
	
	#main_nav ul	{
		margin: 0 0 0 5px;
		padding: 0;
		list-style-type: none;
		}

		#main_nav li	{
			display: inline;
			margin: 0;
			padding: 0;
			}

			#main_nav a {
				float: left;
				padding: 5px 10px;
				margin: 0 5px;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 1.6em;
				line-height: 1.25em;
				-moz-border-radius: 3px 3px 0 0;
				-khtml-border-radius: 3px 3px 0 0;
				-webkit-border-radius: 3px 3px 0 0;
				border-radius: 3px 3px 0 0;
				}

				#main_nav a:link, #main_nav a:visited	{
					color: #999966;
					background-color: #333;
					text-decoration: none;
					}

					#main_nav a:hover	{
						color: #fff;
						text-decoration: none;
					}

						#main_nav .current_page_item	a{
						color: #fff;
						text-decoration: none;
						background: #999966;
					}
					

#slide_show {
	width: 924px;
	height: 420px;
	border-bottom: 10px solid #333300;
	}
	
#slide_show  h3{
	color: #fff;
	}
	
#content_left {
	float: left;
	margin: 10px;
	background: transparent url("images/content_div_home.jpg") no-repeat;
	width: 442px;
	z-index: 1;
	font-size: 1.4em;
	}
	
	#content_left  h3 {
		font-style: italic;
		}
		
#content_right {
	float: left;
	margin: 10px;
	background: transparent url("images/content_div_home.jpg") no-repeat;
	width: 442px;
	font-size: 1.4em;
	}

.homepage_mini_gallery_thumbs {
	float: left;
	margin: 10px 2px 5px 4px;
	}
	
.homepage_mini_gallery_thumbs img {
	border: 1px solid #999966;
	}

.shop_content_div {
	float: left;
	margin: 0 0px 10px 10px;
	background: transparent;
	width: 287px;
	height: 250px;
	}

	*html #shop_content_div {
		margin: 0 0 10px 7px;
		padding: 0;
	}
	
.shop_border_right {
	border-right: 2px solid #999966;
}
/***** Shop Prints Category *****/

.prints_shop_item {
	color: #fff;
	float: left;
	margin: 20px 0 20px 70px;
	padding: 0 0 5px 0;
	width: 140px;
	height: 250px;
	background: #333;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
	
.prints_shop_item:hover {
	background: #444;
}
	
	.prints_shop_item h3 {
		float: left;
		margin: 5px 10px;
		font-size: 1.4em;
		font-weight: bold;
		color: #fff;
		}
		
.portfolio_item {
	color: #fff;
	float: left;
	margin: 20px 0 20px 70px;
	padding: 0 0 5px 0;
	width: 140px;
	height: 130px;
	background: #333;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
	
.portfolio_item:hover {
	background: #444;
}
	
	.portfolio_item h3 {
		float: left;
		margin: 5px 10px;
		font-size: 1.4em;
		font-weight: bold;
		color: #fff;
		}
		
.item_description {
	text-align: left;
	line-height: 1.4em;
	width: 100px;
	margin: 0 20px;
	padding: 0;
	color: #999966;
}
	.item_description select {
		font-size: 1em;
		width: 95px;
		margin: 0 0 10px 0;
		padding: 0;
		background-color: #fff;
		color: #333;
		border: none;
	}
	
		.item_description select:hover {
			cursor: pointer; cursor: hand;			
		}
		
			.item_description p {
				font-size: 1em;
				overflow: hidden;
				margin: 0;
				height: 58px;
				line-height: 1.2em;
			}


a.services {
	margin: 0;
	line-height: 1em;
	font-size: 1em;
}

/********************************/					

/***** Contact Page *****/

.breadcrumb_container {
	margin: 15px 0 0 15px;
}

.standard_content {
	float: left;
	margin: 0 10px 10px 10px;
	background: transparent url("images/contact_div_bg.jpg") no-repeat;
	width: 904px;
	font-size: 1.4em;
	min-height: 500px;
	}

	.standard_content  h2{
		margin: 5px 20px 0 15px; 
	}
	
.standard_content_contact {
	float: left;
	margin: 0 10px 10px 10px;
	background: transparent url("images/contact_div_bg.jpg") no-repeat;
	width: 904px;
	font-size: 1.4em;
	}

	.standard_content_contact  h2{
		margin: 5px 20px 0 15px; 
	}
	
.standard_content_shop_portfolio {
	float: left;
	margin: 10px;
	background: transparent url("images/shop_portfolio_div_bg.jpg") no-repeat;
	width: 904px;
	}
	
.products_wrapper {
	font-size: .8em; 
	line-height: .6em; 
}

.products_wrapper h3 {
	font-size: 1em; 
}
		
.contact_form {
	float:left;
	margin:0;
	padding:0;
	position:relative;
	width:550px;
	}

	.contact_form  fieldset {
		border: none;
		margin:0;
		padding:0;
		}
	
		.contact_form  label {
			float:left;
			padding:0 0 4px;
			position:relative;
			width:100px;
			}

.e1e9a1 {
	font-weight: bolder;
	color: #e1e9a1; 	
	}
	
/************************/					
.a_button {
	padding: 6px;
	background-color: #333;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
}

	.a_button:hover {
		background-color: #000;
		text-decoration: none;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	border-top: 10px solid #333300;
	padding: 10px;
	margin: 0 auto;
	width: 904px; /* -20 for padding */
	height: 30px;
	clear: both;
	color: 000;
	}

#footer p {
	font-size: 1em;
	margin: 0;
	padding: 0;
	}
	
.text_align_right {
	text-align: right;  
	}
	
.footer_contact_info {
	color: #e1e9a1;
	}
	
	.footer_contact_info a {
		color: #fff; 
	}

/* End Structure */



/*	Begin Headers */
h1 {
	float: left;
	padding: 20px 10px;
	margin: 0;
	}

h2 {
	font-size: 1.6em;
	color: #000;
	margin: 15px 20px 0 15px;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	margin: 5px 20px 0 20px;
	line-height: 1.4em;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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 {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

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



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

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

#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;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}
	
.right {
	text-align: right;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

.button {
	background-color: #333300;
	border: 1px solid #333;
	color: #fff;
	font-size: .8em;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.button:hover {
	cursor: pointer;
}

table.shop{
	margin: 0 0 0 20px;
	border-width: 1px;
	border-spacing: 2px;
	border-style: outset;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
}
table.shop th {
	width: 200px;
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
}
table.shop td {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
}
