/*
Theme Name: Lightning UX Theme
Theme URI: http://wordpress.org/
Description: This theme was created by Andrew Sengul for Daniel Jaeger's company, Lightning UX
Version: 1.0
Author: Andrew Sengul

Lightning UX Theme by Andrew Sengul || http://imagegardenphoto.com.com
*/

html, body{ 
	margin: 0px;
	padding: 0px;
	border: 0px;
	font: 90% arial,sans-serif;
	text-align: center;
	line-height:1.4em;
	background: #FFFFFF;
	}

.hidden{
	display:none;
	}
	
/* Layout of the page elements */

#content{
	margin-left: auto;
	margin-right:auto;
	width:995px;
	text-align: left;
	background-image: url(./images/background.gif);
	background-repeat: repeat-y;
	}

#banner{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 74px;
	width:990px;
	}
	
#navigation{
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width:990px;
	height: 27px;
	}

#main{
	clear: both;
	display: inline;
	width: 605px;
	float: left;
	text-align: left;
	padding-left: 25px;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-top: 20px;
	background-image: url(./images/dotted_ver.gif);
	background-position: right top;
	background-repeat: repeat-y;
	}

#sideBar{
	display: inline;
	width: 300px;
	float: right;
	text-align: left;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 20px;
	margin-bottom: 30px;
	}

#sideBarWork{
	display: inline;
	width: 328px;
	float: right;
	text-align: left;
	padding-right: 17px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 20px;
	margin-bottom: 30px;
	}

#footer{
	clear: both;
	margin-left: 0px;
	margin-right:0px;
	width:990px;
	}

/* formatting of html elements */

a {
	color: #0033CC;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}
	
img {
	border: 0px;
	padding: 0px;
	margin: 0px;
	}

h1{
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 15px;
	font-size: 140%;
	font-weight: bold;
	}

.entry h1 {
	margin-bottom: -20px;
}

h2{
	margin-top: 35px;
	margin-left: 0px;
	margin-bottom: 15px;
	padding: 0px;
	font-size: 170%;
	font-weight:normal;
	}

h2 a {
	text-decoration: none;
	margin-bottom: 20px;
	}

h3{
	font-size: 140%;
	font-weight: normal;
	margin-top: 25px;
	margin-bottom: 10px;
	}
	
h3 a {
	margin-bottom: 20px;
	}
	
h4 {	
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 5px;	
	font-size: 140%;
	font-weight: normal;
	}
	
h5{ 
	font-size: 100%;
	font-weight: bold;
	color: #666666;
	margin-bottom: 0;
	}
	
ul {
	list-style-image: url(images/bullet.gif);
	margin-left: 0px;
	padding-left: 10px;
	}
	
li {
	margin-left:0px;
	padding-left: 0px;
	}
	
.entry p {
	margin-top: 0px;
}

/* formatting of my own text elements */
/* classes */

.redirect {
	text-align: left; margin: 80px 40px 40px 120px;
}

#navigation ul {
	list-style: none;
	display: inline;
	float: left;
	clear: both;
	height: 27px;
	margin: 0;
	padding: 0;
}

#navigation li {
	display: inline;
	margin: 0;
	padding: 0;
}

#navigation li a {
	outline-width: 0;
	overflow: hidden; 
	display: block;
	float: left;
	height: 27px;
	text-indent: -5000px; 
	background-position: left top;
	background-repeat: no-repeat;
}

#navigation ul .page-item-3 a {
	width: 85px;
	background-image: url(./images/navTabHome.gif);
}

#navigation ul .page-item-3 a:hover {
	width: 85px;
	background-image: url(./images/navTabHomeOn.gif);
}

#navigation ul .page-item-4 a {
	width: 103px;
	background-image: url(./images/navTabMyWork.gif);
}

#navigation ul .page-item-4 a:hover {
	width: 103px;
	background-image: url(./images/navTabMyWorkOn.gif);
}

#navigation ul .page-item-5 a {
	width: 109px;
	background-image: url(./images/navTabAbout.gif);
}

#navigation ul .page-item-5 a:hover {
	width: 109px;
	background-image: url(./images/navTabAboutOn.gif);
}

#navigation ul .page-item-6 a {
	width: 58px;
	background-image: url(./images/navTabBlog.gif);
}

