body, textarea{
	font-family:verdana, arial, times;
	font-size:14px;
	padding:0;
	margin:0;
	background-color:#fff;
}
textarea{
	resize: none;
}
textarea, input{
	outline: none;
}
img{border:0;}
a{outline:none;color:#5599a4;}
pre{
	margin:0 0 0 0;
	padding:0 0 0 0;
}
h2{
	color:#59a455;
	font-weight:bolder;
	font-size:24px;
	margin: 10px 0 10px 10px;
}
h3{
	color:#A46A3B;
	font-weight:bolder;
	font-size:20px;
	margin:20px 0 0 0;
}
h4{
	color:#5599a4;
	font-weight:bolder;
	font-size:17px;
	margin:20px 0 0 0;
	padding-top:20px;
}
label{font-weight:bolder;cursor:pointer;}
#container{
	width:960px;
	margin:auto;
}
#head{
	background-image:url('http://beta.phpsnips.com/images/head.jpg');
	background-repeat:repeat-x;
	height:159px;
	width:100%;
}
	.sort{
		margin:0 0 0 5px;
		color:#FFF;
		float:left;
		width:135px;
	}
	.sortMethods{
		margin:0 0 0 10px;
		color:#FFF;
		float:left;
	}
	.sortMethods a{color:#FFF;}
	.search{
		float:right;
		margin:-20px 8px 0 0;
	}
	.q{
		padding:5px;
		font-style:italic;
		color:grey;
		border:solid 2px #1e5d66;
		width: 180px;
		margin-top: 8px;
	}
	.logo{
		margin:50px 0 0 10px;
		float:left;
		width:100%;
	}
	
	.t{
		padding:5px;
		border:solid 2px #1e5d66;
	}
	.post{
		width:97%;
	}
#locations{
	background-color:#27555d;
	height:20px;
	width:100%;
	padding:15px 0 5px 0;
}
	.places{
		margin:0 12px 0 10px;
		color:#FFF;
	}
#userNav{
	background-color:#27555d;
	padding:5px 5px 10px 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
.welcome{
	color:#59a455;
	font-weight:bolder;
	font-size:24px;
	margin: 10px 0 10px 10px;
}
#content{
	width:660px;
	float:left;
	margin-right:20px;
}
#right{
	width:250px;
	float:left;
	margin:0 0 0 10px;
}
#rightSnip{
	width:250px;
	float:left;
	margin:0 0 0 10px;
}
#right .content{
	border:solid 1px #dfdfdf;
	width:100%;
	padding:10px;
	margin-bottom:10px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-box-shadow: 0 0 10px #ddd;
	-webkit-box-shadow: 0 0 10px #ddd;
	box-shadow: 0 0 10px #ddd;
}
#rightSnip .content{
	border:solid 1px #dfdfdf;
	width:100%;
	padding:10px;
	margin-bottom:10px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-box-shadow: 0 0 10px #ddd;
	-webkit-box-shadow: 0 0 10px #ddd;
	box-shadow: 0 0 10px #ddd;
}
.profileSec{	
	border:solid 1px #dfdfdf;
	width:100%;
	padding:10px;
	margin:0 0 10px 0;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-box-shadow: 0 0 10px #ddd;
	-webkit-box-shadow: 0 0 10px #ddd;
	box-shadow: 0 0 10px #ddd;
}
.desc{
	width:100%;
	padding:10px;
	border:solid 1px #dfdfdf;
	margin:0 0 10px 0;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-box-shadow: 0 0 10px #ddd;
	-webkit-box-shadow: 0 0 10px #ddd;
	box-shadow: 0 0 10px #ddd;
}
.oddSnip{
	min-height:150px;
	width:100%;
	padding:10px;
	background-image:url('http://beta.phpsnips.com/images/snBG.jpg');
	background-color:#e8e8e8;
	background-repeat:repeat-x;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border:solid 1px #dfdfdf;
	-moz-box-shadow: 0 0 10px #ddd;
	-webkit-box-shadow: 0 0 10px #ddd;
	box-shadow: 0 0 10px #ddd;
}
.evenSnip{
	min-height:150px;
	width:100%;
	padding:10px;
}
#snipContainer{
	width:100%;
	padding:10px;
	border:solid 1px #dfdfdf;
	float:left;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-box-shadow: 0 0 10px #ddd;
	-webkit-box-shadow: 0 0 10px #ddd;
	box-shadow: 0 0 10px #ddd;
}

.param{
	border:solid 1px #acacac;
	margin:0 0 5px 0;
	padding:5px;
}
.paramName{
	color:#59a455;
	font-weight:bold;
}
.paramInfo{
	padding:0 0 0 40px;
}

