@import url("levelplay.css");
/*
Theme Name: Susan
Theme URI: http://wordpress.org/
Description: WordPress Resume Theme
Version: 1.0
Author: Susan R Grossman

Tags: green, custom header, variable width, two columns, widgets



*/



/* Begin Typography & Colors */


html {

     overflow: -moz-scrollbars-vertical;

}

::selection {
	background-color: #457615; /* Safari */
	color:#fff;
	}
::-moz-selection {
	background-color: #457615; /* Firefox */
		color:#fff;
}

body    {
	font: 92% verdana, arial, helvetica, sans-serif;
	text-align:center;
	background:#457615 url(images/bgabc.gif) repeat-x;
	color:#333;
	}

	
#container  {
	width:74%;
	text-align:left;
	margin:0 auto;
	height:100%;
	overflow:visible;
		z-index:3;
		position:relative;
		
	}
		
#header  {
	text-align:left;
	background:transparent url(images/srg.gif) no-repeat;
	margin:0 0 0 1em;
	height:148px;
	
	}
			
#decorative   {
	line-height:.5;
	background-color:#e6ddcc;
	color:#333;
	}	
	
.close  {
	line-height:.2em;
	margin:0;
	padding:0;
	font-size:1%;
	}	
	
p   {
	text-align:left;
 	font-size:85%;
	padding:4px;
	line-height:1.5;
	margin:.5em .5em 1em;
	}
	
p  strong {
 	font-size:102%;
	font-weight:bold;
	}
	
.brClear  {
	clear:both;
	}
	
span.byline {
 	font-size:80%;
	float:right;
	padding:.3em;
	}	

a {
	color: #a55b1f;
	padding:10px;
	}
	
#outline  {
	width:98%;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	border-radius: 2em;
	border:4px solid #34a1da;		
	margin:1em 0;
	padding:0;	
	height:100%;
	background-color:#fff;
	color:#333;	
		overflow:visible;
		z-index:5;
		position:relative;


	-moz-box-shadow: .6em .6em .8em #333;
	-webkit-box-shadow: .6em .6em .8em #333;
	box-shadow: .6em .6em .8em #333;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');

  background-image: -moz-linear-gradient(top, #ffffff, #dae8cd); /* FF3.6 */
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ffffff),color-stop(1, #dae8cd)); /* Saf4+, Chrome */
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dae8cd'); /* IE6,IE7 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dae8cd')"; /* IE8 */
}

	
#outline2  {
	width:98%;
	
	margin:0;
	padding:0;	
	background-color:#fff;
	color:#333;	
	}	

	
#rightSide  {
	text-align:center;
	float:right;
	width:72%;
	padding-right:1.6em;
	}
	

		
#footer  {
	clear:both;
	line-height:1.5;
	margin:2em 0 0;
	width:99%;
	text-align:center;
	white-space:nowrap;
	padding:1em 0;	
	}
	
#footer p   {
	text-align:center;
	}

#footer a {
	display:inline;
	color: #457615;
	font-size:85%;
	}

.spacer  {
	height:5em;
	}
	
.spacer1  {
	height:4em;
	}
	
	.spacer2  {
	height:7em;
	}
	
 .leftside  {
	list-style:none;	
	margin: 0;
	padding:0;
	width:24%;
	border-right:3px solid #34a1da;
	}
	

 .tabs {
	list-style:none;	
	margin: 0 .6em 1em .5em;
	padding:0;
	text-align:right;
	}

.tabs li  {
		font-size:86%;
		padding:0 0 .8em .25em;
	}	


.tabs li.liHeading   {
	color:#a55b1f;
	background:#fff;
	font:bold 1.1em/2.5 "Trebuchet MS",Helvetica,Arial,Geneva,sans-serif;
	margin-bottom:.75em;
	}
	
.tabs li.liHeading ul li, .tabs li.categories ul li, .tabs li.categories ul li.cat-items   {
		font-size:80%;
		margin-top:.2em;line-height:.75;
		}
			
		
 .tabs li.selected  {
	font-size:150%;
	font-variant:small-caps;
	}
	
.tabs li a {
	padding:0;
	margin:0;
	color:#a55b1f;
	background:#fff;
	font:bold 1.1em/2.5 "Trebuchet MS",Helvetica,Arial,Geneva,sans-serif;
	letter-spacing:1px;
}

