/*
Theme Name: kaltec
Description: Simple portfolio site using the elements tag to display a progressive block of dynamic images that link to individual portfolio pages with descriptions.
Version: 1
Author: Cassandra Marshall
Author URI: http://daydreamproject.com
Tags: elements as image thumbnails, index with image only, minimal navigation, simple portfolio templates

*/

body {
	font-size: 14pt;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #ffffff;
	color: #333;
	text-align: center;
	margin: 0 auto;
	}
*/

/* format */
body {
	margin: 0 0 0 0;
	padding: 0;
	
	}

#page {
	background-color: white;
	margin: 0 auto;
	padding: 0;
	width: 960px;
	
	}

#header {
	background-color: #000000;
	margin: 0 0 0 0;
	padding: 0;
	height: 1px;
	width: 100%;
	}
	
#content {
	margin: 5px 0 0 0;
	padding: 0;
}

#dec, .dec {
        border-top: 1px solid red;
        text-align: justify;
        width: 50%;
     

}

a:link {
color: red;
text-decoration: underline;
}



.post {
	margin: 0 0 0 0;
	//text-align: justify;
	}

.post hr {
	display: block;
	}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
    position: fixed; 
    bottom: 0;
	padding: 0;
	margin: 0 auto;
	width: 960px;
	clear: both;
background: #ffffff;
	}


#footer p {
	margin: 5px;
	padding: 4px 0;
	text-align: left;
	}

/* end formatting */

/* font & colors */


#page {
	background-color: white;
	text-align: left;
	}

#header {
	background: #000000;
	}

#headertitle {
	font-size: Andale Mono, Verdana, Arial, Sans-serif;
	font-spacing: 4px;
    font-size: 12px;
    text-align: right;
	}
	
.headdec {
    background-color: #000000;
	background: #ffffff;
	text-align: right;

}

#headertitle h1{
	font-size: Andale Mono, Verdana, Arial, Sans-serif;
	letter-spacing: 4px;
    font-size: 12px;
    text-align: right;			
}

h1 a, h1 a:hover, h1 a:visited {
    text-decoration: none;
  	color: #ffffff;    
 
}

h2 {
	font-size: 14px

}


.content {
	font-size: 10px;
    color: #666666;

	}
	
.navigation a, .navigation a:hover, .navigation a:visited {	
	margin: 5px;
margin-bottom: 5px;
float: right;
width: 200px;
        text-decoration: none;
	color: red;

}

.dec {

      font-size: 10px;
      background-color: #ffffff;
margin-bottom: 5px;
}


#footer p{
        color: #ffffff;
        font-size: 10px;

}

#footer a{
        color: #000000;
        font-size: 14px;
        text-decoration: none;
margin-right: 5px;

}

/* font and colors */



/*	headers */
h1 {
	padding-top: 5px;
	margin: 0;
	}

h2 {
	margin: 0 0 10px 0;
	}

h2.pagetitle {
	margin-top: 10px;
	text-align: center;
}

h3 {
	padding: 0;
	margin: 5px 0 0;
	}

/* end header */


/* image captions and descriptions */

p .wp-caption-text{
  	  font-size: 10px;
      background-color: #DBDBDB;
  

}

/* end Image metadata */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */






/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/


