/* 

Theme Name:Metaclarity 

Theme URI:http://www.thenedemo.co.nr/

Design Name:PG Tips

Description:Metaclarity by themesdemo.com

Version:1.0

Author:PG Tips

Author URI:http://www.metaclarity.com

*/

/********************************************

   HTML ELEMENTS

********************************************/

/* top elements */
*
{
	padding: 0;
	margin: 0;
}

body
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666;
	background: #d7d7d7;
	text-align: center;
	height: 100%;
}

/* links */
a
{
	background: inherit;
	color: #666;
	text-decoration: none;
}

a:hover
{
	background: inherit;
	color: #336699;
}

/* headers */
h1, h2, h3, h4
{
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}

h1
{
	font-size: 1.5em;
	/* text-transform: capitalize; */
	text-decoration: none;
}

h2
{
	font-size: 1.2em;
/*
	text-transform: uppercase;
*/
}

h3
{
	font-size: 1.2em;
}

h4
{
	font-size: 1em;
	margin: 5px 0 0 0;
	padding-top:5px;
}


p, h1, h2, h3, h4
{
	margin: 10px 10px;
}

ul, ol
{
	margin: 10px 30px;
	padding: 0 15px;
}

ul span, ol span
{
	color: #333;
}

#main ul li {
font-size: 0.9em;
line-height:1.4em;
}

/* images */
img
{
border: 0;
}

img.float-right
{
	margin: 5px 0px 5px 15px;
}

img.float-left
{
	margin: 5px 15px 5px 0px;
}

code
{
	margin: 5px 0 15px 15px;
	padding: 10px;
	text-align: left;
	display: block;
	overflow: auto;
	font-family: 'Lucida Console', 'courier new', monospace;
	font-size:.9em;
	/* white-space: pre; */
	background: #FAFAFA;
	border: 1px solid #eee;
}

acronym
{
	cursor: help;
	border-bottom: 1px solid #777;
}

