/*  
Theme Name: byjamin 2009
Theme URI: http://www.byjamin.com
Description: it better be fierce
Author: Jamin
Author URI:http://www.byjamin.com
Version: 1
Tags: black, blue, three-columns, two-columns, threaded-comments, fixed-width, theme-options, right-sidebar
.
Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
.
*/

html {
	height: 100%;

	overflow:auto;
}
body{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000;
	margin: 0px;
	padding: 0px;
	/**/
	height:100%;
	width: 100%;
	position:relative;
	z-index:0;
	background-color: #FFF;
	background-image: url(images/colorstreak.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
#global{
	height:100%;
	width: 100%;
}
.htmlpadding{
padding: 10px;	
}

a{
	color: #666;
	text-decoration: none;	
}
a:hover{
	color: #000;
}

.cardMargin{
	margin: 5px;
	/*border: thin solid #036;*/
}


.content{
height: 100px;
/*border: thin solid #765;*/
}


/*-------Projects -----*/
.projectTitle{
	color: #000;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
	padding-top:5px;
	font-size:11px;
}
.projectBlock {
	padding:10px;
	width: 176px;
	height: 244px;
	float: left;
	background-image: url(images/projectBlock.png);
	background-repeat: no-repeat;
	background-position: top left;
	/*border: thin solid #C00;*/
}
.projectThumb img{
	margin-top: -8px;
	margin-left: -5px;
	border:none;
}
.projectcontent{
	height: 86px;
	width: 155px;
	overflow:hidden;
	/*border: thin solid #765;*/
}
.hiddenimages{
	display: none;
}

/*-------BLOG -----*/
.topTitle{
	padding-top: 0px;
	height: 25px;
	width: 155px;
	/*border: thin solid #FF9;*/
}
.dividerLine{
	height: 8px;
	width: 150px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.topTitle a{
	color: #000;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
}

.topTitle a:hover{
	color: #666;
	
}
.blogBlock {
	padding:10px;
	width: 176px;
	height: 244px;
	float: left;
	background-image: url(images/contentBlock.png);
	background-repeat: no-repeat;
	background-position: top left;
	/*border: thin solid #C00;*/
}
.blueBlock {
	padding:10px;
	width: 176px;
	height: 244px;
	float: left;
	background-image: url(images/contentBlock-blue.png);
	background-repeat: no-repeat;
	background-position: left top;	/*border: thin solid #C00;*/
}
.blogContent{
	height:175px;
	width: 155px;
	overflow:hidden;
}
.blogContent img{
	display: none;  /*---- hide the images in body of content ------*/	
}


/*------ CLIENT LIST -----*/
.clientlistBlock{
	padding:10px;
	width: 176px;
	height: 244px;
	float: left;
	background-image: url(images/clientlistBlock.png);
	background-repeat: no-repeat;
	background-position: left top;
		text-align: center;	
}
.clientlistBlock a{

	color: #FFF;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
}
.clientlistThumb img{
	padding-top:70px;
	margin-left: -13px;
	border-style: none;	
}
/*-----------*/

.tags{
	display:none;
	font-family: Helvetica, Arial, sans-serif;
	color: #666;
	font-size:9px;
	font-style: italic;
	text-transform: lowercase;
}
.tags a{
	color: #903;
}
.more{
	float:right;
	background-image: url(images/morearrow.png);
	background-repeat: no-repeat;
	width: 12px;
	height: 12px;
	padding-left:5px;
	padding-top: 4px;
}
/*----------------*/
.footer{
	 display: none;
}
.sidebar{
	display:none;
}
/*========*/
.nextPrevious{
	padding-right: 30px;
	padding-top: 70px;
	width: 125px;
	height: 157px;
	float: left;
	background-image: url(images/nextprevious.png);
	background-repeat: no-repeat;
	background-position: 0px 55px;
	text-align: center;
	padding-bottom: 10px;
	padding-left: 10px;
}
.nextPrevious img{
	border: none;
	
}
.next{
	
	height: 150px;
	width: 35px;
	background-image: url(images/next.png);
	float: right;
	background-repeat: no-repeat;
	background-position: 0px 25px;
}

.previous{
	
	height: 150px;
	width: 35px;
	background-image: url(images/previous.png);	
	float: left;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: 15px 25px;
}
/*=========== SINGLE POST DETAIL=============*/
.centerShell{
	width: 100%;
	text-align: center;
}
.singleFrame{
	width: 498px;
	
}
.centerPage{
	background-color: #FFF;
	text-align: left;
	padding: 10px;
}
.post-titulo{
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;	
}
.postentry img{
	display:block;
	border: none;
}
.shadingTop{
	width:498px;
	height:6px;
	background-image: url(images/shadingTop.png);
	background-repeat: no-repeat;
}
.shadingBottom{
	width:498px;
	height:12px;
	background-image: url(images/shadingBottom.png);
	background-repeat: no-repeat;
	}
.shadingLeft{
	width:10px;
	height: 100%;
	background-image: url(images/shadingLeft.png);
	background-repeat: repeat-y;
	}
.shadingRight{
	width:10px;
	height: 100%;
	background-image: url(images/shadingRight.png);
	background-repeat: repeat-y;
	}
	
.projecturl a{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #000;
}

<!--------------- Flash Html option ------------->
.topoptions{
	width: 100%;
	height: 35px;
}

.topoptionone{
	width: 50%;
	float: left;
	text-align: center;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 16px;
	background-repeat: repeat-x;
	background-position: bottom;
	
	background-color: #FFF;
}
.topoptionone a{
	display:block;
	width:100%;
	background-color: #FFF;
	color: #000;
}

.topoptionone a:hover{
	background-color: #F09;
	color: #FFF;
	text-decoration: none;
}



.topoptiontwo{
	width: 50%;
	float: left;
	text-align: center;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 16px;
	background-color: #FFF;
}
.topoptiontwo a{
	display:block;
	width:100%;
	background-color: #FFF;
	color: #000;
}
.topoptiontwo a:hover{
	background-color: #666;
	color: #FFF;
}

