* {
	margin: 0;
	padding: 0;
}

body {
	font: 14px/16px Arial, Helvetica, sans-serif;
	color: #222;
	text-align: left;
	background: #f7f7f7;
}

/* Styles */

a { color: #0088cc; text-decoration: none; }
a:hover { text-decoration: underline; color: #15a2e8;}
a img { border: none;}

p { margin: 0px 0px 20px 0px; line-height: 18px;}

ul { margin: 5px 0px 15px 0px; padding: 0px;}
li { margin-left: 20px;}

strong {
    color: #0088cc;
	/*background: #fffbbc;*/
}

#notice {
	clear: both;
	margin: 0 0 15px;
	padding: 0 10px;
	background: #fffbcc;
	border: 1px solid #e6db55;
	line-height: 25px;
	color: #222;
}

#success {
	clear: both;
	margin: 0 0 15px;
	padding: 0 10px;
	background: #d1ecb8;
	border: 1px solid #81c445;
	line-height: 25px;
	color: #222;
}

#error {
	clear: both;
	margin: 0 0 15px;
	padding: 0 10px;
	background: #ffebe8;
	border: 1px solid #f0baa2;
	line-height: 25px;
	color: #222;
}

.clear { clear:both;}

/* Header */

#header {
	height: 45px;
	margin: 0 auto;
	padding: 0 20px;
	background: #f7f7f7 url(../images/background.gif) repeat-x;
    -webkit-border-top-right-radius: 8px;
    -moz-border-top-right-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    -moz-border-top-left-radius: 8px;
}

#header h1 {
	float: left;
	font: bold 20px/21px Helvetica, Arial, sans-serif;
	line-height: 45px;
}

#header h1 a {
	color: #fff;
	text-decoration: none;
}

#header .menu {
	float: right;
	line-height: 45px;
}

#header .menu a {
	color: #fff;
}

#header span {
    float: right;
    display: block;
    height: 46px;
    line-height: 46px;
    color: #999;
    text-shadow: -1px -1px 1px #333;
}

#header span a {
    color: #ccc;
}

/* Wrapper */

#wrapper {
	margin: 1em auto;
	padding: 0;
	width: 800px;
	border: 5px solid #fff;
	background: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-box-shadow: 0px 0px 8px #ccc;
    -moz-box-shadow: 0px 0px 8px #ccc;
}

#wrapper h1 {
	text-align: center;
	margin: 0 0 10px;
	font: bold 26px/24px Helvetica, Arial, sans-serif;
	color: #333;
	line-height: 30px;
}

#wrapper h2 {
	margin: 0 0 10px;
	font: bold 20px/21px Helvetica, Arial, sans-serif;
	color: #333;
}

.box {
	margin: 0 0 20px;
	padding: 15px 15px 0 15px;
	border: 1px solid #e8e8e8;
	background: #fff;
	position: relative;
}

/* Sidebar */

/*#sidebar {
	float: left;
	width: 200px;
	position: relative;
}*/

/* Navigation */

#nav {
	padding: 10px 20px;
	background: url(/images/bg_nav.png) repeat-x center #eee;
	color: #aaa;
	border-top: 2px solid #fff;
	border-bottom: 1px solid #ddd;
    text-shadow: -1px -1px 1px #fff;
    font-weight: bold;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-bottom-left-radius: 8px;
}

#nav span {
    font-weight: bold;
    float: right;
}

#nav span a {
    color: #6a9b00;
    font-size: 1.2em;
}

#nav span a:hover {
    color: #81bd00;
}

.navigation {
	margin: 0 0 20px;
	background: #fff;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}

.navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.navigation ul li {
	margin: 0;
	padding: 0 15px;
	border-top: 1px solid #e8e8e8;
	background: url(../images/navigation-off.gif) repeat-x;
	line-height: 24px;
	height: 100%;
	display: block;
	font-size: 12px;
}

.navigation ul li a {
	color: #666;
	height: 100%;
	width: 100%;
	display: block;
}

.navigation ul li.active {
	background: url(../images/navigation-on.gif) repeat-x;
}

.navigation ul li.active a {
	color: #fff;
}

.navigation ul li ul {
	margin: 5px 0;
}

.navigation ul li ul li {
	margin: 0;
	padding: 0;
	font-size: 11px;
	border: none;
	background: none;
}

.navigation ul li ul li a {
	color: #0088cc;
}

/* Search */

#search-form {
	height: 33px;
}

.search-input {
	border: 1px solid #d2d2d2;
	width: 133px;
	height: 12px;
	padding: 3px 5px;
	position: absolute;
	font-size: 11px;
}

.search-submit {
	left: 160px;
	position: absolute;
}

/* Blog */

#blog li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#blog li h4 {
	margin: 0 0 5px;
	font-size: 12px;
	font-weight: normal;
}

#blog li h4 abbr {
	font-size: 10px;
	color: #999;
	border: none;
}

/* Content */

#content {
	padding: 20px;
}

#content h3 {
	margin: 0 0 15px;
	padding: 0 0 10px;
	color: #222;
	font-size: 16px;
	border-bottom: 1px dotted #d2d2d2;
}

#content h4 {
	margin: 0 0 15px;
	color: #222;
	font-size: 14px;
}

/* Pagination */

.pagination {
	text-align: right;
	display: block;
	margin: 0 0 15px;
	font-weight: bold;
	position: relative;
}

.pagination ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pagination ul li {
	display: inline;
	margin: 0 5px 0 0;
	padding: 0;
	color: #222;
}

.pagination ul li a {
}

/* Footer */

#footer {
	background: url(/images/bg_nav.png) repeat-x center #eee;
	height: 26px;
	line-height: 26px;
	font-size: 0.8em;
	color: #333;
	padding: 0 8px;
	font-weight: bold;
	text-shadow: -1px -1px 1px #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

#footer .left { float: left;}
#footer .right { float: right;}


#screenshots p {
	text-align: center;
}

#screenshots img {
	border: 5px solid #ddd;
}


