body {
	background-color: #DAEEEF;
	/* cool colors: EFECCA, 00C2E3, #DDEEFB;*/
	margin: 0;
	padding: 0;
    font-family: Arial, sans-serif;
    font-size: small;
    }
    
/* Elements for Splash Page */
p{
	padding-top:5px;
}
#splash {
		background-color: #fff;
		width: 100%;
		margin: 0;
		padding: 40px 0;
		}
		
#splashlogo {
		float: left;
		width: 308px;
		}
		
#splashdesc {
		float: left;
		width: 408px;
		padding: 10px;
		margin: 14px 0 0 10px;
		font-size: 110%;
		color: #7995AB;
		font-weight: bold;
		line-height: 180%;
		}
		
#signup {
		float: right;
		background-color: #7995AB;
		font-size: 110%;
		color: #fff;
		margin-right: 20px;
		padding: 6px 10px;
		font-weight: bold;
		}
		
#signup a {
		color: #fff;
		text-decoration: none;
		}
		
h1.splashlogoimg {
		float: left;
		background: #fff url(http://www.pixeltalent.com/clients/intuu/images/splash_logo.gif) top left repeat-x;
		width: 0;
		margin: 0;
		padding: 0;
		padding-left: 310px;
		height: 114px;
		overflow: hidden;
		}
		
h1.intuutab {
		float: left;
		background: #fff;
		padding: 10px;
		margin: 0 0 0 110px;
		font-size: 110%;
		color: #4f677a;
		border-bottom: #7995ab solid 2px;
		}

#loginbox {
		width: 100%;
		background-color: #807F7F;
		border-bottom: #575756 solid 2px;
		font-size: 85%;
		text-align: right;
		}
		
.userlog {
		border: #fff solid 1px;
		color: #807F7f;
		}
		
.userlogbtn {
		float: right;
		margin: 0;
		background-color: #dad9d8;
		border: #dad9d8 solid 1px;
		color: #575756;
		font-weight: bold;
		}
		
.pad {
		width: 748px !important;
		padding: 6px;
		margin: 0 auto;
		}
		
.pad2 {
		width: 748px !important;
		padding: 20px 6px;
		margin: 0 auto;
		}
		
/* Elements for home.php */
    
#header {
		float: left;
		width: 100%;
		margin: 0;
		padding: 0;
		background-color: #fff;
		border-bottom: #fff solid 3px;
		}

.inner {
		width: 760px; /* Width of page can be adjusted by this class */
		margin: 0 auto;
		}

h1.logo {
		float: left;
		margin: 0;
		padding: 0;
		width: 168px;
		height: 86px;
		background: #f0f0f0 url(/img/main_logo.png) top left no-repeat;
		overflow: hidden;
		}
		
h1.logo a {
		float: left;
		width: 0;
		height: 86px;
		padding-left: 169px;
		overflow: hidden;
		}
	
#nav {
		float: left;
		}	
		
#nav ul {
		margin: 46px 0 0 0;
		padding: 0;
		list-style: none;
		list-style-type: none;
		}

#nav ul li {
		float: left;
		background-color: #64b9ed;
		color: #fff;
		font-weight: bold;
		margin-left: 6px;
		border-bottom: #fff solid 1px;
		}
		
#nav ul li a {
		float: left;
		padding: 5px 10px;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		}
		
#nav ul li.rspace a {
		/*was orginally 290px*/
		width: 284px;
		color: #64b9ed;
		}
		
#subheader {
		width: 760px;
		margin: 0 auto;
		padding: 0 10px;
		background-color: #807f7f;
		}

#subtab {
		margin-top: 6px;
		float: left;
		padding: 9px;
		background-color: #fff;
		color: #40464a;
		font-weight: bold;
		}

/* Gary I removed 'inner' class from the #main div on the site because I would like to have the lateral padding for the main content area added in the final opened div in the header.php file which is #main. I couldn't keep the inner class here because changing the padding affected the part of the header that uses the inner class as well. */
		
#main {
		width:732px;
		margin:0 auto;
		background-color: #fff;
		padding:10px 24px 30px;
		font:normal 11px/19px 'Trebuchet MS',Arial,Helvetica,sans-serif;
		border-bottom: #40464a solid 2px;
		}
		
