@charset "UTF-8";
/* CSS Document */
/*
Theme Name: Music Shoots Custom Theme
Theme URI: http://brightsky.ie/
Description: Custom Photography Theme
Author: Abban Dunne
Author URI: http://brightsky.ie/
Tags: custom, fixed width, 960.gs
*/

/*resets*/
.ieSucks{position:relative;}

.clear{clear:both;}
.clearLeft{clear:left;}
.clearRight{clear:right;}

.alignleft{float:left;}
.alignright{float:right;}

img .alignleft{float:left; margin:0 8px 0 0;}
img .alignright{float:right; margin:0 0 0 8px;}

.floatLeft{float:left;}
.floatRight{float:right;}

.textAlignRight{text-align:right;}
.textAlignLeft{text-align:left;}

a img{border:0; padding:0; display:block;}

/*typography and colours*/
body{
	color:#333;
}

p.ad{font-size:11px; color:#666;}

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

h1.photo_header{font-weight:100;}
h1 a{color:#f9f9f9; text-decoration:none; background:#ab0000; padding:2px 40px 2px 2px; font-weight:100;}
h1 a:hover{background:#17567f; text-decoration:none;}

h1, h2, h3, h4, h5, h6{
}

.dropcap{font-size:108px; float:left; line-height:80px; margin:0 8px 0 0;}

p.header_text{
	font-size:24px;
	font-weight:bold;
	background:url(images/blacker-smoke.png);
}
.blue{
	color:#09F;
}
/*lists*/
#submenu{position:fixed; z-index:2; top:163px;}
#submenu ul{list-style-type:none; width:100px;}
#submenu ul li{margin:0; padding:0;}
#submenu ul li a{color:#333; padding:4px 0 2px 0; margin:0; font-size:20px; text-decoration:none;}
#submenu ul li a:hover{color:#000;}
#menu_wrapper { /* required to avoid jumping */
  	position:relative;
	top:120px;
}
/*layout*/
body{
	background:url(images/bg.jpg) #a8a8a8 top center no-repeat fixed;
}

#header{
	height:120px;
	position:relative;
	z-index:2;
}

#logo{
	position:fixed;
	top:10px;
}
#logo img{
	margin-bottom:10px;
}
#content{
}

.main_photo_holder{
	margin-bottom:150px;
	z-index:1;
	position:relative;
}
.photo_holder{
	height:300px;
	position:relative;
	width:700px;
	overflow:hidden;
}
.photo_items{
	position:absolute;
	width:30000px;
	float:left;
}
.photo{
	width:auto;
	float:left;
	height:300px;
	margin:0 10px 0 0;
}
#social{
	text-align:right;
	position:fixed;
	bottom:10px;
	z-index:2;
}
#social a{
	display:inline;
	margin-left:20px;
	float:right;
}
#footer{}


/*----Contact styling for WordPress Contact Form 7----*/
.wpcf7-form p{
margin-bottom:20px;
}
.wpcf7-form input, .wpcf7-form textarea{
	width:100%;
	padding:2px;
	border:0;
	font-size:16px;
	background:#101010;
	color:#f9f9f9;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	border-top:1px dotted #333;
	border-bottom:1px dotted #333;
	width:340px;
}
.wpcf7-form input{
	height:20px;
}
.wpcf7-form textarea{
	height:100px;
}
#contact-submit{
	border:0;
	width:100px;
	height:30px;
	border:1px dotted #333;
	padding:0;
	margin:0;
}
#contact-submit:hover{
	cursor:pointer;
}
.wpcf7-not-valid-tip-no-ajax, .wpcf7-response-output{
	background:url(images/light-bg.png);
	color:#900;
}
.wpcf7-response-output{
	margin-bottom:20px;
}

/* WP Comments Styling*/
#author, #email, #url, #comment, #submit{
	border:0;
	padding:2px;
	border-bottom:1px dashed #333;
	font-size:16px;
	background:url(images/dark-bg.png);
	color:#020e29;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
}
#comment{
	width:100%;
	height:150px;
}
#submit{
	border:1px dashed #333;
	width:auto;
	height:30px;
}
#submit:hover{
	cursor:pointer;
}
.commentlist{
	width:660px;
	text-align: justify;
	list-style:none;
}
.commentlist li{
	margin:0 0 50px 0;
}
#commentform p {
	margin: 5px 0;
}
.author_info{
	background:url(images/light-bg-comments.png) no-repeat;
	background-position:20px bottom;
	height:30px;
}
.comment_body{
	background:url(images/dark-bg.png);
}
.comment_body p{
	margin:10px;
}
.comment_date{
	text-align:right;
}
/* End Comments */

.simple_overlay{
	height:auto;
	width:400px;
	height:400px;
	background:url(images/bg.jpg) top center no-repeat;
	display:none;
	z-index:10000;
	border:1px solid #666;
	padding:10px;
	position:relative;
}
.simple_overlay .close{
	background-image:url(images/close.png); 
	position:absolute; 
	right:0; 
	top:0; 
	cursor:pointer; 
	height:35px; 
	width:35px; 
}
.overlay_overwrite{
	height:auto;
	width:auto;
	position:absolute;
}
