/*   
Theme Name: EJM Wordpress Theme
Theme URI: http://ejworship.org
Description: Built off of Chris Coyier's BLANK Theme
Author: Sean Washington
Version: 1
*/

/*
COLORS:
Link: #699714
Hover: #8fcf1a
*/

@import "css/960/reset.css";
@import "css/960/text.css";
@import "css/960/960.css";


/* ====================== */
/* = CUSTOM PAGE STYLES = */
/* ====================== */

/* The classes here are derived from the wordpress body class_function. They change the page BG accordingly. */

body.page { background: url('images/pagebg2.jpg') repeat-x; }
body.home { background: url('images/indexbg.jpg') repeat-x; }
body.blog { background: url('images/pagebg2.jpg') repeat-x; }
body.single { background: url('images/pagebg2.jpg') repeat-x; }
body.archive { background: url('images/pagebg2.jpg') repeat-x; }
body.search { background: url('images/pagebg2.jpg') repeat-x; }
body.error404 { background: url('images/pagebg2.jpg') repeat-x; }

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

a:hover {
	color: #8fcf1a;
}

/* ======================== */
/* = GLOBAL PAGE ELEMENTS = */
/* ======================== */

#header {
	margin: 40px 0px 0px 0px;
}

h1#logo {
	height: 22px;
	width: 245px;
	background: url('images/ejlogo.png') no-repeat;
	text-indent: -9999px;
}

/* This is the menu style. The class name is generated by wordpress */

.menu-main-menu-container ul {
	float: right;
	list-style-type: none;
	display: block;
}

.menu-main-menu-container li {
	display: inline;
	padding-left: 10px;
	margin: 0;
	text-transform: uppercase;
}

.menu-main-menu-container li a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000;
	-webkit-text-shadow: 1px 1px 1px #000;
	-moz-text-shadow: 1px 1px 1px #000;
}

.menu-main-menu-container li a:hover,.current {
	color: #699714;
}

#indexcontent {
	margin: 0;
	padding: 0;
	clear: both;
}

#pagecontent {
	margin-top: 23px;
	background-image: url('images/contentbg.jpg');
	background-repeat: repeat-x;
	background-color: #fff;
	border: 1px solid #ccc;
}

#padfix {
	margin: 0;
	padding: 10px;
}

/* =============== */
/* = BLOG STYLES = */
/* =============== */

#sidebar {
	margin-top: 15px;
}

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

#sidebar ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.blogtitle {
	font-size: 36px;
	-webkit-text-shadow: 1px 1px 1px #ccc;
	-moz-text-shadow: 1px 1px 1px #ccc;
	text-shadow: 1px 1px 1px #ccc;
}

.blogtitlebox {
	
}

.authormeta {
	margin-bottom: 20px;
}

.postmetadata {
	padding: 5px;
	background-color: #efefef;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

div#twitter-3.widget_twitter li {
	margin-bottom: 15px;
}

/* ===================== */
/* = INDEX BODY STYLES = */
/* ===================== */

#slider {
	margin-top: 0px;
	text-align: center;
	width: 940px;
	margin-bottom: 33px;
}

#uds-billboardwrapper {
	margin-bottom: 25px !important;
}

#focusfour {
	width: 940px;
	height: 130px;
	margin-top: 0px;
	padding-top: 0px;
	color: #fff;
}

#focusfour h4 {
	margin-bottom: 5px;
	text-transform: uppercase;
	-webkit-text-shadow: 1px 1px 1px #000;
	-moz-text-shadow: 1px 1px 1px #000;
	text-shadow: 1px 1px 1px #000;
}

/* This makes the links fade in an browser that suppors CSS3 */

#focusfour h4 a {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#focusfour p {
	text-shadow: 1px 1px 1px #000;
}

/* Forgive me, but this has to go down here */