#subnav {
		float: left;
		}
		
#subnav ul {
		margin: 12px 0 0 0;
		padding: 0;
		list-style: none;
		list-style-type: none;
		}
		
#subnav ul li {
		float: left;
		background-color: #575756;
		color: #fff;
		font-weight: bold;
		margin-left: 6px;
		}
		
#subnav ul li a {
		float: left;
		padding: 5px 10px;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		font-size: 80%;
		}
		
#subsearch {
		margin-top: 6px;
		float: right;
		}

.subsearchbox {
		border: none;
		border: #fff solid 1px;
		font-size: 10px;
		line-height:15px;
		margin: 4px 0 4px 0;
		padding:3px;
		height:14px;
		float:left;
		width:120px;
		}

		
/* Gary I commented out this float right because it was causing an issue in firefox that I didn't know how to fix that doubled the height of the subnav bar. I commented it just as a temporary solution 'till you had a chance to work your css wizardry on it.  */
.subsearchbtn {
		/*float: right;*/
		margin: 4px 0 0 2px;
		background-color: none;
		border: none;
		color: #fff;
		font-weight: bold;
		font-size:12px;
		padding:2px 5px;
		line-height:12px;
		height:20px;
		}
.subsearchimgbtn{
		margin: 4px 0 0 2px;
		height:22px;
}
		
#columnleft {
		float: left;
		width: 300px;
		margin-top: 6px;
		font-size:small;
		}
/*
#columnleft h2 {
		margin: 0 0 6px 0;
		float: left;
		background-color: #65b9e9;
		padding: 6px;
		font-size: 110%;
		color: #fff;
		font-family: Arial,sans-serif;
		font-weight: bold;
		}*/

#columnleft h2 {
		margin: 0 0 6px 0;
		float: left;
		padding: 0 0 0 6px;
		font-size: 24px;
		color: #666;
		font-family: Arial,sans-serif;
		font-weight: normal;
		}

#columnleft h3 {
		margin: 6px 0 0 0;
		border-bottom: #c1c1c1 solid 2px;
		float: left;
		background-color: #dad9d8;
		font-size: 85%;
		color: #fff;
		font-weight: normal;
		}
		
#columnleft h3 a {
		display: block;
		padding: 6px;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		text-shadow: #c1c1c1 0 1px 0;
		}
		
span.iblock {
		float: left;
		background-color: #85C329;
		padding: 6px;
		margin: 6px 6px 6px 0;
		border-bottom: #6a9c20 solid 2px;
		color: #fff;
		font-size: 85%;
		font-weight: bold;
		text-shadow: #6a9c20 0 1px 0;
		}
		
#columnright {
		float:left;
		width: 325px;
		padding-top: 6px;
		font-size:small;
		margin:0 0 0 100px;
		}
		
/*#columnright h2 {
		margin: 0 0 6px 0;
		float: left;
		background-color: #65b9e9;
		padding: 6px;
		font-size: 110%;
		color: #fff;
		font-weight: bold;
		}
*/
#columnright h2 {
		margin: 0 0 6px 0;
		float: left;
		padding: 0 0 0 6px;
		font-size: 24px;
		color: #666;
		font-family: Arial,sans-serif;
		font-weight: normal;
		}
		
		
#columnright h3 {
		margin: 0px 6px 6px 6px;
		float: left;
		background-color: #dad9d8;
		font-size: 110%;
		color: #fff;
		font-weight: normal;
		}
		
#columnright h3 a {
		display: block;
		padding: 6px;
		color: #fff;
		font-weight: normal;
		text-decoration: none;
		}
		
ul.check {
		list-style: none;
		list-style-type: none;
		margin: 0;
		padding: 10px;
		}
		
ul.check li {
		color: #575756;
		background: #fff url(/img/icon_info.png) top left no-repeat;
		margin: 0 0 4px 0;
		padding-left: 20px;
		}
		
ul.ex li a {
		color: #65b9e9;
		font-weight: bold;
		}
		
ul.ex {
		list-style: none;
		list-style-type: none;
		margin: 0;
		padding: 10px;
		}
		
