
/*below: the very general layout*/

body {
    margin: 0;
    padding: 0;
    text-align: center; /*IE centering*/
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #545454;
    background: #fff url('./layout/bkgd.jpg') no-repeat;
    background-position: center top;
}
table {
    border-collapse: collapse;
}
img {
    border: none;
}
a {
    color: #333;
    text-decoration: none;
}
a:hover {
    color: #007eff;
}

.blueSC {
    font-size: 1.1em;
    color: #007eff;
    font-variant: small-caps;
}




/*below : the lightbox elements layout*/

.lightboxOverlay {
    z-index:50;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#000;
    opacity:0;
    filter:alpha(opacity=0); /*IE*/
    cursor:pointer;
}
.lightboxContainer {
    z-index:51;
    position:absolute;
    left:-9999em;
    background:#eee url('./layout/loading.gif') 50% 50% no-repeat;
    border: solid 1px #eee;
    opacity:0;
    filter:alpha(opacity=0); /*IE*/
    /*cursor:pointer;*/
}
.lightboxClose {
    z-index:52;
    position:absolute;
    left:-9999em;
    padding:5px 10px 5px 10px;
    background:#eee;
    color:#007eff;
    font-size:13px;
    font-weight:bold;
    opacity:0;
    filter:alpha(opacity=0); /*IE*/
    border-top:solid 2px #007eff;
    cursor:pointer;
}




/*below : the meta div layout*/

#meta {
    display:hidden;
    visibility:hidden;
    position:absolute;
    top:0;
    left:0;
}




/*below : the container div layout*/

#container {
    margin: 0 auto; /*FF & co centering*/
    padding: 0;
    width: 980px;
    text-align: left;
    background: transparent;
}




/*below: the header div layout*/

#header {
	padding: 0px 15px; 
	width:970px;
    background: transparent;
}
img#smallabOrg {
     margin-top: 100px;
}




/*below: the content div layout*/

#content {
	margin-top: 60px;
	padding: 0px 15px; 
	width:970px;
    background: transparent;
}

.orderbyMenu {
	margin-bottom: 15px;
    padding-right: 30px;
    width: 940px;
    text-align: right;
    color: #007eff;
    font-size: 16px;
}
.orderbyItem {
    margin: 0px 10px;
}

#featured {
	float: left;
	clear: both;
	margin-bottom: 20px;
    background: transparent;
}
#featured .item {
	/*float: left;
	clear: none;*/
	margin-bottom: 10px;
    padding: 0;
    width: 270px;
    cursor: pointer;
	background: #000;
	-moz-box-shadow: 0px 3px 10px #888;
	-webkit-box-shadow: 0px 3px 10px #888;
	box-shadow: 0px 3px 10px #888;
	/*IE*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#888888', Direction=90, Strength=4);
	zoom: 1;
}
#featured_2, #featured_4 {
	margin-right: 35px;
	margin-left: 35px;
}
#featured span.date {
	font-size: 13px;
	font-variant: small-caps;
	font-weight: bold;
	/*color: #007eff;*/
}

.main {
	float: left;
	clear: none;
	margin-right: 20px;
	padding: 0;
    width: 170px;
    min-height: 202px;
}
.main .item {
	/*float: left;
	clear: none;*/
	margin-bottom: 10px;
	padding: 0;
    width: 160px;
    cursor: pointer;
	background: #fff;
	-moz-box-shadow: 0px 3px 10px #888;
	-webkit-box-shadow: 0px 3px 10px #888;
	box-shadow: 0px 3px 10px #888;
	/*IE*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#888888', Direction=90, Strength=4);
	zoom: 1;
    /*border: 1px dotted fuchsia;*/
}
.main .item img {
	margin-bottom: 8px;
}
.main .projectItem {
	background: #000;
}
.main .itemMeta {
	margin-bottom: 25px;
	padding-left: 9px;
	padding-right: 70px;
	height:15px;
}
.main span.date {
	font-size: 13px;
	font-variant: small-caps;
	font-weight: bold;
	/*color: #007eff;*/
}


#widgets {
	float: left;
	clear: none;
	margin-left: 10px;
    padding-right: 40px;
    width: 159px;
}
.can {
    margin-top: 15px;
}
#whatisthisCan {
    margin-top: 34px;
}
#whatisthisCan {
    border: none;
    background: transparent;
}
#whatisthisCan, #contactCan {
    margin-bottom: 40px;
}
#twitterWidget {
	margin-bottom: 10px;
	padding: 15px 7px 15px 15px;
	line-height: 1.5em;
	text-transform: lowercase;
	font-size: 12px;
	font-variant: small-caps;
	background: #fff;
	-moz-box-shadow: 0px 3px 10px #888;
	-webkit-box-shadow: 0px 3px 10px #888;
	box-shadow: 0px 3px 10px #888;
	/*IE*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#888888', Direction=90, Strength=4);
	zoom: 1;
}
#twitterWidget p.date {
	padding-top: 10px;
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
#photoWidget {
    padding: 9px 0px 8px 0px;
    width: 150px;
    background: #000;
}
#videoWidget {
    padding: 11px 10px 11px 0px;
    width: 150px;
    background: #000;
}
#cmbySP {
	margin: 10px 0px 0px 0px;
}




/*below: the media wrapper div layout*/
#mediaWrapper {
	float:left; clear:none; margin:10px 0px 0px 0px; padding:0px 25px 25px 25px; width:680px; background:#fff;
	-moz-box-shadow: 0px 3px 10px #888;
	-webkit-box-shadow: 0px 3px 10px #888;
	box-shadow: 0px 3px 10px #888;
	/*IE*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#888888', Direction=90, Strength=4);
	zoom: 1;
}




/*below: the footer div layout*/

#footer {
	float: left;
	clear: none;
	position: relative;
    margin-top: 45px;
    padding-bottom: 30px;
    width: 980px;
    text-align: center;
    line-height: 1.6em;
    font-size: 13px;
    background: transparent;
    color: #7e7e7e;
}




/*below: the document onload status*/

/*.headerMenu, #content, #footer {
    opacity: 0;
    filter: alpha(opacity=0); /*IE*/
}*/

.item, #cmbySP {
    opacity: 1;
    filter: alpha(opacity=100); /*IE*/
}

