/*
Theme Name: Web Worx
Description: Theme for Web Worx website
Author: Hector Aranda
Author URI: http://www.hectorarandawebworx.com
*/



/* Site Structure
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = Site Structure */
body {
	margin: 0;
	padding: 0;
	background: #202020 url(includes/images/BG.jpg) center top scroll repeat-x;
}

#Page {
	margin: 0;
	padding: 0;
}

#Header {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	height: 200px;
	background: url(includes/images/Header.jpg) top center scroll no-repeat;
}

#PageHeader {
	margin: 0;
	padding: 70px 0 0 0;
	text-align: right;
}

#Contents {
	margin: 0 auto;
	padding: 0;
	background: #e9e6de;
}

#Footer {
	margin: 0 auto;
	padding: 10px 0;
	width: 960px;
	background: #202020;
}

#Footer .Left {
	margin: 0;
	padding: 0;
	width: 480px;
	float: left;
}

#Footer .Right {
	margin: 0;
	padding: 0;
	width: 480px;
	float: right;
	text-align: right
}

.Clear {
	clear: both;
}

#Home {
	margin: 0 auto;
	padding: 30px 0;
	width: 960px;
}

#Home .Left {
	margin: 0;
	padding: 0;
	width: 450px;
	float: left;
}

#Home .Right {
	margin: 0;
	padding: 0;
	width: 450px;
	float: right;
}

#Home #Highlights {
	margin: 40px 0 30px 0;
	padding: 0;
	width: 960px;
	height: 468px;
	background: url(includes/images/BG-Slideshow.jpg) top center no-repeat scroll;
}

#Home #WebDesign {
	margin: 0 30px 0 0;
	padding: 0;
	width: 300px;
	float: left;
}

#Home #Wordpress {
	margin: 0 30px 0 0;
	padding: 0;
	width: 300px;
	float: left;
}

#Home #Extra {
	margin: 0;
	padding: 0;
	width: 300px;
	float: left;
}

#Home #TestiName, #Home #TestiProject {
	margin: 0;
	padding: 0;
	text-align: right;
}

#Contact {
	margin: 0 auto;
	padding: 30px 0;
	width: 960px;
}

#Contact .Left {
	margin: 0;
	padding: 0;
	width: 450px;
	float: left;
}

#Contact .Right {
	margin: 0;
	padding: 0;
	width: 450px;
	float: right;
}

#Portfolio {
	margin: 0 auto;
	padding: 30px 0;
	width: 960px;
}

#Portfolio .Thumbs {
	margin: 0;
	padding: 0 0 10px 0;
}

#About {
	margin: 0 auto;
	padding: 30px 0;
	width: 960px;
}

#About .Left {
	margin: 0;
	padding: 0;
	width: 300px;
	float: left;
}

#About .Right {
	margin: 0;
	padding: 0;
	width: 660px;
	float: right;
}

#About #WebWorxPara {
	margin: 0;
	padding: 20px 0 0 40px;
}

#Services {
	margin: 0 auto;
	padding: 30px 0;
	width: 960px;
}

#Services #xHTML {
	margin: 0 30px 0 0;
	padding: 0;
	width: 300px;
	float: left
}

#Services #Hybrid {
	margin: 0 30px 0 0;
	padding: 0;
	width: 300px;
	float: left
}

#Services #Flash {
	margin: 0;
	padding: 0;
	width: 300px;
	float: left
}

#Services .Left {
	margin: 0;
	padding: 0;
	width: 450px;
	float: left;
}

#Services .Right {
	margin: 0;
	padding: 0;
	width: 450px;
	float: right;
}


/* Nav Menu
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = Nav Menu */
#NavMenu {
	margin: 0;
	padding: 66px 0 0 570px;
}

#NavMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#NavMenu li {
	float: left
}

#BtnHome {
	margin: 0 8px 0 0;
	padding: 0;
	width: 44px;
}

#BtnPortfolio {
	margin: 0 8px 0 0;
	padding: 0;
	width: 79px;
}

#BtnServices {
	margin: 0 8px 0 0;
	padding: 0;
	width: 71px;
}

#BtnBlog {
	margin: 0 8px 0 0;
	padding: 0;
	width: 41px;
}

#BtnAbout {
	margin: 0 8px 0 0;
	padding: 0;
	width: 52px;
}

#BtnContact {
	margin: 0;
	padding: 0;
	width: 63px;
}


/* Typography & Colors
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = Typography & Colors */
body {
	color: #5c5c5c;
	font-size: 13px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#Footer {
	font-family: "Arial Black", Gadget, sans-serif, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10px;
	text-transform: uppercase
}

#NavMenu {
	color: #d7d3c8;
	font-family: "Arial Black", Gadget, sans-serif, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Arial Black", Gadget, sans-serif, Arial, Helvetica, sans-serif;
	color: #737272;
	text-transform: uppercase;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10px;
}