ul.ex li {
		color: #575756;
		background: #fff url(/img/tag.gif) no-repeat 0 3px;
		margin: 0 0 10px 0;
		padding-left: 20px;
		}
		
ul.check li a {
		color: #65b9e9;
		font-weight: bold;
		}
		
.date {
		color: #cfcfcf;
		font-size: 85%;
		display:block;
		}
		
.quote {
		display: block;
		margin: 0;
		padding: 10px;
		font-size: 85%;
		}
		
#footer {
		float: left;
		width: 100%;
		}
		
.footer_inner {
		border-top: #545b60 solid 8px;
		width: 740px; /* Width of page can be adjusted by this class */
		padding: 10px 20px;
		margin: 0 auto;
		text-align: center;
		font-size: 85%;
		color: #545b60;
		}
		
.footer_inner2 {
		width: 740px; /* Width of page can be adjusted by this class */
		padding: 10px 20px;
		margin: 0 auto;
		text-align: center;
		font-size: 85%;
		color: #b4dff7;
		}
		
form {
		margin: 0;
		}
		
img, img a {
    border: 0;
    }

/* Remove the dotted line outline from all Mozilla browsers */

* {
  outline: none;
    }
		
/* The below class allows a div to be cleared without using dummy tags */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear:both;
    visibility: hidden;
    }
    
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


/* Gary here is the code I used to allow for different button arrangements in the header.*/

#navlistcarrier{
		margin: 46px 0 0 10px;	
		background-color: #64b9ed;
		width: 580px;
		height: 25px;
}
.navlist{
}
.navlist a{
		margin: 0 0 0 0px;
		float: left;
		background-color: #64b9ed;
		color: #fff;
		font-weight: bold;
		padding: 5px 10px;
		height: 15px;
		text-decoration: none;
		line-height:15px;
}
.navwhite{
		float: left;
		height: 25px;
		width: 6px;
		background-color: #fff;
}

/* BEGINNING OF CSS FROM ALL.CSS */



img{
border:none;
}
p{
	margin-top:8px;
}
a{
	text-decoration:none;
	color:#09a9e2;
}
a:hover{
	text-decoration:underline;
}
ul, p,
h1,h2,h3,h4{
	margin:0;
	padding:0;
}
h1{
	font:bold 50px 'Trebuchet MS',Arial,Helvetica,sans-serif;
	color:#68cef6;
	padding:0 0 4px;
}
h2{
	font:normal 18px arial; 
	color:#a9acae;
}
h3{
	font:17px/25px 'Trebuchet MS',Arial,Helvetica,sans-serif;
	color:#838487;
/*	padding:8px 0 5px;*/

}
h4{
	font:14px/21px 'Trebuchet MS',Arial,Helvetica,sans-serif;
	color:#838487;
	padding:8px 0 5px;
}
#carrier{
	width:760px;
	margin:0 auto;
	color:#464648;
	background:#fff;
	border-right:1px solid #eef9fe;
	border-left:1px solid #eef9fe;
}

