/*
Theme Name: Robert Ceballos
Theme URI: http://robertceballos.com
Description:  Custom wordpress theme for robertceballos.com
Version: 1.0
Author: Anthony Acosta
Author URI: http://kennedymedia.com.com/
*/

/*----- basic styling -----*/
* {
	margin: 0;
	padding: 0;
}

body  {
	background: #000000 url(images/topTile.gif) repeat-x left top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #e2db9c;
}

#container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
} 

/*------- header styles -------*/

#header {
	height: 262px;
	background-image: url(images/topFlames.jpg);
	margin-left: -344px;
	background-repeat: no-repeat;
	background-position: left 34px;
} 

#header h1 {
	margin-left: -9000px;
	float: left;
}

/* Navigation */
#header #navigation {
}

#header ul { padding: 0;  margin: 0;  float: right; height: 34px;  width: 549px;  list-style: none;  color: #fff; }

#header li { float: left;  height: 34px; }
#header li a { display: block;  padding-top: 33px;  height: 0px !important;  overflow: hidden;  border-bottom:none;}

#header li#home { background: transparent url(images/tn_home-over.gif) top left no-repeat;border-bottom:none; width: 101px}
#header li#about { background: transparent url(images/tn_about-over.gif) top left no-repeat;border-bottom:none; width: 101px}
#header li#samples { background: transparent url(images/tn_samples-over.gif) top left no-repeat;border-bottom:none; width: 101px}
#header li#phones { background: transparent url(images/tn_phones-over.gif) top left no-repeat;border-bottom:none; width: 101px}
#header li#contact { background: transparent url(images/tn_contact-over.gif) top left no-repeat; border-bottom:none; width: 101px}

#header li#home a:link,#header li#home a:visited,#header li#home a:active { background: transparent url(images/tn_home.gif) top left no-repeat;border-bottom:none; width: 101px}
#header li#about a:link,#header li#about a:visited,#header li#about a:active { background: transparent url(images/tn_about.gif) top left no-repeat;border-bottom:none; width: 101px}
#header li#samples a:link,#header li#samples a:visited,#header li#samples a:active { background: transparent url(images/tn_samples.gif) top left no-repeat;border-bottom:none;width: 101px }
#header li#phones a:link,#header li#phones a:visited,#header li#phones a:active { background: transparent url(images/tn_phones.gif) top left no-repeat; border-bottom:none; width: 101px}
#header li#contact a:link,#header li#contact a:visited,#header li#contact a:active { background: transparent url(images/tn_contact.gif) top left no-repeat; border-bottom:none; width: 101px}

#header li#home a:hover,#header li#about a:hover,#header li#samples a:hover,#header li#phones a:hover,#header li#contact a:hover { background: none;border-bottom:none; }

/* Auto Nav Selection */
#home_page #header li#home a:link,#home_page #header li#home a:visited, #home_page #header li#home a:active { background: none !important;}
#about_page #header li#about a:link,#about_page #header li#about a:visited, #about_page #header li#about a:active { background: none !important;}
#samples_page #header li#samples a:link,#samples_page #header li#samples a:visited,#samples_page #header li#samples a:active{ background: none !important; }
#phones_page #header li#phones a:link,#phones_page #header li#blog a:visited,#phones_page #header li#phones a:active{ background: none !important; }
#contact_page #header li#contact a:link,#contact_page #header li#contact a:visited,#contact_page #header li#contact a:active { background: none !important; }

/*------- sidebarHome styles -------*/

#sidebarHome {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #342211;
	background-image: url(images/sh_recentNews.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#sidebarHome h1 {
	margin-left: -9000px;
	padding: 0px;
	margin-top: 0px;
}
#sidebarHome ul{
	margin-top: 10px;
	padding: 0;
	color: #684f38;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 17px;
	list-style-type: none;
	font-weight: normal;
}
#sidebarHome li{
	background-image: url(images/dotted_divider.gif);
	padding-top: 10px;
	padding-bottom: 10px;
	background-repeat: repeat-x;
	background-position: left bottom;
}
#sidebarHome a{
	color: #e2db9c;
	font-size: 13px;
	text-decoration: none;
}
#sidebarHome a:hover{
	color: #fff;
	font-size: 13px;
	text-decoration: none;
}

/*------- sidebarAbout styles -------*/

#sidebarAbout {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #342211;
	margin: 0px;
	padding: 0px;
}
#sidebarAbout img {
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #342211;
}
#sidebarAbout h1 {
	margin-left: -9000px;
	padding: 0px;
	margin-top: 0px;
}
#sidebarAbout ul{
	margin: 0;
	padding: 0;
	color: #684f38;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	list-style-type: none;
	font-weight: normal;
}
#sidebarAbout li{
	background-image: url(images/dotted_divider.gif);
	padding-top: 5px;
	padding-bottom: 5px;
	background-repeat: repeat-x;
	background-position: left bottom;
}
#sidebarAbout ul li strong {
	font-weight: normal;
	color: #e2db9c;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
#sidebarAbout a{
	color: #684f38;
	text-decoration: none;
}
#sidebarAbout a:hover{
	color: #998c5b;
	text-decoration: none;
}

/*------- sidebarPortfolio styles -------*/

