/*** computercompetence.co.nz ***/

/*
green: bfdf14
blue:  3c4ca8
	6f7fda
*/

* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	background: #fff url(../img/bg-634.jpg) repeat-x fixed;
	color: #000;
	font-family: arial, sans-serif;
	font-size: 1em;
	margin: 0;
	padding: 0;
	border: 0;
}

img {border:0;}

h3 {
	background: #6f7fda url(../img/0bg-h3_fade.jpg) repeat-x top;
	color: #eec;
	font-size: 1.2em;
	text-align: center;
	padding: 0 0 3px;
		border-top: 2px solid #8f9ffc;
		border-bottom: 2px solid #4d5dba;
}
h4 {
	background: #fff;
	color: #333;
	font-size: 1.125em;
	text-align: left;
	margin: 21px 12px 0;
	padding: 0;
	border-top: 2px dotted #6f7fda;
}
h5 {
	color: #000;
	font-size: .85em;
	width: 50%;
	margin: 12px 21px -7px;
	padding: 0;
	border-bottom: 1px dotted #ccc;
}

.italic {font-style: italic;}
.bold {font-weight: bold;}

/* - - Links - - */
a:link {
	color: #3c4ca8;
	text-decoration: none;
	border-bottom: 0;
}
a:visited {
	color: #3c4ca8;
	text-decoration: none;
	border-bottom: 0;
}
a:hover {
	color: #3c4ca8;
	text-decoration: none;
	border-bottom: 1px dotted #3c4ca8;
}
a:active {
	color: #00f;
	text-decoration: underline;
	border-bottom: none;
}

/* - - Page Shadow - - */
#page_shadow {
	background: url(../img/bg-shadow_right7.png) repeat-y top right;
	width: 767px;
	min-height: 200px;
	margin: 0 auto;
}

/* - - Outer - - */
#outer {
	background: #fff url(../img/bg-leftside.jpg) repeat-y left;
	width: 760px;
	margin: 0 7px 0 0;
	padding: 0;
	border-right: 1px solid #999;
}

/* - - Top - - */
#top {
	background: transparent;
	width: 100%;
	height: 134px;
}

/* - - Header - - */
#header {
	background: transparent url(../img/greenwave_shadow_inv760x135.png) no-repeat;
	width: 760px;
	height: 120px;
	margin: 0 auto;
}
#header h1 {
	background: transparent url(../img/logo-shadow_ffc221x84.png) no-repeat center;
	width: 235px;
	height: 80px;
	margin-left: 50px;
}
#header h1 span {display: none;}
#header h2{
	float: right;
	color: #eec;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 0 #060;
	width: 335px;
	margin: 25px 65px 0 0;
}

/* - - Menu Bar - - */
#menubar {
	background: #3c4ca8 url(../img/bg-bluebar.png) repeat-x;
	width: 760px;
	height: 15px;
	margin: 0 auto;
	padding: 0;
	border: 0;
}
#menubar ul {
	color: #eec;
	font-weight: bold;
	text-align: right;
	width: 760px;
	list-style-type: none;
	margin: 0 auto;
	padding: 7px 0;
}
#menubar ul li {
	display: inline;
	padding: 0 21px;
}

/* - - Left Side Bar - - */
#leftside {
	float: left;
	background: #6f7fda;
	color: #fff;
	text-align: center;
	width: 159px;
	margin: 0;
	padding: 0 0 12px 0;
}
#leftside ul {
	background: transparent;
	width: 99%;
	list-style-type: none;
}
#leftside ul li {
	color: #ff9;
	font-size: .85em;
	text-align: right;
	text-shadow: 1px 1px 0 #4d5dba;
	width: 159px;
}
#leftside img {
	margin: 21px auto 0;
}

#leftside ul li:hover {
	background: #5e6ec9;
}

#leftside a:link, #leftside a:visited {
	color: #eec;
	text-decoration: none;
	text-shadow: -1px -1px 0 #4d5dba;
}
#leftside a:hover {
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 0 #000;
}
#leftside a:active {
	color: #fff;
	text-decoration: none;
	text-shadow: 0 0 3px #fff;
}

/* - - Inner - - */
#inner {
	background: #fff;
	width: 588px;
	margin: 0 0 0 172px;
	padding: 0;
}

#inner_wide {
	background: #fff;
	width: 550px;
	margin: 0 0 0 180px;
	padding: 0;
}

/* - - Content Panel - - */
#content {
	background: #fff;
	margin: 0;
	padding: 0 162px 21px 0;
}
#content p {
	font-size: .95em;
	text-align: justify;
	padding: 21px 21px 0;
}
#content p+p {
	padding: 9px 21px 0;
}

#content_wide {
	background: #fff;
	margin: 0;
	padding: 0 0 21px 0;
}
#content_wide p {
	font-size: .95em;
	text-align: justify;
	padding: 12px 21px 7px;
}
#content_wide p+p {
	padding: 0 21px 9px;
}

