/*  
Theme Name: Angelic Designs
Theme URI: http://www.makequick.com
Description: A smooth blue design for you!
Version: 1.0
Author: Make Quick
Author URI: http://www.makequick.com

	This theme is released under Creative Commons Attribution 2.5 License.

*/
body {
	font: 75%/150% Verdana, Tahoma, Arial,sans;
	color: #333333;
	margin: 0px;
	padding: 0px;
/*	background: #444949 url("/images/rndmBG/bg1.jpg") no-repeat fixed;

	background-repeat:;
	background-attachment:fixed;	*/
}
.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size: 11px;
	font-weight: normal;
	font-family: 'Andale Mono', sans-serif;
}
 
.element {
 
}
 
.element p {
	margin: 0;
	padding: 4px;
}
 
.float-right {
	padding:10px 20px;
	float:right;
}
 

a {
	color: #0C72A2;
	text-decoration: none;
}
a:visited {
	color: #0C72A2;
	text-decoration: none;
}

a:hover {
	color: #D16683;
	border-bottom: 1px dashed #A3D5EC;
}
img {
	border: none;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}
h1 {
	margin:0px;
	height: 60px;
	font: lighter 2.4em/1.2em Verdana, Tahoma, Arial,sans;
	color: #FFFFFF;
}

.title a {

	padding: 0px;
	margin:0px;
	font: lighter 1.4em/0.9em Verdana;
	color: #33332a;
}

.title a:hover{
	text-decoration:underline;
	background:#FFFFFF;
}


.slogan {
color: #FFFFFF;
size: 12px;
}
h1 a, h1 a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
h1 a:hover{
	color: #FFFFFF;
	text-decoration: none;
	border: none;
	background: none;
}
h2 {
	color: #333333;
	margin: 0px 0px 2px;
	border-bottom: 1px dotted #999999;
	width:100%;
	font: lighter 2em/1em Verdana, Tahoma, Arial,sans;
	padding-bottom: 3px;
}
h2 a, h2 a:visited {
	color: #333333;
	text-decoration: none;
}
h2 a:hover {
	color: #8DC6E0;
	text-decoration: none;
}

h4 {
	font: normal 130%/100% Verdana, Tahoma, Arial,sans;
	color: #758d38;
	margin: 10px 0px 5px;
}
form {
	margin:0px;
	padding:0px;
}
#wrapper {
	/*background: #FFFFFF url(images/content-background.gifff) repeat-y;*/
	margin-left: auto;
	margin-right: auto;
	width: 1000px;	
}
#page {
	border-top:thin #333333;
	margin: 0px auto;
	width: 900px;
}
/* header area */
#header {
	/*background-image: url(images/header.gif);*/

	position: relative;
	color: #D16683;
	width: 1000px;
	height: 225px;
	margin-left: auto;
	margin-right: auto;
	/*border:1px solid red;*/
}
#headerTitle {
	position: relative;
	padding: 0px 0px 0px 0px;
	height: 55px;
	margin: 0px auto;
	width: 900px;
	/*border:1px solid red;*/
}
#blogtitle{
	position:absolute;
	padding-left:0px;
	bottom:0px;
	left:20px;
	width:300px;
}
#headerimg .description{
	color: #F6F5EE;
	font-size: 14px;
	float: right;
	
}
#navi {
	position:absolute;
	padding-right:10px;
	bottom:0px;
	right:0px;
	width:500px;
	margin: 0px;
	text-align: right;
	line-height: normal;
	height: 30px;
/*	border:1px solid red;*/
}
#nav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: right;
}
#nav li {

	float: left;

	margin: 0 3px;
	white-space: nowrap;
}
#nav .page_item a{
	color: #333333;
	display: block;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	font: bold 12px Arial, Helvetica, sans-serif;
	line-height: 30px;

}
#nav li:hover {
	/*border-bottom: 1px dashed #E1EFF6;*/

	text-decoration:underline;
	background:#FFFFFF;

}
#nav .page_item a:hover {
	background-position: 0px -36px;
	border: none;
}

#nav li.current_page_item {
	color: #198CBB;
	text-decoration: none;
	border-bottom: 1px solid #E3F7FF;
}
#nav .current_page_item a, #nav .current_page_item a:visited{
	color: #198CBB;
	text-decoration: none;
}
#headSwf{
	height:170PX;
	width:900px;
	/*border:1PX SOLID RED;*/
	position:absolute;
	top:55px;
}
/* content area */
#content {
	background: #FFFFFF;
	padding: 10px 10px 0px 20px;
	float: left;
	width: 630px;
	overflow: hidden;
/*	border:1PX SOLID RED;*/
	 
}
#content img {
	border: 1px solid #D3EAF3;
	padding: 5px;
}
#postMeta{
	font-size:9px;
	color:#999999;
}
.post {
	clear:both;
	padding-top: 15px;
}
.post-date {
	width: 45px;
	height: 49px;
	float:left;
	background: url(images/date-bg.gif) no-repeat;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}
