/*  
Theme Name: PhatGuru 
Theme URI: http://www.phatguru.com/
Description: First PhatGuru Layout Beta.
Version: 1.0
Author: Eric Chang
Author URI: http://www.xmzonline.com/
*/



/* Begin Typography & Colors */
body {
	font-family:'Arial Unicode MS', Verdana, Arial, Sans-Serif;
	background-image:url(img07/x_bg16.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#2F002F;
	color: #333;
	margin:0;
	}
.copyright {
	font-size:10px;
	}
#copyBox a:link{color:#660099;
    font-size:10px;
	text-decoration: none;
	}
#copyBox a:visited{color:#660099;
    font-size:10px;
	text-decoration: none;
	}
#copyBox a:hover{color:#660099;
    font-size:10px;
	text-decoration: underline;
	}
#copyBox a:active {
	font-size:10px;
	text-decoration: none;
	color:#660099;
}
#lowerBox {
    font-size:12px;
	color:#660099;
	}
#lowerBox a:link {
	color:#660099;
	text-decoration: none;
	}
#lowerBox a:visited {
	color:#660099;
	text-decoration: none;
	}
#lowerBox a:active {
	color:#660099;
	text-decoration: none;
	}
#lowerBox a:hover {
	color:#660099;
	text-decoration: underline;
	}

#content {
	font-size: 14px;
	}

