/*  
Theme Name: Ultimate Web Design
Theme URI: http://davidbeckblog.com/
Description: This is the theme used for Ultimate Reno Web Design website.
Version: 1.0
Author: David Beck
Author URI: http://davidbeckblog.com/

*/


/* (C) Copyright 2009 David Beck */


a:link {
	color: #243BDB;
}
a:visited {
	color: #5400A7;
}
a:active {
	color: #F30000;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Arial Black", Gadget, sans-serif;
	margin-bottom: 0.5em;
	text-shadow: 0px 1px 0px #fff;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
	color: #2B2B2B !important;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: underline;
}

p {
	margin: 0.7em 0;
}

pre {
	overflow: auto;
	border: solid 1px #7D7D7D;
	margin-left: 20px;
	padding: 4px;
	background: #FFF;
}

blockquote {
	padding: 10px;
			
	background: #dadadb;
	background: rgba(0, 0, 0, 0.05);
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	border: solid 1px #dcdcd4;
	border-color: rgba(0, 0 ,0 , 0.15);
	border-top: solid 1px #b8b8b1;
	border-top-color: rgba(0, 0 ,0 , 0.3);
}

.legal {
	font-size: 0.7em;
}

.hilite {
	font-weight: bold;
	font-family: "Arial Black", Gadget, sans-serif;
}

.alignright {
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	
	float: right;
}
.alignleft {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	
	float: left;
}
.aligncenter {
	margin: auto;
	
	padding-bottom: 10px;
	padding-top: 10px;
}

.wp-caption {
	background: #fff;
	border: solid 1px #7D7D7D;
	padding: 10px 5px;
	margin: 4px;
	
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8);
	font-size: 12px;
	
	text-align: center;
			
	background: #dadadb;
	background: rgba(0, 0, 0, 0.05);
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	border: solid 1px #dcdcd4;
	border-color: rgba(0, 0 ,0 , 0.15);
	border-top: solid 1px #b8b8b1;
	border-top-color: rgba(0, 0 ,0 , 0.3);
}

.wp-caption-text {
	margin-bottom: 0px;
}


.pages {
	margin-top: 20px;
	border-top: solid 1px;
	text-align: right;
	
	color: #2B2B2B;
	font-family: "Arial Black", Gadget, sans-serif;
}
.pages a {
	padding: 0px 2px;
	text-decoration: none;
	font-weight: normal;
	
	color: #2B2B2B;
	font-family: Arial, Helvetica, sans-serif;
}

.pages a:hover {
	text-decoration: underline;
}


.post {
	margin-bottom: 10px;
}

.post-title {
	margin-bottom: 2px;
}

.date {
	margin-top: 0px;
}

.footnote {
	font-size: 0.7em;
	margin-top: 15px;
}

.more-link {
	font-size: 0.8em;
	display: block;
	margin-top: 8px;
}

.comments {
	font-size: 0.9em;
}

.commentlist {
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
	list-style-type: none;
}

.commentlist li {
	margin-bottom: 20px;
}

.comment-content {
	margin-left: 60px;
}

.commenter-name {
	font-size: 1em;
	margin-bottom: 0px;
}

.comments .date {
	font-size: 0.7em;
}

#comment {
	height: 100px;
}

.avatar {
	margin: 4px;
	float: left;
}

.post-seperator {
	height: 28px;
	background: url(images/post-seperator.png) no-repeat center;
	margin-bottom: 20px;
}




body {
	margin: 0px;
	padding: 20px;
	
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-color: #383838;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#container {
	width: 900px;
	margin: auto;
	position: relative;
}

a, p, h1, h2, h3, h4, h5, h6, input, textarea, label, li, blockquote, pre {
	-webkit-user-select: text;
}




#header {
	margin: 0px;
	padding: 0px;
	height: 60px;
	
	-webkit-user-select: none;
	-moz-user-select: none;
}

#site-title {
	display: block;
	width: 250px;
	height: 40px;
	background: url(images/icons.png);
}
#site-title .alt {
	display: block;
	opacity: 0.0;
	filter:alpha(opacity=0);
	
	font-size: 32px;
	font-family:"Times New Roman", Times, serif;
}



#navigation {
	height: 30px;
}