#listbox {
	background: #fff url(../img/bg-fade180.png) repeat-x;
	font-size: .9em;
	margin: 21px 12px 12px;
	padding-bottom: 7px;
	border-top: 3px double #bfdf14;
	border-right: 1px solid #bfdf14;
	border-bottom: 3px double #bfdf14;
	border-left: 1px solid #bfdf14;
}
#listbox p {
	text-align: left;
	margin: 3px 0 0;
}
#listbox p+p {
	text-indent: 0;
}
#listbox ul {
	list-style-image: url(../img/point-5_6x7.png);
	margin: 0 7px 0 36px;
}
#listbox ul li {
	text-indent: -1ex;
	padding-left: 1ex;
}

.dropcap {
	display: block;
	float: left;
	font-family: georgia, palatino linotype, times, serif;
	margin-top: -0.2em; /* use -0.205em for two lines */
	margin-right: 0.5em;
	height: 2em;
	z-index: 1;
}
.dropcap span {
	font-size: 2.65em;   /* use 3.33em for two lines */
	line-height: 1.0em;
}
.dropcap + span {
	margin-left: -0.2em;
}

/* - - Tables - - */

#tableblock table {
	text-align: center;
	vertical-align: middle;
	padding-top: 12px;
	margin: 0 auto;
}
#tableblock th {
	background:  url(../img/bg-fade85.jpg) repeat-x;
	color: #3c4ca8;
	font-family: tahoma, arial, times, courier;
	font-size: .9em;
	padding: 7px 21px;
	text-align: center;
	border-right: 1px solid #bfdf14;
	border-bottom: 1px solid #bfdf14;
}
#tableblock td {
	background: #fff;
	padding: 7px 21px;
	font-size: .85em;
	text-align: center;
	height: 50px;
	border-right: 1px solid #bfdf14;
	border-bottom: 1px solid #bfdf14;
}
#tableblock td img {
	text-align: center;
	vertical-align: middle;
	margin: 0 auto;
}
#tableblock li {
	text-align: center;
	line-height: 100%;
	list-style-position: outside;
	list-style-type: none;
	margin: 3px auto;
}
#tableblock .toprow th {
	background: #fff;
	color: #3c4ca8;
	padding: 0 12px;
	border-right: none;
	border-bottom: 1px solid #3c4ca8;
}
#tableblock .toprow .empty {
	border-bottom: 1px solid #bfdf14;
}

/* - - Right Side Bar - - */
#rightside {
	float: right;
	background: transparent;
	width: 150px;
	padding: 0;
	margin: 0;
	border-top: 2px solid #3c4ca8;
}
#rightside ul {
	list-style-type: none;
}
#rightside ul li {
	text-align: center;
}
#rightside img {
	margin: 0 ;
	padding: 0;
	border: none;
}

#rightside img.member {
	margin-left: 8px;
}

/* - - Footer - - */
#footer {
	background: url(../img/greenwave_shadow760x135.png) no-repeat;
	width: 760px;
	height: 135px;
	margin: 0;
	padding: 0;
}
#footer p {
	color: #eec;
	font-size: .85em;
	text-align: right;
	padding: 65px 50px 0;
}
#footer p .copy {
	font-size: .845em;
	border-top: 1px dotted #eec;
}
#footer a:link, #footer a:visited {
	color: #eec;
	text-decoration: none;
	text-shadow: 1px 1px 0 #bfdf14;
}
#footer a:hover {
	color:#fff;
	text-decoration: underline;
	text-shadow: 1px 1px 0 #060;
}

/* - - Bottom - - */
#baseline {
	background: #3c4ca8 url(../img/bg-bluebar.png) repeat-x;
	width: 747px;
	height: 15px;
	color: #eec;
	font-size: .65em;
	text-align: right;
	padding: 0 7px;
	margin: 0 auto;
}

/* - - etc. - - */
#clearing {clear: both;}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.small {
	font-size: 0.85em;
}

.caption {
	background: #fff url(../img/bg-fade180.png) repeat-x;
	font-size: .8em;
	text-align: center;
	padding: 3px 0 0;
	margin: 12px 21px;
	border-top: 3px double #bfdf14;
	border-right: 1px solid #bfdf14;
	border-bottom: 3px double #bfdf14;
	border-left: 1px solid #bfdf14;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.caption img {
	margin: 0;
	padding: 0;
	border: 1px solid #6f7fda;
}
.caption_text {
	display: block;
	margin:  0;
	padding: 0;
}

/* -- praxisweb.co.nz -- */
.praxis a:link, .praxis a:visited {
	color: #cc9;
	text-decoration: none;
	text-shadow: none;
}
.praxis a:hover {
	color: #ffc;
	text-decoration: underline;
	text-shadow: none;
}
.praxis a:active {
	color: #000;
	text-decoration: none;
	text-shadow: 0 0 1px #fff;
}