/*
Theme Name: Dragonfly Networks theme 
Theme URI: http://www.dragonfly-networks.com
Description: A clean, new theme for Dragonfly Networks.
Version: 1.0 
Author: Mark Beihoffer
Author URI: http://mark.beihoffer.com/
*/








/* General styles */
body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#FFFFFF url('images/background.jpg') 0 -100px no-repeat;
	min-width:1024px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size: 62.5%; /* Resets 1em to 10px */
        font-family: 'Century Schoolbook', 'Bookman Old Style', Garamond, Georgia, 'Times New Roman', Serif;
        color: #333;
        text-align: left;
}
/* Header styles */
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
/* 2 column left menu settings */
	.leftmenu {
	}
    .leftmenu .colright {
        float:left;
        width:200%;
		position:relative;
		left:280px;
    }
    .leftmenu .col1wrap {
	    float:right;
	    width:50%;
	    position:relative;
	    right:280px;
	    padding-bottom:1em;
	}
	.leftmenu .col1 {
        margin:0px 15px 0 275px;
	    position:relative;
	    right:100%;
	    overflow:hidden;
		width: 800px;
	}
    .leftmenu .col2 {
        float:left;
        width:256px;
        position:relative;
        right:280px;
    	margin: 128px 0 0 24px;
}


/* holy grail 3 column settings */
.holygrail {
	/* background:#FFFFFF; */   	/* Right column background colour */
}
    .holygrail .colmid {
        float:left;
        width:200%;
        margin-left:-240px; 	/* Width of right column */
        position:relative;
        right:100%;
        /* background:#FFFFFF; */    	/* Centre column background colour */
    }
    .holygrail .colleft {
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:480px;         	/* Left column width + right column width */
        /* background: #FFFFFF;  */  	/* Left column background colour */
 	border-right: dotted 2px #DDDDDD;   

}
    .holygrail .col1wrap {
        float:left;
	    width:50%;
	    position:relative;
	    right:240px;        	/* Width of left column */
	    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
	}
	.holygrail .col1 {
        margin:0 260px;     	/* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
        position:relative;
	    left:200%;
	    overflow:hidden;
	}
    .holygrail .col2 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:210px;        	/* Width of left column content (left column width minus left and right padding) */
        position:relative;
        right:15px;         	/* Width of the left-had side padding on the left column */
    }
    .holygrail .col3 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:210px;        	/* Width of right column content (right column width minus left and right padding) */
        margin-right:45px;  	/* Width of right column right-hand padding + left column left and right padding */
        position:relative;
        left:50%;
    }



/* 3 Column settings */
.threecol {
}
.threecol .colmid {
	right:25%;			/* width of the right column */
}
.threecol .colleft {
	right:50%;			/* width of the middle column */
}
.threecol .col1 {
	width:46%;			/* width of center column content (column width minus padding on either side) */
	left:102%;			/* 100% plus left padding of center column */
	padding: 12em 0 0 0;
}
.threecol .col2 {
	width:21%;			/* Width of left column content (column width minus padding on either side) */
		left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	padding: 13em .5em 0 0;

}
.threecol .col3 {
	width:21%;			/* Width of right column content (column width minus padding on either side) */
	left:85%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */

        padding: 13em 0 0 0;

}
	/* --> */

	/* 3 column blog style settings */
	.blogstyle {
	}
    .blogstyle .colmid {
        float:left;
        width:200%;
        margin-left:-200px; 	/* Width of right column */
        position:relative;
        right:100%;
    }
    .blogstyle .colleft {
        float:left;
        width:100%;
        margin-left:-200px; 	/* Width of centre column */
    }
    .blogstyle .col1wrap {
        float:left;
	    width:50%;
	    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
	}
	.blogstyle .col1 {
        margin:13em 115px 0 355px;	/* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
        position:relative;
	    left:100%;
	    overflow:hidden;
	}
    .blogstyle .col2 {
        float:right;
        width:170px;        	/* Width of left column content (left column width minus left and right padding) */
        position:relative;
        left:185px;         	/* Width of the left-had side padding on the left column */
    	z-index: 100;
	}
    .blogstyle .col3 {
        float:right;
        width:170px;        	/* Width of right column content (right column width minus left and right padding) */
        position:relative;
        left:555px;
    }

    /* 1 column full page settings */
	.fullpage {
	}
	.fullpage .col1 {
        margin:0 15px;
	}


