/* -------------------------------------------------------------------------------------------
	Screen Stylesheet (screen.css)
	description: styles custom joomla! template
---------------------------------------------------------------------------------------------- */

/* ---------------------------
	browser reset
------------------------------ */

html {
	height: 101.1%
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: normal;
}

input.text, textarea {
	font-family: inherit;
	font-size: 100%;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ---------------------------
	classes
------------------------------ */  

.hidden {
	left: -999px;
	position: absolute;
	width: 0;
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0px;
}

.float_left {
	display: block;
	float: left;
}

.float_right {
	display: block;
	float: right;
}

img.float_left {
	margin: 0 15px 15px 0;
}

img.float_right {
	margin: 0 0 15px 0;
}

/* ---------------------------
	template body styles
------------------------------ */  

body {
	background: #fff;
	color: #4e4d4d;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
}

/* ---------------------------
	template content styles (must be copied to editor.css if updated)
------------------------------ */   

/* -- headings -- */
#wrapper_main #content h1,
#wrapper_main #content h2,
#wrapper_main #content h3,
#wrapper_main #content h4 {
	color: black;
	font-weight: normal;
	margin-bottom: 10px;
}

#wrapper_main #content h1 {
	font-size: 20px;
}

#wrapper_main #content h2 {
	color: #4e4d4d;
	font-size: 18px
}

#wrapper_main #content h3 {
	color: #4e4d4d;
	font-size: 16px;
}

#wrapper_main #content h4 {
	color: #4e4d4d;
	font-size: 14px;
}

/* -- paragraphs -- */
#wrapper_main p {
	font-size: 13px;
	margin-bottom: 15px;
}

/* -- links -- */
#wrapper_main a {
	color: #00528e;
	text-decoration: underline;
}

#wrapper_main a:hover {
	text-decoration: none;
}

/* -- horizontal rules -- */
#wrapper_main #content hr {
	background-color: #ccc;
	border: none;
	color: #ccc;
	clear: both;
	display: block;
	height: 1px;
	margin: 10px 0 25px 0;
	width: 100%;
}

/* -- unordered lists -- */
#wrapper_main #content ul {
	list-style-type: disc;
	padding: 10px 0 15px 25px; 
}

#wrapper_main #content ul li {
	margin-bottom: 10px;
}

/* -- ordered lists -- */
#wrapper_main #content ol {
	list-style-type: decimal;
	padding: 10px 0 15px 30px;
}

#wrapper_main #content ol li {
	margin-bottom: 10px;
}

/* -- tables -- */
#wrapper_main #content table {
	border: none;
	border-collapse: collapse;
	margin: 10px 0px 25px 0px;
	width: 100%;
}

#wrapper_main #content table th {
	background: #4e4d4d;
	border: 1px solid #4f4f51;
	color: #fff;
	font-weight : bold;	
	padding: 5px 5px 5px 5px;
}

#wrapper_main #content table td {
	border: 1px solid #4f4f51;
	padding: 5px 5px 5px 5px;	
}

#wrapper_main #content table tr.even td {
	background: #f0f0f0;
}

#wrapper_main #content table tr.odd td {
	background: #fafafa;
}


/* ---------------------------
	template styles
------------------------------ */  

#wrapper_main {
	background: #fff url(/templates/jodimckay/images/bg_wrapper_main.png) no-repeat 0 0;
	border: 1px solid #4f4f51;
	margin: 20px auto 20px auto;
	overflow: hidden;
	text-align: left;
	padding: 0;
	width: 942px;
}

#header {
	padding-bottom: 15px;
	overflow: hidden;
	width: 942px;
}

	#wrapper_main #header p {
		float: right;
		margin-bottom: 0;
	}
	
