/*  
Theme Name: Rudy2
Theme URI: http://wordpress.org/
Description: Rudy2 Orange WordPress theme
Version: 1.0
Author: Alexander Matveenko
Author URI: 
*/

body {
	background-color: #363636;
	color: white;
	margin: 0;
	padding: 40px 0;	
}

body, td, th, textarea, input, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}
img {
	border: none;
}
h1, h2, h3, h4, p, form, ul, li {
	margin: 0;
	padding: 0;	
}
p {
	text-align: justify;
}

a:link, a:active {
	color: #f78414;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #a3620a;
	text-decoration: none;
}

#container {
	background-color: white;
	color: #3f3f3f;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	background-color: #f7901e;
	height: 137px;
}
#logo {
	position: absolute;
	padding-left: 48px;
	padding-top: 23px;
}
#logo a:link, #logo a:visited, #logo a:active {
	display: block;
	width: 236px;
	height: 102px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: 0 0;	
	text-indent: -9999px;
}

#slogan {
	position: absolute;
	padding-left: 582px;
	padding-top: 30px;
}
#slogan h2 {
	display: block;
	width: 335px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: 0 0;	
	background-image: url(images/slogan.gif);	
	text-indent: -9999px;
}

#menu {
	height: 33px;
}
#menu ul {
	padding-top: 104px;
	padding-left: 356px;	
	height: 33px;
	list-style: none;
}
#menu li {
	display: inline;
	float: left;
	margin-right: 3px;
}
#menu a:link, #menu a:visited, #menu a:active {
	display: block;
	width: 138px;
	height: 30px;
	padding-top: 3px;
	background-color: #fbaf5d;
	background-image: url(images/tabs.gif);
	background-position: top;
	color: white;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
}
#menu a:hover {
	background-color: #cd7719;
	background-position: center;
}
#menu .active {
	background-color: white !important;
	background-position: bottom !important;
	color: #f7901e !important;
}

#footer {
	background-color: #363636;
	color: #b1b1b1;
	font-size: 10px;
	padding-top: 15px;
	line-height: 130%;
}
#footer p {
	padding-bottom: 5px;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #a88965;
}
#footer a:hover {
	color: #f7901e;
}

#body {
	border-bottom: 10px solid #f7901e;
	min-height: 500px;
}

#body {
	overflow: hidden;
	width: 100%;
	padding-top: 60px;
	padding-bottom: 30px;
}

#left {
	width: 237px;
	padding-left: 50px;
	float: left;
	font-size: 11px;
}
#right {
	width: 560px;
	float: right;
	padding-right: 45px;
}

/* sidebar */
.box {
	padding-bottom: 45px;
}
.box h2 {
	text-indent: -9999px;
	font-size: 21px;
	line-height: 100%;
	border-bottom: 1px solid #f7901e;
	background-repeat: no-repeat;
	background-position: top left;
}


.box_form {
	height: 30px;
}
.sidebar_input {
	width: 201px;
	padding-left: 5px;
	border: 1px solid #818181;
	height: 20px;
	position: absolute;
}
.sidebar_submit {
	border: none;
	width: 23px;
	height: 24px;
	background-image: url(images/input_submit.gif);
	background-repeat: no-repeat;
	background-color: white;
	background-position: 0 0;
	position: absolute;
	margin-left: 214px;
	cursor: pointer;
}
.title_newsletter {
	background-image: url(images/titles/newsletter.gif);
	padding-bottom: 2px;
	margin-bottom: 10px;
}
.title_search {
	background-image: url(images/titles/search.gif);
	padding-bottom: 2px;
	margin-bottom: 10px;
}
.title_archive {
	background-image: url(images/titles/archive.gif);
	padding-bottom: 2px;
}
.title_tags {
	background-image: url(images/titles/popular_tags.gif);
	padding-bottom: 5px;
}
.title_links {
	background-image: url(images/titles/take_a_closer_look.gif);
	border-bottom: none !important;
	padding-bottom: 5px;
}
.title_flickr {
	background-image: url(images/titles/flickr.gif);
	padding-bottom: 2px;
}

.box_tags {
	padding-top: 5px;
	line-height: 170%;
}
.box_tags a:link, .box_tags a:visited, .box_tags a:active {
	text-transform: lowercase;
	padding-right: 5px;
}

p.box_rudy {
	line-height: 160%;
	padding-top: 5px;
}
ul.box_links {
	list-style: none;
}
.box_links li {
	display: block;
	height: 56px;
	line-height: 1px;
	font-size: 1px;
	margin-bottom: 4px;
}

ul.box_archive {
	list-style: none;
	padding-top: 4px;
}

.box .addthis {
	padding-bottom: 15px;
}