#navigation .page-link {
	margin-right: 15px;
	
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	color: #7D7D7D;
	text-decoration: none;
	text-shadow: 0px 1px 0px #fff;
	line-height: 25px;
	
	-webkit-user-select: none;
	-moz-user-select: none;
}

#navigation .page-link.current {
	border-bottom: solid #7D7D7D 6px;
}

#navigation .page-link:hover {
	border-bottom: solid #2B2B2B 6px;
}

#rss-link {
	background-image: url(images/icons.png);
	background-repeat: no-repeat;
	padding-left: 14px;
	background-position: -650px 6px;
	border-bottom: none !important;
}



.block {
	background: url(images/repeat-x.png) repeat-x #f6f6f7;
	background-position: 0px -710px;
	
	border: solid 1px #999;
	-webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 25px #666;
	box-shadow: 0px 0px 25px #666;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	
	padding: 15px;
}

#sidebar {
	width: 220px;
	min-height: 300px;
	margin-top: 20px;
	position: absolute;
	right: 0px;
	
	font-size: 12px;
}

#sidebar h2 {
	font-size: 1.2em;
}

#sidebar ul {
	list-style: none;
	padding-left: 0px;
}

#sidebar ul ul {
	list-style-position: inside;
	padding-left: 0px;
}

#sidebar ul ul li {
	padding: 2px 0px;
	padding-left: 10px;
}

ul.twitter {
	list-style: none !important;
}

ul.twitter li {
	padding: 5px 0px;
	border-bottom: solid 1px #bbb;
}

ul.twitter li:last-child {
	border-bottom: none;
}



#content {
	width: 570px;
	min-height: 300px;
	margin-top: 20px;
	margin-bottom: 20px;
	
	position: relative;
}




.border-wrapper {
	position: relative;
	display: block;
}

.border-left, .border-right, .border-center {
	position: absolute;
	display: block;
	
	background-repeat: no-repeat;
}

.border-center {
	background-repeat: repeat-x;
}

.border-wrapper input, .border-wrapper textarea {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	
	border: none;
	background: none;
	margin: 0px;
	padding: 0px;
}

.border-wrapper input:focus, .border-wrapper textarea:focus {
    outline: none;
}






/*Search Field*/
.search.border-wrapper {
	height: 18px;
}

.search.border-left {
	top: -7px;
	left: -7px;
	width: 27px;
	height: 35px;
	
	background-image: url(images/icons.png);
	background-position: -498px -22px;
}
.focus .search.border-left {
	background-position: -457px -22px;
}

.search.border-right {
	top: -7px;
	right: -10px;
	width: 20px;
	height: 35px;
	
	background-image: url(images/icons.png);
	background-position: -525px -22px;
}
.focus .search.border-right {
	background-position: -484px -22px;
}

.search.border-center {
	top: -7px;
	right: 10px;
	left: 20px;
	height: 35px;
	
	background-image: url(images/repeat-x.png);
}
.focus .search.border-center {
	background-position: 0px -35px;
}

.search.border-wrapper input {
	display: block;
	top: 3px;
	right: 17px;
	left: 20px;
	height: 14px;
	width: 183px;
	
	font-size: 11px;
	
	margin: 0px;
	padding: 0px;
	border: none;
	background: none;
}

.search.border-wrapper.empty input {
	background-image: url(images/icons.png);
	background-position: -648px -36px;
	background-repeat: no-repeat;
}

.search.border-wrapper input:focus {
    outline: none;
}

.search.border-wrapper .clear-button {
	display: block;
	position: absolute;
	height: 11px;
	width: 11px;
	top: 4px;
	right: 4px;
	
	background-image: url(images/icons.png);
	background-position: -460px 0px;
}

.search.border-wrapper.empty .clear-button {
	display: none;
}




/*Text fields*/
.text-field.border-wrapper {
	height: 17px;
	
	margin: 3px 2px;
}

.text-field.border-left, .text-field.border-right, .text-field.border-center {
	top: -10px;
	height: 37px;
}

.text-field.border-left {
	left: -9px;
	width: 10px;
	
	background-image: url(images/icons.png);
	background-position: -546px -22px;
}
.focus .text-field.border-left {
	background-position: -572px -22px;
}

.text-field.border-right {
	right: -9px;
	width: 10px;
	
	background-image: url(images/icons.png);
	background-position: -559px -22px;
}
.focus .text-field.border-right {
	background-position: -585px -22px;
}