.col1 p {
	font-size: 1.6em;
	line-height: 1.6em;
	font-family: 'Bookman Old Style', Georgia, 'Times New Roman', Serif;
}

.col1 ol {
	font-size: 1.6em;
}

.datetime {
	font-size: 13px;
}

.col1 h2 {
        font-family: Verdana, Helvetica, Arial, sans-serif;
        letter-spacing: 3px;
        text-transform: lowercase;
        font-weight: normal;
        color: #999;
}

.col1 h3, .col1 h3 a, .col1 h3 a:visited {
	font: normal normal 12px 'Palatino Linotype', serif;
	font-size: 2.8em;
	font-weight: normal;
	font-variant: small-caps;
	color: #999999;
	
}

.col1 ul {
	font-size: 1.6em;
        line-height: 1.6em;


}

.col1 ul li {
	list-style: disc;
}

.col1 img {
	margin-top: -12px;
}

.holygrail #col2wrapped {
}

.holygrail .col2 {
	text-align: center;

}


.holygrail .col3 .clientlink {
	float: left;
	clear: left;
}

.holygrail .col2 .clientlink {
	float: left;
	clear: left;
}

#squirrel {
	position: absolute;
        top: 1180px;
        left: 420px;
	width: 220px;
	border-top: solid 1px #999999;
	padding: 8px 0 8px 0;
}

#squirrel p {
	font: normal normal 14px 'Garamond', 'Georgia', 'Times New Roman', serif;
	text-align: justify;
}

#headergraphic {
	display: none;
}

#loringpark {
	float: left;
	margin: 0 8px 8px 0; 
}


#whoweare {
	font: normal normal 16px 'Garamond';
	position: absolute;
	top: 880px;
	left: 32px;
	width: 300px;
}

#markbox {
	width: 270px;
	height: 240px;
	padding: 8px 0 8px 0;
	border-bottom: solid 1px #999999;
}


#aboutmark {
        position: relative;
        width: 270px;
	margin: 0px 0 0 0;
}

#markthumb {
        position: relative;
        float: left;
	margin: 4px 8px 0 0;
}

#nickbox {
        width: 270px;
        border-bottom: solid 1px #999999;
	border-top: solid 1px #999999;
	padding: 8px 0 8px 0;
}



#aboutnick {
	position: relative;
	width: 270px;	
	margin: 0px 0 0 0;
	
}



#nickthumb {
	position: relative; 
	float: right;
	margin: 0;
	padding: 0;
	margin-left: 12px;
	margin-bottom: 8px;
}

#associates {
        font: normal normal 16px 'Garamond';
        position: absolute;
        top: 1470px;
        left: 32px;
        width: 300px;
}


#jennibox {
	width: 270px;
	border-bottom: solid 1px #999999;
	border-top: solid 1px #999999;
	padding: 8px 0;
}

#aboutjenni {
	position: relative;
	width: 270px;
	margin: 0;

}

#jennithumb {
	position: relative;
        float: right;
        margin: 0;
        padding: 0;
        margin-left: 12px;
        margin-bottom: 8px;
}

#recentwork {
	text-align: center;
	position: absolute;
	left: 400px;
	top: 340px;
	width: 220px;
	border: solid 2px #99BB99;
	-moz-border-radius: 12px;
	padding: 0 8px 0 8px;
}

#recentwork h2 {
	font-size: 14px;
	font: italic normal 14px 'Palatino Linotype';
	text-transform: lowercase;
	letter-spacing: 2px;
	color: #447744;
	margin: 0;
	padding: 0;	
}

#recentwork h3 {
	font-size: 18px;
}

#recentwork p {
	font: normal normal 14px 'Garamond', 'Georgia', serif;
}

#recentworkimg {
	border: solid 2px #999999;
}


#portfoliohighlight{
	
}

#fromtheblog {
	position: absolute;
	left: 420px;
	top: 940px;
	width: 600px;
}

#fromtheblog h2 {
	float: left;
	font-size: 12px;
	font-weight: lighter;
}

