/*
Theme Name: Not Alone
Theme URI: http://www.notalone.com
Description: The theme for Not Alone -- WordPress v3.0-beta2
Author: Dig Creative
Author URI: http://digcreative.com.au
Version: 1.0
*/



/* reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; background: transparent; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; } /* remember to define focus styles! */
ins { text-decoration: none; } /* remember to highlight inserts somehow! */
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; } /* tables still need 'cellspacing="0"' in the markup */



/* basic styles */

body { background: #fff url(images/bg-no-sidebar.gif) left top repeat-y; }
body, input, textarea { font-size: 13px; font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif; line-height: 18px; color: #585858; }

h1, h2, h3, h4, h5, h6 { margin: 0 0 18px; font-family: Georgia, Times, "Times New Roman", serif; font-weight: normal; line-height: 1.2; }
h4, h5, h6 { margin: 0 0 8px; }
h1 { font-size: 30px; }
h2 { font-size: 22px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 13px; }

p { margin: 0 0 18px; }

a { color: #7baf37; text-decoration: underline; outline: none; }
a:hover, a:active { color: #69952f; }

ul, ol { margin: 0 0 18px; }
ul { list-style: disc; }
ol { list-style-type: decimal; }

strong { font-weight: bold; }
em { font-style: italic; }

blockquote { margin: 0 0 18px; color: #999; }

.group:after { content: " "; display: block; height: 0; clear: both; visibility: hidden; }
* html .group { height: 1%; }
*:first-child+html .group { min-height: 1px; }

/* WordPress classes */

.alignleft { float: left; margin: 0 20px 10px 0; }
.alignright { float: right; margin: 0 0 10px 20px; }
.aligncenter { margin: 0 auto 10px; }



/* header */

#header {
	width: 960px;
	height: 140px;
	background: url(images/bg-sidebar.gif) top left repeat-y;
}

#logo {
	float: left;
	margin: 0;
	padding: 36px 30px 37px;
}
#logo a {
	display: block;
	width: 340px;
	height: 67px;
	text-indent: -9999px;
	background: url(images/logo.gif) no-repeat;
}

#header .widget {
	position: relative;
	float: left;
	font-size: 12px;
	z-index: 15;
}
#header .widget h3 {
	margin: 0 0 8px;
}

#widget-1 {
	width: 176px;
	padding: 24px 17px 0;
}
#widget-1 p {
	margin: 0;
}
#widget-1 strong {
	font-weight: normal;
	color: #7baf37;
}

#widget-2 {
	width: 303px;
	padding: 24px 30px 0 17px;
}
#widget-2 p {
	position: relative;
	font-size: 16px;
	line-height: 22px;
	color: #7baf37;
	margin: 0;
}
#widget-2 ul {
	margin: 0;
}
#widget-2 ul li {
	list-style: none;
}

a.header-button {
	position: absolute;
	top: 130px;
	padding: 2px 8px;
	font-size: 11px;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	background-color: #7baf37;
	border: 3px solid #f8f8f8;
	
	   -moz-box-shadow: 0px 0px 15px #606060; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 15px #606060; /* Saf3.0+, Chrome */
	        box-shadow: 0px 0px 15px #606060; /* Opera 10.5, IE 9.0 */
}
a.header-button:hover {
	color: #fff;
	background-color: #69952f;
}



/* content */

#content {
	min-width: 960px;
	background: url(images/bg-col3.gif) no-repeat;
}

#col1 {
	float: left;
	width: 340px;
	padding: 320px 30px 30px;
	color: #fff;
	background: url(images/bg-col1.gif) 26px 19px no-repeat;
}

#col2 {
	float: left;
	width: 176px;
	padding: 320px 17px 30px;
}

#col3 {
	float: left;
	width: 530px;
}

#main-menu {
	margin: 0 0 18px 104px;
}
#main-menu li {
	list-style: none;
}
#main-menu li a {
	display: block;
	padding: 6px 0;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #fff;
	border-bottom: 1px solid #b9b9b9;
	zoom: 1;
}
#main-menu li a:hover {
	color: #ccc;
}
#main-menu li.current_page_item a,
#main-menu li.current_page_parent a,
#main-menu li.current_page_ancestor a {
	color: #7baf37;
}

#col2 #main-menu {
	margin-left: 0;
}
#col2 #main-menu li a {
	color: #58585a;
}
#col2 #main-menu li a:hover {
	color: #111;
}
#col2 #main-menu li.current_page_item a,
#col2 #main-menu li.current_page_parent a,
#col2 #main-menu li.current_page_ancestor a {
	color: #7baf37;
}

#col2 .widget {
	margin: 0 0 18px;
	font-size: 12px;
}
#col2 .widget p {
	margin-bottom: 12px;
}
#col2 .widget img {
	display: block;
	border: 2px solid #fff;
}

h2.page-title {
	padding: 3px 0;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 3px;
	border-bottom: 1px solid #dadada;
}
h3.page-title, #main #your-profile h3 {
	padding: 3px 0;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 3px;
	border-bottom: 1px solid #eee;
}

