/*  
Theme Name: WordPress MINE
Theme URI: http://wordpress.org/
Description: This is the modified design for NDesigns.net
Author: Liz Fulghum
*/

html { 
	min-height: 100%; 
	margin-bottom: 1px; 
        overflow: -moz-scrollbars-vertical;

}

body{
        margin:0;
	background-color: #00407A;
	background-image: url('media/back.gif');
	background-repeat: repeat-x;
	background-position: top left;
	padding-top: 10px;
}

h1 {
	font-size: 18px;
	font-family: verdana, arial, sans-serif;
	color: #00407A;
	margin: 0px;
	padding-bottom: 2px;
	border-bottom: 1px solid #ccc;
}

h2 {
	font-size: 14px;
	font-family: verdana, arial, sans-serif;
	color: #0580CD;
	margin: 0px;
        margin-top: 10px;
}

a:link, a:visited {
	color: #0580CD;
}

a:hover {
	color: #FF5E00;
}

div, td {
	font-family: verdana;
	font-size: 12px;
	line-height: 160%;
}

.alignleft {
        float: left;
}

/* Container DIVS - basic page structure */

#topnav {
	width: 750px;
	text-align:right;
	color: #fff;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	margin-bottom: 5px;
}

#topnav a:link, #topnav a:visited, #topnav a:hover {
	color: #fff;
}

#subnav {
	margin-top: 10px;
	padding-top: 5px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}

#subnav a:link, #subnav a:visited {
	color: #FF5E00;
	font-weight: bold;
}

#subnav a:hover {
	color: #0580CD;
	font-weight: bold;
}

#subnav ul {
	list-style: none;
	margin: 0px;
	padding: 0;
}

#subnav li {
	margin-bottom: 2px;
}
	

#content {
	width: 750px;
	background-color: #fff;
	background-image: url('media/mainback.gif');
}

#header {
	width: 750px;
	background-image: url('media/headerback.gif');
	height: 65px;
}

#divide {
	width: 740px;
	background-image: url('media/divide.gif');
	background-repeat: repeat-x;
	height: 8px;
	text-align: left;
}

#navigation {
	width: 740px;
	background-image: url('media/navback.jpg');
	height: 41px;
}

#main {
	width: 740px;
	background-image: url('media/contenttop.gif');
	background-repeat: no-repeat;
	background-position: top-left;
	border-bottom: 5px solid #989898;
}

#contentblock {
	width: 660px;
	text-align: left;
}

#contentleft {
	margin-top: 25px;
	width:455px;
	float:left;
}

#contentright {
	margin-top: 25px;	
	width: 190px;
	float: right;
}

#gallery {
	width: 660px;
	height: 57px;
	background-image: url('media/galleryback.gif');
	margin-top: 20px;
}

#contentbottom {
	width: 740px;
	background-image: url('media/contentbottom.gif');
	background-repeat: no-repeat;
	background-position: top-left;
	background-color: #7F7F7F;
	padding-top:30px;
	padding-bottom: 10px;
	font-family: verdana;
	font-size: 10px;
	color: #fff;
	line-height: 160%;
}

#contentbottom a:link, #contentbottom a:visited, #contentbottom a:hover {
	color: #fff;
}

#newsletter {
	width: 330px;
	font-family: Verdana, Arial, Sans-serif;
	font-size:11px;
	color: #fff;
	float:right;
	margin-top: 15px;
	text-align:left;
}

#specialswrapper {
	position: relative;
	top: 20px;
	width: 660px;
}

#specialsleft {
	float: left;
	width: 330px;
}

#specialsright {
	float: right;
	width: 330px;
}

/* Container DIVS - basic page structure */

#logo {
	position: absolute;
	z-index: 1;
	background-image: url('media/logo.gif');
	height: 94px;
	width: 242px;

}

.nopad {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

/* Special attributes - Gallery Tabs */

ul#navlist {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-bottom: 29px;
	border-bottom: 1px solid #ccc;
}

ul#navlist li {
	float: left;
	height: 26px;
	background-color: #9DC205;
	margin: 2px;
	border: 1px solid #79A702;
}

ul#navlist li#active {
	border-bottom: 1px solid #fff;
	background-color: #fff;
}

li#active a { 
	color: #666; 
}

#navlist a {
	float: left;
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 5px;
}

#navlist a:hover { 
	background: #fff; 
	color: #666;
}

/* Special attributes - Gallery Images */

div#galleryimages {
	width: 300px;
}

ul#galleryimages {
	list-style-type:none;
	margin-left: 20px;
	margin-right: 20px;
}

ul#galleryimages li {
	float: left;
	padding: 2px;
}


.bigtext {
	font-size:18px;
}

.specials {
	font-size: 11px;
	line-height: 160%;
}

table { margin-top: 15px; }

/* BLOG STYLES */

#intro {
    padding:20px 0;
    font-family: trebuchet, arial, sans-serif;
    font-style: italic;
}

.subhead {
    font-family: trebuchet, arial, sans-serif;
    font-size: 11px;
}

.excerpt {
    font-size: 11px;
}

.more {
    font-size: 11px;
    padding-bottom: 15px;
}

.more a { color: #FF5E00; }

#widgets { padding-top: 15px; padding-left: 5px; }
#widgets h2 { color: #FF5E00; }

#widgets ul {
    margin: 10px 0 0 5px;
    padding: 0 0 10px 0;
}
#widgets ul li {
    list-style:none;
    margin: 0;
    font-size: 11px;
    border-bottom: 1px solid #ccc;
}

#widgets a { text-decoration: none; }

.wp-pagenavi {
    text-align: right;
    padding-top: 20px;
    font-size: 10px;
}

#customside {
    margin-top: 15px;
    border-top: 1px solid #ccc;
    padding-top: 6px;
}

/* SOCIALABLE STYLES */

.sociable img { border: 0; }
.sociable ul {
    margin: 0;
    padding: 0;
    margin-top: 10px;
}
.sociable ul li {
    list-style: none;
    display: inline;
}