/*
Theme Name: NAL Theme
Theme URI: http://ynotweb.com
Description: WordPress Theme for NAL
Author: Kammy Burleson
Author URI: http://ynotweb.com
version: 1.0
*/

<?php

// Use this file in your CSS in place of the .HTC file if it works offline but not online.
// It will send the correct MIME type so that IE will execute the script correctly.

header('Content-type: text/x-component');
include('iepngfix.htc');

?>

/* basics */

*{margin:0; padding:0;}

body {
background-image: url(images/nalBG.jpg);
background-repeat: no-repeat;
	background-color: #A8A270;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 10pt;
	margin: 9px 21px;
	padding: 9px 21px;
	}
	

	
h1 {font-size: 18pt;	font-family: Georgia, Baskerville, Times, serif;	color: #2065A2;
}
h2 {font-size: 20pt;	font-weight: lighter; font-family: Georgia, Baskerville, Times, serif; text-transform: uppercase;	color: #2065A2; line-height:20pt; padding-right:0;
}
h3 {font-size: 10pt;	font-family: Georgia, Baskerville, Times, serif;	color: #2065A2;
}
h4 {font-size: 9pt;	font-family: Georgia, Baskerville, Times, serif;	color: #2065A2;
}

h1.breathe {
	font-size: 14pt; color: #fff; font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif; font-weight: 100; font-style: italic; text-align: center; padding-bottom: 20px; letter-spacing: 0.1em;
}

/* images and misc. */

img{ border: none; padding: 6px; }
img a{border:none;}

img.left{ float: left; border: none; }
img.right{ float: right; border: none;}



/* links */

a{
	color:#000099;
	text-decoration:underline;
	border: none;
	}

a:hover{color:#000;text-decoration: none; border: none;}



/* container */


#container {
	width: 904px;
background-color: transparent;

	}
	

/* header */

#header {
background-image: url(images/headerBG.png);
background-repeat: repeat-y;
height: 106px;
width: 904px;

	}



#subheader {
		background-color: #80A62E;
		height: 30px;
		width: 100%;
		color: #fff;
		font-size: 9pt;
font-weight: 550;
letter-spacing: 0.15em;
}

#subheaderInfo {
padding-top: 5px;
	float: right;
	padding-right: 20px;
			background-color: #80A62E;
width:70%;

}

#subheaderInfo a, #subheaderInfo a:visited, #subheaderInfo a:active{
color: #fff;
text-decoration:none;
}

/* moz container */

#mozcontent {

float: right;
	width: 710px;
	background-image: url(images/mozBG.png);
	background-repeat: repeat-x;
min-height: 710px;}

/* content */


#content {
float: left;
	/*float: right;*/
	width: 460px;
	overflow: hidden;

/*
		filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;*/
	}

.post {
	margin: 0 4px;
	padding:12px;
	line-height: 14pt;

	}
	
.post h2{


	}
	
.post h2 a{
	color: #2065A2;
	text-decoration: none;

	}
	
.post h2 a:hover{
	color: #2065A2;
	text-decoration: none;

	}
	
.post p{font-size: 10pt; color: #000; 
}

.post a{text-decoration:underline;}

.post ul {}

.post li {}

/*.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin-top: 16px;
	border-left:solid 1px #A2A2A2;
	border-bottom:solid 1px #A2A2A2;
	}*/
	

.navigation {
	margin: 12px 0 20px 0;
	padding:2px;
	font-size:.9em;
	float:left;
	width:98%;
	}
	
	.alignleft {float:left;}
	.alignright {float:right;}



/* left sidebar */

#left {
background-color: #80A62E;
	width: 194px;
	float:left;
	margin: 0;
	padding: 0;

	}


#left ul {
	margin:12px;
	padding:0;
	list-style-type: none;
	display: block;
	/*font-weight: bold;*/
	}

#left ul li {
	margin: 0;
	padding: 0;
	line-height: 18pt;
	list-style-type: none;
	border-bottom: 1px dashed #fff;
	}


#left a {
	color: #fff;
	text-decoration: none;
}

#left a:hover {
	color: #fff;
	text-decoration: none;
}

/* right sidebar */

#right{

	width: 220px;
	float:right;
position: relative;
top: 32px;
	border-left: 1px solid #000;
	/*min-height: 452px;*/

	}



#right p {	color: #000;}

#right ul { margin: 0 15px 10px 15px;}
#right h2 {font-size: 14pt;	font-weight: lighter; font-family: Georgia, Baskerville, Times, serif; 	color: #2065A2;
}
#right h3 {font-size: 10pt;	font-family: Georgia, Baskerville, Times, serif;	color: #2065A2;
}
#quotescollection_randomquote-0 {}
.quotescollection_randomquote {}


/* footer */

#footer {
	background-image: url(images/footerBG.png);
	background-repeat: repeat-x;
	height: 31px;
	clear: both;
	width: 100%;
border-top: 5px solid transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	}
	
#footer p{margin: 0; color: #000;  padding: 6px 6px; }
#footer a{color: #000;text-decoration: underline;}
#footer a:hover{color: #000;text-decoration: none;}

.copyright {
	float: left;
}
.credit {
	float: right;
}


div.textwidget {
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 10px;
	color: #000 !important;
}
.30 {
width:30%;
}
.40 {
width:40%;
}