#fromtheblog h3 {
	float; left;
	clear: left;
	font-size: 16px;
	font-variant: small-caps;
	color: #777777;
	letter-spacing: 4px;
	border-bottom: solid 1px #999999;
}

#fromtheblog p {
	font: normal normal 16px 'Garamond', 'Georgia', serif;
	margin: 8px 0 0 0;	
	text-align: justify;
}

#fromtheblogimg {
	float: left;
	margin: 0 12px 8px 0;
}
#homepagestories {
	display: none;
	border-top: dotted 2px #CCCCCC;
	width: 540px;
	border-left: dotted 2px #CCCCCC;
	float: left;
	clear: both;
	position: relative;
	left: -42px;
	top: 800px;
}

.homepagestory {
	font: normal normal 14px 'Garamond', serif;
	width: 220px;
	float: left;
	margin-left: 8px;
	padding-right: 6px;
	border-right: dotted 2px #CCCCCC;
	height: 240px;
}

.homepagestory h2	{
	height: 54px;
	line-height: 8px;
	width: 234px;
	font: italic normal 24px 'Garamond', serif;
	text-align: center;
	color: #FFFFFF;
	background: #115511;
	margin: 0px 0px 0 -8px;
	padding: 8px 0px 0px 0;
	display: block;
	letter-spacing: 3px;
}

.homepagestory h2 a, .homepagestory h2 a:visited, .homepagestory h2 a:hover {
	color: #FFFFFF;
        display: block;
        height: 54px;
        width: 254px;
	line-height: 20px;
	padding: 8px 0 0 0;
	margin: -8px 0 0 0;
}

.homepagestory h2 a:hover {
	background: #335588;
}

.homepagestoryreadmore {
	float: right;
	font-size: 18px;
	text-decoration: underline;
}

#dragonflygraphic {
        position: absolute;
        top: -32px;
        left: 420px;
        height: 64px;
        width: 64px;
}

#dragonflycircle {
        position: absolute;
        top: 172px;
        left: 128px;
        height: 22px;
        width: 460px;
        border: solid 3px #99CC99;
        border-top: solid 2px #99CC99;
        border-right: none;
        border-bottom: none;
}


#pluribus {
        width: 632px;
        margin: 2px  0 -8px 6px;
        padding: 0 0 2px 0;
        font: bold normal 12px 'Garamond', sans-serif;
        text-transform: uppercase;
        color: #337733;
        letter-spacing: 2px;
        text-align: right;
}
#textad {
        background: #FFFFFF;
        border: double 24px #447744;
        border-right: double 24px #447744;
        width: 460px;
        height: 304px;
        font: normal normal 18px Garamond, Georgia, serif;
        margin: 0 0 0 -128px;
        padding: 8px;
        position: relative;
        top: -142px;
        left: 360px;
        border-left: none;
}

.sparkle {
        font: normal normal 22px Garamond, Georgia, serif;
        color: #AA6666;
}


#title {
        font: normal normal 32px 'Legal Tender', serif;
        line-height: 24px;
        border: double 6px #337733;
        width: 800px;
        height: 72px;
        margin: 5px 0 0 4px;
        border-left: double 6px #558855;
        border-right: double 6px #558855;
        border-bottom: solid 1px #558855;
        padding: 4px 0 4px 4px;
        background: #FFFFFF;
        letter-spacing: 4px;
        text-align: center;
}
#textdn {
        display: none;
}

#midbar {
        font: normal normal 14px 'Garamond', 'Georgia', serif;
        width: 640px;
        height: 38px;
        margin: -34px 0 0 4px;
        position: relative;
        z-index: 10;
}

#sixteen {
        position: relative;
        top: 42px;
        right: 20px;
        float: right;
        clear: right;

}
#minneapolis {
        position: relative;
        float: right;
        clear: right;
        top: 42px;
        right: 20px;
}
#squib {
        display: none;
        font: normal normal 14px 'Verdana', 'Garamond', 'Georgia', serif;
        width: 640px;
        height: 68px;
        margin: -42px 0 0 4px;
        position: relative;
        color: #999999;
}

#squib p {
        position: relative;
        z-index: 11;
}





#focus {
	position: absolute;
	left: 620px;
	top: 128px;
	z-index: 12;
	width: 380px;
	height: 97px;
}


