/*
Theme Name:Guerrilla Social Media
Theme URI:
Description:
Author:SplitMango Media Inc.
Version:1.0
Tags:black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


/* =Reset default browser CSS. Based on work by Eric Meyer:http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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 {
	background:transparent;
	border:0;
	margin:0;
	padding:0;
	vertical-align:baseline;
}
body {
	line-height:1;
}
h1, h2, h3, h4, h5, h6 {
	clear:both;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
blockquote {
	quotes:none;
}
blockquote:before, blockquote:after {
	content:'';
	content:none;
}
del {
	text-decoration:line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:collapse;
	border-spacing:0;
}
a img {
	border:none;
}

/* Type */
body {font-family:Helvetica, Arial, sans-serif;font-size: 14px;}
a {text-decoration:none;color:#a23335;}
a:hover{color:#a23335;text-decoration: underline;}
#content li, #content p {padding:5px 0;line-height: 20px;}
a.excerpt {color:#999;font-weight:bold;}
.excerpt:hover {color:#a23335;}

h1, h2, h3 {color:#a32225;font-weight:bold;padding:5px 0;}
h1 a, h2 a, h3 a {color:#a32225;}
h1 a:hover, h2 a:hover, h3 a:hover {color:#000;}

h3 {font-size:1.2em;}

/*  */
.clear {clear:both;}
.hr {border-bottom:2px dashed #a32225;padding:5px 0;}
.white {color:#fff;}


/* */
body {
	background: url('images/camo-sq.jpg') repeat;
	color: #000;
}
#container_outer {
	width:960px;
	margin:0 auto;
	background:url('images/container_inner.jpg') repeat-y left;
}
#container_inner {
	background:#ddd6bf;
	width:590px;
	float:left;
	padding:15px;
}
.attachment #container_outer {
	width:960px;
	margin:0 auto;
	background:#ddd6bf;
}
.attachment #container_inner {
	background:#ddd6bf;
	width:930px;
	padding:15px;
}
/* MENU
-----------------------------------------------------------------------------*/

#menu_outer {
	background:#8e061b;
	text-align:left;
	height:50px;
	font-size: 16px;
	margin-bottom: 25px;
}
#menu_inner {
	width:960px;
	margin: 0 auto;
}

#access {
	display: block;
	float: left;
	margin: 0 auto;
	width: 800px;
}
#access .menu-header,
div.menu {
	font-size: 14px;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #FFF;
	display: block;
	text-transform: uppercase;
	line-height: 50px;
	padding: 0 20px;
	text-decoration: none;
	font-weight: bold;
}
#access ul ul {
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #8e061b;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	text-decoration: underline;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}




#social {
	float:right;
	width:160px;
	text-align:right;
	margin: 8px 0 0 0;
}
#social img {
	margin: 0 0 0 10px;
}
#header {
	margin:0 auto;
	width:960px;
	padding:0 0 25px 0;
}


.org {
	background: url('images/header_home.jpg') no-repeat;
	height:485px;
	width:960px;
}
.sm {
	background: url('images/header_internal.jpg') no-repeat;
	height:228px;
	width:960px;
}
#header.org a {
	display:block;
	width:960px;
	height:485px;
}
.index_meta {
	font-size:.9em;
	margin:10px 0;
}
.index_meta a {
	color: #000;
}
.index_comments a {
	color:#a32225;
}
.index_comments a:hover {
	color:#000;
}
.text_center {
	text-align:center;
}
.post {
	border-bottom:1px dashed #fff;
	padding-bottom:10px;
	margin-top:10px;
}
.entry-summary, .entry-content {
	margin: 20px 0;
}
.comments-link {
	float: right;
}
.entry-meta a, .entry-utility a {
	color:#000;
}
/* SIDEBAR
-----------------------------------------------------------------------------*/

#sidebar {
	width:320px;
	float:right;
}
#sidebar a {
	color:#000;
}
#sidebar a:hover {
	color:#999;
}
#sidebar #sidebarblock {
	position:relative;
	top:-17px;
}
#sidebar_content {
	background:#ddd6bf;
	padding:15px;
}
#sidebar_content ul {
	padding:0;
	margin:5px 0;
	list-style-type:none;
}
#sidebar_content .button_img li {
	margin-bottom:10px;
}
#subscribe {
	width: 290px;
	height: 160px;
}
#subscribe form {
	padding-top:10px;
}
#subscribe form input {
	width:270px;
	height:40px;
	border: 0;
	padding: 0 10px;
	background: #FFF;
}
#subscribe .send {
	width:50px;
	height:30px;
	background:#a32225;
	color:#fff;
	border:0;
	cursor:pointer;
	margin:5px 0;
	float: right;
}
#sidebar .widget-container {
	margin-bottom: 20px;
}

/* NAVIGATION
-----------------------------------------------------------------------------*/

.navigation {
	margin:10px 0;
}
.navigation a {
	color:#a23335;
}
.navigation a:hover {
	color:#000;
}
.nav-previous {
	width:300px;
	float:left;
}
.nav-next {
	width:300px;
	float:right;
	text-align:right;
}


/* */
.entry_meta {font-style:italic;font-size:.9em;margin-bottom:10px;font-weight:bold;}


/* FOOTER
-----------------------------------------------------------------------------*/

#footer {
	background:#8e061b;
	padding-top:10px;
	font-size:1em;
	color:#fff;
	min-height:200px;
	padding: 20px 0;
}
#footer a {
	color:#fff;
}
#footer a:hover {
	color:#000;
}
#footer h3 {
	color:#fff;
	height:25px;
	font-weight: normal;
	font-size: 16px;
	border-bottom: 1px dotted #FFF;
	padding-bottom: 10px;
	margin-bottom: 10px;
	line-height: 25px;
}
#inner {
	margin:0 auto;
	width:930px;
	text-align:left;
}
#inner .left {
	float:left;
	width:218px;
	margin-right:15px;
}
#inner ul {
	list-style:none;
	padding: 0;
	margin: 0;
}
#inner li {
	line-height: 18px;
	padding:0 0 10px 0;
}
#inner .copyright {
	font-size:11px;
	width:220px;
	margin: 0;
}
#footer .copyright h3 {
	color:#fff;
	height:25px;
	font-weight: normal;
	font-size: 11px;
	border-bottom: 1px dotted #FFF;
	padding-bottom: 10px;
	margin-bottom: 10px;
	line-height: 25px;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px dashed #FFF;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px dashed #FFF;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px dashed #FFF;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	height: auto;
	max-width: 590px;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 8px 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: disc;
	margin: 0 0 18px 1.5em;
}
ul li, ol li {
	line-height: 18px;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
