/*
Theme Name: Optimalworks
Theme URI: http://www.optimalworks.net/
Description: Optimalworks WordPress theme
Version: 1.0
Author: Craig Buckler
Author URI: http://www.optimalworks.net/
*/

*
{
	padding: 0;
	margin: 0;
	color: #000;
}

body
{
	font-family: georgia, serif;
	font-size: 0.8em;
	background-color: #fff;
	border-width: 0;
}

/* header */
#header
{
	background-color: #ccc;
	border: 2px solid #000;
}

#header h1, #header p
{
	font-family: arial, sans-serif;
	font-size: 2em;
	font-weight: normal;
	text-align: center;
	margin: 0.2em 1em 0.4em 1em;
}

#header h1 sub, #header p sub
{
	display: block;
	font-size: 0.5em;
}

#header h1 span, #header p span { display: none; }

/* footer */
#footer
{
	clear: both;
	padding: 0.5em 0 1em 0;
	border-top: 2px solid #000;
}

#footer p
{
	clear: both;
	text-align: center;
	margin: 0.3em;
}

/* information box */
#content ul.information
{
	clear: both;
	font-size: 0.8em;
	list-style-type: none;
	padding: 0.5em;
	margin: 1em 2em;
	border: 1px solid #000;
}

#content ul.information li
{
	line-height: 1.2em;
	padding: 0.3em;
	margin: 0;
}

/* comments */
#content #comments ol
{
	font-size: 0.8em;
	margin: 1em 2em;
	list-style-type: none;
}

#content #comments ol li
{
	padding: 0.3em;
	margin: 0.8em 0;
	border: 1px dotted #000;
}

#content #comments ol li p.author { font-weight: bold; border-bottom: 1px solid #ccc; }
#content #comments ol li p.author strong { float: right; }
#content #comments ol li blockquote { padding: 0; margin: 0 0 0 1em; }
#content #comments ol li p { margin-bottom: 0.5em; }

/* home page */
#about
{
	font-size: 1.2em;
	font-style: italic;
	text-align: center;
	padding: 0.5em;
	margin: 1em 2em;
	border: 3px double #666;
}

#content #services ol { list-style-type: none; margin: 0; }
#content #services li { text-transform: capitalize; margin: 2em 0 0 0; }

#content #services a strong
{
	display: block;
	font-family: arial, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
}

/* services */
#content ul.services
{
	list-style-type: none;
	padding: 0;
	margin: 1em 0 1em 2em;
}

#content ul.services li
{
	clear: both;
	padding: 0.5em 0;
	margin: 0;
}

#content ul.services li strong
{
	display: block;
	font-size: 1.4em;
	padding: 0;
	margin: 0;
}

#content ul.services li span
{
	display: block;
}

/* portfolio */
#content ul#portfolio
{
	list-style-type: none;
	margin: 0;
}

#content ul#portfolio li
{
	margin: 2em 0;
}

#content ul#portfolio li a { display: block; }
#content ul#portfolio li a:after { content: " (" attr(href) ") "; }

#content ul#portfolio strong
{
	display: block;
	font-family: arial, sans-serif;
	font-size: 1.1em;
}

/* contact hcard microformat */
div.vcard
{
	margin: 1em 4em;
}

#content div.vcard p { margin: 0; }
#content div.vcard a { font-weight: bold; }

#content div.vcard ol
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#content div.vcard ol li
{
	padding: 0;
	margin: 0;
}

#content div.vcard dl { clear: both; margin: 0 0 0.4em 0; }
#content div.vcard dt { clear: both; float: left; width: 6em; margin-right: 0.5em; }
#content div.vcard dd { font-weight: bold; }

/* add to contacts */
a.add
{
	clear: both;
	padding: 0 0 0 20px;
	margin: 1em 4em;
	background: url("images/icons/iconvcard.gif") 0 50% no-repeat;
}

/* generic styles */
h1, h2
{
	clear: both;
	font-family: arial, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 0.95em;
	margin-top: 1.4em;
}

div.post h1 { margin-bottom: 0.3em; border-bottom: 1px solid #000; }

h2 { font-size: 1em; }

#content p
{
	line-height: 1.3em;
	margin: 0 0 1em 0;
}

#content #about p { margin: 0; }

#content p.editor
{
	font-size: 0.8em;
	margin-top: 0.2em;
}

#content q
{
	display: block;
	font-style: italic;
	text-align: center;
	margin: 0 2em;
}

#content ul, #content ol
{
	margin: 1em 0 1.5em 4em;
	list-style-type: square;
}

#content ol
{
	list-style-type: decimal;
}

#content li
{
	margin: 0 0 0.5em 0;
}

#content blockquote
{
	font-style: italic;
	padding: 0.5em 0 0.5em 2em;
	margin: 0.5em 0 1em 2em;
	background: url("images/quoteopen.gif") 0 0 no-repeat;
}

#content img
{
	display: block;
	margin: 0.5em auto 1em auto;
	border: 1px solid #333;
}

#content img.inline
{
	float: right;
	margin-left: 1em;
	margin-right: 0;
}

#content a.screen img { margin: 0; }

#content code
{
	display: block;
	width: 90%;
	font-family: dina, "bitstream vera sans mono", "lucida console", monospace;
	font-size: 0.8em;
	line-height: 1em;
	padding: 0.1em 0.2em;
	margin: 1em 0 1em auto;
	border: 1px dotted #000;
	white-space: pre;
	overflow: auto;
}

acronym
{
	border: 0px none #fff;
	cursor: help;
}

a { color: #000; }

a.screen
{
	clear: right;
	display: inline;
	float: right;
	padding: 3px;
	margin: 0 0 2px 6px;
	border: 1px solid #333;
}

/* hidden sections */
form, fieldset, #sidebar, #search, #header q, #menubar, #menu, #footer ol, p.tags, p.comments, #footer p.validators, h2 sup, p.author sup, #comments a.logoff, #content ul.services li img, #content ul.information li.bookmark, #content ul#navigation, #advert1, #advert2, a.add, .accessible
{
	display: none;
}