.text-field.border-center {
	left: 1px;
	right: 1px;
	
	background-image: url(images/repeat-x.png);
	background-position: 0px -70px;
}
.focus .text-field.border-center {
	background-position: 0px -105px;
}

input.text-field {
	display: block;
	position: absolute;
	
	font-size: 13px;
	
	background: none;
	border: none;
	padding: 0px;
	margin: 0px;
}
input.text-field:focus {
    outline: none;
}




.text-area.border-wrapper {
	height:228px;
	
	margin: 4px;
}

.text-area.border-wrapper .text-area.border-left, .text-area.border-wrapper .text-area.border-right, .text-area.border-wrapper .text-area.border-center {
	top: -8px;
	height: 250px;
}

.text-area.border-wrapper .text-area.border-left {
	left: -8px;
	width: 7px;
	
	background-image: url(images/icons.png);
	background-position: -928px 0px;
}
.text-area.border-wrapper.focus .text-area.border-left {
	background-position: -951px 0px;
}

.text-area.border-wrapper .text-area.border-right {
	right: -8px;
	width: 7px;
	
	background-image: url(images/icons.png);
	background-position: -935px 0px;
}
.text-area.border-wrapper.focus .text-area.border-right {
	background-position: -960px 0px;
}

.text-area.border-wrapper .text-area.border-center {
	top: -11px;
	left: -1px;
	right: -1px;
	
	background-image: url(images/repeat-x.png);
	background-position: 0px -144px;
}
.text-area.border-wrapper.focus .text-area.border-center {
	background-position: 0px -394px;
}

.text-area.border-wrapper textarea.text-area {
	resize: none;
	
	font-size: 12px;
}





.submit-button.border-wrapper {
	display: inline-block;
	height: 25px;
	
	cursor: pointer;
	color: #2B2B2B !important;
	
	-webkit-user-select: none;
	-moz-user-select: none;
}

.submit-button.border-wrapper .submit-button.border-left, .submit-button.border-wrapper .submit-button.border-right, .submit-button.border-wrapper .submit-button.border-center {
	top: -4px;
	height: 33px;
}

.submit-button.border-wrapper .submit-button.border-left {
	left: -4px;
	width: 8px;
	
	background-image: url(images/icons.png);
	background-position: -781px 0px;
}
.submit-button.border-wrapper:active .submit-button.border-left {
	background-position: -803px 0px;
}

.submit-button.border-wrapper .submit-button.border-right {
	right: -4px;
	width: 8px;
	
	background-image: url(images/icons.png);
	background-position: -794px 0px;
}
.submit-button.border-wrapper:active .submit-button.border-right {
	background-position: -816px 0px;
}

.submit-button.border-wrapper .submit-button.border-center {
	left: 4px;
	right: 4px;
	
	background-image: url(images/repeat-x.png);
	background-position: 0px -644px;
}
.submit-button.border-wrapper:active .submit-button.border-center {
	background-position: 0px -677px;
}

.submit-button.border-wrapper .submit-button.label {
	position: relative;
	display: inline-block;
	z-index: 5;
	padding: 4px 8px;
	
	line-height: 17px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	text-shadow: 0px 1px 0px #fff;
}
.submit-button.border-wrapper:active .submit-button.label {
	text-shadow: 0px -1px 0px #fff;
}

.submit-button.border-wrapper input.submit-button {
	display: none;
}


.wpcf7-not-valid-tip-no-ajax, wpcf7-validation-errors {
	color: #F30000;
}



form table {
	width: 100%;
}

form table .required {
	font-weight: bold;
}

form table .left {
	text-align: right;
	vertical-align: top;
	width: 1px;
}




/*Page Numbers*/

#wp_page_numbers {
	position: relative;
	display: inline-block;
	height: 25px;
	
	font-size: 16px;
	font-family: "Arial Black", Gadget, sans-serif;
}

#wp_page_numbers ul {
	list-style: none;
	
	position: absolute;
	top: -4px;
	padding: 4px 0px;
	margin: 0px 4px;
	white-space: nowrap;
	font-size: 0px;
	
	background-image: url(images/repeat-x.png);
	background-position: 0px -644px;
}

