﻿/* 
Theme Name: CRWBLOG
Theme URI: 
Design Name: CRW Blog
Description: 
Version: 1.0
Author: Shawn Curran
Author URI: http://www.castlerockweather.org


********************************************
Standard CSS import
********************************************/
Body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#EDEDED;
	color:#41566b;
	margin:0 0 0 0;
}

/* This is Global link format */

a:link {
	color:blue;
}

a:hover {
	text-decoration :none;
}

a:visited {
	color: blue;
}

#masthead {
	height: 100px;
	padding-top: 1px;
	background-image: url('/images/bgheader(10x100).jpg');
	margin:  0 0em 0;
	/*background-color:#738292;*/
	border-bottom-width:thick;
	border-bottom-style:solid;
	border-bottom-color:#41566b;
}
.header{
}

.headerTemp {
  font-size: 45px;
  font-weight: bold;
  color: #EDEDED;
  text-align: right;
  position: absolute;
  right: 10px;
  top: 10px;
}

.timedate { 
  color: #EDEDED;
  font-size: 12px;
  text-align: right;
  position: absolute;
  right: 5px;
  top: 70px;
}


#top_nav {
	margin-left: 175px;
	font-size:8pt;
}

#container {
	/*border: 1px black solid;*/
	width: 100%;
	margin-bottom: 10px;
}

#left_nav {
	/*border: 1px black solid;*/
	width: 150px;
	margin-bottom: 10px;
	float: left;
	left: 0px;
	top: 0px;

}

.navimages {margin-left: 7px; font-size: 10pt;  text-align: center;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyoutt.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.menu {font-family: arial, sans-serif; width:150px; position:relative; margin:0; font-size:10pt;}
.menu p {margin: 0; padding-right: 10px; background-color: #41566b; color:white; text-align: right; font-size:10pt;}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#41566b; width:140px; text-align:right; padding-right: 10px; border:1px solid #41566b; border-width:0 0 1px 0; background:#EDEDED; line-height:19px; font-size:10pt;}
.menu ul {padding:0; margin:0;list-style-type: none; }
.menu ul li {float:left; margin-right:1px; position:relative;}
.menu ul li ul {display: none; }

/* specific to non IE browsers */
.menu ul li:hover a {color:#000; background:#dfc184;}
.menu ul li:hover ul {display:block; position:absolute; top:0; left:151px; width:105px;}
.menu ul li:hover ul li a.hide {background:#EDEDED; color:#41566b;}
.menu ul li:hover ul li:hover a.hide {width:150px;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#EDEDED; color:#41566b; width:150px;}
.menu ul li:hover ul li a:hover {background:#dfc184; color:#000;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:161px; top:0; color:#000;}

#page_content {
	border: 1px black solid;
	margin-left: 165px;
	margin-right: 30px;
	padding: 3px 10px 3px 10px;
	background-color: white;
	margin-bottom: 10px;
	font-size: 10pt;
}

#page_content H1 {
	font-size: 14pt;
	font-weight: bold
}

#page_content H2 {
	font-size: 12pt;
	font-weight: bold
}

#page_content img {
	text-align:center;
}

ul#newslist {
  	list-style-type: none;
}

#footer {
	clear:both;
	height: 50px;
	background-image: url('/images/bgfooter(10x50).jpg');
	margin:  0 0em 0;
	bottom: 0;
	background-color: #738292;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #41566b;
	font-size: 8pt;
	color: white;
	text-align: center;
}

/******************************************************
WORDPRESS SPECIFIC CSS
******************************************************/
.post-title {
	font-style: normal; 
	font-size: 10pt; 
	margin: 0 0 0.2em;
	text-align: right;
	padding: 0.5em 1em 0 0;
	border-bottom:#ccc 1px solid;
}

.post-title em {float: left;
	padding:0;
}

.post-title em a {
	color:#41566b;
	text-decoration: none;
}

.post-title em a:visited {
	color:#41566b;
	text-decoration: none;
}

.post-info {
	font-family:Georgia, Arial, Serif;
	font-size:12pt;
	font-weight: bold;
	margin:0;
}

.post-info a {
	color:#41566b;
	text-decoration: none;
	border: none;
}

.post-info a:visited {
	color:#41566b;
	text-decoration: none;
	border: none;
}
.post-content {
	font-size:10pt;
}

.post-content a:link, .post-content a:visited {
	color: #8a3207;	
	text-decoration: none;
}	
.post-content a:hover {
	color: #753206;
	border-bottom: 1px solid #753206;
}

#page_content h2 {
	margin: 0;
	padding:5px;
	font-size: 12pt;
	font-weight: normal;
	border-bottom:#ccc 1px solid;	
}

#page_content ul {
	list-style-type: none;
	padding: 0 0 1em 5px;
	margin: 0;	
}

#page_content ul li {
	margin: 0.5em 0 0 0;
	padding: 0;
	font-size: 10pt;
}

#page_content li a:link, #sidebar li a:visited {
	color: #8a3207;	
	text-decoration: none;
}

#page_content li a:hover {
	color: #753206;
	border-bottom: 1px solid #753206;
}