#Home #TestiName {
	font-family: "Arial Black", Gadget, sans-serif, Arial, Helvetica, sans-serif;
	color: #7194b2;
	text-transform: uppercase;
	font-size: 12px
}

#Home #TestiProject {
	font-family: "Arial Black", Gadget, sans-serif, Arial, Helvetica, sans-serif;
	color: #757575;
	text-transform: uppercase;
	font-size: 12px
}

#Contact .Blue {
	color: #7194b2;
	font-size: 20px
}

.Blue {
	color: #7194b2;
}

#Contact #ContactInfo {
	font-size: 18px;
	font-weight: bold;
}

#Contact .ContactBlue {
	font-family: "Arial Black", Gadget, sans-serif, Arial, Helvetica, sans-serif;
	color: #7194b2;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px
}

#Contact input, #Contact textarea {
	color: #d7d3c8;
	font-size: 13px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#Services .Right ul {
	font-size: 16px;
	font-weight: bold;
}

.More {
	font-family: "Arial Black", Gadget, sans-serif, Arial, Helvetica, sans-serif;
	color: #7194b2;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	text-align: right
}

code {
	font-family: "Courier New", Courier, monospace
}

acronym, abbr, span.caps {
	letter-spacing: 1px;
}

#Blog h1, #Blog h2, #Blog h3, #Blog h4, #Blog h5, #Blog h6 {
	font-family: "Arial Black", Gadget, sans-serif, Arial, Helvetica, sans-serif;
	color: #757575;
	text-transform: none
}

#Blog .Entry h1, #Blog .Entry h2, #Blog .Entry h3, #Blog .Entry h4, #Blog .Entry h5, #Blog .Entry h6 {
	font-family: "Arial Black", Gadget, sans-serif, Arial, Helvetica, sans-serif;
	color: #7194b2;
	text-transform: none
}

#Blog .Date, #Blog .Postmetadata {
	font-family: "Arial Black", Gadget, sans-serif, Arial, Helvetica, sans-serif;
	color: #7194b2;
	font-weight: bold;
	font-size: 11px;
	text-align: right
}

#Blog .navigation {
	font-family: "Arial Black", Gadget, sans-serif, Arial, Helvetica, sans-serif;
	color: #757575;
	text-transform: none;
	font-size: 11px;
}

#Blog h1.pagetitle {
	color: #7194b2;
}

#Blog h3#comments, #respond h3 {
	color: #7194b2;
}

#Blog small {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px
}
	
#Blog #commentform input, #Blog #commentform textarea {
	color: #d7d3c8;
	font-size: 13px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#Blog .commentlist li {
	font-weight: bold;
clear: both;
}

#Blog .commentlist li .avatar { 
	padding: 0;
}

#Blog .commentlist cite, #Blog .commentlist cite a {
	font-style: normal;
}

#Blog .commentlist p {
	font-weight: normal;
	text-transform: none;
}
	

/* Headers & Paragraphs
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = Headers & Paragraphs */
h1 {
	margin: 0;
	padding: 0 15px 0 0;
}

h2 {
	margin: 0;
	padding: 0;
}

h3 {
	margin: 0;
	padding: 0;
}

h4 {
	margin: 0;
	padding: 0;
}

h5 {
	margin: 0;
	padding: 0;
}

h6 {
	margin: 0;
	padding: 0;
}

.HeaderBg {
	margin: 0 0 10px 0;
	padding: 0;
	background: url(includes/images/BG-Page-Headers.jpg) top center repeat-x scroll;
	height: 12px
}

p {
	margin: 0;
	padding: 0 0 15px 0;
	line-height: 22px
}

#WebDesign p, #Wordpress p, #Extra p {
	padding: 0;
}

#Blog .HeaderBg {
	margin: 0 0 2px 0;
	padding: 0;
	background: url(includes/images/BG-Page-Headers.jpg) top center repeat-x scroll;
}

#Blog h1.pagetitle {
	margin: 0 0 30px 0;
	padding: 3px 0 0 0;
	background: url(includes/images/BG-Blog-Header.jpg) top center scroll no-repeat;
	height: 35px;
	text-align: center
}


/* Links
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = Links */
a:link {
	color: #7194b2;
	text-decoration: none
}

a:visited {
	color: #7194b2;
	text-decoration: none
}

a:hover {
	color: #5c5c5c;
	text-decoration: none
}

#Footer a:link {
	color: #666666;
	text-decoration: none
}

#Footer a:visited {
	color: #666666;
	text-decoration: none
}

#Footer a:hover {
	color: #78c1ff;
	text-decoration: none
}

#NavMenu a:link {
	color: #d7d3c8;
	text-decoration: none
}

