/*
Theme Name: CYPEE Red
Theme URI: http://arashinfo.com/home/cypee-red-wordpress-theme/
Description: By <a href="http://CYPEE.com/">CYPEE.com&trade;</a>. html, css, table uses
Version: 1.1
Author: Gurjeet Singh
Author URI: http://arashinfo.com/home/
Tags: red, brown, two-columns, fixed-width,right-sidebar

	CYPEE Red v1.1
	 http://CYPEE.com

	This theme was designed and built by Gurjeet Singh,
	whose blog you will find at http://arashinfo.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Begin Structure */
body {
	background-image: url(images/red-bg.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
.top-table-td{
	background-color: #993300;
	background-image: url(images/cool-background-red.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 777px;
}
.top-table-td h1 a {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	line-height: 85px;
	font-size: 24px;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
	height: 85px;
}
/* End Structure */

.sidebar-td ul {
	list-style-type: none;
	margin-left: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	bottom: -10px;
}
.main-table-td h2 a,.main-table-td h2, .main-table-td h3 a, .main-table-td h3 {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #5F1105;
}
.main-table-td .entry p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.main-table-td .postmetadata a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #990000;
}
.main-table-td .postmetadata {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.main-table-td small {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
	color: #333333;
}
.main-table-td .commentlist li .comment-author vcard a {
	font-family: Arial, Helvetica, sans-serif;
}


.sidebar-td h2 {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}
.sidebar-td ul li ul li a,.sidebar-td ul li ul li, .sidebar-td ul li ul li a:visited, .sidebar-td ul li{
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	font-weight: normal;
	letter-spacing: 1px;
	list-style-type: none;
	line-height: 12px;
}
.top-table-td .description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 0px;
}
.footer-table-td p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.footer-table-td a {
	color: #990000;
	text-decoration: none;
}

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;
	}
	
	
/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

.sidebar-td #searchform #s {
	width: 108px;
	padding: 2px;
	}

.sidebar-td #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */
/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 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;
	}

#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;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:visited,a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
}
.sidebar-td ul li div a {
	color: #990000;
	font-size: 12px;
}

a:hover {
	text-decoration:underline
}
.footer-table-main {
	background-image: url(images/red-bg-small.gif);
	background-repeat: repeat-x;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