a.highlightbutton {
	color: #fff;
	background: #333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	border:1px solid #000;
	padding: 3px;
	text-shadow: none;

	-webkit-transition: background 0.2s ease-in-out;
	-moz-transition: background 0.2s ease-in-out;
	-o-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}

a.highlightbutton:hover {
	color: #fff;
	background: #444;
	border:1px solid #000;
}

/* SOCIAL MEDIA SPRITE */

#socialmedia {
	width: 940px;
	height: 65px;
	margin-top: 17px;
	overflow: auto;
	background: url('images/socialmedia/socialmediabg.jpg');
}

#socialmedia li {
	display: inline;
}

#socialmedia li a {
	display: block;
	text-indent: -9999px;
	height: 65px;
}

#socialmedia li a#facebook {
	background: url('images/socialmedia/socialmediabg.jpg') no-repeat;
	float: left;
	width: 122px;
	background-position: 0px 0px;
}

#socialmedia li a#myspace {
	background: url('images/socialmedia/socialmediabg.jpg') no-repeat;
	float: left;
	width: 102px;
	background-position: -122px 0px;
}

#socialmedia li a#twitter {
	background: url('images/socialmedia/socialmediabg.jpg') no-repeat;
	float: left;
	width: 92px;
	background-position: -225px 0px;
}

#socialmedia li a#youtube {
	background: url('images/socialmedia/socialmediabg.jpg') no-repeat;
	float: left;
	width: 100px;
	background-position: -315px 0px;
}

#socialmedia li a#ilike {
	background: url('images/socialmedia/socialmediabg.jpg') no-repeat;
	float: left;
	width: 83px;
	background-position: -413px 0px;
}

#footer {
	background-image: url('images/footerbg.jpg');
	width: 940px;
	overflow: auto;
	margin: 20px 0px;
	position: relative;
}

#footer span {
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer p {
	margin: 0;
	padding: 0 0 10px 0;
	line-height: 120%;
}

h6#footerlogo {
	height: 103px;
	width: 76px;
	background: url('images/footerlogo.png') no-repeat;
	text-indent: -9999px;
	position: relative;
	left: 70px;
	top: 30px;
}

/* ================= */
/* = COMMENT FORMS = */
/* ================= */

ol.commentlist {
	list-style: none;
}

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

ol.commentlist li.alt {
	
}

ol.commentlist li.bypostauthor {
	
}

ol.commentlist li.byuser {
	
}

ol.commentlist li.comment-author-admin {
	
}

ol.commentlist li.comment {
	border-bottom: 1px dotted #666;
	padding: 10px;
}

ol.commentlist li.comment div.comment-author {
	font-weight: bold;
}

ol.commentlist li.comment div.vcard {
	
}

ol.commentlist li.comment div.vcard cite.fn {
	font-style: normal;
}

ol.commentlist li.comment div.vcard cite.fn a.url {
	
}

ol.commentlist li.comment div.vcard img.avatar {
	float: right;
	margin: 0 0 10px 10px;
}

ol.commentlist li.comment div.vcard img.avatar-32 {
	
}

ol.commentlist li.comment div.vcard img.photo {
	
}

ol.commentlist li.comment div.vcard span.says {
	
}

ol.commentlist li.comment div.commentmetadata {
	
}

ol.commentlist li.comment div.comment-meta {
	font-size: 10px;
}

ol.commentlist li.comment div.comment-meta a {
	color: #699714;
}

ol.commentlist li.comment p {
	
}

ol.commentlist li.comment ul {
	
}

ol.commentlist li.comment div.reply {
	font-size: 12px;
}

ol.commentlist li.comment div.reply a {
	font-weight: bold;
}

ol.commentlist li.comment ul.children {
	list-style: none;
	margin: 10px 0 0;
}

ol.commentlist li.comment ul.children li {
	background: #fff;
}

ol.commentlist li.comment ul.children li.alt {
	
}

ol.commentlist li.comment ul.children li.bypostauthor {
	
}

