@charset "utf-8";
body  {
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(images/www.jpg);
}


#container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:#ffffff url('images/3ColBG.gif') repeat-y;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#contentWrapper  {
float: left;
width: 100%;
}



#header {
	margin: 0;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	position: relative;
	width: 1000px;
	height: 205px;
	background-image: url(images/3toneBG.gif);
	border-bottom: 1px solid #d29c1a;
} 
.HeaderLinks{ margin: 0px; padding: 0px; position: absolute; top: 0px; left: 5px; font-family: 'Verdana'; }
.HeaderLinks ul { padding: 5px 0px; margin: 0px; font-size: 0px; border-left: solid 0px #d22929;}
.HeaderLinks li {
	padding: 2px 29px 0px 5px;
	margin: 2px 2px 0px 0px;
	display: inline;
	font-size: 11px;
	border-right: solid 0px #d22929;
	text-align: left;
}
.HeaderLinks li a { color:#fff; font-weight: normal;  font-family: 'Verdana'; text-decoration:none; text-transform: uppercase; letter-spacing: 1px;   }
.HeaderLinks li a:visited { color:#fff;text-decoration:none; }
.HeaderLinks li a:hover { color:#FFFFFF;text-decoration:underline;}
.HeaderLinks p {color: #000;}

#HeaderLinksRight  {margin: 0px; padding: 0px; position: absolute; top: 34px; left: 827px; font-family: 'Verdana'; }
#HeaderLinksRight ul  { padding: 5px 0px; margin: 0px; font-size: 0px; border-left: solid 0px #d22929;}
#HeaderLinksRight ul li  {list-style: none; padding: 0px; margin: 0px; text-align: left; }
#HeaderLinksRight ul li a  {font-family: verdana, arial;  font-size: 10px; color: #d22929; line-height: 22px; padding-left: 10px; font-weight: normal; }
#HeaderLinksRight img {padding-right: 0px; margin: 0px; border: none; }

.HeaderLinksBottom{ margin: 0px; padding-top: 5px; position: absolute; top: 170px; left: 165px; font-family: 'Arial'; color: #000; }
.HeaderLinksBottom ul { padding: 5px 0px; margin: 0px; font-size: 0px; border-left: solid 0px #d22929;}
.HeaderLinksBottom li {
	padding: 2px 3px 0px 5px;
	margin: 2px 2px 0px 0px;
	display: inline;
	font-size: 17px;
	border-right: solid 0px #d22929;
	font-weight: bold;
	text-align: left;
}

.HeaderLinksBottom li a { color:#644322; font-family: 'Verdana'; text-decoration:none; }
.HeaderLinksBottom li a:visited { color:#644322;text-decoration:none;}
.HeaderLinksBottom li a:hover { color:#d22929;text-decoration:underline;}
.HeaderLinksBottom p {color: #000;}


#logo { margin: 0px; padding: 0px; position: absolute; top: 32px; left: 5px; font-family: 'Verdana'; }
#bloglink {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .6em;
	color: #d22929;
	position: absolute;
	width: 200px;
	left: 52px;
	top: 138px;
	
}

#bloglink a:link, #bloglink a:visited {
	color: #d22929;
	
}

#bloglink a:hover {
	text-decoration: none;
}


#topbanner {
	width: 500px;
	height: 120px;
	position: absolute;
	left: 295px;
	top: 44px;
	background-image: url(http://www.2createawebsite.com/images/bannerBG.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}

#topbanner img
{
display: block;
position: absolute; left: 0px; top: 9px;
margin-top: 8px;
margin-left: 15px;
margin-right: 1px;
border: 0px;
}





#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-left: -1000px;  
	padding: 0px 0px 15px 0px; /* padding keeps the content of the div away from the edges */
}

#sidebar1 ul {
	margin:0;
	padding:0;
	list-style:none;
	
}

#sidebar1 li a:link, #sidebar1 li a:visited {
	border-bottom: 1px solid #d29c1a;
	display: block;
	font-family:Verdana, Geneva, sans-serif;
	font-size: .7em;
	font-weight: bold;
	color: #644322;
	text-decoration: none;
	line-height: 2.4em;
	padding-left: 5px;
	width: 174px;
	
}

	
#sidebar1 li a:hover  {
	color: #fff;
	background: #d22929;
	
}

#sidebar1 p {
	font-family:Verdana, Geneva, sans-serif;
	font-size: .9em;
	padding-left: .5em;
}
	
	
	
	
#sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-left: -180px;  
	
	padding: 0px 0px 15px 5px; /* padding keeps the content of the div away from the edges */
}

#sidebar2 p {
	font-family:Verdana, Geneva, sans-serif;
	font-size: .9em;
	margin: 0;
	
}

#mainContent {
	margin: 0 200px 0 178px;     /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: .9em;
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: .01em;
	line-height: 1.4em;
	
} 

#mainContent h1 {
	margin-top: 5px;
	margin-left: -2px;
	padding-top: 0.3em;
	color: #d22929;
	font-family: Verdana, Geneva, sans-serif;
	padding-bottom: 5px;
	font-size: 1.4em;
}

