/*
Theme Name: Philip Alcabes
Description: WordPress theme for Philip Alcabes
Version: 1.0
Author: Jason Yovanoff
Author URI: http://yovanoff.com/
Tags: fixed width, two columns
*/

body,html {
	margin:0;
	padding:0;
	background:#ededed;
	height:100%;
}
body {
	min-width:975px;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	color:#333;
	font-size:14px;
}
#wrap {
	min-height:100%;
	height: auto !important;
	position:relative;
	background:#fff;
	margin:0 auto;
	padding:0 25px;
	width:925px;
	border-left: 1px solid #686868;
	border-right: 1px solid #686868;
}
a {
	color: #fe0000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#header {
}
#mailinglist {
	display:inline;
	float:right;
	margin: 10px 0 0 0;
}
#mailinglist span {
	display:block;
	color:#fe0000;
	font-size: 11px;
	font-weight:bold;
	margin: 0 0 3px 6px;
}
#mailinglist form input {
	border:1px solid #666666;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	vertical-align:top;
	color: #666666;
	font-size:11px;
}
#mailinglist form input.text {
	width:173px;
	vertical-align:top;
	padding:5px 4px 3px 4px;
	display:inline;
	height:11px;
}
#mailinglist form input.sbm {
	vertical-align:top;
	padding:4px 7px 3px 7px;
	display:inline;
	height:21px;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	text-transform: uppercase;
	font-weight:bold;
	color: #333333;
	background-color:#cccccc;
	/*
	line-height:0;
	margin: 1px 0 0 0;
	letter-spacing: 0.05em;
*/
}
#mailinglist form a img {
	border:0;
}
#headerimg {
	width:920px;
	float:left;
	padding: 48px 0 28px; 0;
}
#headerimg h1 { 
	float:left;
	margin:0;
	padding:0;
} 
#headerimg h1 a { 
	display:block;
	background: url(images/philipalcabes.gif) no-repeat 0 0;
	height:40px;
	width:420px;
	text-indent: -9000px;
}
#headerimg #description {
	float:left;
	display:block;
	position:relative;
	top:28px;
	left:19px;
	background: url(images/challenging.gif) no-repeat 0 0;
	height:13px;
	width:300px;
	text-indent: -9000px;
}

#nav {
	margin: 0;
	border-top: 4px solid #fe0000;
	padding: 7px 0 15px 0;
	text-align:right;
	font-size:14px;
}
#nav ul{
	margin:0;
	padding:0;
	list-style:none;
}
#nav li{
	display:inline;
	margin:0;
}
#nav #primary {
	display:block;
	margin: 0 0 6px 0;
	text-transform: uppercase;
	font-weight:bold;
	letter-spacing: 0.1em;
}
#nav #primary li{
	background-image: url('images/spacer-black.gif');
	background-repeat: no-repeat;
	background-position:0 0 ;
	padding: 0 6px 0 13px;
}
#nav #primary li.first, #nav #secondary li.first {
	background-image: none;
}
#nav #primary li.last, #nav #secondary li.last {
	padding-right: 0;
}
#nav #primary a {
	color: #fe0000;
	text-decoration:none;
}
#nav #primary a:hover {
	color:#000000;
}
#nav #secondary {
	display:block;
	font-weight:bold;
	font-size:12px;
	letter-spacing:0.1em;
	height:20px;
}
#nav #secondary li{
	background-image: url('images/spacer-grey.gif');
	background-repeat: no-repeat;
	background-position:center left ;
	padding: 0 2px 0 10px;
}
#nav #secondary a {
	color: #666666;
	text-decoration:none;
}
#nav #secondary a:hover{
	color: #000000;
}
#nav #primary li.current_page_parent a, #nav #primary li.current_page_item a {
	color:#000;
}
#nav #secondary li.current_page_item a {
	color:#000;
}
#main {
	font-family:Verdana,Arial,sans-serif;
	margin: 0 0 20px 0;
	padding: 0 20px 0 0;
	float:left;
	width:603px;
	border-right: 2px solid #dedede;
	min-height:450px;
}
* html #main { margin-bottom:0px;}
#sidebar {
	margin: 0 0 20px 0px;
	padding:0 0 0 20px;
	float:right;
	width:280px;
}
#sidebar strong {
	color:#fe0000;
	text-transform:uppercase;
	font-weight:normal;
}
* html #sidebar { margin-bottom:0px;}
#sidebar hr {
	border-color: #dedede;
	border-style: solid;
	border-width: 2px 0 0;
	clear: both;
	margin: 15px 0 20px 0;
	height: 2px;
}
#sidebar #quote {
	text-indent: -5px;
	font-size:18px;
	color:#999;
	line-height:1.2em;
}
#sidebar #quote div {
	text-align:right;
	font-size:13px;
	margin-top:20px;
	float:right;
	width:90%;
	line-height: 1.3em;
}
#sidebar .article {
	color: #666;
	font-size:13px;
	line-height:1.3em;
}
#sidebar .article a img{
	float:left;
	margin: 0 13px 0 0;
}
#sidebar .article h3{
	font-size: 13px;
	font-weight:bold;
	text-transform: uppercase;
	color:#333;
	margin:0 0 3px 0;
	padding:0;
}
#sidebar .article a.more{
	display:block;
	text-align:right;
}
#sidebar .article a.left{
	display:block;
	text-align:left;
	margin-top:3px;
}