#clients {
	position: absolute;
	left: 680px;
	top: 1360px;
	z-index: 13;
	line-height: 42px;
	white-space: nowrap;
	text-align: right;
	font-size: 10px;
	width: 340px;	
}

#clients .clientlink {
	float: right;
	clear: right;
}

#clients .clientlink a {
	font-size: 12px;
	height: 28px
	padding: 12px 25px 12px 12px;
	letter-spacing: 1px;
}

#clients .clientlink a:hover {
	background: #99CC99;
	height: 28px;
	padding: 12px 0 12px 12px;
}

#minnesotas {
float: right;

}

#wordpress {
	float: right;
	clear: right;
}

#aces {
	float: right;
	clear: right;
}


#amore {
        float: left;
        position: relative;
        top: 32px;
        left: 32px;

}
#sophisticated {
        float: left;
        position: relative;
        top: 42px;
        left: 42px;
        font: bold normal 24px Georgia, serif;
        letter-spacing: 3px;
}
#approach {

        font: bold normal 24px Georgia, serif;
        letter-spacing: 2px;
        float: left;
        position: relative;
        top: 22px;
        left: -42px;
}

#towebdevelopment {
        float: right;
        position: relative;
        top: 42px;
        right: 92px;

}
#dragonfly {
        font: normal normal 64px 'Legal Tender', serif;
        margin: -72px 0 16px -185px;
        padding: 0;
        z-index: 0;
        letter-spacing: 8px;
        line-height: 18px;
        width: 42px;
        text-align: center;
        font-size: 26px;
}



.dra {
}

.gon {
}

.fly {
}

#arr, #gee, #enn, #elle {
        position: relative;
}

#dee, #aye, #owe, #eff, #why {

}


#dee {
        position: relative;
        color: #336633;

}

#arr  {
        position: relative;
        color: #558855;
}

#aye {
        position: relative;
        color: #336633;
}

#gee {
        position: relative;
        color: #336633;
}

#owe {
        position: relative;
        color: #448844;

}

#enn{
        position: relative;
        color: #336633;
}

#eff {

        position: relative;
        color: #336633;
}
#elle {
        position: relative;
        color: #558855;
}


#why {
        position: relative;
        color: #336633;
}


#networks {
        margin: 0;
        padding: 0;
        float: left;
        z-index: 0;
        letter-spacing: 7px;
        color: #EEEEEE;
        position: absolute;
        left: -180px;
        top: 200px;
}

#net {

}

#wor {
}
#ks {
}


#nn {
        position: relative;
        color: #336633;
}
#ne {
        position: relative;
        color: #447744;
}

#nt {
        position: relative;
        color: #558855;
}

#nw {
        position: relative;
        color: #227722;
}

#no {
        position: relative;
        color: #558855;
}

#nr {
        position: relative;
        color: #447744;
}

#nk {
        color: #558855;
}

#ns {
        position: relative;
        color: #447744;
}










.leftmenu .col1 {

}

.leftmenu .col1 h3 {
	font: normal normal 42px Garamond, serif;
	font-variant: small-caps;
	color: #999999;
	letter-spacing: 5px;
}

.leftmenu .col2 {
	text-align: center;

}




#portfolio_navbar {

	background: #FFFFFF;
	padding: 8px;
}

.portnav_element {
	float: left;
	width: 240px;
	
}

#lunalux_mini {
	float: left;
	margin: 12px;
}

#fca_mini {
	float: left;
	margin: 12px;
}

#jack_merlot_mini {
	float: left;
	margin: 12px;
}

#ksd_mini {
	float: left;
	margin: 12px;
}

#lpp_mini {
	float: left;
	margin: 12px;
}



.leftmenu .portfolio {
	border: solid 4px #CCCCCC;
	margin: 12px 12px 12px 12px;
	overflow: hidden;
	background: #FFFFFF;
}

.leftmenu .portfolio img {
	position: relative;
	display: inline;
	left: -8px;
}

.leftmenu .portfolio h2, .leftmenu .portfolio h2 a, .leftmenu .portfolio h2 a:visited {
	font: normal normal 12px 'Palatino Linotype', serif;
	color: #99BB99;
	margin: 0;
	padding: 0;
	font-variant: small-caps;
}