#NavMenu a:visited {
	color: #d7d3c8;
	text-decoration: none
}

#NavMenu a:hover {
	color: #78c1ff;
	text-decoration: none
}

#Contact #ContactInfo a:link {
	color: #5c5c5c;
	text-decoration: none
}

#Contact #ContactInfo a:visited {
	color: #5c5c5c;
	text-decoration: none
}

#Contact #ContactInfo a:hover {
	color: #7194b2;
	text-decoration: none
}

#xHTML a:link, .Thumbs a:link, #Hybrid a:link, #Flash a:link{
	color: #e9e6de;
	text-decoration: none;
}

#xHTML a:visited, .Thumbs a:visited, #Hybrid a:visited, #Flash a:visited{
	color: #e9e6de;
	text-decoration: none;
}

#xHTML a:hover, .Thumbs a:hover, #Hybrid a:hover, #Flash a:hover {
	color: #e9e6de;
	text-decoration: none;
}

#Blog h2 a:link, #Blog .Postmetadata a:link, #Blog .navigation a:link {
	color: #5c5c5c;
	text-decoration: none
}

#Blog h2 a:visited, #Blog .Postmetadata a:visited, #Blog .navigation a:visited {
	color: #5c5c5c;
	text-decoration: none
}

#Blog h2 a:hover, #Blog .Postmetadata a:hover, #Blog .navigation a:hover {
	color: #7194b2;
	text-decoration: none
}

.vcard a:link, .commentmetadata a:link {
	color: #7194b2;
	text-decoration: none
}

.vcard a:visited, .commentmetadata a:visited {
	color: #7194b2;
	text-decoration: none
}

.vcard a:hover, .commentmetadata a:hover {
	color: #5c5c5c;
	text-decoration: none
}

/* Contact Form
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = Contact Form */
#Contact .InputField {
	margin: 0;
	padding: 0 10px;
	background: url(includes/images/BG-Text-Field.jpg) top left scroll no-repeat;
	width: 360px;
	height: 35px;
	border: none
}

#Contact textarea {
	margin: 0;
	padding: 10px 0 10px 10px;
	background: url(includes/images/BG-Text-Area.jpg) top left scroll no-repeat;
	width: 370px;
	height: 190px;
	border: none
}

/* Lists
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = Lists */
#Services .Right ul {
	margin: 0 0 0 25px;
	padding: 0;
	list-style: url(includes/images/Img-Arrow.jpg)
}

#Services .Right li {
	margin: 0;
	padding: 5px 0 ;
}

#Blog .Entry ul {
	margin: 0 0 15px 20px;
	padding: 0;
	list-style: url(includes/images/Img-Bullet.gif)
}

#Blog .Entry ul li {
	margin: 0;
	padding: 5px 0 ;
}

#Blog .Entry ol {
	margin: 0 0 15px 20px;
	padding: 0;
}

#Blog .Entry ol li {
	margin: 0;
	padding: 5px 0 ;
}


/* Misc
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = Misc */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #7194b2;
}

blockquote {
	margin: 15px 30px 15px 10px;
	padding: 0 0 0 20px;
	border-left: 5px solid #7194b2;
}

/* Blog Structure
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = Blog Structure */
#Blog {
	margin: 0 auto;
	padding: 30px 0;
	width: 960px;
}

#Blog #PostColumn {
	margin: 0;
	padding: 0;
	width: 700px;
	float: left;
}

#Blog #Sidebar {
	margin: 0;
	padding: 0;
	width: 250px;
	float: right;
}

#Blog .Post {
	margin: 0 0 20px 0;
	padding: 0;
}

#Blog .Entry {
	margin: 0;
	padding: 0;
}

#Blog .Postmetadata, #Blog .Date {
	margin: 0;
	padding: 0 0 15px 0;
}

#Blog .navigation {
	margin: 0;
	padding: 0;
}
	
#Blog .alignright {
	float: right;
}

#Blog .alignleft {
	float: left
}

/* Sidebar Structure
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = Sidebar Structure */
#Blog #Sidebar #Top {
	background: url(includes/images/BG-Sidebar-Top.jpg) top center scroll no-repeat;
	height: 10px;
}

#Blog #Sidebar #Bottom {
	background: url(includes/images/BG-Sidebar-Bottom.jpg) top center scroll no-repeat;
	height: 28px;
}

#Blog #Sidebar #Mids {
	margin: 0;
	padding: 0 40px;
	background: url(includes/images/BG-Sidebar.jpg) top center scroll repeat-y;
}

#Blog #Sidebar #Mids ul, #Blog #Sidebar #Mids ul ol {
	margin: 0;
	padding: 0;
}

#Blog #Sidebar #Mids ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

#Blog #Sidebar #Mids ul p, #Blog #Sidebar #Mids ul select {
	margin: 0;
	padding: 0;
}

