 html {
	font-family:Helvetica, Verdana, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	background-image: url(http://www.jamesrusselldirector.com/images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #0C0C0C;
	}

body {
	width:720px;
	margin:auto;
	line-height:18px;
	margin-bottom:50px;
	position:relative;
	}

p, h1, h2, h3, h4, h5, h6, h7, blockquote, cite, ul, ol, dl, table {
	margin:10px;
	}

p {clear:both;}

a {
	color:#0099FF;
	text-decoration:none;
	}

a:hover {text-decoration:underline;}

h2, h3 {font-family:"American Typewriter", Courier New, Courier, monospace;}

h2 {
	font-size:28px;
	margin:20px;
	}

h3 {
	font-size:20px;
	margin:40px 20px 20px 20px;
	}

strong {
	font-weight:bold;
	}

.float_left {
	float:left;
	}

.float_right {
	float:right;
	}

table {
	background-color:#222222;
	border:1px dashed #666666;
	width:600px;
	margin:10px 60px 10px 60px;
	}

table tr {}

table tr td {
	width:50%;
	padding:5px;
	font-style: italic;
	font-size:12px;
	}

tr.alt {background-color:#000000;}

tr.over {background-color:#4B4B4B;}

ul {}

ul li {
	list-style-type: square;
	margin-left:25px;
	}

/* Header styling */

.vcard {
	text-align:center;
	display:block;
	margin-top:20px;
	font-size:14px;
	}

.vcard a {
	text-decoration:none;
	color:#FFFFFF;
	}

.vcard a:hover {
	text-decoration:underline;
	}

.fn {
	display:none;
	}

h1 {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent:-9999999px;
	height:36px;
}

#strapline {
	text-align:center;
	padding:0 0 10px 0;
	font-size:14px;
	font-family:"American Typewriter", Courier New, Courier, monospace;;
	}


/* Main Content */

#content {
	border:1px solid white;
	background-color:#000000;
	padding-bottom:25px;
	
	/* Clearing */
	overflow: auto;
	width: 100%;

	/* Rounded corners */
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	}

#menu {
	font-family:"American Typewriter", Courier New, Courier, monospace;
	margin:25px 0 50px;
	}

#menu ul {}

#menu ul li {
	display:inline;
	font-size:20px;
	margin:0 25px 0 25px;
	}

#menu ul li h3 {
	margin:0!important;
	display:inline;
	border-bottom:1px solid white;
	border-top:1px solid white;
	}

#menu ul li dfn {display:none;}

/*.currentpage {
	border-top:1px solid white;
	border-bottom:1px solid white;
	}*/

#menu ul li a {
	text-decoration:none;
	color:#FFFFFF;
	}

#menu ul li a:hover {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF0000;
	border-bottom-color: #FF0000;
	}


#video_wrapper {
	margin:10px;
	}


/* Blockquote styling */
blockquote {
	background-color:#222222;
	border:1px dashed #666666;
	}

.halfwidth {width:337px;}

blockquote p {
	font-style: italic;
	font-weight: normal;
	}

blockquote cite {
	font-weight: bold;
	text-align: right;
	display:block;
	}

/* Credit */
#credit {
	position:absolute;
	bottom:-50px;
	right:0;
	}

#credit a {color:#FFFFFF;}
#credit a:hover {color:#0099FF;}


/* Hide video wall on home page */

#coolirishome {
	display:none;
	}

	
	
	
	
	
	
	
	
	
	
	
	
	
	