/*	CONTENT-carrier	*/
#carrier div.content-carrier{
	padding:0 24px 30px;
	font:normal 11px/19px 'Trebuchet MS',Arial,Helvetica,sans-serif;
}
div.empty{
	height:0;
	clear:both;
	font-size:0;
	line-height:0;
}
/*	sidebar	*/
#sidebar{
	width:194px;
	float:left;
}
#sidebar div.block-top,
#sidebar div.block-bottom{
	width:194px;
	height:0px;
	background:none;
	font-size:0;
}
#sidebar div.block-bottom{
	background:none;
	font-size:0;
}
#sidebar div.block{
	background:none;
	text-align:center;
	padding:12px 0 0;
}
#sidebar div.item{
	border-bottom:1px solid #ade1f7;
	text-align:left;
	padding:0 0 0 2px;
	width:190px;

}
#sidebar div.item a,
#sidebar div.item a:visited{
	color:#09a9e2;
	text-decoration:none;
}
#sidebar div.block img{
margin:0 0 5px 0;
}
#sidebar div.block2-top{
	width:161px;
	height:6px;
	background:url(../img/top-block2.gif) no-repeat 0 0;
	margin:5px auto 0;
	font-size:0;
}
#sidebar div.block2{
	width:161px;
	background:url(../img/bg-block2.gif) repeat-y;
	margin:0 auto;
}
#sidebar div.block2 a{
	font:12px/19px 'Trebuchet MS',Arial,Helvetica,sans-serif;
	color:#09a9e2;
	margin:0px 7px;
}
#sidebar div.block2 a img{
	border:none;
	margin:0px 2px 0 0;
	position:relative;
	top:2px;
}
#sidebar div.block2-bottom{
	width:161px;
	height:6px;
	background:url(../img/bottom-block2.gif) no-repeat 0 0;
	margin:0 auto;
	padding:0 0 12px;
	font-size:0;
}
#sidebar div.block3a-top,
#sidebar div.block3b-top{
	width:185px;
	height:19px;
	background:#666;
	margin:20px 0 0;
	color:#fff;
	font:12px arial;
	padding:2px 0 0 9px;
}
#sidebar div.block3b-top{
	background:#26B9E6;
}
#sidebar div.block3{
	width:170px;
	background:url(../img/bg-block3.gif) repeat-y;
	font:11px/19px 'Trebuchet MS',Arial,Helvetica,sans-serif;
	padding:10px 12px 5px;
}
/*this is a nick entry*/
#sidebar div.block3 h3{
	font:17px/25px 'Trebuchet MS',Arial,Helvetica,sans-serif;
	color:#838487;
	padding:8px 0 0px;
}
#sidebar div.block3-bottom{
	width:194px;
	height:9px;
	background:url(../img/bottom-block3.gif) no-repeat 0 0;
	font-size:0;
}
#sidebar div.center{
	width:194px;
	text-align:center;
	padding:0 0 6px;
}
#sidebar div.center a{
	font:17px/25px 'Trebuchet MS',Arial,Helvetica,sans-serif;
	color:#2bace3;
}
#sidebar div.block3 span{
	color:#1aa1db;
}
#sidebar div.block3 em{
	font:normal 11px/19px 'Trebuchet MS',Arial,Helvetica,sans-serif;
	color:#818184;
}
#sidebar div.block3 span.right{
	padding:0 0 0 50px;
}
#sidebar div.friends{
	padding-bottom:4px;
}
#sidebar div.friends p{
	float:right;
	color:#23b1e7;
	
}
#sidebar div.friendBox{
	width:100%;	
	margin:5px 0 0;
}

