 /*---Layout---*/
<!--
html, body {
min-height: 100%; /*Sets the min height to the
                                        height of the viewport.*/
width: 100%;
height: 100%; /*Effectively, this is min height
                                for IE5+/Win, since IE wrongly expands
                                an element to enclose its content.
                                This mis-behavior screws up modern
                                browsers*/
margin: 0;
padding: 0;
}

html>body {
    height: auto; /*this undoes the IE hack, hiding it
                    from IE using the child selector*/
}



body {
    position: absolute;
    top: 0;
}

#main {
   /*Keeps content above footer. */
        padding-bottom:50px;
        height:auto;
}

#footer {
  position: absolute;
  bottom: 0;
  /*height:100px;*/
  /* line-height:32px;*/
  width: 960px;
 /* background: url(../layoutimages/footer.jpg) no-repeat bottom left;*/
}

-->
.clear{ clear:both; }
.clear-spacer { clear:both; height:20px; }
/*---------------------------------*/ 

/*------- Success ------*/

.success {
	text-align: center;
	font-weight: bold;
}

/*------ General -------------*/

body {
	background: #000 url(/layoutimages/neon_background.jpg) no-repeat top center;
	font-family: Helvetica, Arial, sans-serif;
}

.leftImage {
	float: left;
	margin: 0 10px 10px 0;
	padding: 0;
	border: 5px solid #333;
	display: inline;
}

.rightImage {
	float: right;
	margin: 0 0 10px 10px;
	padding: 0;
	border: 5px solid #333;
}


/*----- Top --------*/

#top {
	margin-top: 30px;
	height: 170px;
}

.tagline {
	font-size: 11px;
	color: #fff;
	padding-left: 40px;
}

/*----- Top Navigation ------*/

#mainnav {
	margin:18px 0 0 0;
	width:390px;
	height: 40px;
	float:left;
	display:inline;
	clear:left;
	z-index: 1;
}


#mainnav li {
	position: relative;
	display:inline;
	z-index: 10;
}


 #mainnav li a {
	
	height:22px;
	float:left;
	display:inline;
	padding:2px 12px;
	font-size:18px;
	line-height: 38px;
	text-decoration: none;
	color: #fff;
}

#mainnav li a:hover, #all #mainnav li a:active, #all #mainnav li a:focus {
	color:#ffcc66;
	text-decoration:none;
}

/*---- Main -----*/
#main {
	color:#ffffff;
}

/*--- Blog List ---*/

.blog-date{
	background: url(../layoutimages/date_sticker.png) center no-repeat;
	text-align: center;
	color: #fff;
	width: 70px;
	height: 60px;
	padding: 5px auto;
	font-size: 14px;
}

.blog-date p {
	padding: 0;
	margin-top: 10px;
}

.blog-date p span {
	font-size: 21px;
	line-height: 23px;
}

#blog-list a img {
	border: 5px solid #444;
	margin-bottom: 10px;
}

#blog-list a:hover img {
	border: 5px solid #ffcc33;
}

.information {
	border:1px solid #444;
	padding: 5px;
	color: #ccc;
}

a.information  {
	color: #ccc;
}

a.information:hover  {
	color: #fff;
}

.download {
	background: url(/layoutimages/download.jpg) no-repeat 0 50%;
	padding-left: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}

/*--- Blog Comment Form --*/

.shortArea{
	width: 250px;
	height: 100px;
}

#commentform label {
	width:200px;
	margin-right: 10px;
}

.commenttext{
	width: 200px;
}

.comment-error, .comment-error-area {
	margin-left: 10px;
	color: #ffcc33;
	font-weight: bold;
}

.comment-error-area {
	vertical-align: top;
}

/*--- Contact ---*/

.contactTextArea{
	width: 300px;
	height: 200px;
}

.contact-error, .contact-error-area {
	margin-left: 10px;
	color: #ffcc33;
	font-weight: bold;
}

