@import "menu.css";

* {
	margin: 0;
	color:#ddd;
	font-family:'Arial', 'Helvetica', 'Sans-Serif';
}
html, body {
	height: 100%;
	background-color:black;
}

img{
	border:0px;
}

a:link {color: #e0b300; text-decoration: bold;}
a:visited {color: #0c5c89; text-decoration: bold;}
a:active {text-decoration: none;}
a:hover {color: #dbc87e; text-decoration: none;}


#container{
	/*width:1224px;*/
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/*margin: -29px auto -125px; /* the bottom margin is the negative value of the footer's height */	
	/*background:url(../images/mainbackground.png);*/
	
	margin-left: auto;
	margin-right: auto;
	/*border: thin solid #2a2a2a;*/

}

#contentwrap{
	margin: 0 auto;
	width:900px;
	height:100%;
	background:url(../images/mainbackground.png);
}

.header{
	display:block;
	margin: 0;
	background:url(../images/ewdlogo.png);
	width:900px;
	height:270px;	
}

#maincontent{
	width:900px;
	background-color:#0a0a0a;
	padding-bottom:10px;
	/*border: 1px solid #303030;*/
}

#headercontainer{
	width:96%;
}

.colheader{
	padding: 10px 0px;
}

#textbody{
	display: inline-block;
	width:96%;
	margin: 0px 2%;
	background-color:#000000;
	padding-bottom:10px;
	/*border: 1px solid #303030;*/
}

#vvbnb{
	width:254px;
	height:128px;
	background-image: url(../images/portfolio/viavenetobnbfp.png);
}
#vvbnb:hover, #vvbnb.hover{
	background-image: url(../images/portfolio/crophover.png);
}

.col{
	float:left;
	display: inline-block;
	text-align:justify;
	
	width:31%;
	padding: 20px 0px 0px 2%;
	
	line-height:16pt;
	font-size:10pt;
	
	color:#ddd;
}

.bicol{
	float:left;
	display: inline-block;
	
	width:62%;
	padding: 20px 10px;
	
	line-height:16pt;
	font-size:10pt;
	
	color:#ddd;
}

.rightfloatcol{
	width: 40%;
	padding: 20px 25px;	
	float:right;
	text-align:right;
}

#twitterBox{
	display: inline-block;
	
	border-bottom: 1px dashed #36363d;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size:10px;
	line-height:10pt;	
	color:white;

	float:right;
}

.logoStyle{
	float:right;
}

ul.tweet_list{
	list-style-type:none;
	margin-left:-40px;
	margin-top:10px;
	display: inline-block;	
	text-align:left;
	
}

ul *{
	margin-left:0px;
}

#flickr{
	position:relative;	
	height:auto;
}

.flickrlogo{
	position:relative;
	text-align:right;
}

#gallery-flickr{
	position:relative;
	float:right;
	padding: 0px 0px 10px 0px;
}
.gallery{
	position:relative;	
}

img.flickrPhotos{
	border: 1px solid #2a2a2a;
	position:relative;
	margin: 5px 8px 0px 0px;

}

img.flickrPhotos:hover{
	border: 1px solid #FFFFFF;
}

.portfoliohighlight{
	color:#e0b300;
}

#footer{
	color:white;
	line-height:16pt;
	font-size:10pt;
	
	margin: 20px 2%;
}