@charset "UTF-8";
/*
Theme Name: PL Portfolio
Theme URI: http://clayborne.com/

*/

body {
	background:#333;
	margin:0px;
	padding:0px;
}

#page {
	margin:25px auto;
	padding:15px;
	width: 1000px;
	overflow:hidden;
	background:#CCC;
}

.column {
	width:490px;
	float:left;
}

.left {
	border-right:1px solid #999;
	padding:0 5px 0 0;
}

.right {
	padding: 0 0 0 5px;
}

h2 {
	color:#333;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:12pt;
}

.edit_post, .edit_post a {
	font-size:8pt;
	color:#333;
	text-decoration:underline;
}

.info {
	color:#333;
	font-size:10pt;
	text-align:justify;
	padding:0 5px 0 0;
	height:70px;
}

a {
	text-decoration:underline;
	color:#333;
}

img {
	border:none;
}

.client {
	float:left;
	width:150px;
	margin-right:10px;
}

.client_thumb, .client_thumb a {
	text-decoration:none;
}

.client_caption {
	font-size:10pt;
	color:#333;
	height:78px;
	overflow:hidden;
	margin-bottom:5px;
}

/*Buttons*/
.awesome{
background: #222 url(images/alert-overlay.png) repeat-x;
display: inline-block;
padding: 5px 10px 6px;
color: #fff;
text-decoration: none;
font-weight: bold;
line-height: 1;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow: 0 1px 3px #999;
-webkit-box-shadow: 0 1px 3px #999;
text-shadow: 0 -1px 1px #222;
border-bottom: 1px solid #222;
position: relative;
cursor: pointer;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
border-bottom: 1px solid rgba(0,0,0,0.25);
left:50%;
top:0;
}

/* Sizes ---------- */
.small.awesome {
font-size: 11px;
}
.medium.awesome {
font-size: 13px;
}
.large.awesome {
font-size: 14px;
padding: 8px 14px 9px;
}
 
/* Colors ---------- */
.blue.awesome {
background-color: #2B3A57;
}
.blue.awesome:hover {
background-color: #4B5770;
}

.red.awesome {
background-color: #e33100;
}
.magenta.awesome {
background-color: #a9014b;
}
.orange.awesome {
background-color: #ff5c00;
}
.yellow.awesome {
background-color: #FBC501;
color:white;
text-decoration:none;
}

.yellow.awesome:hover {
background-color: #A38000;
}

.awesome a {
	color:white;
	text-decoration:none;
}