#sidebar div.frLink{
	float:right;
	margin:0 ;
	width:110px;
	color:#23b1e7;
	padding:0;
}
#sidebar div.frImg{
	display:inline;
	float:left;
	margin:0;
	padding:0;
}
* html #sidebar div.friends a{margin-bottom:-10px;}
*+html #sidebar div.friends a{margin-bottom:-10px;}
/*	content	*/
.content{
	width:490px;
	padding:0 0 0 28px;
	float:left;
}
div.devider1{
	height:1px;
	background:url(../img/devider1.gif) repeat-x;
	clear:both;
	font-size:0;
}
div.left{
	width:490px;
	float:left;
	padding:8px 10px 0 0;
}
div.left p{
	font:11px/19px 'Trebuchet MS',Arial,Helvetica,sans-serif;
	padding:6px 0 0;
}
div.leftlist{
	float:left;
	width:490px;
	padding:8px 0;
}
div.leftlist ul{
	list-style:none;
	padding:8px 0 0;
}
div.leftlist ul li{
	list-style:none;
	padding:0 0 5px 14px;
	margin:0 0 3px 0;
	background:url(../img/marker.gif) no-repeat 0 4px;
	font:11px/13px 'Trebuchet MS',Arial,Helvetica,sans-serif;
}
* html .leftlist ul li{background:url(../img/marker.gif) no-repeat 0 2px;}
*+html .leftlist ul li{background:url(../img/marker.gif) no-repeat 0 2px;}
/*	block 4 - news	*/
a.see{
	font:13px/13px arial;
	color:#0cb3dd;
	float:right;
	display:inline;
	position:relative;
	top:-18px;
}
* html .see{margin:0 0 -18px;top:-15px;}
*+html .see{margin:0 0 -18px;top:-15px;}
div.block4-top{
	width:491px;
	height:21px;
	background:url(../img/top-block4.gif) repeat-x;
	margin:3px 0 0;
}
div.block4{
	width:455px;
	background:url(../img/bg-block4.gif) repeat-y;
	padding:0 18px;
}
div.block4-bottom{
	background:url(../img/bottom-block4.gif) no-repeat 0 0;
	width:491px;
	height:9px;
	margin:0 0 9px;
	font-size:0;
}
div.news{
	padding:13px 0 10px 0;
}
div.news span{
	width:84px;
	float:left;
	font:14px/20px 'Trebuchet MS',Arial,Helvetica,sans-serif;
}
div.news span a{
	font:11px/19px 'Trebuchet MS',Arial,Helvetica,sans-serif;
	color:#1aa1db;
	padding:0 0 0 1px;
}
div.news p{
	font:11px/19px 'Trebuchet MS',Arial,Helvetica,sans-serif;
}
div.news-right{
	font:11px/19px 'Trebuchet MS',Arial,Helvetica,sans-serif;
	float:right;
	width:370px;
}
div.news-clear{
	clear:both;
	display:block;
}
/*	block 5 - comments	*/
div.block5-top{
	width:491px;
	height:0px;
	margin:3px 0 0;
}
div.block5{
	width:491px;
	padding:0px;
}
div.block5-bottom{
	width:491px;
	height:0px;
}
div.comm{
	padding:5px 0 0;
}
div.imgbox{
	display:block;
	float:left;
	width:60px;
}
div.rightbox{
	width:430px;
	float:right;
}
div.topline{
	height:20px;
	border-bottom:1px solid #ade1f7;
}
div.topline span{
	font:11px/14px 'Trebuchet MS',Arial,Helvetica,sans-serif;
	float:right;
	padding:2px 12px 0 0;
}
div.commbody{
	width:380px;
	font:12px/20px 'Trebuchet MS',Arial,Helvetica,sans-serif;
	float:left;
	padding:8px 0 0 20px;
}
div.comm a{
	font:12px/19px 'Trebuchet MS',Arial,Helvetica,sans-serif;
	color:#23b1e7;
	float:left;
	padding:2px 0 0;
}
div.comm span{
	font:11px/14px 'Trebuchet MS',Arial,Helvetica,sans-serif;
	float:right;
	padding:2px 12px 0 0;
}
#inboxnav{
	width:100px;
	display:inline;
	float:left;
}
#inbox {
	width:600px;
	float:right;
	display:inline;
}
.message{
	width:600px;
	position:relative;
	float:left;
}
.frombox{
	width:100px;
	display:inline;
	float:left;
}
.messagebox{
	width:300px;
	display:inline;
	float:left;
}
.datebox{
	width:100px;
	display:inline;
	float:left;
}
.actionbox{
	width:50px;
	display:inline;
	float:left;
	padding:0 5px;
}

#intcombox{
	width:480px;
	height:63px;
	background: #E4F5FD;
	padding: 12px 0 0 12px;
	margin:8px 0;
}

#intcombox textarea{
	width:350px;
	height:48px;
	border:1px solid #ccc;
	overflow:auto;
}

#intcombox input{
	width:94px;
	height:22px;
	color: #fff;
	background: #4BC8EF;
	border: none;
	display:inline;
	margin:0 0 2px 7px;
}

#intcombox form{
	margin:0;
}

#newsbox{
	width:490px;
	margin:0;
	padding:0;
	clear:both;
	}

#newsbox div.newsitem{
	width:330px;
	overflow:auto;
	display:inline;
	float:left;
	color:#9B9DA0;
	padding:4px 10px 4px 0;
}

#newsbox div.links{
	width:100px;
	height:22px;
	display:inline;
	float:left;
	padding:4px 0;

}

#newsbox div.newsdate{
	width:38px;
	display:inline;
	float:right;
	padding:4px 0;

}
#newsbox div.line{
	width:100%;
	border: solid 1px;
	clear:both;
}
#newsheading{
	font:17px/25px 'Trebuchet MS',Arial,Helvetica,sans-serif;
	color:#838487;
	display:inline;
	float:left;

}
#newsheadingseeall{
	font:13px/13px arial;
	color:#0cb3dd;
	float:right;
	display:inline;
	position:relative;
}
div.friendbox{
	width:100px;
	/*height:150px;*/
	float:left;
	display:inline;
	text-align:center;
	margin:0 10px;
}
div.friendimg{
	height:90px;
}

