﻿/*
Theme Name: Philweb Theme
Theme URI: http://www.philwebservices.com
Description: First Philwebservices Wordpress Theme Blog.
Version: 1.0
Author: Eden Von Garcia
Author URI: http://www.philwebservices.com
Tags: blue, white, , fixed width, two columns, widgets
*/


/*--- CSS Reset ---*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
   			margin: 0;
   			padding: 0;
   			border: 0;
   			outline: 0;
   			font-style: inherit;
   			font-size: 100%;
   			font-family: inherit;
}
			
:focus {outline: 0;}

body {background:#65ade7 url('images/background.jpg') repeat-x; background-position:left bottom; font-family:Tahoma; font-size:12px; color:#000;}

ul {list-style: none; }

table {border-collapse: separate;border-spacing: 0;}

caption, th, td {text-align: left;font-weight: normal;}

blockquote:before, blockquote:after,q:before, q:after {content: "";}

blockquote, q {quotes: "" "";}

input {
	margin: 0;
	padding: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

.left {float:left}

.right {float:right;margin-right:0!important;}

.alignleft {
	float:left;
	margin:0 20px 20px 0;
}

.alignright {
	float:right;
	margin:0 0 20px 20px;
}

.aligncenter {
	text-align:center;
}

.textto-right {
	text-align:right;
}

.martop20 {
	margin-top:20px;
}

.clear {clear:both}

.clearfix:after {
			content: ".";
			display:block;
			height:0;
			clear:both;
			visibility:hidden;
			}

/* Hides from IE-max \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*--- 1. Common ---*/

html {}

h1, h2, h3, h4, h5, h6 {font-weight:normal;}

a {
	text-decoration:none;
	color:#4479B4;
}

a:hover {
	color:#B40A0F;	
}

ul, li {list-style-type:none;}

#wrapper {
	margin:0 auto;
	width:1000px;
	overflow:hidden;
}

#header {
	float:left;
	width:1000px;
	height:124px;
	background:url('images/header-bg.jpg') repeat-x;
}

#header_left, #header_right {
	float:left;
	width:19px;
	height:124px;
	display:inline;
}

#header_left {
	background: url('images/header-left.jpg');
}

#header_right {
	background: url('images/header-right.jpg');
}

#header_content {
	float:left;
	width:962px;
	display:inline;
	padding:30px 0 0 0;
}

#buttons {
	float:right;
}

#buttons a {
	color:#29485d;
	font-size:11px;
	text-decoration:none;
	padding:5px 0 11px 30px;
	width:70px;
	float:left;
	margin-top:5px;
}

.rss {
	background:url('images/rss.jpg') no-repeat;
}

.twitter {
	background:url('images/twitter.jpg') no-repeat;
}

.facebook {
	background:url('images/facebook.jpg') no-repeat;
}

#navigator {
	float:left;
	width:1000px;
	background:url('images/navi-bg.jpg')
}

#navi-left, #navi-right {
	float:left;
	width:19px;
	height:44px;
	display:inline;
}

#navi-left {
	background:url('images/navi-left.jpg');
}

#navi-right {
	background:url('images/navi-right.jpg');
}

#navigator ul {
	float:left;
	width:722px;
}

#navigator ul li {
	display:inline;
	
}

#navigator ul li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	text-shadow:0 1px 0 rgba(0, 0, 0, 0.9);
	text-transform:uppercase;
	padding:14px 20px;
	float:left;
	background:url('images/separator.jpg') no-repeat right center;
	
}

#navigator ul li a:hover {
	color:#e1f1fc;
}

#search {
	float:left;
	width:240px;
	text-align:right;
	padding-top:8px;
	display:inline;
}

#search #s {
	width:125px;
	padding:5px 3px 5px 25px;
	font-size:12px;
	border:solid 1px #28485c;
	background:#fff url('images/search.jpg') no-repeat 3px 3px;
	padding-left:25px;
}

#search .screen-reader-text {
	display:none;
}

#search #searchsubmit {
	background:#261300 url('images/submit.jpg');
	color:#fff;	
	border:0;
	text-transform:uppercase;
	cursor:pointer;
	text-shadow:0 1px 0 rgba(0, 0, 0, 0.9);
	width:72px;
	height:26px;
}

#content {
	float:left;
	width:980px;
	padding:10px 10px 10px;
	background:#fff url('images/content-bg.jpg') no-repeat;
}

