/*
	Theme Name: Dagon
	Theme URL: http://www.ibdesignstudios.com
	Description: Dagon Funeral Home
	Version: 1.0 
*/

/* LAYOUT */

body {background: #f2fafa url(images/background.png) top left repeat-x;}
#wrapper {background: url(images/container-bg.png) top center no-repeat;}
#container {}
#contentwrap {background: url(images/contentwrap.png) top left repeat-y;}

a {color: #333;}
a:hover {color: #8aa801;}
    
/* HEADER */

#header {margin-top: 10px; height: 125px;}

#header h1 {
	margin-bottom: 0px !important;
	padding: 15px 0 0 0;
	font-weight: normal;
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: bold;
	font-size: 34px;
    text-transform: uppercase;
	}

#header h1 a, #header h1 a:visited {
	color: #879e17;
	text-decoration: none;
	}


#header h2 {
	color: #a4a5a7;
	font-size: 14px;
	line-height: 14px; 
	font-family: Arial, Helvetica, Sans-serif;
    font-style: italic;
	}
h4 {color: #2d9fba; font-size: 16px; font-weight: bold; border-bottom: 1px solid #2d9fba; margin-bottom: -4px;}
h5 {color: #2d9fba; font-size: 16px; font-weight: bold; border-bottom: 1px solid #2d9fba; margin-bottom: 10px;}
.logoimg {
    margin: 15px 0 0 0;
}


	
.topright {
	text-align: right;
    margin: 0 10px 0 0;
	}


/* NAVIGATION MENUS */
.navcontainer {
	height: 34px;
    padding-left: 10px;
    background-color: #2d9fba;
    border-bottom: 4px solid #84d0e2;
	border-top-right-radius: 8px; 	-moz-border-radius-topright: 8px; -webkit-border-top-right-radius: 8px;
	border-top-left-radius: 8px; 	-moz-border-radius-topleft: 8px; -webkit-border-top-left-radius: 8px;
	}

/*
#nav {
	height: 34px;
	}

#nav, #nav ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	}
#nav {
	margin-bottom: 1px;
	}
	
#nav ul {
	float: left;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li a, #nav li a:link {
	color: #fff;
	display: block;
    margin: 0px 6px 0px 0;
	padding: 11px 12px;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
    font-family: Arial, Helvetica, Sans-serif;
    text-shadow: 0 1px 0 #555;
	}
	
#nav li a:hover, #nav li a:active {
	color: #fff;
	display: block;
	text-decoration: none;
    background-color: #84d0e2;
    text-shadow: 0 1px 0 #555;
	}
	
#nav  li.current-cat a {
	color:#fff;
    background: url(images/nav-backgr-hover.png) top left repeat-x;
    text-shadow: 0 1px 0 #3c4803;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}
*/
	
/* CONTENT */

#content {
	padding: 15px 5px 15px 15px;
	}
	
pre { overflow: auto; 
	width: 470px; 
	}

.post {
	padding-bottom: 15px;
	margin-bottom: 15px;
    
	}

.post p {
	margin-bottom: 10px;
	}

.title {
	margin: 0 0 8px 0;
	padding: 0px;
	line-height: 22px;
	font-family: Arial, Helvetica, Sans-serif;
    font-weight: bold;
	color: #25292e;
	}

	
.title a {
	text-decoration: none;
	color: #25292e;
	}

.title a:hover {
	text-decoration: none;
	color: #85d6f1;
	}

.pagetitle {
	margin-bottom: 20px;
	line-height: 22px;
	font-family: Arial, Verdana;
	text-decoration: underline;
}


.readmorecontent {
	text-align: right;
	}

a.readmore {
	padding: 4px 15px;
	text-decoration: none;
    font-size: 12px;
	font-weight: bold;
    background: #ddd;
    color: #333;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
	}

a.readmore:hover {
    background: #85d6f1;
	color: #333;
	}
    
.postdate {
	font-size: 13px;
	font-family: Arial, Helvetica, Sans-serif;
    font-style: italic;
    color: #838282;
	}


.postmeta {
	font-size: 11px;
	padding: 2px 4px;
	font-family: Arial, Verdana;
	}
	
.postdate img, .postmeta img {
	border: none;
	vertical-align: middle;
	margin:2px;
	}
	
.entry {
	text-align: justify;
	line-height: 20px;
	padding-top: 8px;
	font-family: Arial, Verdana;
	font-size: 14px;
	color: #111;
	}
	
.entry h1 {font-size: 16px; font-weight: bold; color: #222; margin-bottom: 20px;}
.entry h1 a, .entry h1 a:active, .entry h1 a:visited {color #555; text-decoration: none;}
.entry h1 a:hover {color: #999;}

.navigation {
	padding: 10px 0;
	}

blockquote {
	overflow: hidden;
	padding-left: 9px;
	font-style: italic;
	color: #666;
	border-left: 3px solid #84d0e2;
	}
	
.post img {
	max-width: 680px;
	}

img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
	}
	
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
	}

.alignleft {
   float: left;
	}
	
img.alignleft {margin: 0px 15px 15px 0px;}

.alignright {
   float: right;
	}
	
img.alignright {margin: 15px 0px 15px 15px;}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
	}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
	}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
	}

	
