@charset "UTF-8";

/*
-----------------------------------------------
SOO CSS -- www.strengthofone.com --
----------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background: #000 url('../images/soo_green_bar.jpg') repeat-x;
}

html>body { font-size: small; } /* be nice to Opera */

/* Links
----------------------------------------------- */
a img { border-style: none; }

a:active {
	text-decoration: none;	
}
a:hover {
	color:#99cc00
	text-decoration: underline;	
}
a:visited {
	text-decoration: underline;	
}


.cv {
	color:#99cc00;
	font-weight:bold;
	padding:10px 0 10px 0;
	text-decoration: none;	
}
a.cv:active {
	color:#99cc00;
	text-decoration: none;	
}
a.cv:hover {
	color:#FFFFFF;
	text-decoration: underline;	
}
a.cv:visited {
	text-decoration: underline;	
}

/* Paragraph Headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal; 
}

h1 { 
	font-size: 100%; 
	text-align: left; 
	color: #fff; 
}

p { 
	margin:0.375em 0; 
}

/* Layout Rules
----------------------------------------------- */
#wrap {
	width: 1000px;
	padding-top: 0px;
	margin: 0 20px;
}

#header {
	text-align: left;
	margin:20px 0 0 20px;
}
#header a {
	width:310px;
	height:60px;
}
#header h1 {
    text-indent: -9999px;
	margin:0;
	padding:0;
}

#content, #sidebar, #design, #music #blog {
	float: left;
	text-align: left;
}
#content {
	width: 600px;
	margin-right: 15px;
	overflow:auto;
	height:267px;
	border: solid 1px #151515;
}
#design {
	width: 600px;
	margin-right: 15px;
	overflow:auto;
	height:309px;
	border: solid 1px #151515;
}
#music {
	width: 600px;
	margin-right: 15px;
	overflow:auto;
	height:400px;
	border: solid 1px #151515;
}
#blog {
	width: 600px;
	margin-right: 15px;
	border: solid 1px #151515;
}
#sidebar {
	width: 240px;
	margin-top: 0;
}
#home_box {
	width: 240px;
	margin: 15px 15px 0 0;
	float: left;
}
#home_grid {
	width: 600px;
	margin-top: 0;
	min-height:1452px;
	background:transparent url('../images/green_trail.jpg') top left;
}
#body_grid {
	width: 600px;
	margin-top: 0;
}
#work_sample {
	width: 855px;
	margin: 0 0 15px 0;
}
.SpryHiddenRegion {
   visibility: hidden;
}

#home_grid h1 {
	font-size:3em;
	font-family: Arial, Helvetica, sans-serif;
	color: #151515;
	font-weight:900;
	text-decoration:none;	
}

#home_grid h1 a {
	color: #151515;
	font-weight:900;
	text-decoration:none;	
}

#home_grid h1 a:hover {
	color: #99CC00;
}
.green {
	color: #99CC00;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#flash_alternative {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:16px;
	font-size:12px;
	color:#333333;
}
#flash_alternative a {
	text-decoration: none;
	color:#999999;
}
#flash_alternative a:hover {
	text-decoration: underline;
	color:#99CC00;
}

/* MENU
----------------------------------------------- */

#menuwrap {
    background: #000000;
    padding: 0;
    margin: 14px 0 0 0;
    width: 100%;
    height: 14px;
	border-bottom: solid 1px #222222;
	font-size:x-small;
	font-weight:bold;
}

#menu {
	height: 14px;
	margin:1px 0 0 0;
	padding:0 0 0 20px;
	width: 600px;
}
    
#menu li { 
	display: inline;
	list-style-type: none;
	padding:0 20px 0 0;
	margin:0;
}

#menu li a { 
	color:#333333;
	text-decoration:none;
}

#menu li a:hover {
	color:#99CC00;
}

#menu li a.activated {
	color:#99CC00;
}

.nodisp { display: none; }

.thumb {
	border:#FFFFFF solid 8px;
}
.contact_label {
	font-size:9px;
	text-transform:uppercase;
}

/* Form Elements
----------------------------------------------- */
label, select { 
	font-size: 85%;
	font-family: Arial, sans-serif;
}
select {
	color: #B1B1BC;
	background-color:  #131313;
	border: 1px solid #b1b1bc;
}

/* Table Rules
----------------------------------------------- */
td.rank { }