blockquote
{
	margin: 15px;
	padding: 0 0 0 20px;
	background: #FAFAFA url('images/quote.gif') no-repeat 3px 5px;
	border: 1px solid #eee;
	font: bold 1.2em/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

/* form elements */
form
{
	margin: 10px 15px;
	padding: 0;
	border: 1px solid #eee;
	background-color: #FAFAFA;
}

label
{
	display: block;
	font-weight: bold;
	margin: 5px 0;
}

input
{
	padding: 2px;
	border: 1px solid #eee;
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
	color: #777;
}

textarea
{
	width: 400px;
	padding: 2px;
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #eee;
	height: 100px;
	display: block;
	color: #777;
}

input.button
{
	margin: 0;
	font: bold 1em Arial, Sans-serif;
	border: 1px solid #CCC;
	background: #FFF;
	padding: 2px 3px;
	color: #333;
}

/* search form */
.searchform
{
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 0;
}

.searchform p
{
	margin: 10px;
	padding: 0;
}

.searchform input.textbox
{
	width: 130px;
	color: #333;
	height: 20px;
	padding: 2px;
	vertical-align: top;
}

.searchform input.button
{
	font: bold 12px Arial, Sans-serif;
	color: #333;
	width: 60px;
	height: 26px;
	border: none;
	padding: 3px 5px;
	vertical-align: top;
}

/***********************

	  LAYOUT

************************/

#wrap
{
	margin: 15px auto 0 auto;
	padding: 15px;
	width: 820px;
	background-color: #fff;
}

/*
#header-content, #content
{
	width: 740px;
}
*/

/* header */
#header
{
	height: 90px;
	background-color: #3366CC;
	position: relative;
	text-align: left;
	margin: 0 0 15px 0;
	padding: 0;
}

/*
#header .headerphoto
{
	position: absolute;
	right: 15px;
	top: 15px;
	width: 650px;
	height: 156px;
	background: #FFF url('images/headerphoto.jpg') no-repeat;
}
*/
/*

#header #logo-box
{
	position: absolute;
	left: 15px;
	top: 15px;
	width: 280px;
	height: 156px;
	background: #3366cc;
}
*/

#logo-box #logo
{
	position: absolute;
	font: bold 34px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	margin: 0;
	padding: 0;
	/* change the values of left and top to adjust the position of the logo */
	top: 35px;
	left: 25px;
}

#logo-box #logo  a
{
	text-decoration: none;
	color: #FFFFFF;
	text-transform: capitalize;
}

#logo-box #slogan
{
	position: absolute;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #FFFFCC;
	margin: 0;
	padding: 0;
	/* change the values of left and top to adjust the position of the slogan */
	top: 88px;
	left: 60px;
}

/* header menu */
/*
#menu
{
	clear: both;
	margin: 0;
	padding: 0 0 10px 0;
	width: 770px;
	background: #FFF url('images/wrap-bg.jpg') repeat-y;
	float: left;
}

#menu ul
{
	font: bolder 14px Verdana, Arial, Helvetica, sans-serif;
	width: 740px;
	color: #FFF;
	background-color: #3366cc;
	margin: 0 15px;
	padding: 0;
	display: inline;
	border-bottom: 6px solid #FFF;
	float: left;
}

#menu li
{
	float: left;
	list-style: none;
}

#menu li a
{
	display: block;
	padding: 5px 15px;
	color: #FFF;
	text-decoration: none;
}

#menu li a:hover
{
	background: #CC9966;
	color: #FFF;
}

#menu li a#current
{
	background: #993333;
	color: #FFF;
}
*/

/* content */
#content-wrap
{
	clear: both;
	float: left;
	background-color: #FFF;
	border: solid 1px #e1e1e1;
	padding:20px  0 0 0;
	width:818px;
	margin-bottom:15px;
}

#content-wrap p a
{
	background: inherit;
	color: #3366CC;
	text-decoration: none;
}

#content-wrap h1 a:link
{
	color: #3366CC;
}

#content-wrap h1 a:visited
{
	color: #3366CC;
}

#content-wrap h1 a:hover
{
	color: #3366CC;
	text-decoration:underline;
}

#content-wrap a:hover
{
	color: #3366CC;
	text-decoration:underline;
}

#content
{
	clear: both;
	text-align: left;
	padding: 0;
	margin: 0 auto;
}

#content p
{
	margin: 0 0 6px 15px;
	font-size: 0.9em;
	line-height: 1.6em;
}

#content li
{
padding-bottom:5px;
}


/* sidebar */
#sidebar
{
	float: right;
	width: 30%;
	margin: 0 0 10px 0;
	padding: 0;
	border-left: 1px dashed #D5D5D5;
}

#sidebar h1
{
	padding: 10px 0px 5px 10px;
	margin: 0;
	color: #666;
}

.sidebox
{
	margin: 15px 0 0 0;
}

/* sidebar menu */
#sidebar ul.sidemenu
{
	list-style: none;
	margin: 10px 0 15px 0;
	padding: 0;
}

#sidebar ul.sidemenu li
{
	padding: 0px 10px;
}

#sidebar ul.sidemenu a
{
	display: block;
	font-weight: normal;
	color: #666;
	height: 1.5em;
	padding: .3em 0 .3em 15px;
	line-height: 1.5em;
	border-bottom: 1px dashed #D5D5D5;
	text-decoration: none;
}

#sidebar ul.sidemenu a.top
{
	border-top: 1px dashed #D5D5D5;
}

#sidebar ul.sidemenu a:hover
{
	padding: .3em 0 .3em 10px;
	border-left: 5px solid #3366CC;
	color: #3366CC;
}

#sidebar h2 a:hover
{
	color: #3366CC;
}


/* main */
#main
{
	float: left;
	width: 67%;
	margin: 0 0 10px 0;
	padding: 0;
}

#main h1
{
	padding: 10px 0 5px 5px;
	margin: 0 0 0 10px;
	border-bottom: 1px dashed #D5D5D5;
}

.post
{
	margin: 0 0 20px 0;
	padding: 0;
}

.post .post-footer
{
	background-color: #fafafa;
	padding: 5px;
	margin-top: 20px;
	font-size: 95%;
	border: 1px solid #eee;
}

.post .post-footer .date
{
	background: url('images/clock.gif') no-repeat 0 center;
	padding-left: 20px;
	margin: 0 10px 0 5px;
}

.post .post-footer .comments
{
	background: url('images/comment.gif') no-repeat 0 center;
	padding-left: 20px;
	margin: 0 5px 0 5px;
}

.post .post-footer .readmore
{
	background: url('images/page.gif') no-repeat 0 center;
	margin: 0 5px 0 5px;
}

.post h2

{

}



.navigation
{
	padding: 0 15px;
	font-size: .8em;
}

.alignleft
{
	float:right;
	padding-right:15px;
}

.alignright
{
	float:right;
}

.post 
{
	clear:both;
}

/* footer */
#footer
{
	clear: both;
}


/*
	font: normal .92em/1.5em Verdana, Arial, Helvetica, sans-serif;
*/
/*
	height: 45px;
*/
/*
	background: url('images/footer-bg.jpg') no-repeat left bottom;
*/
/*
	color: #666666;
	text-align: center;
*/
}

