/* *****************************************************************************************************

Style sheet for designmills.com.  This sheet and its associated sheets are located in /styles. 
Associated stlye sheets must follow the naming convention;  if this file is named foo.css, the content
page style sheet must be named foo-contentpage.css.

>> Page properties

***************************************************************************************************** */
* { padding: 0; margin: 0 }

p {
	margin: 0;
	font-size: 11px;
	color: #111;
	text-decoration: none;
}
a {
	color: #1877ae;
	text-decoration: none;
	border-bottom-width: 1px;
	font-weight: bold;
}
a:hover {
	color: #71c3e3;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	font-weight: bold;
}

h1, h2 {
	clear: left;
	color: #2A642A;
	font-family: Century Gothic, Tahoma, Verdana;
	font-size : 11px;
        padding-top: 10px;
        padding-bottom: 3px;
}

h1 a, h2 a {
	color: #333;
	font-family: Century Gothic, Tahoma, Verdana;
	font-size: 16px;
        padding: 0;
        clear: none;
	line-height: 18px;
}

h1 a:hover, h2 a:hover {
	color: #333;
	font-family: Century Gothic, Tahoma, Verdana;
	font-size: 16px;
        padding: 0;
        clear: none;
	line-height: 18px;
}

h3 {
	clear: left;
	color: #2A642A;
	font-family: Century Gothic, Tahoma, Verdana;
	font-size : 11px;
        padding-top: 10px;
        padding-bottom: 3px;
}

h3 a {
	color: #333;
	font-family: Century Gothic, Tahoma, Verdana;
	font-size: 15px;
        padding: 0;
        clear: none;
}
h5 {
	font-family : Century Gothic, Tahoma, Verdana;
	color: #494949;
	padding: 0;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}
body {
	margin: 10px;
	background: #9DA784;
	padding: 0;
	font-family : Century Gothic, Tahoma, Verdana;
	font-size : 11px;
	color: #494949;
	line-height: 14px;
}



/* ***************************************************************************************************** 
        Header and Navigation
***************************************************************************************************** */


#navigation {
	display: none;
	float: left;
	background: url(../images/default/navigation.gif) no-repeat 0 0;
	width: 600px;
	height: 27px;
	padding: 0;
	margin: 0;
	list-style: none;	
}

#navigation li {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 100px;
}
#navigation li, #navigation a {
	height: 27px;
	display: block;
}
	
#navigation_home {left: 330px; width: 54px; }
#navigation_portfolio {left: 387px; width: 125px; }
#navigation_wiki {left: 522px; width: 71px; }

#navigation a:hover {
	color: #fff;
}

#main {
	float: left;
	background: url(../images/default/new-header.jpg) no-repeat 0 0;
	width: 600px;
	height:  60px;
	padding: 0;
}

#main-bottom{
	display: none;
	float: left;
	background: url(../images/default/header-bottom.gif) no-repeat 0 0;
	width: 600px;
	height: 40px;
}



/* **************************************************************************** 
      This is the main content area of the site
***************************************************************************** */


div#container {
	background: #DAD1B4 url(../images/default/container-background.gif) repeat-y center top;
	border: 0;
	height: 100%;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
}

div#container { 
        width:620px; 
        voice-family: "\"}\""; 
        voice-family:inherit;
        width:600px;
} 


#col1 {
	width: 100%;
	margin: 0;
}



/* **************************************************************************** 
      Footer and extras
***************************************************************************** */


#footer {
	clear: both;
	height: 40px;
	border-top: solid 1px #fff;
	background: #DAD1B4;
	padding: 0;
	padding-top: 5px;
	vertical-align: top;
	text-align: center;
	width: 600px;
	
}

#footer p {
        font-size: 9px;
}

/* EXTRA DIVS for top and bototm */

#top_extra {
	background: #DAD1B4 url(../images/default/top-bar-extra.gif) no-repeat 0 0;
	border: 0;
	height: 7px;
	padding: 0 10px;
	margin: 0 auto;
	
	position: relative;	
        top: 0;
	clear: none;
}

#top_extra { 
        width:620px; 
        voice-family: "\"}\""; 
        voice-family:inherit;
        width:600px;
} 


#bottom_extra {
        top: 0px;
	background: url(../images/default/bottom-bar-extra.gif) no-repeat 0 0;
	border: 0;
	height: 9px;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
}

#bottom_extra { 
        width:620px; 
        voice-family: "\"}\""; 
        voice-family:inherit;
        width:600px;
} 





/* **************************************************************************** 
      Wordpress
***************************************************************************** */

#content {
        width: 465px;
        float: right;
        padding-right: 5px;
        padding-bottom: 10px;
}
#content h2 a {
        color: #444;
}

#content h2 {
	color: #333;
        font-family: Century Gothic, Tahoma, Verdana;
        font-size: 12px;
        padding: 10px 0 5px 0;
        clear: none;
        line-height: 18px;
}

/***** Side Bar *****/

#sidebar {
        padding-left: 5px;
        width: 110px;
        float: left;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 10px;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 5px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 7px;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 2px 0 0;
	padding: 0;
}

#sidebar h2 {
        color: #826b20;
	padding: 0;
	margin: 0;
}

#sidebar a {
        color: #2A642A;
	font-size: 10px;
}

#sidebar img{
        padding: 0;
        padding-left: 2px;
        padding-top: 5px;
}

.sym {
    padding-right: 5px;
}


#feeds a:hover {
	text-decoration: none;
	border-bottom-style: none;
}

#rssText {
    position: relative;
    top: -4px;
}

#rssText {
    font-weight: normal;
}


/* **** posts **** */
.post img {
	border: 0;
}
.entry {
	padding-top: 8px;
}

.entry a:hover {
	border: 0;
}

.postmetadata {
	padding-top: 7px;
	padding-bottom: 15px;
	color: #666;
}


.widecolumn .navigation {
	display: none;
	visibility: none;
}

#text-wrap {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* 8888 COMMENTS 88888 */
.commentlist {
    padding-left: 15px;
    padding-top: 10px;
    line-height: 15px;
}

.commentlist li {
    padding-bottom: 10px;
}

.commentlist cite a {
	color: #2A642A;
}

.commentlist p {
	padding: 5px 0 5px 0;
}

/* FLICKR */
#flickr_badge_source_txt {padding:0; font: 11px Arial, Helvetica, Sans serif; color:#666666;}
#flickr_badge_icon {display:block !important; margin:0 !important; border: 1px solid rgb(0, 0, 0) !important;}
#flickr_icon_td {padding:0 5px 0 0 !important;}
.flickr_badge_image {text-align:center !important;}
.flickr_badge_image img {border: 1px solid black !important;}
#flickr_www {display:block; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#3993ff; border-bottom-style: none;}
#flickr_badge_uber_wrapper { padding-bottom:10px; padding-top:10px;}
#flickr_badge_wrapper {background-color:#ffffff;border: solid 1px #000000}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}