#content_left {	
	float:left;
	width:720px;
	padding-right:10px;
}

#featured_post {
	float:left;
	width:719px;
}

#featured_post_top {
	float:left;
	width:719px;
	height:25px;
	background:#3e6079 url('images/featured-top.jpg') no-repeat left top;
}

#featured_post_bottom {
	float:left;
	width:719px;
	height:25px;
	background:url('images/featured-bottom.jpg') no-repeat;
}


#featured_post_content {
	float:left;
	width:679px;
	background:#3e6079;
	padding:0 20px;
}

#featured_post_content h2, #featured_post_content h2 a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#a1c8e1;
	font-weight:normal;
	text-decoration:none;
	position:relative; 
}

#featured_post_content h2 a:hover {
	color:#fff;
}

#featured_post_content p {
	margin-top:15px;
	color:#e5e5e5;
}

#post_content {
	float:left;
	padding:10px 10px;
	width:694px;
}

.post {
	padding:20px 0;
	border-bottom:solid 1px #939393;
}

.post2 {
	padding:0 0 20px 0;
	border-bottom:solid 1px #939393;
}

.post3 {
	padding:0 0 20px 0;
}


.post h2, .entry h2, .post2 h2, .post3 h2{
	color:#41637a;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:5px;
}

.post h2 a, .post2 h2 a {
	color:#41637a;
	text-decoration:none;
}

.post h2 a:hover {
	color:#6287a0;
}

.post2 h3{
	color:#41637A;
	font-family:Arial,Helvetica,sans-serif;
	font-size:17px;
	font-weight:bold;
	padding-bottom:20px;
	text-align:right;
}

.post2 h4, .post3 h4  {
	color:#41637A;
	font-family:Arial,Helvetica,sans-serif;
	font-size:17px;
	font-weight:bold;
	padding:10px 0;
	text-align:center;
}

.post small {
	background:url('images/clock.jpg') no-repeat 0 4px;
	color:#939393;
	font-size:11px;
	padding:5px 0 5px 25px ;
}

.post small a {	
	color:#4479b4;
	font-weight:bold;
}

.post small a:hover {
	text-decoration:underline;
}

.entry {
	padding:0 0 10px 0;
}

.entry p {
	margin-top:15px;
	line-height:20px;
}

.entry ul {
	margin-top:10px;
}

.entry ul li {
	margin-left:15px;
	padding:3px 0 3px 5px;
	list-style-type:square;
}

.entry img {
	border:solid 1px #6f6d6d;
}

.entry a {
	text-decoration:underline;
	color:#264559;
}

.entry a:hover {
	color:#4479b4;
}

.entry .more-link {
	color:#616161;
	font-weight:bold;
}

.metadate_top {	
	background:#e4e9ed;
	padding:5px 10px;
	font-size:11px;
	overflow:hidden;
	height:20px;
}

.metadata {
	border:solid 1px #e0e4e9;
    margin-top:0!important;
	padding:5px 10px;
	background:#fafbfc;
}

.metadata a, .metadate_top a {
	font-size:11px;
	color:#6287a0;
	text-decoration:none;
}

.navigation {
	overflow:hidden;
	padding-bottom:10px;
	padding-top:30px;
}

.pagination {
	padding:1px;
	color:#2f2c2b;
	overflow:hidden;
	float:left;
}

.pagination a, .pagination span {
	border:solid 1px #196991;
	background:#2688b9;
	padding:5px 8px;
	color:#fff;
	text-decoration:none;
	font-size:11px;
	margin:1px;
	float:left;
}

.pagination .current {
	font-weight:bold;
}

.pagination a:hover {
	color:#8bccec;
}	


#sidebar {
	float:left;
	width:250px;
	word-wrap: break-word; 
	color:#fff;
}

.sidebar_contents {
	float:left;
	width:250px;
	background:#496b83 url('images/sidebar-top.jpg') no-repeat left top;	
}

.sidebar_bottom {
	float:left;
	width:250px;
	height:9px;
	font-size:0;
	background:url('images/sidebar_bottom.jpg');
	margin-bottom:10px;
}

#sidebar h2 {
	padding: 14px 12px 7px 10px;
	background:url('images/sidebar-header.jpg') no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:16px;
	text-align:right;
	font-weight:bold;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.9);
	text-decoration:none;
}

#sidebar h2 a {
	text-decoration:none;
	font-weight:bold;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.9);
	color:#fff;
}

