/*
Theme Name: Stars and Strypes
Author:     Keywan Najafi Tonekaboni
Theme URI: http://www.prometoys.net/downloads/starsnstripes.zip
Version: 1.0
Description: A two-column layout with Stars and Stripes. Based on the Deep Red theme by Viktor Persson.
Author URI: http://www.prometoys.net/
Last updated: 2009-05-20

http://templates.arcsin.se/deep-red-wordpress-theme/

This theme is licensed under a

Creative Commons Attribution 3.0 Germany License
http://creativecommons.org/licenses/by/3.0/de/

Creative Commons Attribution 2.5 License
http://creativecommons.org/licenses/by/2.5/
*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
body {
	background: url(img/bgbody.gif) repeat-y center top;
	font: normal 0.7em sans-serif;
}
div a {
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
}

h1 {
	color: #444;
	font: normal 2em sans-serif;
	margin: 18px 0 0 0;
}

h2 {
	color: #444;
	font: normal 1.5em sans-serif;
	margin: 18px 0 0 0;
}

h3 {
	color: #444;
	font: bold 1.3em sans-serif;
	margin: 10px 0;
}

code {
	background: url(img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #D91623;
	color: #555;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	background: url(img/quote.gif) no-repeat;
	color: #555;
	display: block;
	font: bold 1.2em "Trebuchet MS",serif;
	margin: 6px 0;
	padding-left: 28px;
}

/* structure */
.main {
	width: 780px;
	margin: 0 auto;
}
.main_left {
	float: right;
	padding-top: 6px;
	width: 520px;
}
.main_right {
	border-top: 6px solid #FFF;
	float: left;
	width: 254px;
}
.footer {clear: both;}

/* misc */
.left {
	float: right;
}
.right {
	float: left;
}
.clearer {
	clear: both;
	font-size: 0;
	line-height: 0;
	display: block;
}

.header,.link_projects,.lbl,.link_updates a {
	border-bottom: 6px solid #FFF;
}
div.link_projects a:hover,div.link_updates a:hover, .content a:hover, div.footer div.left a:hover, #wp-tagcloud:hover {
	background: #D7162C;
	color: #FFF;
}

div.link_subpages {background: #222 url(img/grdnt_gray.gif) repeat-x;}
div.link_subpages li {list-style: none; border-bottom: 5px solid #FFF;}
div.link_subpages a {
	display: block;
	padding: 15px 14px;
	width: 226px;
	/*
	padding: 15px 5%;
	width: 90%;
	*/
	font-weight: bold;
}
div.link_subpages a:hover {
	background: #D7162C;
	color: #FFF;
}

/* logo */
.header_picture {
	background: #D91623 url(img/bgheader.gif) repeat-x;
	height: 180px;
	margin-bottom: 6px;
}
.header h1 {
	background: #CC002D;
	padding: 6px;
	margin-top: 0px;
	height: 90px;
	font: bold 3em Verdana,sans-serif;
}

/* main navigation */
.link_menu {
	background: #CC002D;
}
.link_menu a {
	border-bottom: 1px solid #FFF;
	display: block;
	font: bolder 1.4em Verdana,sans-serif;
	height: 22px;
	padding: 6px 0 0 10px;
	text-decoration: none;
}
.link_menu a:hover {background: #444;}

#navMenu li {
	list-style-type:none;
}

/* projects */
.link_logo {
	background: #FFF url(img/bglbl.gif) repeat;
	height: 102px;
}

.lbl {
	background: #000066;
	clear: both;
	color: #FFF;
	font: normal 2em "Lucida Sans Unicode",sans-serif;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-align: center;
}
.link_projects a {
	display: block;
	height: 100px;
	text-align: center;
	color: #FFF;
	padding-top: 24px;
	width: 124px;
	font-size: 0.9em;
	font-family: sans-serif;
}
.link_projects a span {
	font: normal 5em sans-serif;
}
a.g1 {
	background: #888;
}
a.g2 {
	background: #666;
	border-left: 6px solid #FFF;
}

/* updates */
.link_updates {
	background: #222 url(img/grdnt_gray.gif) repeat-x;
}
.link_updates .lbl {
	height: 100px;
	line-height: 100px;
}
.link_updates a {
	clear: left;
	display: block;
	font: normal 1em "Trebuchet MS",sans-serif;
	height: 55px;
	padding: 10px 0;
	text-align: center;
}
.link_updates a span {
	float: right;
	font: bold 1.1em Verdana,sans-serif;
	margin-left: 6px;
	margin-top: 14px;
	padding: 5px;
}

#ajax_comments, #respond, #commentform {
	padding: 0 10px;
	width: 90%;
}

#commentform p {
	padding-top:5px
}