.leftmenu .portfolio p {
	margin: 12px 12px 12px 12px;
	text-align: justify;
	font: normal normal 18px Garamond, serif;
	color: #666666;
}


.blogstyle .col1 img {
	padding: 0;
	margin: 0;
}


.blogstyle .col2 {
	margin: 13em 0 0 0;
	text-align: center;
}

.blogstyle .col2 h2 {
	text-align: center;
	font-family: Georgia, serif;
	letter-spacing: 3px;
	text-transform: lowercase;
	font-weight: bold;
	color: #668866;
	font-size: 13px;
	width: 170px;
	float: left;
	padding: 0;
	margin: 2em 0 .8em 0px;
}


.blogstyle .col2 ul a {
	font-size: 1.2em;
}

.blogstyle .col2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
        font-size: 16px;
}

.blogstyle .col2 ul li a {
	letter-spacing: 1.5px;
	text-transform: lowercase;
	font-family: Georgia, 'Times New Roman', Tahoma, Serif;
	line-height: 24px;
}

.blogstyle .col2 ul li a:visited, .col2 ul li a {
	font-size: 1.2em;
}

.blogstyle .col2 ul ul ul li {
	margin: 0 0 0 1em;
}	

.blogstyle .col2 ul li, .threecol .col2 ul li a, .threecol .col2 ul ul li, .threecol .col2 ul ul li a {
	font-size: 12px;
}


.blogstyle .col2 p {
	text-align: center;
	font-size: 13px;
	color: #335533;
	line-height: 1.5em;
	width: 170px;
}

.blogstyle .col3 p {
	text-align: center;
	
}

.blogstyle .col3 h2 {
	border: none;
	text-align: center;
	margin: 1em 0 1em 0;
}

.blogstyle .col3 a {
	text-align: center;
}

.col2 .widgets {
}



.col3 {
	margin: 2em 0 0 0;
}

.col3 h2, .col2 h2 {
        font-family: Georgia, serif;
        letter-spacing: 3px;
        text-transform: lowercase;
        font-weight: bold;
        color: #668866;
        font-size: 18px;
        width: 170px;
        border-bottom: solid 1px #668866;

}

.col3 h3, .col2 h3 {
	
        font-family: Georgia, serif;
        letter-spacing: 3px;
        text-transform: lowercase;
        font-weight: bold;
        color: #668866;
        font-size: 18px;
        width: 170px;
        border-bottom: solid 1px #668866;




}



.col3 ul {
        list-style: none;
        margin: 0;
        padding: 0;
	text-align: center;
}

.col3 p, .col2 p {
        font-size: 16px;
        color: #335533;
        line-height: 1.8em;
}



#header {
        clear:both;
        float:left;
        width:100%;
	height: 230px;
}



#dnlogopng {
	position: absolute;
	top: 72px;
	left: 0;
}



#headerwrap {
}

#leftcap {
	position: absolute;
	top: 0;
	left: 7.5%;

}
#rightcap {
	position: absolute;
	top: 0;
	left: 90%;
}

#trump {
	position: absolute;
	z-index: 5;
	top: 42px;
	left: 42px;
}

#epluribusunum {
	margin: 8px auto 0 auto;
	position: relative;
	display: block;

}

#dragonflynetworks {
	margin: 0 auto;
	position: relative;
	display: block;
	z-index: 5;
}



#suckerfishnav {
    font-size:18px;
    font-family: Garamond, serif;
	font-variant: small-caps;
 	position: absolute;
	z-index: 99;   
	top: -4px;
	left: 0px;
	float: left;
	clear: left;
}
#suckerfishnav, #suckerfishnav ul {
    float:left;
    list-style:none;
    line-height:30px;
    padding:0;
    	border-bottom: 2px dotted #DDDDDD;
	margin: 0px 0 4px 0;
	background: #FFFFFF;
}
#suckerfishnav a {
    display:block;
    text-decoration:none;
    padding:0px 25px;
	letter-spacing: 2px;   
	margin: 0;
	color: #668866;
        border-right: 2px dotted #CCCCCC;
	text-transform: lowercase;
}
#suckerfishnav li {
    float:left;
    padding:0;
    }
