
/* -------------------- CSS reset ------------------ */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* fonts */
 
 
 
 
 
 
 
 
 
 
 

/* main stylesheet */
body {
 /*	background:#64cb14 url(../images/bg.jpg) center bottom; */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
}
a {
	color:#5da600;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h3 {
	color:#fff;
	background:#5da600;
	font-size:18px;
	font-family: 'Ropa Sans', sans-serif;
	text-transform:uppercase;
	padding:10px;
	margin-bottom:10px;
}
h3 span.small {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:normal;
	text-transform:capitalize;
	float:right;
	padding-top:5px;
}
table {
	width:100%;
	margin-bottom:15px;
}
.clear {
	clear:both;
}
.wrap {
	width:990px;
	margin:0 auto;
}

#toggleCategTree {
    display:block;
    cursor:pointer;
    cursor:hand;
	font-size:18px;
	font-family: 'Ropa Sans', sans-serif;
    color:#6A8AD4;
	padding:10px;
}

#categtree {
	margin:0 auto;
	margin-top:15px;
    height:200px;
    width:80%;
    overflow:auto;
    border:1px dotted #9EC2F3;
    border-width:0 1px 1px;
}

#catTitle {
	padding:10px;
	font-size:18px;
	font-family: 'Ropa Sans', sans-serif;
	background:#FFF;
} /* Important for Konqueror */

#categtree h2 {
    margin:0 0 5px;
    padding:2px;
    text-align:center;
    color:#3E81B4;
    background:#DDE5F3;
    vertical-align:middle;
}

#categtree #close_tree {
    right:0;
    padding:1px;
    text-align:center;
    white-space:nowrap;
    cursor:pointer;
    cursor:hand;
}

#categtree .categ-item {
    clear:both;
    margin:3px 5px;
    padding:2px 5px;
    display:block;
    border:1px dotted #CBE2EC;
    border-width:1px 0;
    cursor:pointer;
    cursor:hand;
}

#categtree .categ-item img {
    margin-right:1em;
}

#categtree .odd {
    background:#F8F8FC;
}

#categtree .even {
    background:#fff;
}

#categtree .categ-item:hover {
    background:#eee;
}

/* top links */
.toplinks {
	background:url(../images/top-links.gif) repeat-x;
	height:102px;
	text-align:center;
}
.toplinks ul {
	margin:0; padding:0;
}
.toplinks ul li {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background:#5da600 url(../images/top-links2.gif) repeat-x bottom; 
	color:#FFF;
	padding:0 20px;
	height:70px;
	font-family: myriadprosemiboldcond, 'Ropa Sans', sans-serif;
	display:inline-block;
	margin:7px 0 0 4px;
}
.toplinks span {
	display:block;
	padding:15px 0 10px 0;
	font-size:18px;
	width:100%;
	text-align:center;
}
.toplinks a {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	clear:both;
	display:inline;
	float:none;
	color:#FFF;
	padding:0 10px;
}

/* header */
#topbanner {
	height:150px;
	text-align:center;
}

/* logo and search box */
h1 {
	display:block;
}

.hLink {
	float:right;
	font-size:12px;
	margin:82px 10px 0 0;
	color:#9f9f9f;
}
.hLink a {
	padding:0 15px;
	color:#9f9f9f;
}

.headerSearch {
	width:350px;
	margin:0 auto;
	background:#FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	height:30px;
}
.searchInput {
	float:left;
	margin:7px 0 0 5px;
	border:none;
	width:250px;
}
.searchBtnCenter {
	float:right;
	margin:3px 4px 0 0;
	width:80px;
}

/* top menu */
#topmenu {
	border-top:10px solid #008aff;
	border-bottom:10px solid #535353;
	padding:1px 0;
}
#topmenu a {
	background:#dfdeda;
	color:#000;
	margin-bottom:1px;
	display:block;
	padding:13px 15px;
	font-weight:bold;
}
#topmenu a:hover {
	background:#535353;
	color:#FFF;
	text-decoration:none;
	text-align:center;
}

