/*  
Theme Name: LindsayWatch
Theme URI: http://lindsaywatch.com
Description: Custom design for Noel Bautista (GadgetMetro) by Gail Dela Cruz.
Version: 1.0.2
Author: Noel Bautista
Author URI: http://lindsaywatch.com
Theme Owner: Noel Bautista
Edited by: Noel Bautista
Comments:
      1.0.1 - Hide other tabs
            - added postbody img  
       1.0.2 - edited H1 to make it SEF
             - edited index.php to make remove previous posts
               and just make main page show the full posts.
             - added "previous/nextpage" navigation at the end of the posts.
             - changed index,header,single.php for SEF


*/

 h1 {
       font-size: 18px;
       font-weight: normal;
       padding:0px;
       margin:0px;
 } 

body {
	background-color: #d154c0;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin:0px;
	padding:0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#353535;
}

.container {
	width:884px;
	text-align:center;
	margin:auto;
	padding:0px;
	background-image:url(images/background_content.gif);
	background-repeat:repeat-y;
}

a {color:#39B1E5;}
a:hover {color:#027CC5;}

/* HEADER */
.header {
	width:884px;
	padding:0px;
	margin:0px;
	background-image:url(images/background_header.gif);
	background-repeat:no-repeat;
}
.header_gfx {
	width:855px;
	height:128px;
	padding:0px;
	margin:0px 15px 0px 14px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
}
.header_gfx h1 {
	display:none;
}
.header_nav {
	width:855px;
	height:42px;
	padding:0px;
	margin:0px 15px 0px 14px;
}

/* HEADER NAVIGATION BUTTONS */
.header_button {
	float:left;
	text-align:center;
	width:152px;
	margin:auto;
	padding:0px;
}

.header_button a{
	display:block;
	height:17px;
	background-image:url(images/header_nav1.gif);
	background-repeat:no-repeat;
	text-decoration:none;
	color:#ffffff;
	font-size:11px;
	text-transform:uppercase;
	padding:25px 0px 0px 0px;
}
.header_button a:hover {
	background-image:url(images/header_nav2.gif);
	background-repeat:no-repeat;
	text-decoration:none;
	color:#000000;
}




/* BODY STRUCTURE */
.body {
	width:844px;
	margin:0px 15px 0px 25px;
	padding:0px 0px 0px 0px;
}
.left {
	width:479px;
	float:left;
	margin:0px;
	padding:0px 0px 0px 0px;
}
.right {
	width:354px;
	float:right;
	margin:0px;
	padding:0px 0px 15px 0px;
}




/* LEFT (main content area) */
.adsense_top {
	width:479px;
	margin:0px 0px 0px 0px;
	padding:15px 0px 5px 0px;
}
.curvedbox1 {
	width:479px;
	margin:11px 0px 11px 0px;
	padding:0px;
	background:#FFFFFF;
	background-image:url(images/curve_top.gif);
	background-repeat:no-repeat;
}
.curvedbox2 {
	width:479px;
	background-image:url(images/curve_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}



/* POST */
.postbox {
	width:441px;
	margin:0px 22px 0px 16px;
	padding:15px 0px 15px 0px;
	text-align:left;
}
.postbox_titledate {
	width:441px;
	margin:0px 0px 0px 0px;
	padding:0px;
}
.postbox_date {
	width:70px;
	height:68px;
	background-image:url(images/date.gif);
	background-repeat:no-repeat;
	float:left;
	text-align:center;
	padding:10px 15px 0px 0px;
}
.postbox_date_monthyear {
	font-size:10px;
	color:#6A98C0;
	text-transform:uppercase;
}
.postbox_date_day {
	font-size:32px;
	color:#39B1E5;
}
.postbox_title {
	width:356px;
	float:right;
}
.postbox_title_post {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#027CC5;
}
.postbox_title_post a {color:#027CC5;text-decoration:none;}
.postbox_title_post a:hover {color:#39B1E5;}

.postbox_title_cat {
	display:block;
	font-size:10px;
	line-height:11px;
	color:#C6C4C4;
	padding:10px 0px 0px 0px;
	margin:0px;
}
.postbox_title_cat a {color:#C6C4C4; text-decoration:none;}
.postbox_title_cat a:hover {color:#39B1E5;}

.postbox_body {
	width:441px;
	text-align:justify;
	margin:0px 0px 0px 0px;
	padding:5px 0px 5px 0px;
	clear:both;
}
.postbox_body p {
	line-height:16px;
	margin:0px;
	padding:7px 0px 8px 0px;
}

.postbox_body img {
        margin:5px;
}
.postbox_body blockquote {
	color:#8C8B8B;
	text-align:right;
	font-style:italic;
	font-size:14px;
	background-image:url(images/blockquote.gif);
	background-repeat:no-repeat;
	width:337px;
	padding:18px 25px 0px 54px;
	margin:10px 10px 20px 0px;
	float:right;
}

/* Adsense before the comment link */
.adsense_comment {	
	width:479px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 20px 0px;
	text-align:center;
}

/* Comment link */
.commentlink {
	display:block;
	padding:0px 0px 20px 0px;
	text-align:center;
	margin:0px;
}

/* Post info */
.postinfobox {
	width:421px;
	margin:0px 22px 0px 16px;
	padding:10px 10px 10px 10px;
	text-align:justify;
	background:#F1F1F1;
}
.postinfobox small {
	font-size:10px;
	text-align:justify;
}

/* Post link on top of entry in single page view */
.navigation {
	margin:0px 22px 0px 16px;
	padding:15px 0px 25px 0px;
}
.navigation .alignleft {
	float:left;
}
.navigation .alignright {
	float:right;
}

/* Excerpts on the homepage and comments */
.postbox2 {
	width:441px;
	margin:0px 22px 0px 16px;
	padding:5px 0px 20px 0px;
	text-align:left;
	color:#535353;
	line-height:normal;
}
.postbox2_body {
	width:441px;
	text-align:justify;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	clear:both;
}
.postbox2_body p {
	line-height:16px;
	margin:0px;
	padding:0px 0px 0px 0px;
}
.postbox2_datetitle {
	display:block;
	padding:15px 0px 5px 0px;
}
.postbox2_date {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#39B1E5;
}
.postbox2_title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#027CC5;
	font-weight:normal;
	padding:0px 0px 0px 5px;
	margin:0px;
}
.postbox2_title a {
	color:#027CC5;
	text-decoration:none;
}
.postbox2_title a:hover {
	color:#39B1E5;
}


/* Comments */
.postbox2_comments {
	width:441px;
	margin:0px 22px 0px 16px;
	padding:5px 0px 20px 0px;
	text-align:left;
	color:#535353;
	line-height:normal;
	font-size:11px;
}

.postbox2_comments_body {
	width:441px;
	text-align:justify;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	clear:both;
}
.postbox2_commentsbox {
	width:441px;
	margin:10px 0px 10px 0px;
	padding:0px 0px 15px 0px;
	border-bottom:1px solid #F1F1F1;
}
.postbox2_commentsbox p {
	line-height:normal;
	margin:0px;
	padding:5px 0px 5px 10px;
}
.postbox2_comments_namedate{
	display:block;
	padding:15px 0px 5px 0px;
}
.postbox2_comments_name {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	padding:0px 0px 5px 0px;
	margin:0px;
	color:#027CC5;
}
.postbox2_comments_name a {
	color:#027CC5;
	text-decoration:none;
}
.postbox2_comments_name a:hover {
	color:#39B1E5;
}
.postbox2_comments_date {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

/* Headings */
h3.commentsbox {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:normal;
	font-style:italic;
}
h2.pagetitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	font-style:italic;
	margin:0px;
	padding:0px 0px 15px 0px;
	color:#027CC5;
}

/* RIGHT TOP (box on top of sidebars) */
.right_top {
	width:354px;
	padding:10px 0px 15px 0px;
	margin:0px;
	border-bottom:1px solid #D7E1EC; /*this is the color of the bar below the adsense and search on the right sidebar */
	background:#FFFFFF;
}
/* adsense box */
.adsense_sidetop {
	width:354px;
	padding:15px 0px 0px 0px;
	margin:0px 0px 15px 0px;
	text-align:center;
}

/* search box */
.searchbox {
	width:306px;
	height:51px;
	margin:0px;
	padding: 23px 0px 0px 48px;
	background-image:url(images/background_search.gif);
	background-repeat:no-repeat;
	text-align:left;
}
.searchbox form {
	padding:0px;
	margin:0px;
}
input.searchfield {
	width:144px;
	background:#FFFFFF;
	border:1px solid #FFFFFF;
	padding:2px;
}
input.searchbutton {
	width:55px;
	background:#6DB7DB;
	border:1px solid #6DB7DB;
	color:#BBE3F3;
	padding:2px;
}

/* STRUCTURE FOR SIDEBARS */
/* These will not affect the color. No need to edit these. */
/* Actually, I suggest you not to edit this because of the possibility
that the layout will break if measurement is incorrect. */

#sidebar1 {
	width:164px;
	float:left;
	text-align:left;
	margin:0px 2px 0px 4px;
	padding:0px;
	color:#6c17f8;
	font-size:11px;
}
#sidebar2 {
	width:164px;
	float:right;
	text-align:left;
	margin:0px 3px 0px 3px;
	padding:0px;
	color:#6c17f8;
	font-size:11px;
}

/* SIDE BAR 1 (left sidebar styles) */
/* If you're going to change the colors of this, make sure 
that you change the colors of SIDE BAR 2 as well! 
These styles are the exact mirror of the SIDE BAR 2 list styles. */
#sidebar1 ul {
	margin:0px 0px 0px 0px;
	padding:0px;
	list-style-type:none;
}
#sidebar1 ul li {
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 0px;
}
#sidebar1 ul li h2 {
	margin:10px 0px 8px 0px;
	padding:0px 0px 5px 3px;
	background-image:url(images/background_h2.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	font-size:16px;
	font-weight:normal;
	color:#027CC5;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#sidebar1 ul li h2 a{text-decoration:none;}

#sidebar1 ul li ul {
	margin:0px;
	padding:5px 0px 0px 5px;
	list-style-type:none;
	font-size:11px;
}
#sidebar1 ul li ul li {
	margin:0px;
	padding:0px 0px 10px 0px;
}
#sidebar1 ul li ul li form input {
	background:#DDF1F9;
	color:#6c17f8;
	border:1px solid #BBE3F3;
	margin:0px 0px 5px 0px;
}
#sidebar1 ul li ul li a {
	display:block;
	padding:0px 0px 0px 14px;
	margin:0px;
	text-decoration:none;
	color:#6c17f8;
	background:none;
}
#sidebar1 ul li ul li a:hover {
	background-image:url(images/sidebar_arrowicon.gif);
	background-repeat:no-repeat;
	background-position:top left;
	color:#424242;
}
#sidebar1 ul li ul li p {
	margin:0px;
	padding:0px 0px 10px 0px;
	color:#6c17f8;
	font-size:11px;
}
#sidebar1 ul li ul li p a {
	display:inline;
	background-image:none;
	text-decoration:underline;
	padding:0px;
	margin:0px;
}
#sidebar1 ul li ul li p a:hover {
	background-image:none;
}