#banner {
	position: relative;
	width: 776px;
	height: 276px;
	margin: 0 0 0 -266px;
	border: 10px solid #f8f8f8;
	
	   -moz-box-shadow: 0px 0px 15px #606060; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 15px #606060; /* Saf3.0+, Chrome */
	        box-shadow: 0px 0px 15px #606060; /* Opera 10.5, IE 9.0 */
}

#banner .wp-post-image {
	display: block;
}
#banner #image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 776px;
	height: 276px;
	background: url(images/image-overlay.png) no-repeat;
	z-index: 5;
}
#banner #banner-text {
	position: absolute;
	top: 0;
	right: 0;
	width: 310px;
	height: 276px;
	font-size: 12px;
	color: #fff;
	z-index: 10;
}
#banner #banner-text .inner {
	position: absolute;
	bottom: 0;
	width: 270px;
	margin: 0;
	padding: 20px 20px 2px;
}
#banner #banner-text h3 {
	font-size: 22px;
	line-height: 30px;
}
#banner #banner-text h3 strong {
	font-weight: normal;
	color: #7baf37;
}
#banner #banner-text h3.heading {
	margin: 0 0 12px;
	font-size: 24px;
	text-transform: uppercase;
}
#banner a.header-button {
	top: auto;
	bottom: -19px;
	right: 20px;
}

#slides {
	position: relative;
	margin: 0;
	background: #fff;
}
#slides li {
	position: absolute;
	list-style: none;
}
#slides li img {
	display: block;
}

#sub-menu li {
	list-style: none;
}
#sub-menu li a {
	display: block;
	padding: 6px 0;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #fff;
	border-bottom: 1px solid #b9b9b9;
	zoom: 1;
}
#sub-menu li a:hover {
	color: #ccc;
}
#sub-menu li.current_page_item a,
#sub-menu li.current_page_parent a,
#sub-menu li.current_page_ancestor a {
	color: #7baf37;
}

#main {
	padding: 24px 0 24px 20px;
}
#main .page {
	margin: 0 0 36px;
}
#main .post {
	margin: 0 0 50px;
}
#main .post .meta {
	margin: 0 0 18px;
	font-size: 12px;
	color: #999;
}
#main .wp-pagenavi {
	float: left;
	clear: left;
	width: 100%;
	padding: 20px 0 0;
}
#main .wp-pagenavi span.current,
#main .wp-pagenavi a.page,
#main .wp-pagenavi a.nextpostslink,
#main .wp-pagenavi a.previouspostslink {
	margin: 0 2px;
	padding: 2px 6px;
	background-color: #fff;
}
#main .wp-pagenavi a.page {
	color: #fff;
	text-decoration: none;
	background-color: #7baf37;
}
#main .wp-pagenavi a.page:hover {
	color: #fff;
	background-color: #69952f;
}
#main #login {
	margin: 0 0 20px;
	padding: 12px;
	font-size: 12px;
	border: 1px solid #dadada;
	overflow: hidden;
	zoom: 1;
	
	   -moz-box-shadow: 0px 0px 15px #aaa; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 15px #aaa; /* Saf3.0+, Chrome */
	        box-shadow: 0px 0px 15px #aaa; /* Opera 10.5, IE 9.0 */
}
#main #login .widget h3 {
	margin-bottom: 10px;
	padding: 3px 0;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 3px;
	border-bottom: 1px solid #dadada;
}
#main .login, #header .login {
	padding: 0;
}
#main .login .tml-user-avatar {
	display: none;
}
#main .login ul.tml-user-links {
	margin: 0;
}
#main .login ul.tml-user-links li {
	list-style: none;
}
#main #login .widget .textwidget {
	margin: 0 0 10px;
}
#main .entry ul, #main .entry ol {
	margin-left: 32px;
}
#main .gform_body ul {
	margin-left: 0;
}
#register-link a, #public-link a {
	display: block;
	padding: 5px 80px 5px 8px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 3px;
	background: #7baf37 url(images/bg-register-btn.gif) right bottom no-repeat;
	
	   -moz-box-shadow: 0px 0px 15px #aaa; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 15px #aaa; /* Saf3.0+, Chrome */
	        box-shadow: 0px 0px 15px #aaa; /* Opera 10.5, IE 9.0 */
}
#register-link a:hover, #public-link a:hover {
	color: #fff;
	background-color: #69952f;
}
#crime-stoppers {
	padding: 5px;
	border: 1px solid #B9B9B9;
	background: #8b8b8b;
	color: #fff;
}
form p, form ul li, #commentform div {
	margin: 0 0 8px;
	list-style: none;
}
form p.submit {
	margin: 18px 0;
}
input#submit {
	margin: 10px 0 18px;
}
form input.input, form input.regular-text, form textarea, form input#pass1, form input#pass2, .gform_wrapper .gfield input, .gform_wrapper .gfield textarea {
	margin: 0;
	padding: 3px;
	border: 1px solid #dadada;
}
.gform_wrapper .gfield input.medium, .gform_wrapper .gfield textarea.medium {
	width: 242px;
}
.gform_wrapper .gfield input.large, .gform_wrapper .gfield textarea.large, textarea#comment {
	width: 502px;
}
.gform_heading {
	margin: 0 0 18px;
}
.gform_wrapper .gform_fields .left {
	float: left;
	width: 250px;
	margin-right: 10px;
}
.gform_wrapper .gform_fields .right {
	float: right;
	width: 250px;
}