#navigation ul .page-item-6 a:hover {
	width: 58px;
	background-image: url(./images/navTabBlogOn.gif);
}

#navigation div {
	display: inline;
}

#nav-home a {
	width: 85px;
	background-image: url(./images/navTabHome.gif);
}

#nav-home a:hover {
	width: 85px;
	background-image: url(./images/navTabHomeOn.gif);
}

#nav-mywork a {
	width: 103px;
	background-image: url(./images/navTabMyWork.gif);
}

#nav-mywork a:hover {
	width: 103px;
	background-image: url(./images/navTabMyWorkOn.gif);
}

#nav-aboutme a {
	width: 109px;
	background-image: url(./images/navTabAbout.gif);
}

#nav-aboutme a:hover {
	width: 109px;
	background-image: url(./images/navTabAboutOn.gif);
}

#nav-blog a {
	width: 58px;
	background-image: url(./images/navTabBlog.gif);
}

#nav-blog a:hover {
	width: 58px;
	background-image: url(./images/navTabBlogOn.gif);
}

#navigation #tagline {
	display: inline;
	padding: 0;
}

#navigation #noblog {
	display: inline;
	padding: 0;
}

*html #navigation #tagline {
	margin: 0px 0px 0px 0px;
}

*html #navigation #noblog {
	margin: 0px 0px 0px -3px;
}

.sideBarSection {
	width: 300px;
	background-image: url(./images/dotted_hor.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-bottom: 12px;
}

.sideBarWorkSection {
	width: 304px;
	background-image: url(./images/dotted_hor.gif);
	/*background-color:#D2EFB8;*/
	background-position: bottom;
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 24px;
	padding-right:5px;
	padding-top: 12px;
}

.sideBarSection div {
	clear: both;
	padding-bottom: 12px;
}

.sideBarSection .imgNText img {
	float: left;
	padding-right: 15px;
}

.sideBarSection .date {
	color:#666666;
	font-size: 85%;
}


.sideBarWorkSection h2{
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 15px;
	font-size: 140%;
	font-weight: normal;
	}

.sideBarWorkSection div {
	clear: both;
	padding-bottom: 12px;
}

.sideBarWorkSection .imgNText img {
	float: left;
	padding-right: 15px;
}

.sideBarWorkSection .date {
	color:#666666;
	font-size: 85%;
}
.also a {
	color: #6699CC;
	}

.alsotitle a {
	font-weight: bold;
	}
	
.also {
	clear: left;
	margin-bottom: 0px;
	padding-bottom: 20px;
	}

.blogblurb {
	margin-bottom: 34px;
	clear: right;
	}

.blogdate {
	color:#666666;
	font-size: 85%;
	}

.blurb_01 {
	clear: left;
	margin-bottom: 20px;
	}
	
.dottedline {
	width: 300px;
	height: 1px;
	background-image: url(./images/dotted_hor.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-bottom: 12px;
	}
	
.newsblurb {
	margin-bottom: 24px;
	clear: right;
	}

.tn {
	margin-top: 18px;
	margin-right: 20px;
	margin-bottom: 10px;
	}

.tnh {
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	}
	
.tnblurb {
	padding: 0px;
	width: 180px;
	float: right;
	}

.tnl{
	float: left;
	margin-top: 4px;
	margin-right: 20px;
	margin-bottom: 10px;
	}
	
/* id tags */

#about_me {
	margin-bottom: 24px;
	clear: right;
	}

#caption {
	color: #666666;
	font-style: normal;
	font-size: 85%;
	margin-top: 0px;
	padding: 0px;
	}
	
#info {
	padding: 0px;
	width: 200px;
	float: right;
	}

#quote {
	color: #627600;
	font-style: italic;
	font-size: 100%;
	margin-bottom: 15px;
	}

#quoteauthor {
	color: #666666;
	font-style: normal;
	font-size: 85%;
	}
	
#ulnav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	}
	
/* ie hacks */

*html #banner {
	margin-bottom: -3px;
	}

*html #footer {
	margin-bottom: -3px;
	}
	
*html #noblog {
	margin-bottom: -3px;
	}	

/* IE FIX */
.wp_syntax { overflow-x: auto; overflow-y: hidden; padding-bottom: expression(this.scrollWidth > this.offsetWidth ? 15 : 0);}
.wp_syntax pre { margin: 0; padding: 15px; font-size: 11px;}

	