/* content */
.content {
	color: #444;
	font-family: Verdana,sans-serif;
	line-height: 1.6em;
	padding: 0 10px 10px;
}

.url a {
	color: #FD1C24;
}

.commentlist a {
	color: #FD1C24;
}

.content a {
	color: #FD1C24;
}

.content p {
	margin: 4px 0 10px 0;
	font-size: 1.3em;
}
.content .descr {
	color: #666;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}

/* footer */
.footer {
	color: #666;
	clear: both;
}
.footer .right a {
	background: #2A2A2A;
	color: #555;
	padding: 1px 3px;
}
.footer .right a:hover {
	background: #383838;
	color: #999;
}
.footer .left a {
	color: #777;
}
.footer .left {
	border-top: 1px solid #F0F0F0;
	padding: 9px 0 9px 9px;
	width: 507px;
}
.footer .right {
	margin-right: 8px;
	padding: 9px 0;
	text-align: right;
	width: 220px;
}

/* COMENTS */
.commentlist li {
	background: url(img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #D91623;
	color: #555;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
}

.commentmetadata a, #commentform a {
	color:#D91623;
}
#comment {
	width:97%;
	height:15em;
}
.insertando {
	text-align:center;
	font-size:1.5em;
}
.gravatar {
float:right;
}

/* Widgets */
.widge ul {
	padding: 12px;
}

.widget ul {background: #222 url(img/grdnt_gray.gif) repeat-x;}
.widget ul li {list-style: none; border-bottom: 5px solid #FFF;}
.widget ul a {
	display: block;
	padding: 8px 14px;
	width: 226px;
	font-weight: bold;
}
.widget ul a:hover {
	background: #D7162C;
	color: #FFF;
}
.widget form {color: #AAA; padding: 12px;}

/*	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 Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 0px auto 0;
	width: 190px;
	color: #000066;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	color: white;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	color: white;
	}

#wp-calendar a {
	font-weight: bold;
	color: white;
	display: block;
}

#wp-calendar caption {
	text-align: center;
	font-weight: bold;
	color: white;
}

#wp-calendar td {
	padding: 0px 0;
	text-align: center;
}

#calendar_wrap {background: #222 url(img/grdnt_gray.gif) repeat-x;}
#calendar_wrap {border-bottom: 5px solid #FFF;}
#calendar_wrap {
	display: block;
	padding: 15px 14px;
	height: 128px;
	width: 226px;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
}


#wp-calendar td:hover, #wp-calendar a:hover {
	background-color: white;
	color: #555;
}

#wp-calendar #today a:hover, #wp-calendar #today a { 
	color: #555;
	background-color: white;
}

#wp-calendar #today {
	color: #555;
	background-color: white;
}

#wp-calendar thead { display: none; }
/* End Calendar */

/* Tag Cloud */

#wp-tagcloud {background: #222 url(img/grdnt_gray.gif) repeat-x;}
#wp-tagcloud {border-bottom: 5px solid #FFF;}
#wp-tagcloud {
	display: block;
	padding: 8px 14px;
	width: 226px;
	font-weight: bold;
}

a.tagsz-1 { font-size: 11px; }
a.tagsz-2 { font-size: 14px; }
a.tagsz-3 { font-size: 18px; }
a.tagsz-4 { font-size: 22px; }
a.tagsz-5 { font-size: 28px; }

/* RSS Widget */

.rsswidget img { display: none; }
