/*
Theme Name: VictorMacias.com
Theme URI: http://VictorMacias.com
Description: Designed by CJ, integrated by Jonathan
Version: 1.0
Author: CJ & Jonathan
Author URI: http://sabramedia.com
*/
HTML, BODY, DIV, SPAN, APPLET, OBJECT, IFRAME, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE, A, ABBR, ACRONYM, ADDRESS, BIG, CITE, CODE, DEL, DFN, EM, FONT, IMG, INS, KBD, Q, S, SAMP, SMALL, STRIKE, STRONG, SUB, SUP, TT, VAR, B, U, I, CENTER, DL, DT, DD, OL, UL, LI, FIELDSET, FORM, LABEL, LEGEND, TABLE, CAPTION, TBODY, TFOOT, THEAD, TR, TH, TD
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
BODY
{
	line-height: 1;
}
OL, UL
{
	list-style: none;
}
BLOCKQUOTE, Q
{	
	margin: 15px 30px 0 10px;
	padding-left: 20px;
}
/*Joshua's Styles*/

#topper H2
{
	border-bottom: 1px solid #D2D2D2;
	padding-bottom: 10px;
	margin-bottom: 26px;
	color: purple;
	font-size: 175%;
	font-weight: normal;
	margin-bottom: 5px;
	
}
#main #second-content TD A
{
	border-bottom: 1px dashed #7F007F;
}
#second-content H4
{
	color: #7F007F;
	text-transform: capitalize;
	font-size: 1.1em;
}
#second-side-column
{
	margin-top: 30px;
}
	/* #second-side-column.blog { margin-top: -25px; } */
	
#second-side-column H2 A
{
	font-size: 0.8em;
}

#signup INPUT
{
	border: none;
}
#main #second-content TD A:hover
{
	border-bottom: 1px dashed #050005;
}
#header UL LI A
{
	border-bottom: 1px dashed #CFBB4A;
}

/*remember to define focus styles!*/
:focus
{
	outline: 0;
}
/*remember to highlight inserts somehow!*/
INS
{
	text-decoration: none;
}
DEL
{
	text-decoration: line-through;
}
/*tables still need 'cellspacing="0"' in the markup*/
TABLE
{
	border-collapse: collapse;
	border-spacing: 0;
}
BODY, HTML
{
	margin: 0;
	padding: 0;
	color: #000;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: small;
	line-height: 1.5em;
	background-color: #000000;
}
A:link
{
	color: #FFFFFF;
	text-decoration: none;
}
A:hover
{
	color: #FFFF00;
}
A:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
#container
{
	margin: 0 auto;
	width: 1200px;
	background-position: center;
	background: #000000 url(images/bg.jpg) repeat-y center;
}
/*-------------HEADER--------------*/
#header
{
	width: 1200px;
	height: 107px;
	background: #808080 url(images/bgheader3.png) no-repeat center;
}
#header H1 A
{
	display: block;
	text-indent: -13337px;
	padding-top: 30px;
	padding-left: 48px;
}
#header UL LI
{
	float: right;
	color: #DDD;
	padding-right: 15px;
	padding-left: 15px;
}
#header UL
{
	margin-right: 155px;
	margin-top: -25px;
}
/*-----------MAIN IMAGE------------*/
#main
{
	width: 960px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
#main-image
{
	background: #000000 url(images/mainimageblank.jpg) no-repeat;
	color: #FFFFFF;
	height: 375px;
	width: 960px;
	border-bottom: 4px solid #800080;
}
.testimonial h2
{
	color: #DAC54F;
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 240%;
	font-weight: normal;
	padding-top: 134px;
	padding-left: 50px;
	width: 440px;
	line-height: 30px;
}
/* #main H1
{
	color: #DAC54F;
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 240%;
	font-weight: normal;
	padding: 20px 0 20px 20px;
}
*/
#topper H2, #topper h1
{
	border-bottom: 1px solid #D2D2D2;
	padding-bottom: 10px;
	margin-bottom: 26px;
	color: purple;
	font-size: 175%;
	font-weight: normal;
	margin-bottom: 5px;
	
}
H6
{
	color: #777;
	font-family: Georgia, serif;
	font-size: 130%;
	font-weight: normal;
	padding-left: 50px;
	padding-top: 10px;
}

/*----------MAIN CONTENT-----------*/
#main A
{
	color: #800080;
}
#content { }

#content .box {
	width: 270px;
	float: left;
	padding: 10px 24px;
	margin: 20px 0;
	height: 150px;
	border-right: 2px solid #D3D3D3;
	}
	
	#content .last { border: none; }
	