#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:251px;
    font-weight:normal;
    margin:0;
    line-height:1;
    border:0;
    border-top:1px solid #666666;
    }
#suckerfishnav li li {
    width:250px;
    border-bottom:1px solid #666666;
    border-left:1px solid #666666;
    border-right:1px solid #666666;
	font-size: 18px;
    font-family:Garamond, Georgia, 'Times New Roman', serif;
    }
#suckerfishnav li li a {
    padding:3px 10px;
    width:230px;
	font-variant: small-caps;
    font-size:14px;
    color:#111111;
 	border-right: none;   
}
#suckerfishnav li ul ul {
    margin:-20px 0 0 130px;
    	padding: 0;
	}
#suckerfishnav li li:hover {
    background:#DDDDDD;
    }
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
    color:#333333;
    }
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
    color:#333333;
    }
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
    color:#333333;
    }
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
    }
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
    left:auto;
 	background: #EEEEEE;   
}
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
    background:#DDEEDD;
   	color: #225522; 
}




/* Begin Typography & Colors */


a, a:visited, a:hover {
	color: #999933;
	text-decoration: none;
}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.alt {

	border-left: 1px solid #ddd;
}

.even {
	float: left;
}

.odd {
	float: left;
}


h1 {
	font-size: 32px;
	font-weight: normal;
	letter-spacing: .25em;	
	margin: 0px 0 0 0px;
	font-family: Georgia, 'Lucida Sans', Garamond, Verdana, Sans-Serif;
	color: #AAAAAA;
	position: absolute;
	top: 94px;
	right: 14px;
	z-index: 6;
	text-transform: lowercase;
	font-variant: small-caps;
	line-height: .6em;
	padding: 0 0 0 .5em;
	float: right;
}


#headerimg {

}

#headerimg .description {

}

.cards_foreground1 {
	font-size: 70px;
	color: #668866;
	position: absolute;
	z-index: 5;
	letter-spacing: 64px;
	top: 22px;
	left: 12px;	
	padding: 0;
	margin: 0;
}


.cards_background1 {
        font-size: 70px;
        color: #AAAAAA;
        position: absolute;
        z-index: 2;
        letter-spacing: 64px;
        top: 23px;
        left: 13px;
        padding: 0;
        margin: 0;
}

.cards_foreground2 {
        font-size: 45px;
        color: #99bb99;
        position: absolute;
        z-index: 3;
        letter-spacing: 79px;
        top: 74px;
        left: 31px;
        padding: 0 0 0 1em;
        margin: 0;
        width: 11em;
}


.cards_background2 {
        font-size: 45px;
        color: #BBDDAA;
        position: absolute;
        z-index: 4;
        letter-spacing: 78px;
        top: 100px;
        left: 22px;
        padding: 0 0 0 0;
        margin: 0;
        width: 11em;
}


.cards_foreground3 {
        font-size: 45px;
        color: #CCDDBB;
        position: absolute;
        z-index: 3;
        letter-spacing: 79px;
        top: 134px;
        left: 31px;
        padding: 0 0 0 1em;
        margin: 0;
        width: 11em;
}


.cards_background3 {
        font-size: 45px;
        color: #DDEEDD;
        position: absolute;
        z-index: 2;
        letter-spacing: 78px;
        top: 160px;
        left: 22px;
        padding: 0 0 0 0;
        margin: 0;
        width: 11em;
}


.divider {
        font-size: 240px;
        text-align: left;
        letter-spacing: -18px;
        font-style: italic;
        font-weight: lighter;
        font-family: Georgia, 'Times New Roman', Serif;
        margin: 0 0 1em 0;
        color: #DDDDDD;
        position: absolute;
        top: -75px;
	left: -26px;
	width: 3em;
	        z-index: 2;
        text-transform: lowercase;
}

.divider2 {
        font-size: 200px;
        text-align: left;
        letter-spacing: 2px;
        font-style: italic;
        font-weight: lighter;
        font-family: Georgia, 'Times New Roman', Serif;
        margin: 0 0 1em 0;
        color: #EEEEEE;
        position: absolute;
        top: 7px;
        left: -12px;
        z-index: 1;
        text-transform: lowercase;
}

