/*
Theme Name: Blue Mountain
Theme URI: http://www.asifhamza.com
Description: Uses the "Perfect 3 Column Liquid Layout" by Mathew James Taylor. http://matthewjamestaylor.com/blog/perfect-3-column.htm
Version: 1.0
Author: Asif Hamza
Author URI: Your website address.
*/



body {
	margin:0;
	padding:0;
	width:100%;
	
	min-width:600px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size:medium;
	font-family: Calibri, Verdana, Sans-Serif;
	line-height: 1.3em;
}



h1 a
{
	font-family:Georgia,Serif;
	color: #A67F41;

}

h1.storytitle a
{
	font-family:Georgia,Serif;
	color: #A67F41;
	/*background-color:#A67F41;*/
	text-decoration:none;	
	width: 100%;
	line-height: 1;
}

h1.storytitle a:hover
{
	background: #A67F41;
	color: #b8cce4;
}

.storycontent p
{
	font-size: 1.05em;
}
p a
 {
	color:#369;	
}
a:hover {
	color:#fff;
	background:#369;
	text-decoration:none;
}

h1,h2, h3 {
	/*margin:.8em 0 .2em 0;
	padding:0;*/
	color: #A67F41;
	/*line-height: 1.2em;*/
}

p {
	margin:.4em 0 .8em 0;
	padding:0;
}

#ArticleSep
{
	width:200%;
	background: #dbe5f1;
	
	border: 1.5px solid #dbe5f1;
}
img {
	margin:10px 0 5px;
}

blockquote 
{
	border-left: 3px solid #369;

	margin: 10px;
	padding: 0 20px;
	/*background-color: #b8ccff;*/
	/*color:#165;*/
	font-style: italic;

	/*quotes: "\201C" "\201D";*/
}


#header {
	float:left;
	width:100%;
	padding:0;
	margin:0;
	background: #dbe5f1;
	
}


#header p {
	padding:.5em 15px	.2em 15px;
	margin:0;
}
#header h1  {
	padding:.2em 15px;
	margin:0;
}
#header h2  {
	padding:.2em 15px	.7em 15px;
	margin:0;
}
#colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	background:#dbe5f1;		/* Left column background colour */
}
#colmaskb {
	position:relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	background:#dbe5f1;		/* Left column background colour */
}
#colmid {
	float:left;
	width:200%;
	position:relative;
	left:200px;
	background:#b8cce4;    	/* b8cce4 Centre column background colour */
}



#colmidb {
	float:left;
	width:200%;
	position:relative;
	left:184px;
	background:#dbe5f1;    	/* b8cce4 Centre column background colour */
}
#colright {
	float:left;
	width:100%;
	position:relative;
	left:50%;
	margin-left:-400px;
	background:#dbe5f1;    	/* Right column background colour */
}
#colrightb {
	float:left;
	width:100%;
	position:relative;
	left:50%;
	margin-left:-400px;
	background:#dbe5f1;    	/* Right column background colour */
}
#col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:100%;
	
}
#col1wrapb {
	float:right;
	width:50%;
	position:relative;
	right:100%;
}
#col1pad {
	margin:0 15px 0 415px;
	overflow:hidden;
	
}
#col1padb {
	margin:0 15px 0 415px;
	overflow:hidden;
}
#col1 {
	width:100%;
	overflow:hidden;
}
#col1b {
	width:100%;
	overflow:hidden;
}
#col2 {
	float:left;
	width:170px;
	position:relative;
	margin-left:-50%;
	left:215px;
	overflow:hidden;
	margin-top:-20px;

	
}
#col2b {
	float:left;
	width:170px;
	position:relative;
	margin-left:-50%;
	left:215px;
	overflow:hidden;
	
}
#col3 {
	float:left;
	width:170px;
	position:relative;
	left:15px;
	overflow:hidden;
	margin-top:-20px;
}
#col3b {
	float:left;
	width:170px;
	position:relative;
	left:15px;
	overflow:hidden;
}
#footer {
	clear:both;
	float:left;
	width:100%;
	padding:0;
	margin:0;
	/*border-top:1px solid #000;*/
	background: #dbe5f1;
}
#footer p {
	/*padding:.5em 15px;*/
	text-align:center;
	/*line-height: 1em.*/
}

#menu {
	margin: 0; 
	padding: 1px 0;
	list-style-type: none;
	height: 26px;
	}
#menu li {
	float: left;
	margin: 0; padding: 0;
	width: 20%;
	}
#menu a {
	position: relative;
	display: block;
	margin: 1px;
	
	font-family: Calibri, Verdana, Sans-Serif;
	height: 24px;
	font-size:medium;
	line-height: 24px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	background: #b8cce4;
	color: black;
	}

#menu a span {
	display: block;
	position: absolute; top: 5px; left: 8px;
	width: 8px; height: 8px;
	border:1px white;
	background: white;
	}

#menu li.current-cat  a {
	background: #A67F41;
	color: black;
	}

#menu a:hover {
	background: #2586d7;
	color: white;
	}

#sidebar_left,#sidebar_right {
	width: 12em;
	border-right: 1px solid #000;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	background-color: #dbe5f1;
	color: #333;
	}

#sidebar_left ul,#sidebar_right ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
#sidebar_left li ,#sidebar_right li
{
	border-bottom: 1px solid #90bade;
	margin: 0;
}

#sidebar_left li a ,#sidebar_right li a
{
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-right: 10px solid #508fc4;
		background-color: #dbe5f1;
		color: black;
		text-decoration: none;
		width: 100%;
		}

html>body #sidebar_left li a ,html>body #sidebar_right li a
{
	width: auto;
}

#sidebar_left li a:hover ,#sidebar_right li a:hover
{
		border-left: 10px solid #1c64d1;
		border-right: 10px solid #5ba3e0;
		background-color: #2586d7;
		color: #fff;
}

#sidebar_left li.current-cat a,#sidebar_right li.current-cat {
	border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;
	background-color: #A67F41;
	color: #fff;
}


#sidebar_right ,#sidebar_right ul, #sidebar_right ul li, #sidebar_right ul li a
{	color:black;
    text-decoration:none;

}
