@CHARSET "ISO-8859-1";

@CHARSET "ISO-8859-1";

/* RESETS */
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, ol, ul, li,
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;
}
ol, ul {
	list-style: none;
}
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;
}

/* END RESETS */

body {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	color: #222;
	background: #FFF;
}

p {
	margin: 5px 0;
}

a {
	color: #222;
	text-decoration: none;
}

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

h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0;	
}

.clr {
	clear: both;	
}

#header {
	background: #333;
}

#header #headercontent {
	width: 950px;
	margin: 0 auto;
	padding: 10px 0;
	position: relative;
}

#header #headercontent #webdev {
	position: absolute;
	left: 200px;
	bottom: 30px;
	color: #CCC;
	font-weight: bold;
	font-size: 14px;
}

#header #headercontent #logout {
	position: absolute;
	right: 20px;
	top: 20px;
}

#header #headercontent #logout a {
	font-weight: bold;
	border: 1px solid #FFF;
	background: #CC9;
	color: #222;
	padding: 5px 10px;
	display: inline-block;
}

#header #headercontent #logout a:hover {
	background: #EEE;
	text-decoration: none;
}

#header #headercontent #navigation {
	position: absolute;
	bottom: 10px;
	right: 20px;
}

#header #headercontent #navigation ul, #header #headercontent #navigation ul li {
	display: inline;
	color: #FFF;
	padding: 5px;
}

#header #headercontent #navigation ul li a {
	color: #FFF;
	font-size: 14px;	
}

#header #headercontent #navigation ul li a:hover {
	color: #F37C20;	
	text-decoration: none;
}

#content {
	width: 950px;
	min-height: 400px;
	margin: 0 auto;
	padding: 20px 0 30px 0;
	position: relative;
}

* html #content {
	height: 400px;
}

/* ABOUT PAGE STYLES */

#myphoto {
	display: inline-block;
	float: left;
}

#myphoto img {
	margin: 10px;
	border: 1px solid #BBB;	
}

#aboutme {
	display: inline-block;
	float: left;
	margin: 10px 20px;
	width: 450px;
}

#aboutme a {
	color: #900;	
}

#aboutme h3 {
	margin: 20px 0 10px 0;
	font-size: 14px;	
}

#aboutme ul {
	list-style-type: square;
	margin: 20px;	
}

#aboutme ul li {
	line-height: 1.1em;
	font-size: 12px;
	color: #600;	
}

#clients {
	display: inline-block;
	float: left;
	margin: 10px;
	width: 200px;
}

#clients h3 {
	font-size: 14px;
	margin-bottom: 10px;	
}

#clients ul li {
	line-height: 1.2em;
	color: #600;
}

#clients ul li a {
	color: #600;
}

/* END ABOUT PAGE STYLES */

/* PORTFOLIO STYLES */

#content div.portfoliorow {
	width: 930px;
	margin: 20px auto;
}

#content div.portfoliorow div.portfolioitem {
	display: inline-block;
	float: left;
	width: 310px;
	font-weight: bold;
	text-align: center;
	color: #666;
}

#content div.portfoliorow div.portfolioitem img {
	margin: 4px;
	border: 1px	solid #BBB;
}

/* END PORFOLIO STYLES */

/* BLOG STYLES */

#content div.posts {
	width: 650px;
	display: inline-block;
	float: left;
	margin: 10px 30px;
}

#content div.postview {
	width: 530px;
	display: inline-block;
	float: left;
	margin: 10px 30px;
}

#content div.postview ul {
	list-style-type: square;
	margin: 20px;	
}

#content div.postview ul li {
	line-height: 1.1em;
	font-size: 12px;
	color: #600;	
}

#content div.posts p.readmore a, #content div.postview ul li a {
	color: #600;	
}

#content div.posts p.readmore a:hover, #content div.postview ul li a:hover {
	color: #BBB;
	text-decoration: none;
}

#content div.posts h1, #content div.postview h1 {
	margin-bottom: 5px;
}

#content div.posts p.blogdate, #content div.postview p.blogdate {
	margin: 0 0 10px 0;
	font-size: 11px;
	color: #666;
}

#content div.posts p.blogdate a, #content div.postview p.blogdate a {
	color: #600;
}

#content div.posts p.blogdate a:hover, #content div.postview p.blogdate a:hover {
	color: #BBB;
	text-decoration: none;
}

#content div.posts p.readmore {
	margin: 5px 0 20px 0;
}

#content div.blogsearch {
	width: 200px;
	display: inline-block;
	float: left;
	margin: 10px;
}

#content div.blogsearch h3 {
	margin: 20px 0 5px 0;	
}

#content div.blogsearch h4 {
	margin: 10px 0 5px 0;	
}

#content div.blogsearch input[type=text] {
	border: 1px solid #999;
	width: 150px;
	margin-right: 5px;
	padding: 3px;
}

#content div.blogsearch input[type=submit] {
	border: 1px solid #000;
	background: #333;
	color: #FFF;
	padding: 3px;
	cursor: pointer;
}

#content div.blogsearch ul li a {
	color: #600;
}

#content div.blogsearch ul li a:hover {
	color: #BBB;
	text-decoration: none;
}


#content div.postgallery {
	width: 320px;
	display: inline-block;
	float: left;
	margin: 10px;
}

#content div.postgallery div.showgallery {
	display: inline-block;
	float: left;
	margin: 4px;
	border: 1px solid #600;
}

#content div.postgallery div.showgallery a {
	color: #BBB;
}

div.paging {
	color: #BBB;
}

div.paging span {
	margin: 5px 0;
}
	
div.paging span.disabled {
	color: #BBB;
	display: inline-block;	
}

/* END BLOG STYLES */

/* FOOTER STYLES */

#footer {
	width: 950px;
	margin: 10px auto;
	border-top: 2px solid #CCC;
	border-bottom: 1px solid #CCC;
	text-align: right;
}

#footer ul {
	margin: 10px;
}

#footer ul li {
	display: inline;
	color: #999;
	margin: 5px;
}

#footer ul li a {
	color: #999;
}

#footer ul li a:hover {
	color: #222;
	text-decoration: none;
}

/* END FOOTER STYLES */