#sidebar .about a img {
	margin: 0 0 10px 0;
}
#sidebar .about .portrait {
	float:right;
	border:1px solid #dedede;
	margin-left:3px;
}
#sidebar .about strong {
	color: #333;
	font-weight: bold;
}
#sidebar ul {
	margin:0 0 0 1em;
	padding:0;
	line-height:1.3em;
	color:#DEDEDE;
	list-style-type:square;
}
#sidebar .blog h3 {
	margin-top:20px;
}
#sidebar .blog h3.nomargin {
	margin-top:0;
}
#sidebar .blog a {
	color: #fe0000;
}
#sidebar .blog p {
	margin: 0 0 10px 0;
}
#sidebar .bloginfo {
	color:#333;
}
#footer {
	border-top: 5px solid #cccccc;
	bottom:0;
	margin:0;
	padding: 10px 0 20px 0;
	position:relative;
	text-align:center;
	clear:both;
	font-size:11px;
	font-weight:bold;
	color: #666;
}
#footer a {
	letter-spacing:0.1em;
	text-transform:uppercase;
	padding: 0 7px 0 7px;
}
#footer a.sm {
	letter-spacing:0;
	color: #666;
	text-transform:none;
	padding:0;
}

#footer div {
	margin: 10px 0 0 0;
}
.cl {
	clear:both;
}
a img { border:0;}
/* page styles */
#main {
	line-height: 1.65em;
}
#main h2 {
	font-size: 25px;
	font-weight:normal;
	text-transform:uppercase;
	margin:0;
	padding:0;
	line-height:1.1em;
}
#main h2 a {
	text-decoration:none;
	color:#666;
}
#main h2 a:hover  {
	text-decoration:none;
}
#main strong {
	font-weight:bold;
}
#main hr {
	border-color: #dedede;
	border-style: solid;
	border-width: 2px 0 0;
	clear: both;
	margin: 0 0 10px 0;
	height: 2px;
}
.entry img {
	border: 1px solid #dedede;
}
.entry img.noborder {
	border:0;
}
.entry .alignright {
	float:right;
	margin: 0 0 0 4px;
}
.entry .alignleft {
	float:left;
	margin: 0 4px 0 0;
}
.entry .wp-caption {
	color:#666;
	font-size:11px;
	margin:0 0 4px 0;
}
.entry .wp-caption p {
	margin:0 7px 0 0;
	line-height:1.25em;
}
/* blog entries only */
.blog .entry {
	font-size: 12px;
	line-height:1.5em;
}
.blog h1 {
	font-size:28px;
	line-height:1.1em;
	margin:0 0 20px 0;
	padding: 0 0 10px 0;
	border-bottom: 2px solid #DEDEDE;
	font-weight:normal;
}
.blog .postmetadata {
	border-top: 2px solid #DEDEDE;
}
.blog .post {
	margin-bottom: 20px;
}
.blog h3 {
	font-size: 15px;
	font-weight:normal;
	text-transform:uppercase;
	margin:0;
	padding:0;
	
}
.blog .navigation {
	padding: 0 0 20px 0;
}
.blog .navigation .alignright {
	float:right;
}
.blog .navigation .alignleft {
	float:left;
}
.blog h3#comments, .blog #respond {
	border-top: 2px solid #DEDEDE;
	padding: 10px 0 0 0;
}
.blog #respond input.text {
	border: 1px solid #666666;
	display:inline;
	height:15px;
	padding:5px 4px 3px;
	vertical-align:top;
}
.blog textarea#comment {
	width:97%;
	height:10em;
	border: 1px solid #666666;
	padding:5px;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	font-size:12px;
}

#commentlist .comment, #commentlist .pingback {
	padding:0px 7px 7px 7px;
	margin:7px 0 0 0;
	border-left:2px solid #f5f5f5;
	font-size:12px; 
	line-height:1.5em;
}
#commentlist .comment p {
	margin:10px 0;
	padding:0;
}
#commentlist .comment-author-admin {
}
#commentlist .comment-author cite.fn{
	font-weight:bold;
}
#commentlist .comment-author-admin .comment-author cite.fn, #commentlist .bypostauthor .comment-author cite.fn{
	color: #FE0000;
}
#commentlist .comment-author a.url, #commentlist .commentmetadata a {
	color:#333333;
}
#commentlist .reply {
	text-align: right;
	font-size:smaller;
}
#commentlist .odd {
	background-color:#f5f5f5;
}
#commentlist .depth-2 {
	margin-left:0px;
}
#commentlist .depth-3 {
	margin-left:0px;
}
#commentlist .depth-4 {
	margin-left:0px;
}
#commentlist ul.children {
	border-left:2px solid #f5f5f5;
	margin: 0;
	padding: 10px 0 0 30px;
}
#commentlist .maxdepth {
	color: #ccc;
}	
#commentlist .commentmetadata {
	font-size:smaller;
	float:right;
}