.tabs li a.positions {
	background:#fff;
	font:bold 1.1em/2 "Trebuchet MS",Helvetica,Arial,Geneva,sans-serif;
	letter-spacing:1px;
}

.tabs li.positions {
	line-height:1.2;
}
.tabs li.positions a {
	line-height:1.1;
	text-decoration:underline;
}

.tabs a:hover, .tabs a:focus, .tabs a:active {
	background:#fff;
	color:#457615;
	}
	
	
ul.gallery {
	list-style:none;	
	margin: 0 .6em 1em .5em;
	padding:0;
	text-align:right;
}

ul.gallery li.selected  {
	font-size:150%;
	font-variant:small-caps;
	text-align:right;
	}
	
ul.gallery li {
	font-size:86%;
	padding:0 0 .8em .25em;
}
ul.gallery li a.thumb {
	width: 150px; /*--Width of image--*/
	cursor: pointer;
}
ul.gallery li span { /*--Used to crop image--*/
	width: 150px;
	overflow: hidden;
	display: block;
}
ul.gallery li a.thumb:hover {
	background: #333; /*--Hover effect for browser with js turned off--*/
}
ul.gallery li h2 {
	font-size: 130%;
	font-weight: normal;
	padding: .3em;
	background: #333;
	border-top: 1px solid #666; 
}
ul.gallery li a {text-decoration: none; color: #fff; display: block;}
	
	
h1  {
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
	}
	
h2 {
	padding:.75em .5em .5em;
	color:#457615;
	font-size:135%;
	}
	
		
h3  {
	font-size:80%;
	text-align:center;
	color:#002d62;
	font-weight:bold;
	padding-top:.7em;
	}
	
h3.result	  {
	font-size:110%;
	color:#002d62;
	font-weight:bold;
	padding-top:.7em;
	}
	
.titlePost  {  margin-left:-.2em; letter-spacing:.12em;padding-left:1.6em; font-size:172%;background:transparent url(images/titleBG.png) no-repeat 1% 50%;} 

h2.smaller  { font-size:154%;clear:both;font-family: "bad-dog-1","bad-dog-2",cursive;letter-spacing:.16em; }
.adjust  {  font-size:80%;margin:0 0 .4em 1em;  }
	
p.special {
	padding:1.25em .5em .5em;
	color:#a55b1f;
	background:#fff;
	}	
.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}
	
	.entry { text-align:left; }
	
.subTitle  {font-size:160%; color:#3aa1da ;}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

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

.even, .alt {

	border-left: 1px solid #ddd;
}



small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}



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

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-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: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}


small, .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;
	}

a, h3 a:hover {
	color: #457615;
	}

h2 a:hover {
	color:#a55b1f;
	text-decoration: underline;
	}
	
h2 a {
	color:#457615;
	}	

a:hover {
	color: #457615;
	text-decoration: underline;
	}

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

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

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

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



/* Begin Structure */

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

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

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}
p.postmetadata a {
color:#a55b1f;
}


.post-meta-key   {
	margin: .3em 0px;
} 
.clear {
	clear: both;
}



/* End Structure */







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

/* End Headers */



/* Begin Images */


/*	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;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}
	
img.alignright3 {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	float:right;
	}
.alignright2  { list-style:none;	
	padding:0;
	position:fixed;
	z-index:900;
	background-color:#fff;
	width:16.6%;

	margin:-1em 0 1.5em 0;
	left:0;
	}	
	
	.alignright2 img {

	padding:0; margin:0;

	}	

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* 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-left: 0;
	padding: 0 0 0 1em;
	list-style: none;
	font-size:93%;
	}

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

.entry ul li:before {
	content: "\00BB \0020";
	}

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

.entry ol li {
	margin: 0;
	padding: 0;
	}
	
.entry p { font-weight:bold;  }

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



ol li {
	list-style: decimal outside;
	}


/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: .2em;
	padding: 0;
	display:inline;
	}

.in  {

	display:inline;
	}
#search  {

	display:inline;	padding: 0;	margin-bottom:1.5em!important;
	}


.searchContent  { font-size:90%;margin:.8em;}

.results  {  width:96%; margin:0 auto;padding:0 }
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

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:0;
	}

#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-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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;
}
/* End captions */


dl {
	padding:.5em;
	font-size:95%;
	text-align:left;
	}	
	
dt {
	margin-top:.6em;
	color:#a55b1f;
	background:#fff;
	font-size:120%;
	}