#sidebarPortfolio {
	float: left; 
	width: 238px;
	background: url(images/h_portfolio.png) no-repeat left top;
	margin-top: -32px;
	padding-top: 32px;
}



/*------- content styles -------*/

#mainContent {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #342211;
	width: 750px;
	margin: 0;
	padding: 20px 0px 0px;
	float: left;
} 

/*------- content contact styles -------*/

#mainContentContact {
	background: url(images/h_contact.png) no-repeat left top;
	width: 704px;
	margin-top: -32px;
	padding-top: 32px;
	float: left;
} 

#mainContentAbout {
	background: url(images/h_about.png) no-repeat left top;
	width: 704px;
	margin-top: -32px;
	padding-top: 32px;
	float: left;
} 

#mainContentPortfolio {
	width: 712px;
	float: right;
} 


/*------- footer styles -------*/

#footer {
	height: 60px;
	padding: 0;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #342211;
	margin: 10px 0 10px 0;
} 
#footer p {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #56381c;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 17px 0 30px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-weight: normal;
}
#footer a {
	color: #684f38;
	text-decoration: none;
}
#footer  a:hover {
	color: #998c5b;
	text-decoration: none;
}
#footer .subscribe{
	padding-top: 17px;
	float: right;
	margin: 0;
}
#footer .subscribe a {
	color: #684f38;
	text-decoration: none;
	background: url(images/subscribe.gif) no-repeat right center;
	padding-right: 15px;
}
#footer .subscribe a:hover{
	color: #998c5b;
	text-decoration: none;
	background: url(images/subscribe.gif) no-repeat right center;
	padding-right: 15px;
}
.clear {
	clear: both;
}

/*-- intro copy styles--*/

#introCopy{

	margin: 0 0 0 -30px;

	padding-top: 80px;

	background: url(../_images/quote.png) no-repeat left top;

	padding-right: 0px;

	padding-bottom: 0px;

	padding-left: 30px;

}

#introCopy h1{

	padding: 0px;

	margin: 0px;

}

#introCopy p{

	margin-top: 15px;

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 14px;

	line-height: 24px;

	color: #e2db9c;

}

/*-- featured work styles--*/

#featuredWork {

	background: url(../_images/dotted_divider.gif) repeat-x left bottom;

	clear: both;

	height: 23px;

	margin-bottom: 10px;

	margin-top: 10px;

}

#featuredWork h1{

	background-image: url(../_images/h_featuredWork.gif);

	background-repeat: no-repeat;

	background-position: left top;

	text-indent: -9000px;

}

/*-- browse portfolio link styles--*/

#browsePortfolio{

	float: right;

	

}

#browsePortfolio a {

	 text-indent: -9000px;

	display:block;

	height: 13px;

	width: 134px;

	background: url(../_images/l_browsePortfolio_btn.gif) top left no-repeat;

	text-decoration:none;

}

#browsePortfolio a:hover{

 	text-indent: -9000px;

	display:block;

	height: 13px;

	width: 134px;

	background: url(../_images/l_browsePortfolio_btn.gif) bottom left no-repeat;

	background-repeat:no-repeat;

	text-decoration:none;

}







/*-- featured work styles--*/

.work {

	width: 228px;

	float: left;

	padding-right: 10px;

	margin: 0;

}

.workLast {

	width: 228px;

	float: left;

	margin: 0px;

	padding: 0px;

}

.work h1, .workLast h1{

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 14px;

	line-height: 13px;

	font-weight: normal;

	color: #e2db9c;

	margin: 0px;

	padding-top: 11px;

	background-image: url(../_images/dotted_divider.gif);

	background-repeat: repeat-x;

	background-position: left bottom;

	padding-bottom: 11px;

	

}

.work img, .workLast img{

	background: #000000;

	border: 4px solid #342211;

	padding: 4px;

	margin: 0px;

}



.work p, .workLast p{

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	line-height: 17px;

	font-weight: normal;

	color: #684f38;

	background-image: url(../_images/dotted_divider.gif);

	background-repeat: repeat-x;

	background-position: left bottom;

	padding-bottom: 11px;

	margin-bottom: 11px;

	padding-top: 8px;

}



.work p a, .workLast p a{

	color: #684f38;

	border-bottom-width: 1px;

	border-bottom-style: dotted;

	border-bottom-color: #684f38;

	text-decoration: none;

}

.work p a:hover, .workLast p a:hover{

	color: #998c5b;

	border-bottom-width: 1px;

	border-bottom-style: dotted;

	border-bottom-color: #998c5b;

	text-decoration: none;

}

.work ul, .workLast ul{

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	margin: 0;

	padding: 0;

	list-style: none; 

}



.work ul li, .workLast ul li{

	padding-right: 8px;

	float: left; 

}

.work ul li a, .workLast ul li a {

	color: #998c5b;

	text-decoration: none;

	background: url(../_images/smArrow_brown.gif) no-repeat left center;

	padding-left: 10px;

}

.work ul li a:hover, .workLast ul li a:hover {

	color: #e2db9c;

	text-decoration: none;

	background: url(../_images/smArrow_teal.gif) no-repeat left center;

	padding-left: 10px;

}