/*
#footer p
{
	margin: 0;
	padding: 0;
}

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

#footer a:hover
{
	text-decoration: underline;
	color: #333;
}
*/

/* alignment classes */
.float-left
{
	float: left;
}

.float-right
{
	float: right;
}

.align-left
{
	text-align: left;
}

.align-right
{
	text-align: right;
}

/* additional classes */
.clear
{
	clear: both;
}

.gray
{
	color: #BFBFBF;
}



/* **************************************************** */
/* Page Specific Layout/Appearance Elements from METACLARITY SITE*/
/* **************************************************** */
#footElem
{
	height: 120px;
	border-top: solid 1px #e1e1e1;
	border-bottom: solid 1px #e1e1e1;
}
#footElem .cell
{
	width: 174px;
	height: 90px;
	padding: 15px;
	float: left;
	border-right: solid 1px #e1e1e1;
	border-left: solid 1px #e1e1e1;
	margin-right: -1px;
	background-repeat: no-repeat;
	background-position: left top;
}

#footElem .cellRight
{
	width: 173px;
	height: 90px;
	padding: 15px;
	float: left;
	border-right: solid 1px #e1e1e1;
	border-left: solid 1px #e1e1e1;
	background-repeat: no-repeat;
	background-position: left top;
}

#footElem h2
{
	font-size: 1.1em;
	font-weight: bold;
	padding: 0;
	margin: 0 0 6px 0;
	text-align: left;
}

#footElem p
{
	margin: 0 0 10px 0;
	font-size: 0.8em;
	line-height: 1.8em;
	text-align: left;
}




#fmpCell
{
	background-image: url(../../../../img/bg_FilemakerCell.gif);
}

#wwwCell
{
	background-image: url(../../../../img/bg_WWWCell.gif);
}

#asCell
{
	background-image: url(../../../../img/bg_AppleScriptCell.gif);
}

#rprojCell
{
	background-image: url(../../../../img/bg_recentProjectsCell.gif);
}


#footElem a:link, a:visited
{
	text-decoration: none;
	color: #666;
}
#footElem a:visited
{
	text-decoration: none;
	color: #666;
}
#footElem a:hover
{
	text-decoration: underline;
	color: #3366CC;
}



/* **************************************************** */
/* Head Element Links */
/* **************************************************** */
#header a:link
{
	color: #fff;
	text-decoration: none;
}

#header a:visited
{
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}

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

#header img.logo
{
	float: left;
}


#header ul
{
	padding: 65px 20px 10px 0;
	text-align: right;
	margin: 0;
}

#header li
{
	display: inline;
	color: #fff;
	margin: 0;

}