ol.commentlist li.comment ul.children li.byuser {
	
}

ol.commentlist li.comment ul.children li.comment {
	
}

ol.commentlist li.comment ul.children li.comment-author-admin {
	
}

ol.commentlist li.comment ul.children li.depth-2 {
	border-left: 5px solid #555;
	margin: 0 0 10px 10px;
}

ol.commentlist li.comment ul.children li.depth-3 {
	border-left: 5px solid #999;
	margin: 0 0 10px 10px;
}

ol.commentlist li.comment ul.children li.depth-4 {
	border-left: 5px solid #bbb;
	margin: 0 0 10px 10px;
}

ol.commentlist li.comment ul.children li.depth-5 {
	
}

ol.commentlist li.comment ul.children li.odd {
	
}

ol.commentlist li.even {
	
}

ol.commentlist li.odd {
	
}

ol.commentlist li.parent {
	border-left: 5px solid #111;
}

ol.commentlist li.thread-alt {
	azimuth: #efefef;
}

ol.commentlist li.thread-even {
	background: #DEFFE0;
}

ol.commentlist li.thread-odd {
	
}

/* FOR IMAGE WRAPPING BUILT INTO WORDPRESS */

img.alignright {
	float: right;
	margin: 0 0 1em 1em
}

img.alignleft {
	float: left;
	margin: 0 1em 1em 0
}

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

a img.alignright {
	float: right;
	margin: 0 0 1em 1em
}

a img.alignleft {
	float: left;
	margin: 0 1em 1em 0
}

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



/* ======================= */
/* = CONTACT FORM STYLES = */
/* ======================= */

input.wpcf7-text, .wpcf7-form textarea {
	padding: 9px;
	border: 1px solid #e5e5e5;
	outline:0;
	background: #fff;
}

.wpcf7-form textarea {
	width:600px;
	max-width:400px;
	height:150px;
	line-height:150%;
}

input:hover.wpcf7-text, .wpcf7-form textarea:hover,
input:focus.wpcf7-text, wpcf7-form textarea:focus.wpcf7 {
	border-color:#cccccc;
	background:#F8F9F9;
	
	/* GIVE THE FORMS A NICE SOFT FEEL WITH A SHADDOW */
	-webkit-box-shadow:rgba(0,0,0,.15) 0 0 8px;
	-moz-box-shadow:rgba(0,0,0,.15) 0 0 8px;
	box-shadow:rgba(0,0,0,.15) 0 0 8px;
}

input.wpcf7-submit {
	padding:9px 15px;
	width:75px;
	cursor:pointer;
	background:#699714;
	border:0;
	font-size:14px;
	color:#fff;

	/* Make the edges of the button round */
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	/* Let's add a little fade on that button on hover */
	-webkit-transition: background 0.2s ease-in-out;
	-moz-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}

input:hover.wpcf7-submit {
	background:#8fcf1a;
}

/* This code is located in the contact form's CSS
span.wpcf7-not-valid-tip {
	background:#FF0000;
	border:1px solid #FF0000;
	clear:left;
	color:#FFFFFF;
	font-size:10pt;
	margin-bottom:10px;
	padding:6px;
	position:absolute;
	width:170px;
}
*/



/* Hide me! */
#artistphotos {  }
#artistphotoscode { display:none; }




/*
h1, h2, h3 { font-weight: normal; margin: 0 0 10px 0; }
h1 { }
h2 { }
h3 { }

p { margin: 0 0 10px 0; }
a { }
a:hover { } 

blockquote { }
blockquote p { }

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

.post { }

.entry { }
.entry a { }
.entry a:hover { }

pre { }
code, tt { }

#meta { }
.postmetadata { }

.navgation { }
   .next-posts { }
   .prev-posts { }

#searchform { }
	#s { }
	#searchsubmt { }
	
form { }
input[type=text] { }
textarea { }
*/