.entry {
}
.post-cat {
	background: url(images/mini-category.gif) no-repeat left center;
	padding-left: 20px;
	float:left;
}
.post-comments {
	background: url(images/mini-comments.gif) no-repeat left bottom;
	padding-left: 20px;
	float: right;
}
.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat left center;
	padding-left: 20px;
	float: right;
	font-size: 95%;
	color: #999999;
}
.post-content {
	clear: both;
	padding-top: 10px;
}
.post-info {
	padding: 10px;
	height: 15px;
	background: #FFFFFF;
	color: #9ECEE4;
	font: bold 12px "Trebuchet MS", "Tahoma", sans-serif;
	border: 1px dashed #9ECEE4;
}
.post-info a {
	color: #9ECEE4;
	text-decoration: underline;
}
.post-info a:hover {
	color: #1C8FC3;
	text-decoration: none;
	border-bottom: 1px dashed #1C8FC3;
	background: none;
}
.post-content blockquote {
	background: #E6F0FC;
	border-right: 2px solid #C1DDEF; 
	border-bottom: 2px solid #C1DDEF; 
	padding: 8px;
}
.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #59770e;
}
.previous-entries a {
	float: left;
	padding-left: 18px;
	background: url(images/mini-nav-left.gif) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 18px;
	background: url(images/mini-nav-right.gif) no-repeat right center;
}

/* comments area */
#comments, #respond {
	border-bottom: 1px dotted #4395BC;
	padding: 10px 0 5px 0;
	clear: both;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 10px;
	padding-bottom: 0px;
}
.commentlist .alt {
	background: #E6F0FC;
	border: 1px dotted #C1DDEF;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #787878;
	font-size: 87%;
}
#commentform input{
	width: 250px;
	background:#E6F0FC;
	border: 1px dotted #333333;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 485px;
	height: 115px;
	background:#E6F0FC;
	border: 1px solid #C1DDEF;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	background: url(images/btn-bg.gif) no-repeat;
	border: 1px solid #7FD4F4;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #0C72A2;
	float:right;
	width: 144px;
	height: 28px;
	cursor: pointer;
}

/*sidebar */
#sidebar {
	background:#ffffff;
	float: left;
	padding:10px 10px 10px 10px;
	width: 220px;
	color: #666666;
	overflow: hidden;
	height:100%;
}
/*sidebar title (h2) */
#sidebar h2, #sidebar .sidebartitle{
	font: 1em Verdana,FreeSans,clean,sans-serif;
	color: #999999;
	border-bottom: 1px dashed #999999;
	margin-bottom: 5px;
	font-size: 14px;
}
/*sidebar text styles */
#sidebar a:hover{
	border: none;
}
#sidebar a, #sidebar a:visited{
	color: #333333;
	text-decoration: none;
}
#sidebar li a:hover{
	color: #1888B8;
	border-bottom: 1px solid #999999;
	
}
.widget {
	background: #FFF ;
	padding: 5px 10px 10px 10px;
	margin-bottom: 10px;
	border: 1px solid #999999;
	background-color: #ffffff;
}
/*sidebar list level1 */
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
/*sidebar list level2 */
#sidebar ul li ul {
	padding: 0;
	margin: 0;
}
#sidebar ul li ul li{
	padding: 2px 0 2px 0px;
	border-bottom: 1px solid #C1DDEF;
}
/*sidebar list level3 */
#sidebar ul li ul li ul li{
	padding: 1px 0 1px 10px;
	border: none;
}
/*blogroll */
ul.linkcat li, div.linkcat li{
	background: url(images/mini-blogroll.gif) no-repeat left center !important;
	padding-left: 20px !important;
}
/*category widget */
ul.list-cat li, div.widget_categories li{
	background: url(images/mini-category.gif) no-repeat left center !important;
	padding-left: 20px !important;
}
/*archives widget */
ul.list-archives div, li.widget_archives li{
	background: url(images/mini-monthly-archive.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*pages widget */
ul.list-page li, div.widget_pages li, li.widget_recent_entries li{
	background: url(images/mini-page.gif) no-repeat left center !important;
	padding-left: 20px !important;
}
/*sub-pages */
ul.list-page li ul div, li.widget_pages li ul li{
	background: url(images/mini-page-arrow.gif) no-repeat !important;
	padding-left: 10px !important;
}
/*recent comments widget */
div.widget_recent_comments li{
	background: url(images/mini-recent-comments.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*calendar widget */
div.widget_calendar td {
	padding: 1px 5px;
}
/*text widget */
.textwidget {
	padding-top: 5px;
}

/*search form */
#search {
	float: right;
	margin: 0px 0px 0px 0px;
	width: 225px;
	height: 40px;
	text-align: center;
	/*background-image: url(images/search-background.png);*/
	padding-left: 0px;
	padding-top: 10px;
}
#searchform {
	margin: 3px 0 0;
}
#searchform br {
	display: none;
}
#searchform #s {
	width: 175px;
	height: 17px;
	padding: 3px 5px 0px 5px;
	border: 1px solid #999999;
	background: #fff;
	margin-right: 2px;
	color: #000000;
	font-weight: normal;
}
/* search form button - to specify button only use input[type="submit"] */
#searchform input {
	background: none;
	border: none;
	height: 16px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	vertical-align: middle;
}