/* wp-pagenavi */
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
    color: #686868 !important;
    background:#dfdfdf !important;
    border: 1px solid #989898 !important;
    font-size: 15px !important;
    padding:  4px 8px !important;
}

.wp-pagenavi span.current {
    color: #434343 !important;
    background:#fff !important;
    border: 1px solid #b6b5b5 !important;
    font-size: 15px !important;
    padding:  4px 8px !important;
    font-weight: bold;
}

.wp-pagenavi a:hover {
    color: #494949 !important;
    background:#dfdfdf !important;
    border: 1px solid #626262 !important;
    
}

.wp-pagenavi span.pages {
    color: #676767 !important;
    background:#fff !important;
    border: 1px solid #b6b5b5 !important;
    font-size: 15px !important;
    padding:  4px 8px !important;
}

.wp-pagenavi span.extend {
    background:transparent !important;
    font-size: 15px !important;
    padding:  4px 8px !important;
    color: #676767 !important;
    background:#fff !important;
    border: 1px solid #b6b5b5 !important;
    font-weight: bold;
}
	
/* SIDEBAR(S) */

.sidebar {
	margin: 0 18px 10px 10px;
    color: #a3abb5;
    font-size: 13px;
	}
	
.sidebar a {
	text-decoration: none;
	color: #a3abb5;
	}

.sidebar a:hover {
	text-decoration: underline;
	color:#c4e236;
	}

#search {
    border: 1px solid #41474d;
    height: 30px;
    padding: 0;
    background: #393e44 url(images/search-background.png) top left repeat-x;
    text-align: right;
}

#search input {
	border: 0;
    background: none;
    color: #868e98;
}
	
	
#s {
	width: 240px;
	padding: 4px;
    margin:3px 0 0 0;
    background: none;
}

#topsearch 	#s {
  width: 250px;  
}

#topsearch #search {
    margin: 15px 0 0 0;
}

.sidebar h2 {
	margin: 10px 0 0 0;
	padding: 6px 0 6px 8px;
	font-size: 18px;
	line-height: 18px;
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: bold;
	text-transform: uppercase;
    color: #444;
    text-shadow: 0 1px 0 #fff;
	}

.sidebar ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
.sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

.sidebar ul ul {
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	}
	
.sidebar ul li li {
	margin: 0px;
    border-bottom: 1px solid #ddd;
	}
	
.sidebar ul li ul li {
	color: #444;
	margin: 0;
    border-bottom: 1px solid #ddd;
	}

.sidebar ul li ul li a, .sidebar ul li ul li a:active, .sidebar ul li ul li a:visited {color: #444; text-decoration: none; display: block; padding: 6px 0px 6px 4px;}
.sidebar ul li ul li a:hover {color: #2d9fba; background-color: #f1f1f1; text-decoration: underline;}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	color: #444;
	background: none;
	}
#wp-calendar caption {
	padding: 2px 4px;
	text-transform: uppercase;	margin: 2px 0 2px 0;
	background: none;
    color: #444;
	}

#wp-calendar td {
	color: #777;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
	}

#wp-calendar td a {color: #777;}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #444;
	}
    
#wp-calendar td:hover a {
    color: #444;
}
	
#wp-calendar {
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	font-weight: bold; 
	width: 100%;
	}


/* FOOTER */

#footer {background: #a8e2f0; padding: 8px 16px 0px 16px; color: #555; font-size: 13px; border-top: 4px solid #84d0e2; margin-bottom: 20px;}
#footer a {color: #555; text-decoration: none;} 
#footer a:hover {text-decoration: none;}

.fleft {text-align: left;}
.fright {text-align: right;}
	
#footer2 {color: #52575e; font-size: 11px; text-align: center; padding: 10px;}
#footer2 a {color: #52575e; text-decoration: none;} 
	
/* COMMENTS */

#comments h3 {
	margin-bottom: 10px;	
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
	
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
	
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
.post_thumbnail {
    padding: 6px;
    background: #fff;
    border: 1px solid #ddd;
    margin: 0 10px 10px 0;
}