/* 
Theme Name: CodeGrrl
Theme URI: http://codegrrl.com/
Description: CodeGrrl's layout from version 2 onwards.
Version: 2.0
Author: Sasha Van Twist
Author URI: http://nothing-less.net/
*/

/* -----------------------
Containers
------------------------ */
body, html {
	margin: 0;
	padding: 0;
	background: #4e5387 url(/images/bg_page.gif);
	color: #393939;
	font: 14px Verdana, Tahoma, Arial, sans-serif;
}
body {
	min-width: 752px;
}
#wrap {
	background: #f1eedb url(/images/bg_container.jpg) ;
	margin: 0 auto;
	width: 752px;
}
#headerwrapper {
	background: #ddd;
	width: 100%;
	height: 159px;
}

/* -----------------------
Header
------------------------ */
#header {
	width: 752px;
	height: 159px;
	background: url(/images/bg_header.jpg) no-repeat;
	display: block;
	margin: 0 auto;
}
#logo {
	width: 100%;
	height: 100%;
}
#logo h1 {
	width: 283px;
	height: 93px;
	position: relative;
	top: 19px;
	left: 420px;
	margin: 0 0 0 11px;
	padding: 0;
	text-indent: -99999px;
	background: url(/images/logo.gif) no-repeat;
}
#logo h1 a {
	width: 283px;
	height: 93px;
	display: block;
	text-decoration: none;
}
#logo h1 a:hover {
	background: url(/images/logo_on.gif) no-repeat;
}
#login {
	margin-left: 385px;
	margin-top: 18px;
	width: 300px;
	height: 40px;
	font-size: 11px;
	color: #888;
}

/* -----------------------
Content
------------------------ */
#main {
	background: #f1eedb;
	float: left;
	width: 570px;
	margin-top: 0;
	margin-left: 11px;
	padding-top: 10px;
	border: 1px solid #f1eedb;
}
#main h1 {
	font-weight: normal;
	color: #b7b8bc;
	text-transform: uppercase;
	text-align: right;
	padding: 0;
	margin-bottom: 10px;
	padding-right: 10px;
	font-size: 40px;
}
h2 {
	font-style: italic;
	color: #684b8e;
	padding: 0 0 1px 10px;
	margin: 0 220px 20px 15px;
	font-weight: normal;
	font-size: 25px;
	border-bottom: 1px solid #b7b8bc;
	background: url(/images/bg_h2.jpg) bottom left repeat-x;
}
#main p {
	margin: 10px 15px;
} 
a {
	color: #874e5e;
	padding: 1px;
	text-decoration: none;
}
a:hover {
	background: #874e5e;
	color: #f1eed2;
}
.notification {
	font-size: 85%;
}

/* GLOBAL TAGS */
.smaller {
	font-size: 85%;
}
.clear {
	clear: left;
}
.bold {
	font-weight: bold;
}
.middle { text-align: center; }
.right { text-align: right; }
.ads a:hover, .ads table tr td span a:hover {
	color: #f1eed2;
}
.listentries {}
ul.listentries {
	padding: 0 0 0 15px;
	margin: 0;
}
ul.listentries li {
	display: block;
	margin: 15px 10px 10px 10px;
	padding: 5px;
	border: 1px solid #ccc;
	background: #fff;
	list-style-type: none;
}
ul li.info {
	background: #fff url(/images/bg_info.jpg) right center no-repeat;
}
ul li.comm {
	border: 1px solid #ccc;
	border-top: 8px solid #ccc;
	background: #fff url(/images/bg_comments.gif) repeat-x;
}
#comments li {
	padding: 0;
}
.intro {
	font-size: 85%;
}
#resources .intro p img, .tutorialimg {
	float: left;
	margin: 5px;
	border: 1px solid #ccc;
}
.largenumber {
	color: #eee;
	font-size: 130px;
	float: left;
	width: 0;
	height: 90px;
	margin: -15px 0 0 10px;
	padding: 0;
}
p.postedby {
	margin-left: -20px;
	color: #999;
	font-size: 12px;
}
#comments li p.commentby {
	float: left;
	border-right: 1px solid #ccc;
	color: #999;
	font-size: 12px;
	margin-top: 2px;
	margin-left: 2px;
	padding: 2px 5px 2px 2px;
}
code { width: 540px; }
.intro code {
	width: 500px;
	border: 1px solid #874e5f;
	border-top: 5px solid #874e5f;
	margin: 10px;
	padding: 3px;
	overflow: auto;
	color: #4e5387;
	font-size: 12px;
	background: #f5f3e7 url(/images/bg_code.jpg) repeat-x;
	display: block;
}
pre {
	width: 540px;
	border: 1px solid #874e5f;
	border-top: 5px solid #874e5f;
	margin: 10px;
	padding: 3px;
	overflow: auto;
	color: #4e5387;
	font-size: 12px;
	background: #f5f3e7 url(/images/bg_code.jpg) repeat-x;
}
ol li pre {
	width: 440px;
}
li pre {
	width: 500px;
}
.listentries ol {
	border: 0 none;
	background: transparent;
	list-style-type: circle;
	margin: 0;
}
.listentries ol li {
	border: 0 none;
	background: transparent;
	list-style-type: decimal;
	margin: 0;
	padding: 5px;
}