#mainContent h2 {
	margin:0;
	padding-top: .3em;
	color: #644322;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.4em;
}
#footer { 
	border-top: 1px solid #d29c1a;
	border-bottom: 1px solid #d29c1a;
	padding: 0 5px 0 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#eed9a8;
	text-align: center;
	line-height: 20px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

a:link {
	color: #936C12;
	  font-weight : bold;

}

a:visited {
  color: #936C12;
    text-decoration: underline;
	  font-weight : bold;
}

a:hover {
  color: #D22929;
	text-decoration: none;
}




h1, h2, h3, h4, h5 {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1 {
font-size: 20px;
color: #D22929;
padding: 1px;
margin: 1px;
line-height:26px;
}

h2 {
font-size: 18px;
color: #644322;
padding: 3px 0;
margin: 3px 0;
line-height:28px;
}

h3 {
font-size: 16px;
color: #000000;
padding: 3px 0;
margin: 3px 0;
}




.box1 {
	padding: 3px;
	background:#EED9A8;
	color: #EED9a8;
	border:1px solid #fff;	
}

.box2 {
	padding: 1px;
	background:#EED9A8;
	border:1px solid #fff;	
}

.box3 {
	padding: 0 3px;
	background:#EED9A8;
	color: #000;
	border:1px solid #D29C1A;	
}

.box4 {
	padding: 3px;
	color: #798C99;
	background:#fff;
	border:1px solid #fff;	
}

.box5 {
	padding: 3px;
	color: #798C99;
	background:#fff;
	border:1px solid #fff;
	width: 350px;	
}

.box6 {
	padding: 0 3px;
	background:#EED9A8;
	color: #000;
	border:1px solid #D29C1A;
	width: 430px;	
}

.box7 {
	padding: 0 6px;
	background:#EED9A8;
	color: #000;
	border:1px solid #D29C1A;
	width: 520px;	
}

.box8 {
	padding: 0 6px;
	background:#EED9A8;
	color: #000;
	border:1px solid #D29C1A;
	width: 500px;	
	line-height: 16px;
}

.box9 {
	background:#EED9A8;
	color: #000;
	border:1px solid #D29C1A;
	width: 125px;
	margin-right: 6px;
	margin-left: 9px;
	padding-top: 0;
	padding-right: 1px;
	padding-bottom: 0;
	padding-left: 1px;
}


.adbrite {
	background:#eed9a8;
	color: #000;
	border:0px;
	width: 160px;
	margin-right: 6px;
	margin-left: 9px;
	padding-top: 15px;
	padding-right: 1px;
	padding-bottom: 0;
	padding-left: 1px;
}

.adbrite2 {
	background:#EED9A8;
	margin-top: 20px;
	color: #000;
	border:0px;
	width: 150px;
	margin-right: 6px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 1px;
	padding-bottom: 0;
	padding-left: 1px;
	line-height: 14px;
	font-size: .9em;


}

.adbrite2 a { color:#936C12; font-weight: bold; font-size: .9em;}


.sponsorad {
	background:#EED9A8;
	margin-top: 5px;
	color: #000;
	border:0px;
	
	margin-right: 6px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 1px;
	padding-bottom: 0;
	padding-left: 1px;
	line-height: 14px;
	font-size: .9em;


}

.sponsorad a { color:#936C12; font-weight: bold; font-size: .9em;}


.redtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #d22929;
	font-weight: bold;
}

#breadcrumbs  {
	margin-top: -3px;
	font-size: 10px;
	
}


.small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


#oio-link-1 {
border: none !important;

}

