/* CSS RESET*/
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,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*THE MAIN CSS*/
body {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#F8F8F8;
	margin-top:0; 
	padding:0; 
	text-align:center;
	border:0;			
	background:#000;
	min-width:800px;		
	font-size:80%;
	line-height:20px;
}
.page {
	margin: 1em auto;
	background:#000;
	width:900px;
	overflow:auto;
}
.page h1 {
	font-size:18px;
}
.content {
	padding-top:10px;
	width:70%;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
.bar {
	width:100%;
	background:#039;
}
/* Header */
#header {	
	text-align:left;
	width:100%;
	height:100%;
	clear:both;
	float:left;
}
#header h1{
	font-size:20px;
	padding:.4em 15px 0 15px;
	margin:0;
}
#header a{
	height: 150px;			
	width: 900px;
	display:block;  
	text-indent: -999em;
	overflow: hidden;
}
/* Main Navigation */
#navigation {
	clear:both;
	width:100%;
	text-align:center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
}
#navigation ul {
	clear:both;
	width:100%;
	list-style:none;
	padding:0;
	border:0;
	margin:0;
}
#navigation ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#navigation ul li a {
	display:inline;
	margin:0 0 0 1px;
	padding:3px 10px;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.3em;
	font-weight:bold;
}
#navigation ul li a:hover {
	background:#939;
	color:#FFF;
}
#navigation ul li a.active,
#navigation ul li a.active:hover {
	color:#FFF;
	background:#000;
	font-weight:bold;
}
#navigation ul li a span {
	display:inline;
	text-align: center;
}
/* Footer Styles */
/*Opera Fix For Sticky Footer*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-bottom:0px;/
}
.stickyfooter {
	position: relative;
	margin-bottom: 0px; 
	height: 550px;
	clear:both;
}
#footer {
	font-size:11px;
	clear:both;
	float:left;
	width:100%;
	line-height:15px;
}
#footer p {
	text-align: center;
	margin:0;
}
.socialmedia1 {
	float: left;
	width: 300px;
	margin-right:10px;
}
.socialmedia2 { 
	float: right;
	width: 300px;
	margin-left:10px;
}
#twitter h1 {
	height:50px;
	width:300px;
	background:url(../images/twitterbird.png) top right no-repeat;
	font-size:20px;
}
#wordpress h1 {
	height:50px;
	width:300px;
	background:url(../images/wordpress.png) top right no-repeat;
	font-size:20px;
}
#followme h1 {
	font-size:20px;
}
#post {
	width:300px;
	margin-left:5px;
	text-align:left;
}
.right {
	float:right;
}

/* PAGE SPECIFIC CSS */
/*Design & Photography Page*/
.column1{
	text-align:center;
	float: left;
	width:300px;
	padding-right:10px;
}
.column2{
	text-align:center;
	float: right;
	width:300px;
	padding-left:10px;
}