/* 
CUSTOM STYLES
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/


/* Header */

#header {
	width: 100%;
	height: 66px;
	padding: 30px 0 5px 0;
	clear: both;
	position: relative;
}

#header img.logo { float:left; margin-left: -40px; }

#nav { margin-top:22px; }

#nav a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	letter-spacing:0px;
	text-transform:uppercase;
	font-weight:bold;
	display: block;
	line-height: 28px;
	padding: 0 8px;
}
#nav a { color: #6C6C6C; }


/* Featured Slider */

 .container { width:860px; height:320px; overflow:hidden; position:relative; cursor: default;  margin-left: 50px;}

#featured .alignright {margin: 10px -4px 0px 10px;float: right;}

#featured h2 { color:#fff; font-size:35px; padding:0 0 10px; line-height:1.2; font-weight:normal; letter-spacing:0; text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15) }

#featured p { font-size:15px; color:#333; line-height:20px; }


/* Main Content (style) */
#main ol { padding-left: 17px; }


/* Widgets */

#sidebar .widget_execphp {padding:10px;border: 0;}

#campaignmonitor form {margin-top:0px;}

#campaignmonitor .field {background-color:#F2F2F2;border:1px solid #CBD1D2;color:#999; font-size:12px;}
#campaignmonitor .field {display:inline;float:none;height:19px;margin:0 4px 0 0;padding:5px 0 0 5px;width:200px;}
#campaignmonitor .button {background:transparent url(images/btn-submit.png) no-repeat scroll left top;border:medium none;color:#FFFFFF;font-family:Georgia, "Times New Roman", Times, serif; font-size:11px; }
#campaignmonitor .button {cursor:pointer !important;font-weight:bold;height:25px;text-transform:uppercase;width:80px;}

#campaignmonitor p {
	text-align: center;
}

#client-widget h3 { background:url(images/ico-lock.png) no-repeat left 0px; padding-left:30px; }
#client-widget p {
	font-size: 13px;
	margin-bottom:0;
}

/* Remove Log In register link */
a.paypal-register-link {
	display: none;
}
a.paypal-lostpassword-link {
	float: right;
	margin-top: -18px;
}
/* Hide Account Details link - IE7, FF, Safari */
/* If browser doesn't support this, Hide Dashboard plug in is installed */
div#wpm-login li a[href $='profile.php?page=paypal-profile'] { 
   display:none;
}


/* Custom styles */

li.page_item {
	list-style: none;
}

.smcaps {
	font-variant: small-caps;
}

.pullout {
    background: #FFFFCC url(images/info.png) no-repeat 10px center;
    border: 1px dotted #D8D2A9;
    padding: 12px;
	 font-weight: bold;
	 font-size: 13px;
	 line-height: 1.5;
	 text-align: center;
    width:180px; 
	 float:right;
	 margin: 16px 0 12px 20px;
}

.center {
	text-align: center;
}

#comments { /* hide comment notice in single posts */
	display:none;
}