#clients { 
	border-collapse:collapse;
	empty-cells:show;
	width:100%;
	margin: 0;
	border: solid 1px #151515;
}
#clients caption {
	color: #fff;
	text-transform:uppercase;
	text-align: left;
	background-color: #000000;
	padding: 0.375em;
	border-top: solid 1px #336600;
	border-bottom: solid 1px #336600;
	font-size:x-small;
}
#clients th {
	padding: 6px 0.25em;
	color: #EAEAEA;	
	font-weight: bold;
	margin: 0;
	cursor: pointer;
	font-size:x-small;
}

#clients th.infocus {
	background-color: #E6E6E6; 
}
#clients th.selected {	
	color: #EAEAEA; 
}

#clients td { 
	margin: 0; 
	padding: 0.25em 0.375em 0.45em 0.375em;
	text-align: left;
	font-size:x-small;
}
#clients tr {
	border-bottom: solid 1px #202020;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#clients tr.infocus {
	background-color:#dfdfdf;
	cursor: pointer;
}

#clients tr.notinfocus {	
	background-color:#fff; 
}
#clients tr.selected { 
	color:#99cc00; 
}
#clients tbody { 
	margin-top: 0;
}
.even { 
	background-color: #151515; 
}

.rowHover {
	color: #000;
	background-color: #777;
	cursor: pointer;
}

.rowSelected { color: #99cc00; }


/* iFrame Stuff
----------------------------------------------- */
iframe { 
	border: none; 
	background: #3a3a3a; 
	width: 100%; height: 365px;
	border-top: solid 1px #404040;
	border-left: solid 1px #404040;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #404040;
  }

/* Utility IDs, classes, and HTML selectors
----------------------------------------------- */
#boxshot {
	background-color: #000000;
	border: solid 1px #151515;
	text-align: left;
	padding:10px;
	margin:10px 0 0 0;
 }
.clear {
	visibility: hidden;
	display: block;
	clear: both;
	height: 0px;
	margin: 0 0 40px 0;
	padding: 0;
}
.ClearAll {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}


.sample {
	background: #eee;
	padding: 20px;
	border: 2px solid #666;
	margin-top: 20px;
	overflow: scroll;
}

/* Accordion Classes
----------------------------------------------- */
.Accordion {
	border-left: solid 1px #151515;
	border-right: solid 1px #151515;
	border-bottom: solid 1px #151515;
	overflow: hidden;
}
.AccordionPanelTab {
	color: #fff;
	font-weight: bold;
	border-top: solid 1px #151515;
	border-bottom: solid 1px #151515;
	font-size: x-small;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	/*	background: #080808 url('../images/bg_grad_gray1.gif') repeat-x; */
}
.AccordionPanelTab h3 {
	margin: 0;
	padding: 6px 0.25em;
	color: #fff;
	font-weight: bold;
	font-size: x-small;
	/*	background: url('../images/blt_panel_exp.gif') no-repeat left 50%; */
} 
.AccordionPanelContent {
	overflow: auto;
	height: 240px;
	font-size: x-small;
	line-height: 140%;
}
.AccordionPanelContent ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.AccordionPanelContent ul li {
	padding: 0 0 10px 0;
}
.AccordionPanelContent ul li a {
	color: #999;
	text-decoration: none;	
}
.AccordionPanelContent ul li a:hover {
	color:#99cc00;
	text-decoration: underline;	
}
.AccordionPanelContent ul li a:visited {
	color: #999;
	text-decoration: none;	
}
.AccordionPanelContent a {
	color: #999;
	text-decoration: none;	
}
.AccordionPanelContent a:hover {
	color:#99cc00;
	text-decoration: underline;	
}
.AccordionPanelContent a:visited {
	color: #999;
	text-decoration: none;	
}

.AccordionPanelTabHover { 
	color: #99cc00;
}
.AccordionPanelClosed .AccordionPanelTab h3 { 
	/*background: url('../images/blt_panel_clps.gif') no-repeat left 50%;*/ 
}
.AccordionPanelContent div { 
	margin: 5px 8px; 
}
.HomePanelContent div { 
	margin: 5px; 
}
.HomePanelContent {
	overflow: auto;
	height: 200px;
	font-size: x-small;
	line-height: 140%;
}


/* SLIMBOX 
----------------------------------------------- */


#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