/* COMMENT FORM */
.new-commentform {
	width: 509px;
	margin: 0 20px 0 30px;
	padding: 0;
}
.clearhidden {
	clear: both;
	visibility: hidden;
}
fieldset {
	width: 475px;
	margin: 0 0 10px 0;
	padding: 1em 5px; 
	border: 0 none;
	border: 1px solid #b7b8bc;
	background: #f5f3e7 url(/images/bg_form.gif);
	text-align: left; 
}
fieldset div.outline {
	padding: 2px 2px 2px 5px;
}
fieldset label {
	padding: 2px 2px 2px 5px;
	font-size: 85%;
}
textarea:focus, input:focus {
	background: #eee;
	border: 1px solid #ccc;
}
textarea {
	width: 90%;
	background: #fff;
	border: 1px solid #505588;
}
.input {
	background: #fff;
	border: 1px solid #505588;
	padding: 3px;
	margin: 3px;
	width: 90%;
}
.input_small {
	background: #fff;
	border: 1px solid #edd3e2;
	padding: 1px;
	margin: 0;
	width: 100px;
}

/* -----------------------
Sidebar
------------------------ */
#sidebar {
	background: #fff;
	float: right;
	width: 145px;
	margin: 0 20px 0 0;
}
#sidebar h3 {
	background: #6369a5 url(/images/bg_h3.gif) repeat-y;
	height: 27px;
	color: #f1eedb;
	text-align: right;
	font-size: 18px;
	font-weight: 100;
	margin: 0;
	padding-right: 10px;
	padding-top: 3px;
}
#sidebar li {
	color: #6369a5;
	font-size: 11px;
	padding: 0;
	padding-left: 20px;
	margin: 5px;
	background: url(/images/bullet_black.gif) no-repeat left top;
}
#sidebar ul {
	list-style-type: none;
	padding: 0;
}
.breadcrumb { 
	color: #684b8e;
	padding: 0 0 1px 10px;
	margin: 10px 20px 20px 15px;
	font-size: 11px;
	border-bottom: 1px solid #b7b8bc;
	background: url(/images/bg_h2.jpg) bottom left repeat-x;
}
.currentcrumb {
	color: #38394b;
	font-weight: bold;
}

/*
Form Field Formatting
------------------------------------------------------ */ 
form {
	margin: 0;
	padding: 0;
	border: 0 none;
}

/*
Error messages
------------------------------------------------------ */ 
.alert {
	font-family: Verdana, Geneva, Tahoma, "Trebuchet MS", Arial, Sans-serif;
	font-size: 11px;
	color: #900;
	font-weight: bold;
}
.highlight {
	color: #900;
}

/* -----------------------
Tabs
------------------------ */
#nav {
	background: transparent;
	padding: 0;
	float: left;
	width: 760px;
	margin-top: 0;
	font-size: 0.94em;
	line-height: 1em;
}
#nav ul {
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
	height: 31px;
}
#nav li {
	float: left;
	margin: 0;
	padding: 0 0 0 7px;
	background-image: url(/images/nav1.gif);
	background-position: 0 32px;
	height: 30px;
}
#nav li:hover {
	color: #fff;
}
#nav a {
	float: left;
	display: block;
	color: #f1eedb;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 18px;
	background: url(/images/nav2.gif) 100% 32px;
	padding: 5px 6px 12px 0;
	text-decoration: none;
	margin: 0;
	text-shadow: #333 2px 2px 2px;
}
#nav #t1.active, #nav #t2.active, #nav #t3.active, #nav #t4.active, #nav #t5.active, #nav #t6.active, #nav #t7.active {
	background-position: -9px 32px;
	padding-left: 9px;
	margin: 0 2px 0 1px;
}
#nav li:hover a {
	color: #fff;
}
/* Hide from IE5-Mac \*/
#nav a { float: none; }
/* End IE5-Mac hack */

#nav a:hover {
	color: #000;
	text-decoration: underline;
	text-shadow: #333 2px 2px 2px;
}
#t1 a.active, #t2 a.active, #t3 a.active, #t4 a.active, #t5 a.active, #t6 a.active, #t7 a.active {
	background-image: url(/images/nav2s.gif);
	padding-left: 0;
	padding-right: 9px;
	text-shadow: #000 2px 2px 1px;
}
#t1 {
	margin-left: 0;
}
#t5 {
	margin-right: 0;
}

/* -----------------------
Footer
------------------------ */
#footer {
	background: #cc9;
	clear: both;
	width: 100%;
	height: 77px;
	width: 752px;
	margin: 0 auto;
	padding: 0;
	background: url(/images/bg_footer.gif) no-repeat;
}
#footer p {
	margin: 0;
	padding: 10px 40px 5px 40px;
	font-size: 11px;
	color: #999;
}
* html #login {
	margin-top: 15px;
}
* html .largenumber {
	color: #e6e6e6;
	font-size: 5px;
	z-index: -10000
}
* html #sidebar {
	background: #fff;
	float: right;
	width: 138px;
	margin: 0 15px 0 0;
	border-left: 1px solid #854f5c;
}
* html #sidebar ul {
	margin: 0;
}
img {
	border: 0 none;
}