#login form p {
	position: relative;
	float: left;
	width: 235px;
	padding-right: 7px;
}
#login form p.submit {
	margin: 0 0 8px;
}
#login form p input.input {
	width: 227px;
}
#login form p.forgetmenot {
	clear: left;
}
#login form p.forgetmenot input {
	margin-left: 0;
}
#login form p.submit {
	text-align: right;
}

label.infield {
	padding: 3px 4px;
	color: #999;
}

ul.tml-links {
	margin: 0;
}
ul.tml-links li {
	list-style: none;
}

#main #your-profile table {
	margin: 0 0 18px;
}
#main #your-profile table th {
	width: 160px;
	padding: 3px 10px;
	font-weight: normal;
	text-align: left;
}
#main #your-profile table td {
	padding: 3px 10px;
}
#main #your-profile table td .description {
	display: block;
	padding: 3px 0;
	font-style: italic;
	font-size: 12px;
	color: #999;
}
#main #your-profile table td #pass-strength-result {
	display: none;
}

#main .people {
	float: left;
	width: 245px;
	padding: 0 0 20px 20px;
	font-size: 12px;
}
#main .odd {
	padding-left: 0;
}
#main .people .left {
	float: left;
	width: 80px;
	padding: 0 12px 0 0;
}
#main .people a.thumb {
	display: block;
	margin: 0 0 6px 0;
}
#main .people a.thumb img {
	display: block;
}
#main .people h4 {
	margin: 0 0 8px;
}
#main .people h4 a {
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#main .people h4 a:hover {
	text-decoration: underline;
}
#main .people p {
	margin: 0;
}

#main .commentlist {
	margin: 0 0 50px;
}
#main .commentlist .comment {
	position: relative;
	padding: 12px 12px 2px;
	list-style: none;
	font-size: 12px;
	color: #888;
	background: #fafafa;
}
#main .commentlist .comment p {
	margin-bottom: 12px;
}
#main .commentlist .comment .comment-author {
	width: 250px;
	margin: 0 0 12px;
	font-size: 14px;
	color: #585858;
}
#main .commentlist .comment .comment-meta {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 210px;
	font-size: 11px;
	text-align: right;
}
#main .commentlist .odd {
	background: #fff;
}

.navigation {
	margin: 0 0 18px;
}

a.more-link {
	display: block;
	width: 80px;
	padding: 3px 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	background-color: #7baf37;
}
a.more-link:hover {
	color: #fff;
	background-color: #69952f;
}



/* forum */

table.posts-table {
	width: 100%;
	margin: 0 0 18px;
}
table.posts-table thead {
	color: #999;
}
table.posts-table td {
	padding: 5px 10px 5px 0;
	border-bottom: 1px solid #dadada;
}
table.posts-table td.comments {
	padding-bottom: 5px;
}
table.posts-table td.comments a {
	display: block;
	width: 19px;
	height: 16px;
	padding-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	line-height: 17px;
	color: #fff;
	background: url(images/speech-bubble.gif) no-repeat 0 1px;
}

p.right {
	text-align: right;
}



/* footer */

#footer {
	width: 340px;
	padding: 0 30px;
	font-size: 11px;
	color: #dadada;
}
#footer .left {
	float: left;
	width: 210px;
}
#footer .right {
	float: right;
	width: 110px;
	padding: 7px 0 0;
	text-align: right;
}
#footer a {
	color: #dadada;
}
#footer a:hover {
	color: #fff;
}
#footer a.dig {
	display: block;
	padding: 7px 0 7px 40px;
	background: url(images/dig.gif) left center no-repeat;
}



/* messages */

p.error, .validation_error {
	margin: 8px 0 18px;
	padding: 5px;
	color: #333;
	background-color: #ffebe8;
	border: 1px solid #c00;
}
p.message, .validation_message {
	margin: 8px 0 18px;
	padding: 5px;
	color: #333;
	background-color: #ffffe0;
	border: 1px solid #e6db55;
}
.login form label {
	display:block;
}
.login form p.forgetmenot label {
	display:inline;
}



/* overrides */

body.home { background-image: url(images/bg-sidebar.gif); }
body.home #banner { margin-left: -476px }
body.home #col3 { width: 320px; }
body.home #main .people { float: none; width: auto; padding: 0 0 12px; }
body.home #login form p { width: 130px; }
body.home #login form p input.input { width: 122px; }

body.single .post h2.page-title { margin-bottom: 4px; }
body.single #main .people { float: none; width: auto; padding: 0; font-size: 13px; }
body.single #main .people h4 { margin: 0 0 18px; }
body.single #main .people p { margin: 0 0 18px; }




