/*
Theme Name: Triangle Coalition
Theme URI: http://www.dreamcodesign.com/
Description: Custom theme created for Triangle Coalition.
Version: 1.0
Author: DreamCo Design
Author URI: http://www.dreamcodesign.com/
Tags:
*/

/* -- just some ugly styling to make it easier to get started, can safely be removed */

#respond, #banner {
    background: black;
}

li.depth-1 {
    background:orange;
}

/* ---------------------------------- BASIC STUFF ------------------------------- */
body {
    background: #193042;
    font: 12px/1.9 "Lucida Grande",Lucida,Verdana,sans-serif;
    color:#515151;
    margin:0 auto;
    padding:0;
}

a {
    text-decoration:none;
	outline: 0;
	color: #e9184a;
}

a:hover {
    text-decoration:underline;
}

a:active {
   outline: none;
   -moz-outline-style: none;
}

a:focus {
   -moz-outline-style: none;
}

p {
	margin-bottom: 20px;
}

img {
	border:none;
}

.additional-meta {
    font-size: xx-small;
}

blockquote {
    margin: 30px;
    color: #8F0606;
    line-height: 1.6;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear:both;
}

/* -- LISTS -- */
ul {
    margin:0;
    padding-left: 0;
}

ul li {
    margin-left:5px;
    padding:0;
    line-height: 1.4;
}

li {
    list-style-type:none;
    margin: 15px 0;
}

.disc {
    list-style-type:disc;
}

/* -------------------------------lists inside posts -------------------------------*/
.entry-content ul ol {
    margin-left:0;
}

.entry-content ul li, .block-content ul li, .right .sidebar ul li {
    margin-left:0px;
    list-style-type: none;
    background: url(images/triangle.gif) no-repeat;
    padding-left: 25px;
}

.entry-content ul li ol {
    margin-left:10px;
}

.entry-content ol li {
    margin-left:5px;
    list-style: decimal;
    list-style-position:inside;
}

.entry-content ol li li {
    margin-left:5px;
}

/* --------------------------------- HEADINGS --------------------------------- */
h1,h2,h3,h4,h5,h6 {
    margin:0;
    padding:0;
}

h2.entry-title, {
    font-size:180%;
    line-height: 1.2;
}

h2.page-title, h2.cat-title {
	font-size: 24px;
	line-height: 36px;
}

h2.cat-title {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted;
}

h2#comments{
    margin:20px auto 10px;
    font-size:140%;
}

.block h4 {
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	background: #193042;
	padding: 5px 0;
	width: 219px;
	margin-left: -10px;
}

/* -------------------------------headings inside posts -------------------------------*/
.entry-content h3 {
    font-size:140%;
}

.entry-content h4 {
    font-size:120%;
}

.entry-content h5 {
    font-size:100%;
}

.entry-content h6 {
    font-size:90%;
}

.member-info h3 {
	font-size: 14px;
}

/* --------------------------------- MAIN DIV'S --------------------------------- */
#wrapper {
    float:none;
    clear:both;
    margin:20px auto 0 auto;
    padding:0px 0;
    width:1000px;
	background:#FFFFFF;
	/*border: 1px solid #2c506e;*/
}

#container {
    padding:0 0px;
    border: 20px solid #193042;
    padding-bottom: 20px;
}

#header {
    height:150px;
    margin:0 0 10px;
    text-align:center;
    padding: 10px 0;
    background: #ffffff;
}

#logo {
	text-indent: -9999px;
	background: url(images/logo.jpg) center center no-repeat;
	height: 170px;
}

#logo a {
	display: block;
	width: 100%;
	height: 100%;
}

#footer {
	width: 980px;
    overflow:hidden;
    margin:0 auto 10px auto;
    clear:both;
    float:none;
    padding: 10px;
    background:  #193042;
    color: #ffffff;   
}

#footer a {
	color: #ffffff;
}



#footer .menu {
	float: left;
	width: 640px;
}
#footer .menu-main-menu-container ul {
	margin: 0;
	padding: 0;
}

.address {
	line-height: 1.2em;
	font-weight: bold;
}

#copyright {
	width: 300px;
	text-align: right;
}