/* post short */
.teaser {
	padding-bottom: 45px;
}
.teaser_image {
	float: left;
	padding: 5px 20px 5px 0;
}
.teaser p {
	line-height: 160%;
	padding-bottom: 10px;
}
.teaser h2 {
	font-size: 21px;
	font-weight: bold;
	color: #555555;
	border-bottom: 1px solid #9f9f9f;
	margin-bottom: 15px;
}
.teaser h2 a:link, .teaser h2 a:active, .teaser h2 a:visited {
	color: #555555;
}
.teaser h2 a:hover {
	color: #f78414;
	text-decoration: none;
}
/*
.teaser h2 a:visited {
	color: #a3620a;
	text-decoration: none;	
}
*/
.teaser_footer {
	border-top: 1px solid #f7901e;
	margin-top: 8px;
	color: #818181;
	font-size: 12px;
	padding-top: 3px;
}
.teaser_footer span {
	color: #c6c6c6;
	padding: 0 3px;
}
.teaser_footer .addthis {
	padding-left: 10px;
	position: absolute;
	padding-top: 1px;	
}

.navigation {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 40px;
}

.navigation span {
	color: #f7901e;
	padding: 0 5px;
}

#right h1 {
	color: #f7901e;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px solid #f7901e;
	margin-bottom: 2px;
}



/* post */
.post p {
	line-height: 160%;
	padding-bottom: 10px;
}
.post h2 {
	font-size: 21px;
	font-weight: bold;
	color: #555555;
	border-bottom: 1px solid #9f9f9f;
	margin-bottom: 15px;
}
.post h2 a:link, .post h2 a:active, .post h2 a:visited {
	color: #555555;
}
.post h2 a:hover {
	color: #f78414;
	text-decoration: none;
}
.post .tags {
	padding-top: 20px;
	padding-bottom: 10px;
}
#post_features {
	height: 40px;
	padding-top: 20px;
}
#post_rating {
	position: absolute;
}
#post_email {
	float: right;
}

#post_metadata {
	font-size: 11px;
	border: 1px dashed #9f9f9f;
	padding: 5px 15px 10px 15px;
	background-color: white;
}
#post_metadata p {
	padding: 4px 0;
}
#post_navigation {
	padding: 10px 0 40px 0;
	font-size: 11px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	color: #555555;
	padding-bottom: 10px;
}
h3#respond {
	padding-top: 30px;
}


/* comments */
ol.commentlist {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 30px;
	border-bottom: 1px solid #D2D2D2;
}
ol.commentlist li {
	border-top: 1px solid #D2D2D2;
	padding: 15px;
	padding-top: 8px;
}
.alt {
	background-color: #F7F7F7;
}
.comment_author {
	font-weight: bold;
}
.comment_date {
	font-size: 10px;
	padding-bottom: 5px;
	color: #898989;
}
.comment_edit {
	float: right;
	font-size: 11px;
}



.input {
	padding: 2px 4px;
	border: 1px solid #b2b2b2;
}
label.comments {
	width: 60px;
	padding-top: 3px;
	float: left;
}
p.commentform {
	padding-bottom: 5px !important;
}
#secureimgdiv {
	padding-top: 5px;
}
#secureimgdiv img {
	margin-bottom: -5px;
}
textarea#comment, textarea#yourremarks {
	overflow: auto;
	width: 540px;
}
.commentsubmit {
	border: none;
	background-color: #f7901e;
	color: white;
	font-weight: bold;
	cursor: pointer;
	margin: 10px 0 20px 0;
}
.comment_note {
	color: #B2B2B2;
}

/* search */
.post_search {
	padding-bottom: 30px;
}
.post_search h2 {
	font-size: 16px;
	font-weight: bold;
	color: #555555;
	border-bottom: 1px solid #9f9f9f;
	margin-bottom: 5px;
}
.post_search h2 a:link, .post_search h2 a:active, .post_search h2 a:visited {
	color: #555555;
}
.post_search h2 a:hover {
	color: #f78414;
	text-decoration: none;
}
.post_search_footer {
	margin-top: 8px;
	color: #818181;
	font-size: 12px;
}
.post_search_footer span {
	color: #c6c6c6;
	padding: 0 3px;
}
.post_search_footer .addthis {
	padding-left: 10px;
	position: absolute;
	padding-top: 1px;	
}

#right ul {
	padding: 0px 0 15px 20px;
}
#right ul ul {
	padding-top: 4px;
	list-style: disc;
}
#right ul a {
	font-weight: bold;
}
#right ul ul a {
	font-weight: normal;
}

#right li {
	padding: 2px;	
}

/* sitemap */
.ddsg-wrapper {
	padding-top: 30px;
}
.ddsg-wrapper ul {
	padding: 0px 0 15px 0px !important;
	list-style: none;
}
.ddsg-wrapper ul ul {
	padding: 3px 0 15px 20px !important;
	list-style: disc;
}

/* adsense */
.adsense {
	padding-bottom: 30px;
}


/* flickr */
#flickr_badge_uber_wrapper {
	margin-top: 10px;	
}
#flickr_badge_wrapper {
}
.flickr_badge_image {
	display: inline;
	border-bottom: 4px solid white;
	border-right: 4px solid white;
}
.flickr_badge_image img {
	/*border: 1px solid #f7901e !important;*/
}
#flickr_badge_source {text-align:left; margin:0 10px 0 10px;}
#flickr_badge_icon {float:left; margin-right:5px;}
#flickr_www {display:block; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#3993ff;}
#flickr_badge_wrapper {}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}