div.leftbox{
	width:330px;
	display:inline;
	float:left;
	padding:0 20px 0 0;
}

div.halfbox{
	width:290px;
	display:inline;
	float:left;
	padding:0 0px 0 0px;
}

div.homebox{
	width:260px;
	display:inline;
	float:left;
	margin:0 0 0 100px;
}

div.homehead{
	font:17px/25px 'Trebuchet MS',Arial,Helvetica,sans-serif;
	color:#838487;
	padding:8px 0 5px;
	margin:0 0 0 0px;
	display:inline;
	float:left;
}
div.floatright{
	font:13px/22px 'Trebuchet MS',Arial,Helvetica,sans-serif;
	padding:8px 8px 5px;
	display:inline;
	float:right;
}
#createaccountright{
	width:470px;
	float:right;
	display:inline;
}
#createaccountleft{
	width:200px;
	float:left;
	display:inline;
	padding:0 30px 0 0;
}
input.standard{
	border:solid 1px #a9acae;
	width:200px;
}
input.border{
	border:solid 1px #a9acae;
}
input.select{
	border:solid 1px #a9acae;
}
select.createacc{
	border:solid 1px #a9acae;
	width:300px;
}

/* EDITINT.PHP STYLES */
.headerfloat{
	display:inline;
	float:left;
	}
.editlink{
	float:right; 
	display:inline; 
	font-size:13px;
	}
.editint{
	width:700px;
	clear:both;
	padding:10px 0;
}
.lefter{
	width:200px;
	display:inline;
	float:left;
}

.righter{
	width:500px;
	display:inline;
	float:left;
}
.edithead{
	font:17px/25px 'Trebuchet MS',Arial,Helvetica,sans-serif;
	color:#838487;
}
input.heading{
	border: solid 1px #999;
	/*border-top:none;
	border-right:none;
	border-left:none;
	border-bottom: dashed 1px;*/
	font:bold 22px/26px "Trebuchet MS", verdana, arial, helvetica, sans-serif ; 
	color: #666;
	width: 400px;
	background:url(../img/pencil.gif) no-repeat 375px 2px;
}

input.title{
	border: solid 1px #999;
	/*border-top:none;
	border-right:none;
	border-left:none;
	border-bottom: dashed 1px;*/
	font:bold 35px 'Trebuchet MS',Arial,Helvetica,sans-serif;
	background:url(../img/pencil.gif) no-repeat 375px 15px;
	color:#68cef6;
	width: 400px;
}

textarea.editint{
width: 390px;
	border: solid 1px #999;
	height: 150px;
	font: normal 12px/14px "Trebuchet MS", verdana, arial, helvetica, sans-serif ; 
	color: #666;
	padding: 5px;
	margin: 5px 0 0;
}
input.factlist{
	width: 400px;
	border: solid 1px #999;
	margin:5px 0 0;
}
form{
	margin:0;
	}

.messagediv{
	width:470px;
	clear:both;
	padding: 5px 0 3px 0;
	border-bottom:1px solid #ADE1F5;
}
.mes-left{
	font-size:17px;
	width:100px;
	float:left;
	display:inline;
	padding:0;
	color:#838487;
	overflow:hidden;
}	
.mes-left span{
	display:block;
	font-size:10px;
	float: left;
	margin:0 0 0 25px;
}
.mes-teaser{
	color: #BEC0C2;
	padding: 0 0 0 10px;
	width:100px;
	float: left;
	display:inline;
	font-size:13px;
	font: "Comic Sans MS",arial,helvetica,sans-serif;
}
.mes-date{
	color: #cfcfcf;
	width:75px;
	float: left;
	display:inline;
	font-size:13px;
	font: "Comic Sans MS",arial,helvetica,sans-serif;
	text-align:right;
}
.mes-actions{
	width:60px;
	float: left;
	display:inline;
	font-size:12px;
	font: "Comic Sans MS",arial,helvetica,sans-serif;
	text-align:right;
}
.centered{	
	text-align:center;
}