.narrowcolumn .entry {
	line-height: 1.4em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	font-size:11px;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h2, h3 {
	font-family: 'Arial Unicode MS', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h2 {
	font-size: 15px;
	}

h2.pagetitle {
	font-size: 15px;
	}

h3 {
	font-size: 17px;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color:#663399;
	font-size:17px;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #wp-calendar caption, cite {
	text-decoration: none;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Arial Unicode MS', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Arial Unicode MS', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color:#6600CC;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}
/* no edit.. maybe in the future */	
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Arial Unicode MS', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* end of edit */


/* End Typography & Colors */



/* Begin Structure */

.narrowcolumn {
	padding: 0px 15px 20px 15px;
	margin: 0px 0 0;
	width: 469px;
	}

.post {
	margin: 0px 0px 40px 0px;
	text-align: left;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.postmetadata {
	clear: left;
}

/* End Structure */



/*	Begin Headers */
h2 {
	margin: 0px 0px 0px 30px;
	}
/* check search.php */

h2.pagetitle {
	color:#FFFFFF;
	text-align: left;
}

/* end of check search.php */

h3 {
	padding: 0;
	margin: 20px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

/* exclude the following and check later

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
*/

/* End Entry Lists */

.entry img { border:1px solid #ccc; padding:1px; margin-right:6px;}

/* Begin Form Elements */
#searchform {
	margin: 10px 10px 10px 20px;
	padding: 5px 3px; 
	text-align: left;
	}

#searchform #s {
	width: 108px;
	padding: 2px;
	}

#searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	font-size:12px;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	font-size:12px;
	height:100px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	font-size:12px;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	color:#ffffff;
	}
	
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	color:#FFFF99;
	font-weight:bold;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	font-size:14px;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	font-size:13px;
	}

/*#wp-calendar td.pad:hover { /* Doesn't work in IE 
	background-color: #fff; } */




/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

/* custom styles for the following page: press release, terms, privacy policy and about pg */

.customPage { font-size:13px; line-height:1.4em }

/* end of custom styles */

/* custom page for Events and Shopping */

.custom-page-header { font-size:20px; margin-top:20px; padding:8px 0px 8px 8px; color:#660066; width:100%; background-color:#EECDF5; }
.custom-page-title { font-size:14px; padding-top:8px; font-weight:bold; }
.custom-page-info { font-size:12px; }
.custom-page-link { padding-bottom:8px; border-bottom:1px dotted #CCCCCC; }

/* end of custom page */

/* begin news list styles */

.newsList { color:#ffffff; font-size:12px; padding-bottom:8px; }
.newsList a:link { color:#ffffff;  text-decoration:none; }
.newsList a:visited { color:#ffffff;  text-decoration:none;  }
.newsList a:hover { color:#ffffff;  text-decoration:underline; }
.newsList a:active { color:#ffffff;  text-decoration:none;  }

/* end of news list styles */

/* begin what's new style */

.postText { font-size:12px; color:#fff }
.postText a:link { color:#fff;  text-decoration:none; }
.postText a:visited { color:#fff;  text-decoration:none;  }
.postText a:hover { color:#fff;  text-decoration:underline; }
.postText a:active { color:#fff;  text-decoration:none;  }

/* end of what's new style */

/* begin top pick */
.topPick { color:#fff; font-size:12px; }
.topPick a:link { color:#fff;  text-decoration:none; }
.topPick a:visited { color:#fff;  text-decoration:none;  }
.topPick a:hover { color:#fff;  text-decoration:underline; }
.topPick a:active { color:#fff;  text-decoration:none;  }

/* end of top pick */

.readmoreStyle { font-size:12px; padding-top:5px }
.readmoreStyle a:link { text-decoration:none; color:#00CCFF; }
.readmoreStyle a:visited { text-decoration:none; color:#00CCFF; }
.readmoreStyle a:hover { text-decoration:underline; color:#0099FF; }
.readmoreStyle a:active { text-decoration:none; color:#00CCFF; }

/* Press Release */
.cat17 p{margin:0;padding:0;font-size:11px;color:#000000;}
.cat17 p strong{font-weight:normal;}

.wardrobeText { padding:8px; font-size:14px; line-height:19px; font-weight:bold; }
.wardrobeText a:link { color:#FFFF00; text-decoration:none; }
.wardrobeText a:visited { color:#FFFF00; text-decoration:none; }
.wardrobeText a:active { color:#FFFF00; text-decoration:none; }
.wardrobeText a:hover { color:#FFFF00; text-decoration:underline; }

/* video section */
.video-img { margin:2px 2px 0px 2px; }
.video-text { font-size:25px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; color:#fff; letter-spacing:-1px; padding:12px 0px;}

.new-cw-bg { background-image:url(update-img/celebrity-wardrobe-bg.jpg); background-color:#6500E4; background-repeat:no-repeat; padding:7px 8px 0px 8px; }
.new-cw { font-size:12px; padding-bottom:3px; }
.new-cw a:link { color:#fff; text-decoration:none; }
.new-cw a:visited { color:#fff; text-decoration:none; }
.new-cw a:hover { color:#fff; text-decoration:underline; }
.new-cw a:active { color:#fff; text-decoration:none; }
.new-post-arrow { padding-right:6px; }
.new-event-img { padding:4px; background-color:#F5F5F5; border:1px solid #ccc; margin:0px 8px 2px 0px; }
.feature-event-post { font-size:12px; font-weight:bold; padding-bottom:8px; }
.feature-event-post a:link { color:#fff; text-decoration:none; }
.feature-event-post a:visited { color:#fff; text-decoration:none; }
.feature-event-post a:hover { color:#fff; text-decoration:underline; }
.feature-event-post a:active { color:#fff; text-decoration:none; }
.new-feature-event-text { font-size:12px; color:#fff; line-height:15px; }
.new-feature-event-text a:link { color:#fff; text-decoration:none; }
.new-feature-event-text a:visited { color:#fff; text-decoration:none; }
.new-feature-event-text a:hover { color:#fff; text-decoration:underline; }
.new-feature-event-text a:active { color:#fff; text-decoration:none; }

.new-lower-box { font-size:12px; color:#fff; padding:6px 0px; border-bottom:1px dotted #D8D8D8; }
.new-lower-box a:link { color:#fff; text-decoration:none; }
.new-lower-box a:visited { color:#fff; text-decoration:none; }
.new-lower-box a:hover { color:#fff; text-decoration:underline; }
.new-lower-box a:active { color:#fff; text-decoration:none; }

.featured-event-date { padding-left:120px; color:#fff; font-size:12px; padding-top:2px; }