#sidebar ul li ul, #sidebar ul li ol {
	padding: 5px;
}

#sidebar ul li  ul  li {
	background:url('images/sidebar-list.png') repeat-y;
	padding:5px 10px;
	margin-top:1px;
}

#sidebar .link_white a, #sidebar .widget_categories a, #sidebar .widget_recent_entries a, #sidebar .print_newtagcloud a{
	color:#fff;
	text-decoration:none;
}

#sidebar a {
	color:#d5d5d5;
	text-decoration:none;
}

#sidebar a:hover {
	color:#a7cee7;
}

#sidebar .ngg-widget  {
	text-align:center;
}

#footer {
	float:left;
	width:958px;
	height:169px;
	border:solid 1px #fff;
	background:url('images/footer.jpg') repeat-x;
	padding:30px 20px 0 20px;
}

#footer h2	{
	font-family:Tahoma;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	padding-bottom:10px;
}

#footer a {
	color:#cacaca;
	font-size:11px;

}

#footer a:hover {
	color:#fff;
}

#footer p {
	font-size:11px;
	color:#cacaca;
	margin-top:20px;
}

#footer p strong {
	color:#fff;
}

#footer ul {
	float:left;
}

#footer ul li {
	float:left;
	padding-right:45px;
}



#footer ul li ul li{
	display:block!important;
	float:left;
	clear:both;
	padding:2px 0;

}

#footer_bottom {
	float:left;
	width:1000px;
	height:20px;
	background:url('images/footer-bottom.jpg') no-repeat center top;
	padding-bottom:30px;
}

/*Comment*/

#comment_area {
	background:#fafbfc;
	padding:30px;
	margin-top:30px;
	font-size:11px;
	font-weight:bold;
	color:#4479B4;
}

#comment_area textarea {
	width:100%;
	font-family:tahoma;
}

#comment_area span {
	width:33%;
	float:left;
}

#comment_area span big {
	color:#f00;
}

#comment_area span input {
	width:90%;
}
.commentlist {
	float:left;
	width:100%;
	padding-bottom:10px;
}

.comment {
	float:left;
	margin-top:10px;
	-webkit-border-radius: 3px;  
    -moz-border-radius: 3px;  
    -khtml-border-radius: 3px;  
    border-radius: 3px;
    border:solid 1px #e0e4e9;
    width:99.7%;
    background:#e4e9ed;
}

.comment em {
	padding-left:5px;
	color:#841615;
	font-size:11px;
	font-weight:bold;
}

.commentlist li .avatar { 
	float: right;
	padding: 2px;
	border:solid 1px #e7d9d5;

}

.comment-author {
	padding:5px;
}

.commentmetadata {
	padding-left:5px;
	padding-bottom:10px;
	border-bottom:solid 2px #fff;
}

.commentmetadata, .commentmetadata a {
	font-size:11px;
	color:#4479B4;
}

.comment p {
	padding:10px;
	margin-top:0;
	background:#fafbfc;
}

.comment , .comment a {
	text-decoration:none;
	font-style:normal;
}

.comment .fn, .comment .fn a {
	text-transform:uppercase;
	font-weight:bold;
	color:#000
}

.textboxes, .textboxes2, .captcha {
	padding:3px;
	font-size:12px;
}

.textboxes {
	border:solid 1px #5a84a1;
}

.textboxes2 {
	border:solid 1px #5a84a1;
}

.captcha {
	border:solid 1px #5a84a1;
	width:100px;
}

.comment_submit {
	background:#261300 url('images/comment-submit.jpg');
	color:#fff;	
	border:0;
	text-transform:uppercase;
	cursor:pointer;
	text-shadow:0 1px 0 rgba(0, 0, 0, 0.9);
	width:72px;
	height:26px;
}

/*contact*/

.red {
	color:#ff002a;
	font-size:11px;
}

.grey {
	color:#a8a9ab;
	font-size:11px;
}

h5 {
	color:#41637a;
	font-weight:bold;
	padding-top:15px;
}

.contact label {
	float:left;
	width:40%;
	padding-left:10px;
}

.contact .text-right {
	text-align:right;
	font-weight:bold;
	font-size:11px;
	color:#4479b4;
}

.contact img {
	border:0;
} 

/*gallery
.piclenselink {
	background:url('images/slideshow.jpg') no-repeat;
	width:75px;
	height:17px;	
}*/