.contact-error-area {
	vertical-align: top;
}

/*--- Button ---*/
.button {
	background: url(../layoutimages/button.gif) top left no-repeat;
	width: 120px;
	height: 34px;
	color: #000;
	text-align: center;
	font-weight: bold;
	border: none;
	cursor: pointer;
}


/*--- Bodytext --- */

#bodytext {
	font-size: 14px;
	line-height: 18px;
	text-align: justify;
	margin-bottom: 30px;
}

#bodytext h1 {
	color: #ffcc33;
	font-size: 24px;
	margin-bottom: 20px;
	font-family: Georgia, serif;
	font-weight: bold;
}

#bodytext h2 {
	color: #ccc;
	font-size: 18px;
	margin-bottom: 20px;
}

#bodytext li {
	clear: both;
}

#bodytext a:link, #bodytext a:visited {
	color: #f8e43f;
	text-decoration: underline;
}

#bodytext a:hover {
	color: #ccc;
	text-decoration: none;
	
}

#bodytext h2 a:link, #bodytext h2 a:visited {
	text-decoration: none;
}

#bodytext h2 a:hover {
	color: #fff;
	text-decoration: none;
}

/*-- Footer/Paging --*/

.footer {
	text-align: right;
}

.footer strong, .footer a {
	padding: 5px;
	border:1px solid #ccc;
}

.footer strong {
	background-color: #444;
	color: #fff;
}


/*-- Portfolio --*/

.project {
	margin-bottom: 20px;
}

.project p {
	margin: 0 0 5px 0;
	padding: 0;
}

.project a img{
	border: 5px solid #333;
	margin-bottom: 10px;
}

.project a:hover img{
	border: 5px solid #ffcc33;
	margin-bottom: 10px;
}

.portfolio-summary{
	height: 180px;
}

/*-- Flickr Thumbs --*/

#thumb {
	margin:10px 0 20px 0;
}

.floatImg{
	float: left;
	margin:0px 10px 10px 0;
	width: 85px;
	height: 85px;
	
}

.floatImg a img {
	border: 5px solid #444;
}

.floatImg a:hover img{
	border: 5px solid #fff;
}

/*** Paging ***/

 #paging {
 	clear: both;
 	display: inline;
	margin:5px 0; 
	padding:0;
	margin-top: 10px;
}

#paging ul {
	margin: 10px 0;
	padding: 0;
}

#paging li {
	display: inline;
	padding: 5px;

}

/*--- Side ---*/

#side {
	margin-bottom: 30px;
}

#side h2 {
	color: #fff;
	font-size: 18px;
	padding-bottom: 5px;
	border-bottom: 2px solid #cc99cc;
	font-family: Georgia, serif;
	font-weight: bold;
}

#side a {
color: #fff;
text-decoration: underline;
}

#side a:hover {
color: #cc99cc;
}

#side ul {
	margin: 10px 0 ;
}

#side li {
	list-style-type: none;
}

#side li a {
	text-decoration: none;
	display: block;
	padding: 10px;
	color: #fff;
}

#side li a:hover{
	color: #000;
	background-color: #ffcc33;
}

#side a {
	color: #cc99cc;
}

#side a:hover {
	color: #fff;
	text-decoration: none;
}

.yellow{
	color: #cc99cc;
}

.twitter {
	background: url(/layoutimages/twitter_icon.jpg) 0 100% no-repeat;
	height: 35px;
	line-height: 35px;
	padding-left: 40px;
}

.twitter a {
	color: #66ccff;
	text-decoration: underline;
}

.twitter a:hover {
	color: #fff;
	text-decoration: none;
}

/*--- Footer ---*/

#footer p {
	padding: 10px 0;
	color: #999;
}

#footer a {
	color: #999;
	text-decoration: underline;
}

#footer a:hover {
	color: #fff;
	text-decoration: none;
}

#footericons {
	text-align: right;
}

#footericons a img {

	margin-right: 5px;
}