/* path */
.path {
	font-size:18px;
	font-family: 'Ropa Sans', sans-serif;
	padding:15px 0;
	width:676px;
	padding-left:12px;
	float:right;
	margin-right:11px;
	background:#FFF;
	margin-bottom:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

/* center content */

.center1 {
}
.centerContainer {
	float:right;
	margin:0 8px;
	width:670px;
	padding:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	background:#FFF;
	margin-bottom:15px;
}

.catdesc {
	padding-bottom:10px;
	border-bottom:1px dashed #CCC;
	margin-bottom:10px;
	font-size:150%;
	text-align:justify;
	line-height:150%;
}
#main_desc {
	padding:10px;
	padding-bottom:10px;
	border-bottom:1px dashed #CCC;
	margin-bottom:10px;
	font-size:150%;
	text-align:justify;
	line-height:150%;
}

/* categories */
.catebox {
	float:left;
	width:213px;
	margin:5px;
}
.catebox h2 {
	font-size:15px;
	font-family: 'Ropa Sans', sans-serif;
}
.catebox h2 a {
	color:#333;
	text-decoration:none;
}
.catebox h2 a:hover {
	color:#4eae11;
}
.catebox p {
	padding: 5px 10px 20px 15px;
	line-height:20px;
	height:60px;
}
.catebox p a {
	color:#333;
	text-decoration:none;
}
.catebox p a:hover {
	color:#4eae11;
}

.cateboxsmall {
	margin-bottom:5px;
	width:197px;
}
.cateboxsmall h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:normal;
}

/* featured links listing */
#featuredlinks table {
	background:#cdecff;
	margin-bottom:10px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
#featuredlinks table td {
	padding:10px;
}
/* link listing */
#mainlinks table {
	border-bottom:1px solid #CCC;
}
.screenshotimg {
	float:left;
	margin:0 10px 10px 0;
	padding:5px;
	background:#FFF;
	border:2px solid #444;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.listlink {
	font-size:24px;
	font-family: 'Ropa Sans', sans-serif;
	line-height:30px;
}
/* feed listing */














/* pagination */
.navig {
	padding:15px;
	text-align:right;
}
.pagingLinks {
	margin-bottom:5px;
}

/* submit page information */
.submitalink {
	height:1000px;
}
.submitalink table {
	width:95%;
	margin:0 auto;
}
.submitalink table td {
	padding-bottom:10px;
}
/* left sidebar */
.leftContainer {
	width:275px;
	float:left;
}
.rightContainer {
	width:690px;
	float:right;
	clear:right;
	margin-right:11px;
	margin-bottom:15px;
}

.leftContainer .box {
	width:275px;
	background:#FFF;
	margin-bottom:15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
.boxTopCenter {
	background:#333;
	font-size:18px;
	font-family: 'Ropa Sans', sans-serif;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	color:#FFF;
	padding:15px;
}
.boxMiddle {
	padding:15px;
}
.boxMiddle ul {
	margin:0; padding:0;
	list-style:none;
}
.boxMiddle ul li {
	padding:5px;
	border-bottom:1px solid #5da600;
}
.rightContainer .box {
	float:left;
	width:220px;
	margin:0 5px;
	background:#FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

/* homepage articles */




















/* messages */
.err {
}
.msg {
	background:#09F;
	padding:10px;
}

/* footer */
.footer {
	height:100px;
	background:#2d4d02;
	font-size:18px;
	font-family: 'Ropa Sans', sans-serif;
	color:#fff;
	margin-bottom:15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.footer .copyright {
	float:right;
	margin:40px 30px 0 0;
}
.footer .powered {
	float:left;
	margin:40px 0 0 30px;
}
.footer a {
	font-weight:bold;
	color:#fff;
	text-decoration:underline;
}
.footer a:hover {
	color:#900;
}