#second-content {
	float: left;
	width: 560px;
	padding: 25px; 
	border-right: 2px solid #D3D3D3;
	
}

.blog h3 {
	margin: 25px 0 5px 0;  font-size: 1.6em;
	}
	
	#main .blog h3 a { color: #333; }
	
.entry P {
	margin: 15px 0;
	}

#second-content .entry TABLE TD {
	padding: 0 5px 0 0;
}

img.alignright { float: right; margin: 0 0 5px 10px; }
img.alignleft { float: left; margin: 0 10px 5px 0; }

H3
{
	color: #800080;
	font-size: 175%;
	font-weight: normal;
	margin-bottom: 5px;
}
DT
{
	color: #800080;
	font-size: 175%;
	font-weight: normal;
	margin-top: 25px;
	margin-bottom: 5px;
}
DD
{
	padding-top: 15px;
}
DD IMG
{
	padding-right: 10px;
	vertical-align: middle;
}
/*----------SIDE CONTENT-----------*/
#side-content1
{
	float: left;
	width: 275px;
	border-left: 2px solid #D3D3D3;
	border-right: 2px solid #D3D3D3;
	padding-right: 24px;
	padding-left: 24px;
	margin: 25px 25px 25px 0;
	height: 210px;
}
#side-content2
{
	float: left;
	width: 275px;
	border-right: 2px solid #D3D3D3;
	padding-right: 24px;
	padding-left: 24px;
}
#inside-sidecontent2
{
	padding: 25px;
	height: 210px;
}
#second-side-column
{
	float: right;
	width: 298px;
	padding: 25px;
}
#second-side-column H2
{
	font-size: 200%;
	color: #000000;
	margin: 0px;
	padding: 6px 0 7px 2px;
	border-bottom: 1px solid #D3D3D3;
	border-top: 1px solid #D3D3D3;
	width: 290px;
	font-style: normal;
	font-family: Georgia, serif;
	font-weight: normal;
}
H4
{
	color: #000000;
	margin-top: 15px;
	text-transform: uppercase;
}
H5
{
	color: #000000;
	margin-top: 10px;
}
/*-------------SIGN UP-------------*/
#signup
{
	clear: both;
	background-color: #000000;
	padding: 3px;
	text-align: center;
	width: 960px;
	margin: 3px auto 0;
}
#signup UL LI
{
	background: none !important;
	display: inline;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
}
.yellow
{
	color: #FFFF00;
}
.underline
{
	text-decoration: underline;
}
/*-------------FOOTER--------------*/
#footer
{
	clear: both;
	height: 145px;
	width: 1200px;
	background: url(images/bgfooter.png) no-repeat center;
	margin: 0 auto;
	position: relative;
}

#footer .copy { 
	position: absolute; text-align: right; 
	width: 960px; top: 40px; color: #fff; right: 170px;
	}

/* Jonathan Styles */

ul.arrows LI, #widgets LI UL LI
{
	background: url(images/bullet.gif) no-repeat -1px 4px !important;
	padding-left: 16px;
}
#widgets LI.widget, div.widget { margin: 0 0 15px 0; border: 1px solid #ccc; background: #eee; padding: 10px; }
div.widget { margin: 15px 0; }
#widgets h2 { border: none; font-size: 1.5em; }