.code{
	width:600px;
	float:left;
	font:12px 'courier new';
	line-height:15px;
	padding:0 0 0 5px;
	overflow:auto;
	white-space: nowrap;
}
.lineNumbers{
	float:left;
	line-height:15px;
	font:12px 'courier new';
	float:left;
	width:40px;
	background-color:#dedede;
	border-right:solid 1px #acacac;
}
.simpleTools{
	margin:5px 0 0 0;
	float:left;
	text-align:center;
	width:100%;
}
.tab{
	margin-left:40px;
}
.commentName{
	float:left;
	margin-left:20px;
	padding:5px;
	border-top:solid 1px #000;
	border-left:solid 1px #000;
	border-right:solid 1px #000;
	position:relative;
	z-index:2;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}
#comment, .tarea{
	width:99%;
	max-width:99%;
	height:150px;
	border:solid 2px #1e5d66;
	padding:3px;
	font-family:verdana, arial, times;
	font-size:12px;
}
#thumbUp, #thumbDown{
	background-image: url('/images/thumbs.png');
	background-repeat: no-repeat;
	background-position: 0 1px;
	height: 18px;
	float: right;
	vertical-align: middle;
	padding-right: 3px;
	padding-top: 3px;
	padding-left: 22px;
	font-size: 11px;
	font-variant: small-caps;
	border: solid 1px #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 0 10px #CCC;
	-webkit-box-shadow: 0 0 10px #CCC;
	box-shadow: 0 0 10px #CCC;
}
#thumbUp{
	background-position: 0 -38px;
	margin-right: 8px;
}
#thumbUp:hover{
	background-position: 0 -59px;
}
#thumbDown:hover{
	background-position: 0 -19px;
}


.clear{
	float: left;
	clear: both;
}
.comment{
	min-height:100px;
	padding:10px;
	float:left;
	width:96%;
	margin-bottom:10px;
	margin-top:-1px;
	border:solid 1px #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position:relative;
	z-index:1;
}
.phpComment{
	margin:10px 0 10px 0;
	background-color:#eee;
	border:solid 1px #acacac;
	padding:10px;
	overflow:auto;
}


.snipDesc{
	padding:10px 0 0 20px;
	width:90%;
	color:#828282;
}
.snipScore{
	color:#000;
	padding:20px 0 0 20px;
	position:absolute;
	z-index:100;
}
.function{
	background-image:url('http://beta.phpsnips.com/images/function.png');
	background-repeat:no-repeat;
	height:100px;
	width:100%;
	position:relative;
	background-position:right;
	right:20px;
}
.snippet{
	background-image:url('http://beta.phpsnips.com/images/snippet.png');
	background-repeat:no-repeat;
	height:100px;
	width:100%;
	position:relative;
	background-position:right;
	right:55px;
}
.class{
	background-image:url('http://beta.phpsnips.com/images/class.png');
	background-repeat:no-repeat;
	height:100px;
	width:100%;
	position:relative;
	background-position:right;
	right:150px;
}

.btn_lrg{
	border:0;
	height:34px;
	width:205px;
	color:#FFF;
	font-size:16px;
	background-image:url('http://beta.phpsnips.com/images/btn_large.png');
	vertical-align:middle;
	background-color:transparent;
}
.btn_sml{
	border:0;
	height:34px;
	width:80px;
	color:#FFF;
	font-size:16px;
	background-image:url('http://beta.phpsnips.com/images/btn_small.png');
	vertical-align:middle;
	background-color:transparent;
}
.stars{
	background-image:url('http://beta.phpsnips.com/images/stars.png');
	height:30px;
	width:150px;
	margin:10px auto;
}
.star{
	width:30px;
	height:30px;
	display:block;
	float:left;
}

#footer{
	margin:20px 0 0 0;
	font-size:10px;
	text-align:center;
	padding:10px;
	clear:both;
}
.cats{
	float:left;
	width:40%;
	list-style-type:none;
}
.cats li{
	padding:5px;
	border-bottom:solid 1px #dfdfdf;
}
.cats li a:hover{text-decoration:underline;}

.bold{font-weight:bolder;}
/*.red{color:#b54400;}*/
.red{color:#A46A3B;}
.blue{color:#5599a4;}
.green{color:#59a455;}
.size18{font-size:18px;}
.zeroMargin{margin:0 0 0 0;}
.zeroPadding{padding:0 0 0 0;}
.marginleft10{margin-right:20px;display:block;float:left;}

a{text-decoration:none;}
a.snipLink{font-weight:bold;}
a.linkWhite{color:#FFF;}
a.linkWhite:hover{text-decoration:underline;}
.page{display:block;float:left;padding:5px 8px 5px 8px;border:solid 1px #FFF;}
a.page:hover{border:solid 1px #CCC;background-color:#EEE;}