dd {
	margin-top:.2em;
	}		
	
	
td  {
	padding:.5em;
	font-size:85%;
	text-align:left;
	vertical-align:top;	
	}
	
.hidden  {
	display:none;
	}
	
.widen {
	width:27%;
	}
	
	
th   {
	font-size:110%;
	text-align:left;
	font-weight:bold;
	padding:1em 0;
	color:#a55b1f;
	background:#fff;
	}
	
.imageR  {
	float:right;
	margin-right:1.5em;
	padding:1em 0 .5em .5em;
	}
	
	
.imageL  {
	float:left;
	margin-left:1.5em;
	padding:.5em .75em .75em 0;
	}
	
.thumb  {
	padding:.5em;
	}

  
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 1%;
    left: 50%;
    
    margin-left: -275px;
    width: 550px;
    
    background-color: #fff;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #f2eee5; }

* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 1000) + 'px');
}

.gallery, .gallery img  {
	text-align:center;
	margin:0 auto;
	padding:0;

	}
	
.gallery p  {
	padding:.25em;
	font-size:85%;
	text-align:center;
	}

	
.gallery p.close  {
	margin:.25em 0 0;
	padding:0;
	font-size:70%;
	line-height:1.5;
	font-variant:small-caps;
	color:#a55b1f;
	background:#fff;
	}
	
.hide  {
	display:none;
	}
	
.closeUp  { margin:0;padding:.05em .25em; }	

.lineRight   {  text-align:right;  }
	
#footer p span a, #footer p span  { color:#fff; }

#footer p {margin-left:6em; }

.post-meta  {margin-bottom:.8em; }
.post-meta li  {list-style:none;margin:.2em; }

.archive   { margin-bottom:0;text-align:left; }

.imagControl  {  text-align: center;overflow:auto; margin-top:1.6em; }

.textControl a {  margin:0;padding:0;color:#006600 !important;text-decoration:underline; }

.textControl a:hover { color: #457615; }

.imagControl a {  margin:0;padding:0;}

.textControl   {  text-align: center; margin-top:-.2em; }


.smallText  { font-size:78%; }

.more-link   {  width:100%; margin:0;padding:0 0 0 2.5em;background:transparent url(images/moreBG.png) no-repeat; }

p a.more-link:hover  {  color: #457615 !important; }

a.more-link {  color:#a55b1f !important; }
.thisOne   {  width:100%; border-top:1px dashed #34a1da; margin:0;padding:0; }

.moreStyle   {  width:100%; margin:0;padding:0 0 0 1.8em; }

.moreStyle a  {  color:#006600 !important;text-decoration:underline !important; }

.moreStyle a:hover  {  color: #457615; }

.under  { text-decoration:underline; }

.email  { text-decoration:underline;padding:left:3em; }

.highlight {  color:#006600;  }

.wp-caption  {  color:#006600; border:1px solid #006600; }

.wp-caption-text   {  border-top:1px solid #006600;padding:.4em !important; }

acronym    { font-size:100%;}

acronym[title]          {padding-bottom:1px; border-bottom:1px dotted #a55b1f; cursor:help}
acronym[title]:hover,
acronym[title]:focus    {border-bottom:1px dotted blue; background:#eef}

.tooltipParent    {position:relative; outline:0 solid}

.tooltip          {display:none; position:absolute; z-index:999; top:-3.65em; left:12px}
.tooltip .ttbox   {display:block; font-weight:bold; font-size:.7em;color:#a55b1f; background:#fff; border:0.2em solid #457615; padding:10px 15px; white-space:nowrap; border-radius:1em; -moz-border-radius:1em; -webkit-border-radius:1em}
.tooltip .ttarrow {width:0; height:0; overflow:hidden; border-left:0.5em solid transparent; border-right:0.5em solid transparent; border-top:1em solid #457615; border-bottom:0; position:absolute; bottom:-0.95em; left:1em}

.button1 {
	float:right;margin:1.5em 1.5em 0 0; padding:.4em;display: }
div.button11 {
	float:right;margin:1.5em 1.5em 0 0; padding:.4em;display:inline; border:1px solid #457615;cursor:pointer; -moz-box-shadow: .4em .4em .6em #333;
	-webkit-box-shadow: .4em .4em .6em #333;
	box-shadow: .4em .4em .6em #333;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#000000')";