#rightholder{
	width:470px;
	float:right;
	display:inline;
	padding:10px 0 0 0;
}
#leftholder{
	width:200px;
	float:left;
	display:inline;
	padding:10px 30px 0 0;
}

/* MANAGEPHOTOS.PHP STYLES*/

.imageholder{
	width:100%;
	margin:10px 0;

}
.imagelinks{
	width:200px;
	font-size:11px;
	float:left;
	padding:0 0 0 10px;
/*	text-align:right;*/
}
.links{
	display:block;
/*	border-bottom:1px solid;*/
}
.manageimage{
	float:left;
}

.graybutton{
	font-size:11px;
   font-family:Verdana,sans-serif;
   font-weight:bold;
   color:#888888;
   background-color:#EEEEEE;
   border-style:solid;
   border-color:#BBBBBB;
   border-width:1px;
   padding:0 15px;
  }

 /* VIEWPHOTO.PHP STYLES */

#photoleft{
	padding:10px 20px 0 0;
	width:480px;
	float:left;
}
#photoright{
	padding:10px 0 0;
	width:200px;
	float:left;
	}
	
.phocomment{
	padding:10px 5px;
	border-bottom:1px solid #ccc;
}

.headinger{
	font:bold 30px 'Trebuchet MS',Arial,Helvetica,sans-serif;
	color:#9D9D9D;
	}

div.dotvider{
	height:1px;
	border-bottom:1px dotted #64B9ED;
	clear:both;
	font-size:0;
	line-height:0;
}
.jocomment{
	padding:10px 5px;
	border-bottom:1px solid #ccc;
}


/* PAGINATION LINK STYLES */
.prevRes{
font-size:16px;
float:left;
display:inline;
}

.nextRes{
font-size:16px;
float:right;
display:inline;
}
/* JOURNAL.PHP STYLES */
.jopost{
	padding:0px 0 20px;
	border-bottom: 1px solid #46C7F2;
	font:bold 15px 'Trebuchet MS',Arial,Helvetica,sans-serif;
	color:#9D9D9D;
	margin:0 0 20px;
}
.joBody{
	width:370px;
	font:15px 'Trebuchet MS',Arial,Helvetica,sans-serif;
	color:#9D9D9D;
	float:left;
}
.joControls{
	float:left;
	display:inline;
	width:125px;
	font-size:11px;
	padding:0 0 0 15px;
	line-height:2;
}
.joControls a{
	font-weight:normal;

	}
.joControls span{
	color:#C2C2C2;
	font-size:13px;
	line-height:1;
	}


div.proImgBox{
	width:210px;
	/*height:150px;*/
	float:left;
	display:inline;
	text-align:center;
	margin:0 14px;
}
div.proImg{
	
}

.searchHolder{
	clear:both;
	width:500px;
	margin:10px 0;
	}

.searchImg{
	float:left;
	width:86px;
	}

.searchBox{
	color:#B6B8BA;
	font-size:11px;
	font-weight:bold;
	width:175px;
	float:left;
	display:inline;
	padding:5px 0 0 15px;
	}
.searchUsername{
	
	font-size:22px;
	padding:5px 0 0 20px;
	}
.searchInt{
	font-weight:normal;
	font-size:11px;
	padding:0 0 0 20px;
	}
.bigtext{
	font-size:25px;
	font-weight:bold;
	color:#8d8d8d;
	line-height:25px;
	}
.readLeft{
	width:100px;
	float:left;
	display:inline;
	clear:both;
	text-align:right;
	font-size:25px;
	font-weight:bold;
	color:#888985;
	line-height:25px;
	padding:0 0 15px 0;
}
.readRight{
	width:350px;
	float:left;
	display:inline;
	font-weight:bold;
	font-size:22px;
	color:#BBBBB4;
	padding:4px 0 15px 12px;
	}

.bluetext{
	font:bold 30px 'Trebuchet MS',Arial,Helvetica,sans-serif;
	color:#68cef6;
	padding:0 0 4px;
}

/*::-moz-selection{
background: #68cef6;
color: #fff;
} 

::selection {
background: #68cef6;
color: #fff;
} */