/* SIDE BAR 2 (right sidebar styles) */
/* These styles are identical to the SIDE BAR 1 list styles. */
/* Just make sure that you change the ID name to 'sidebar2' when you paste over these styles! */
#sidebar2 ul {
	margin:0px 0px 0px 0px;
	padding:0px;
	list-style-type:none;
}
#sidebar2 ul li {
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 0px;
}
#sidebar2 ul li h2 {
	margin:10px 0px 8px 0px;
	padding:0px 0px 5px 3px;
	background-image:url(images/background_h2.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	font-size:16px;
	font-weight:normal;
	color:#027CC5;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#sidebar2 ul li h2 a {text-decoration:none;}

#sidebar2 ul li ul {
	margin:0px;
	padding:5px 0px 0px 5px;
	list-style-type:none;
	font-size:11px;
}
#sidebar2 ul li ul li {
	margin:0px;
	padding:0px 0px 10px 0px;
}
#sidebar2 ul li ul li form input {
	background:#DDF1F9;
	color:#6c17f8;
	border:1px solid #BBE3F3;
	margin:0px 0px 5px 0px;
}
#sidebar2 ul li ul li a {
	display:block;
	padding:0px 0px 0px 14px;
	margin:0px;
	text-decoration:none;
	color:#6c17f8;
	background:none;
}
#sidebar2 ul li ul li a:hover {
	background-image:url(images/sidebar_arrowicon.gif);
	background-repeat:no-repeat;
	background-position:top left;
	color:#424242;
}
#sidebar2 ul li ul li p {
	margin:0px;
	padding:0px 10px 10px 0px;
	color:#6c17f8;
	font-size:11px;
}
#sidebar2 ul li ul li p a {
	display:inline;
	background-image:none;
	text-decoration:underline;
	padding:0px;
	margin:0px;
}
#sidebar2 ul li ul li p a:hover {
	background-image:none;
}
#sidebar2 ul li ul li div {
	margin:0px;
	padding:0px 0px 10px 0px;
	color:#E8993A;
	font-size:11px;
}
#sidebar1 ul li ul li div {
	margin:0px;
	padding:0px 0px 10px 0px;
	color:#E8993A;
	font-size:11px;
}

/* Widget overrides */
/* This style overrides the styles for the text widget */
div.textwidget {
	margin:0px;
	padding:0px 10px 10px 10px;
	color:#7AC2E2;
	font-size:11px;
}

 div.widgettitle {
           margin:10px 0px 8px 0px;
     padding:0px 0px 5px 3px;
     background-image:url(images/background_h2.gif);
     background-repeat:no-repeat;
     background-position:bottom;
     font-size:16px;
     font-weight:normal;
     color:#027CC5;
     font-family:Georgia, "Times New Roman", Times, serif;
 }



/* FOOTER */
.footer {
	clear:both;
	height:49px;
	width:855px;
	padding:9px 15px 0px 14px;
	margin:0px;
	background-image:url(images/background_footer.gif);
	background-repeat:no-repeat;
	/*color:#376AA1;*/
        color:#ffffff;
	font-size:11px;
}
.footer a {color:#ffffff; text-decoration:none;}
.footer a:hover {color:#D7E1EC;}
.footer_left {
	float:left;
}
.footer_right {
	float:right;
}