#nav_main {
	float: left;
	padding-left: 218px;
	overflow: hidden;
	width: 714px;
	
}

	#nav_main ul {
		width: 714px;
	}
	
	#nav_main li {
		display: inline;
		float: left;
	}

	#nav_main a {
		background: url(../images/nav_main_list_image.png) no-repeat scroll 0px 8px;
		color: #6b6b6d;
		display: block;
		float: left;
		font-size: 14px;
		font-weight: bold;
		padding: 5px 11px 6px 14px;
		text-decoration: none;
		text-transform: uppercase;
	}
	
	#nav_main li.item1 a {
		background-image: none;
	}
	
	#nav_main a:hover {
		color: #0050b3;
	}

	#nav_main li#current a {
		color: #6b6b6d;
		text-decoration: underline;
	}	
	
#sidebar_left {
	float: left;
	overflow: hidden;
	padding-bottom: 1px;
	width: 218px;
}	

#content {
	float: left;
	overflow: hidden;
	width: 714px;
} 
	
	#feature {
		float: left;
		height: 315px;
		overflow: hidden;
		position: relative;
		width: 715px;
	}
	
		#feature h1 {
			color: transparent;
		}
		
		#feature h1 a {
			color: transparent;
			display: block;
			height: 0;
			overflow: hidden;
			text-indent: -999em;
			width: 715px;
		}
		
		#feature #feature_title {
			left: 61px;
			position: absolute;
			top: 70px;
		}

	#content_articles {
		float: left;
		padding: 10px 0 0 10px;
		width: 704px;
	}
		
#footer {
	float: left;
	padding: 10px 0 10px 228px;
	width: 714px;
}
	
#wrapper_main #footer p {
	font-size: 11px;
	margin-bottom: 0;
}
	
/* ---------------------------
	module styles
------------------------------ */ 

#breadcrumbs .moduletable {
	font-size: 11px;
	margin-bottom: 12px;
	width: 100%;
}

	#breadcrumbs a {
		color: #6B6B6D;
	}
	
	
	#sidebar_left li {
		width: 100%;
	}

	#sidebar_left li a {
		color: #fff;
		display: block;
		font-size: 12px;
		font-weight: bold;
		padding: 5px 15px;
		text-decoration: none;
		text-transform: uppercase;
		width: 188px;
	}
	
	#sidebar_left li li a {
		font-size: 11px;
		padding: 5px 15px 5px 30px;
		width: 173px;
	}

	#sidebar_left a:hover {
		text-decoration: underline;
	}

	#sidebar_left li#current a {
		text-decoration: underline;
	}
	
	#sidebar_left li#current a:hover {
		color: #fff;
	}

	#sidebar_left li#current li a {
		text-decoration: none;
	}

	#sidebar_left li#current li a:hover {
		color: #ff0;
	}

#sidebar_left h3, #sidebar_left p{
	margin-bottom: 15px;
}

#wrapper_main #content h2.contentheading {
	background: red url(/templates/jodimckay/images/bg_h2_headline.png) no-repeat 0 0;
	color: #fff;	
	font-size: 14px;
	font-weight: bold;	
	height: 21px;
	padding-left: 10px;
	padding-top: 5px;	
	text-transform: uppercase;	
}

/* ---------------------------
	form styles
------------------------------ */ 

#content_form em {
	color: #de3632;
}

#content_form p {
	margin-bottom: 9px;
}

#content_form div {
	clear: both;
	float: left;
	padding: 6px;	
	margin-bottom: 15px;
}

#content_form div.focus {
	background-color: #f2f2f2;
}

#content_form div.error {
	background-color: #ffdfdf;
}

#content_form label {
	display: block;
	/*font-size: 11px;*/
	padding: 1px 0 4px 0;
}

#content_form input.text {
	border: 1px solid;
	border-bottom-color: #ddd;
	border-left-color: #c3c3c3;	
	border-right-color: #c3c3c3;	
	border-top-color: #7c7c7c;
	font-size: 11px;
	padding: 2px;
	width: 200px;
}

#content_form textarea {
	border: 1px solid;
	border-bottom-color: #ddd;
	border-left-color: #c3c3c3;	
	border-right-color: #c3c3c3;	
	border-top-color: #7c7c7c;
	font-size: 11px;
	height: 14em;
	padding: 2px;
	width: 500px;
	font-family:Arial, Helvetica, sans-serif;
}

#content_form input.radio {
	xposition: relative;
	xtop: 3px;
}