/* --------------------------------- BANNER --------------------------------- */

#banner {
	height:435px;
	width:660px;
	margin:0 20px 20px 20px;
    position: relative;
    z-index: 1;
}


/* --------------------------------- MENU --------------------------------- */

#nav {
	position: relative;
	z-index: 99;
	border-right: 1px solid #cccccc;
}

#nav ul {
	padding:0;
	margin:0;
}

#nav ul li {
	padding:0;
	margin:0;
	position: relative;
	z-index: 99;
}

#nav ul li a {
  background: none repeat scroll 0 0 #0;
  color: #193042;
  font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
  display: block;
  font-weight: bold;
  height: 15px;
  line-height: 15px;
  margin: 0;
  padding: 10px 0 10px 10px;
}

#nav ul li ul li a {
	background: #193042;
	color: #ffffff;
	 height: 15px;
	
}


#nav ul li:hover {
	background:#193042;
	text-decoration:none;
	color: #ffffff !important;
}

#nav ul li a:hover{
	color: #ffffff !important;
} 

.hover_text a{color:#fff !important;}

/* DROP DOWN MENUS */
#nav ul li ul {
	width: 300px;
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 95;
	padding:0; 
}

#nav ul li:hover ul {
	display:block;
	left: 220px !important;
	}

#nav ul li ul li {
	width:300px;
	z-index: 90;
}

#nav ul li ul li a:hover {
background-color: #e91949;
	width:300px;
	z-index: 90;
}

#menu-main-menu-1 li {
	float: left;
	margin: 0 10px 10px 10px;
	background:#193042;
	color: fffff;
}
/* --------------------------------- POSTS --------------------------------- */
.post-index {
    margin:0 0 10px;
}

#post-single {
    margin:0 0 20px;
}

.posts-wrap {
    float: right;
    clear:none;
    width:420px;
	margin:0 10px;
	padding: 0 10px;
}

.posts-wrap.wide {
	width: 640px;
}

.category-post {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted;
}

.member {
	overflow: hidden;
	line-height: 1.3;
	margin-top: 20px;
}

.member-info {
	float: right;
	width: 325px;
}

.member-img {
	width: 125px;
	float: left;
	margin: 0 10px 10px 0;
}


/* --------------------------------- SIDEBARS ---------------------------------*/
.sidebar-wrap {
    margin: 0px 15px;
    clear:right;
    width:220px;
}

.sidebar {
    width:220px;
    margin-bottom: 10px;
    clear:none;
}

.sidebar.block {
	padding:0 10px;
	width: 198px;
}

#socnets {
	margin:20px 0 0 0;
}

#socnets img {
	float:left;
	margin:0 10px 0 0;
}

#socnets img:hover {
	opacity:.7;
	filter:alpha(opacity=70);
}

/* --------------------------------- 404-PAGE ---------------------------------*/
.error404 {
    margin:0;
    width:100%;
}

.error404 h1,.error404 h2 {
    margin: 10px auto;
}

/* --------------------------------- COMMENTS --------------------------------- */
div.comments-wrap {
    margin:15px auto;
    padding:0;
}

li.comment,li.trackback, li.pingback {
    margin: 10px auto;
}

ul.commentlist, ul.pinglist {
    margin:10px 0;
}

div.reply {
    ;
}

textarea#comment {
    overflow:auto;
}

/* --------------------------------- ALIGNMENTS ---------------------------------*/
img.alignright {
    float:right;
    clear:none;
    margin:0 0 1em 1em;
}

img.alignleft {
    float:left;
    clear:none;
    margin:0 1em 1em 0;
}

img.aligncenter {
    display: block;
    margin:1em auto;
    text-align:center;
}

img.alignnone {
    margin:0 0.5em 0 0;
}

/* --------------------------------- NAVIGATION ---------------------------------*/
div.navigation {
    width:100%;
    height:auto;
    float:left;
    clear:both;
    padding: 10px 0px;
}

.navigation-index {
    ;
}

.nav-next {
    float:right;
    clear:none;
    width:48%;
    text-align:right;
}

.nav-prev {
    float:left;
    clear:none;
    width:48%;
    text-align:left;
}