.divider3 {
        font-size: 240px;
        text-align: left;
        letter-spacing: -18px;
        font-style: italic;
        font-weight: lighter;
        font-family: Georgia, 'Times New Roman', Serif;
        margin: 0 0 1em 0;
        color: #DDDDDD;
        position: absolute;
        top: -13px;
        left: -24px;
                z-index: 0;
        text-transform: lowercase;
}




#dotted_border {
	margin: -80px 0 0 0;
	padding: 0;	
        border-bottom: dotted 6px #DEDEDE;
	height: 76px;
}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: Garamond, Georgia, 'Times New Roman', Serif; 
	font-size: 1.2em;
	}

h3 {
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	}

h1 a, h1 a:visited {
	color: #774444;
}

h1 a:hover {
	color: #774444;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

address {
	font-size: 1.6em;
}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Garamond, Georgia, 'Times New Roman', Serif; 
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Garamond, Georgia, 'Times New Roman', Serif; 
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em Garamond, Georgia, 'Times New Roman', Serif; 
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Garamond, Georgia, 'Times New Roman', Serif; 
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0px 0 20px 0;
	padding: 0;
	}




.content {
	background: #FFFFFF;
	width: 92%;
	margin: 0px 4% 0 4%;
	font-family: 'Times New Roman', Times, 'Bookman Old Style', Tahoma, Verdana, Helvetica, San-Serif;
	padding: 0;	
}

.content p {
	font-family: 'Times New Roman', Times, 'Bookman Old Style', Tahoma, Verdana, Helvetica, San-Serif;
	color: #113311;
	line-height: 1.6em;
}


#homepage .content {
	width: 1024px;
	margin: 0;
	
}

#homepagemain {
	width: 256px;
	position: absolute;
	top: 300px;
	left: 42px;
}


#homepagemain p {
	font: normal normal 16px 'Palatino Linotype', 'Garamond', serif;
	line-height: 24px;
	text-align: justify;
}

#homepagemain p a {
	font-size: 22px;
}


#homepagemain .introtextheavy {
	font: normal bold 14px 'Arial', Verdana, sans-serif;
	       line-height: 24px;

}

#homepagecustom .introtextheavy {
	font: normal bold 14px 'Arial', Verdana, sans-serif;
	line-height: 24px;
}



#homepagecustom {
	width: 256px;
	
	position: absolute;
	top: 300px;
	left: 760px;
}
#homepagecustom p {
	font: normal normal 16px 'Palatino Linotype', 'Garamond', serif;
	text-align: justify;
	line-height: 24px;
}


.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#homepagefooter {
	position: absolute;
	width: 1024px;
	float: left;
	border-top: dotted 2px #CCCCCC;
	padding: 0;
	margin: 0 0 0 0;
	clear: both;
	top: 1860px;
}

#homepagefooter p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}

#footer {
        clear:both;
        float:left;
        width:100%;
	border-top:1px solid #000;
}
#footer p {
        padding:10px;
        margin:0;
	text-align: center;
}

.pleft {
	width: 18em;
	float: left;

}


/* End Structure */



/*	Begin Headers */

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 0px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	
	margin: 24px 0 12px 0;
}

img.alignright {
	padding: 32px;
	margin: 0 0 2px 7px;
	display: inline;
	float: right;
	clear: both;
	}

img.alignleft {
	padding: 32px;
	margin: 0 12px 12px 0;
	display: inline;
	float: left;
	clear: both;
	}

.alignleft {
	float: left;
	margin: 32px 12px 12px 0;
	clear: both;
}

.alignright {
	float: right;
	margin: 32px 0 12px 12px;
	clear: both; 
}

/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin: 0 0px 0 1em;
	padding: 0 0 0 1em;
	list-style: disc;
	text-indent: 1em;
	color: #113311;
}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

/* .entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}
*/

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	
}

.entry ol p {
	font-size: .8em;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

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

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

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

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

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

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

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
	}

select {
	width: 130px;
	}

#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;
	}
/* End Form Elements */



/* Begin Comments*/
.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;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin: 24px auto;
}

.wp-caption {
	text-align: center;
}

.wp-caption img {
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 4px 4px 5px;
	margin: 0;
}
/* End captions */