#wp_page_numbers ul li {
	display: inline-block;
	height: 25px;
	
	padding: 0px 4px;
	padding-left: 6px;
	
	background-image: url(images/seperator.png);
	background-repeat: repeat-y;
	
	font-size: 16px;
	text-align: center;
	line-height: 25px;
	color: #7D7D7D;
	text-shadow: none;
}

#wp_page_numbers ul li.previous {
	background: none;
	padding: 0px 4px;
}

#wp_page_numbers ul li a {
	color: #2B2B2B;
	text-shadow: 0px 1px 0px #fff;
	text-decoration: none;
	display: inline-block;
	min-width: 15px;
	padding: 0px 4px;
	margin: 0px -4px;
}

#wp_page_numbers ul li.active_page a, #wp_page_numbers ul li a:active {
	background-image: url(images/repeat-x.png);
	background-position: 0px -681px;
	
	text-shadow: 0px -1px 0px #fff;
	
	margin-left: -5px;
	padding-left: 5px;
}

#wp_page_numbers .border-left {
	position: absolute;
	top: 0px;
	left: -8px;
	width: 8px;
	height: 33px;
	
	background-image: url(images/icons.png);
	background-position: -781px 0px;
}
#wp_page_numbers a:active .border-left {
	background-position: -803px 0px;
}

#wp_page_numbers .border-right {
	position: absolute;
	top: 0px;
	right: -8px;
	width: 8px;
	height: 33px;
	
	background-image: url(images/icons.png);
	background-position: -794px 0px;
}
#wp_page_numbers a:active .border-right {
	background-position: -816px 0px;
}


/*Notify Me Widget*/

.notify-me .submit-button.border-right {
	display: none !important;
}

.notify-me .submit-button.border-center {
	right: 0px !important;
}

.notify-me .text-field.border-wrapper {
	display: inline-block;
	margin: 0px;
	height: 27px;
	margin-left: -1px;
	margin-top: -1px;
	
	border-left: solid 1px #7d7d7d;
}

.notify-me .text-field.border-left, .notify-me .text-field.border-right {
	display: none;
}

.notify-me .text-field.border-center {
	left: 0px;
	right: 0px;
	
	background: url(images/notify-text.png) repeat-x bottom;
	top: -3px;
	height: 33px;
}

.notify-me input.text-field {
	left: 4px;
	right: 4px;
	top: 5px;
	bottom: 5px;
	width: auto;
	height: auto;
}

.notify-me .empty input.text-field {
	background: url(images/email-default.png) no-repeat;
	background-position: 1px 2px;
}

.notify-me .status {
	height: 25px;
	width: 25px;
	display: inline-block;
	position: relative;
	padding: 4px 4px 4px 0px;
	margin: -4px -4px -4px 0px;
	position: relative;

	background: url(images/notify-text.png) no-repeat top right;
}

.notify-me .status span {
	display: inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 6px;
	right: 8px;
}

.notify-me .status .loading {
	background: url(images/loading.png);
	background-repeat: no-repeat;
}

.notify-me .done {
	background: url(images/done.png);
}

.notify-me .error {
	background: url(images/error.png);
}

.notify-me .section {
	vertical-align: top;
}

.notify-me .text-field.border-wrapper {
	vertical-align: top;
}


/* Count Around Plugin */

.count-around {
	display: inline-block;
	
	padding: 10px;
			
	background: #dadadb;
	background: rgba(0, 0, 0, 0.07);
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	border: solid 1px #dcdcd4;
	border-color: rgba(0, 0 ,0 , 0.15);
	border-top: solid 1px #b8b8b1;
	border-top-color: rgba(0, 0 ,0 , 0.35);
}

.count-around .number {
	display: inline-block;
	padding: 0px 20px;
	padding-bottom: 15px;
	position: relative;
	width: 65px;
	
	text-align: center;
	font-weight: bold;
	font-size: 60px;
	text-shadow: 0px 2px 0px rgba(255, 255, 255, 0.8);
	
	-webkit-box-shadow: 1px 0px 0px rgba(255, 255, 255, 0.5);
	border-right: solid 1px rgba(0, 0, 0, 0.15);
}

.count-around .number:last-child {
	-webkit-box-shadow: none;
	border-right: none;
}

.count-around .number .label {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;

	font-size: 14px;
	color: #777;
	font-weight: normal;
}