/* footer area */
#footerbg {
	clear: both;

	padding-bottom: 20px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#footer {
	background: #FFFFFF ;
	width: 660px;
	margin-left: 50px ;
	font-size: 95%;
	color: #303030;
	line-height: 130%;
}
#footer a, #footer a:visited {
	color: #0C72A2;
}
#footer h4 {
	font: normal 146%/100% "Trebuchet MS", Tahoma, Arial;
	color: #0C72A2;
	margin: 10px 0px 5px;
}
.footer-recent-comments {
	width: 240px;
	float: left;
	margin-left: 10px;
}
.footer-recent-comments ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.footer-recent-comments ul li {
	background: url(images/mini-footer-icon.gif) no-repeat 5px 4px;
	padding: 0px 0px 10px 20px;
}
.footer-recent-posts {
	width: 240px;
	float: left;
	margin-left: 10px;
}
.footer-recent-posts strong {
	font-size: 107%;
	line-height: 135%;
	font-weight: bold;
}
.footer-recent-posts ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 92%;
	line-height: 110%;
}
.footer-recent-posts ul li {
	background: url(images/mini-footer-icon.gif) no-repeat 5px 4px;
	padding: 0px 0px 10px 20px;
}
.footer-meta {
	width: 100%;
	float: left;
	margin-left: 20px;
}
.footer-meta strong {
	font-size: 107%;
	line-height: 135%;
	font-weight: bold;
}
.footer-meta ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 92%;
	line-height: 110%;
}
.footer-meta ul li {
	background: url(images/mini-footer-icon.gif) no-repeat 5px 4px;
	padding: 0px 0px 10px 20px;
	font-size: 107%;
	line-height: 135%;
	font-weight: bold;
	display: inline;
}
/* credits */
#credits {
	margin: 0px auto;
	background:#FFFFFF;
	width: 900px;
	color: #303030;
	font-size: 85%;
	margin-left: 50px;
}
#credits a, #credit a:visited {
	color: #0C72A2;
}
.footer-meta ul li.rss {
	background: url(images/mini-rss.gif) no-repeat left 2px;
	padding: 0px 0px 10px 20px;
}
.loginout {
	background: url(images/mini-loginout.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}

/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.alignright {
	float: right;
}
img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
/*		CSS	DROPDOWN MENU 			*/
/* ================================================================ 
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/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {width:500px; height:25px; font-size:0.85em; position:relative; z-index:100; float:right;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:300px; w\idth:300px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;  float:right;}
.menu ul ul {width:80px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:80px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:11px;text-decoration:none; color:#333333; width:80px; height:25px; padding-left:10px; line-height:25px;text-align:center;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:80px; w\idth:138px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#fff/* url(images/drop.gif) bottom right no-repeat*/;	}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#fff url(images/drop.gif) bottom right no-repeat;}
.menu ul ul :hover > a.drop {background:#999 url(images/drop.gif) bottom right no-repeat;}
/* style the third level background #e2dfa8*/
.menu ul ul ul a, .menu ul ul ul a:visited {background:#fff;}
/* style the third level hover #b2ab9b;*/
.menu ul ul ul a:hover {background:#fff;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:25px;left:0; width:80px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:25px;t\op:25px;}

/* position the third level flyout menu */
.menu ul ul ul{left:100px; top:-1px; width:80px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-80px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links #d4d8bd*/
.menu ul ul a, .menu ul ul a:visited {background:#fff; color:#333; height:auto; line-height:1em; padding:5px 10px; width:80px;border-width:0 1px 1px 1px; }
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover #949e7c*/
.menu a:hover, .menu ul ul a:hover{color:#333; background:#fff;}
.menu :hover > a, .menu ul ul :hover > a {color:#333;background:#fff;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}


/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.

   Author: Isaac Rowntree
   Website: www.zackdesign.biz
=================================================================== */


.menu ul ul .current_page_item a {
  color: red;
  background: white;
  border-left: 1px solid black;
}

.menu .current_page_item a {
  color: red;
  font-weight: bold;
  background: white;
}

.menu ul .current_page_item ul a {
  color: white;
  font-weight: normal;
  background: black;
}

.menu ul .current_page_item ul a:hover {
  background: gray;
}

.menu .current_page_item a:hover {
  background: white;
}