#Blog #Sidebar #Mids ul ul, #Blog #Sidebar #Mids ul ol {
	margin: 0;
	padding: 0 0 10px 17px;
}

#Blog #Sidebar #Mids ul ul ul, #Blog #Sidebar #Mids ul ol {
	margin: 0;
	padding: 0;
}

#Blog ol li, #Blog #Sidebar #Mids ul ol li {
	margin: 0;
	padding: 0;
	list-style: decimal outside;
}

#Blog #Sidebar #Mids ul ul li, #Blog #Sidebar #Mids ul ol li {
	margin: 0;
	padding: 1px 0;
	list-style: url(includes/images/Img-Bullet.gif);
}

#Blog #searchform {
	margin: 0;
	padding: 0;
}

#Blog #Sidebar #searchform #s {
	padding: 2px;
	margin: 0;
	width: 100px;
}

#Blog #Sidebar #searchsubmit {
	margin: 0;
	padding: 1px;
}

#Blog #Sidebar select {
	width: 130px;
}


/* Captions
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = Captions */
#Blog .aligncenter, #Blog div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
	background: url(includes/images/BG-Imgs.jpg) top left scroll repeat-x;
	border-bottom: 1px solid #cdcac3;
	margin: 0;
	padding: 10px 5px 0 5px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	padding: 0;
	margin: 0;
}


/* Comments
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = Comments */
#Blog .alt {
	margin: 0;
	padding: 0;
}

#Blog .commentlist {
	margin: 0;
	padding: 0;
	text-align: justify;
}

#Blog .commentlist li {
	margin: 30px 0;
	padding: 10px;
	list-style: none;
	background: url(includes/images/BG-Comments.jpg) top center scroll repeat-x;
}
	
#Blog .commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

#Blog .commentlist p {
	margin: 0;
	padding: 0 0 15px 0;
}

#Blog .children {
	margin: 0;
	padding: 0;
}

#Blog #commentform p {
	margin: 0;
	padding: 0 0 15px 0;
}

#Blog #comments {
	margin: 0;
	padding: 0;
}

#Blog .nocomments {
	margin: 0;
	padding: 0;
	text-align: center;
}

#Blog .commentmetadata {
	margin: 0;
	padding: 0 0 15px 0;
	display: block;
}

#Blog #commentform input.InputField {
	margin: 0;
	padding: 0 10px;
	background: url(includes/images/BG-Text-Field.jpg) top left scroll no-repeat;
	width: 360px;
	height: 35px;
	border: none
}

#Blog #commentform {
	margin: 0;
	padding: 15px 0 0 0;
}

#Blog #commentform textarea {
	margin: 0;
	padding: 10px 0 10px 10px;
	background: url(includes/images/BG-Comment-Text-Area.jpg) top left scroll no-repeat;
	width: 690px;
	height: 230px;
	border: none
}

#Blog #respond {
	margin: 0;
	padding: 30px 0 0 0;
}

#Blog #respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
	
#Blog #commentform #submit {
	margin: 0 0 5px 0;
	padding: 0;
	float: right
}


/* Misc Blog Tags
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = Misc Blog Tags */
#Blog img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#Blog img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

#Blog img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
	
.#Blog .center {
	text-align: center;
}

#Blog .hidden {
	display: none;
}

#Blog a img {
	border: none;
}
	
#Blog p img {
	padding: 0;
	max-width: 100%;
}

#toTop { width:32px;position:fixed;bottom:10px;right:10px;cursor:pointer;}

/* Code Colorer
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = Various Tags & Classes */
.codecolorer { padding: 5px;}
.codecolorer-container { margin-bottom: 10px; background: #f8f8f8; color: #33546b; background: url(includes/images/BG-Imgs.jpg) top left scroll repeat-x;}
.codecolorer, .codecolorer *, .codecolorer-container, .codecolorer-container * { font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif; line-height: 18px }
.codecolorer-container table { border: 0px; }
.codecolorer-container table td { margin: 0px; padding: 0px; border: 0px; }
.codecolorer-container table td.line-numbers { padding: 5px; text-align: right; }
.codecolorer-container table td.line-numbers div { width: 23px; }
.codecolorer-container { border: 1px solid #91999f; }
.codecolorer-container table td.line-numbers { color: #33546b; background-color: #c8cacc; border-right: 1px solid #91999f; }
.codecolorer-noborder, .codecolorer-noborder table td.line-numbers { border: 0px; }

.CommentText .commentmetadata {
	margin: 0;
	padding: 0 0 10px 0;
}

.commentlist .Grav {
	margin: 0;
	padding: 0;
	width: 80px;
	float: left
}

.commentlist .CommentText {
	margin: 0;
	padding: 0 0 0 10px;
	width: 575px;
	float: right;
	border-left: 1px solid #999999
}