#oiolinksright {
margin-left: 10px;
margin-top: 15px;
margin-bottom: 20px;
width: 150px;
padding-top: 45px;
background-image: url('http://www.2createawebsite.com/images/sponsorsBG.gif');
background-repeat: no-repeat;


}

#oiolinksright ul li {
text
list-style: none;
font-size: 12px;
line-height: 15px;
text-align: left;

}

#oiolinksright ul li a {

	text-decoration: underline;
	line-height: 15px; 
	color: #936C12;
	font-weight: bold;
	
	

}

 

#oiolinksright ul li a:hover {

	text-decoration: none;

	color: #d22929;

}






#oiolinksleft {
width: 125px;
padding-top: 20px;
background-image: url('http://www.2createawebsite.com/images/sponsorsBG.gif');
background-repeat: no-repeat;
}

#oiolinksleft ul li {

list-style: none;
font-size: 12px;
line-height: 15px;
text-align: left;
padding-top: 8px; 
padding-bottom: 4px;
}

#oiolinksleft ul li a {

	text-decoration: underline;
	line-height: 8px; 
	color: #936C12;
	font-weight: bold;

}

 

#oiolinksleft ul li a:hover {

	text-decoration: none;

	color: #d22929;

}

.youradhere {
	
margin-top: -28px;
margin-left: 50px;
margin-bottom: 15px;

}


/*Twitter Badge*/

#twitter_div {
    width: 515px;
    margin-top: 30px;
    padding-top: 50px;
	padding-right: 5px;
	padding-left: 80px;
	padding-bottom: 3px;
	background-image: url('http://www.2createawebsite.com/images/twitterBG500.png');
	background-repeat: no-repeat;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	border-bottom-color: #e8af25;
	font-family: Verdana, Arial, Helvetica;
	
}
 
#twitter_div ul li {
	color: #000;
	list-style: none;
	font-size: 11px; 
	text-align: left;
	padding-top: 8px; 
	padding-bottom: 4px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #000;
}
 
#twitter_div ul li a {
	text-decoration: underline;
	color: #d22929;
}
 
#twitter_div ul li a:hover {
	text-decoration: none;
	color: #000;
}

#recentyoutube  {

display: block;
background-image: url('http://blog.2createawebsite.com/wp-content/themes/thesis/custom/images/recentYouTubeVids.jpg');
background-repeat: no-repeat;
width: 425px;
height: 264px;
padding-left: 36px;
padding-top: 35px;



}

#recentyoutube a {

color: #000;

}

div.feedburnerFeedBlock ul {
margin-left:0;
padding-left:0;
list-style-type: none
}

div.feedburnerFeedBlock li a {
font-size: 14px;
}

div.feedburnerFeedBlock {
border:0px solid #d22929;
background-color:none;
padding:0px;
}


#advertiseheretop { margin: 0px; padding: 0px; position: absolute; top: 135px; left: 480px; font-family: 'Verdana'; width: 150px; font-size: 9px; }

#advertiseheretop a {color: #A4A3A2;}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
