/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

@import url('http://www.artwarestudios.com/styles/artware-studios-link_CLR.css');
@import url('http://www.artwarestudios.com/styles/contact-layout-style.css');
@import url("fonts/LobsterTwo.css");
@import url("fonts/MEgalopolis.css");
@import url("fonts/Amaranth.css");

.custom #header {position:relative;}
	.custom ul.menu {position:absolute; top:2.2em; right:1.1em; width:auto;}
		.custom ul.menu li.rss {float:left;}


body { 
	font-family: Georgia, Utopia, Palatino, 'Palatino Linotype', serif;
	color: #000000;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-size: 10px;
	margin: 0;
	padding: 0;
}

body.custom {
    background: #eef2f4;	
}

.custom #page .slideshow {
	height: 131px;
	width: 1120px;
	margin-left: -20px;
}

.custom .menu, .menu a, .menu li ul {
     	font-family: 'AmaranthRegular', Verdana, Geneva, sans-serif;
}

.custom h1, .custom h2, .custom h2 a {
		font-family: 'AmaranthRegular', Verdana, Geneva, sans-serif;
}

.custom h1 {
	padding-left: 30px;		
}

ul.menu {
/*	margin-top: 41em;	*/	/*	NOTE: Margin needs to be placed here insteead of #container if slideshow is implemented on this site. 	*/
	margin-left: 5em;	
}
ul.menu li a {display: inline-block;}
ul.menu li ul {text-align: left;}

ul.menu li ul.children li a {text-align: left;}

.custom #container {
     margin-bottom: 2em;	
}

.custom #page {
     background-color: #eef2f4;
}

.custom #footer {
  text-align:center;
}
.custom #footer ul,
.custom #footer li {
  display:inline;
  font-size:14px;
  margin-left: 15px;
}

.custom #header {
	padding-top: 0;
}

.custom .menu {
	padding: 0 1.1em; font-weight: bold;
}

#my-feature-box img {float:left;}

.custom .format_text blockquote.left {
	color: #9e8e00;
	}

.custom .format_text blockquote.right {
	color: #9e8e00;
	}

.custom div#comments dt.bypostauthor, #comments dt.bypostauthor div.format_text { background-color:#FFE5E5; }
.custom div#comments dd.bypostauthor, #comments dd.bypostauthor div.format_text { background-color:#FFE5E5; }

.custom .format_text blockquote.left {
	color: #9e8e00;
}

.clear {
	clear: both;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}

.date {
	color: #633988;
	font-weight: 900;
	font-size: 18px;
	text-transform: none;
	padding-top: 7px;
	padding-bottom: 3px;
}

.dateUC {
	color: #633988;
	font-weight: 900;
	font-size: 18px;
	text-transform: uppercase;
	padding-top: 7px;
	padding-bottom: 3px;
}

.client {
	padding-left: 45px;
}
	
.client p {
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.clientHang {padding-left: 45px;}
.clientHang p {position: relative;}
.clientHang p span {
display: block;
position: absolute;
left: -45px;
} 

	
.artist {
	margin-left: 45px;
	font-style: italic;
	color: #000099;
}
	
.artist p {
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.artistHang {padding-left: 45px; font-style: italic; color: #000099;}
.artistHang p {position: relative;}
.artistHang p span {
display: block;
position: absolute;
left: -45px;
} 

.custom .format_text blockquote.right {
	font-family: 'AmaranthRegular', Verdana, Geneva, sans-serif;
	color: #9e8e00;
}
	
input.espresso_payment_buttonPayPal {
	width: 145px;
	height: 46px;
	}
	
.blockquote {
	text-indent: -60px;
	}

span.titleTextTeal {
	font: 12pt "MEgalopolisExtraRegular";
	color: #3f2abc;
}

span.titleTextRed {
	font: 12pt "MEgalopolisExtraRegular";
	color: #b10263;
}

.plain {
	font-family: Georgia, Utopia, Palatino, 'Palatino Linotype', serif;
	padding-bottom: 10px;
	}
	
.plain p {
	margin-top: 0px;
	margin-bottom: 3px;
	padding-top: 0px;
}
	

.italic {
	font: 12pt "AmaranthItalic";
	color: #000000;
}

.italicBold {
	font: 12pt "AmaranthBoldItalic";
	color: #000000;
}

.italicTeal {
	font: 12pt "AmaranthItalic";
	color: #3f2abc;
}
	
.italicGrape {
	font: 12pt "AmaranthItalic";
	color: #78168f;
}
	
.italicRaspberry {
	font: 12pt "AmaranthItalic";
	color: #b10263;
}
	
.italicMoss {
	font: 12pt "AmaranthItalic";
	color: #9e8e00;
}
	
.italicUltramarine {
	font: 12pt "AmaranthItalic";
	color: #3f2abc;
}
	
.leadIn {
	font-family: 'AmaranthRegular', Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #b10263;
	font-weight: 500;
}

.leadIn p {
	padding-top: 30px;
	padding-bottom: 15px;
}	
	

.question {
	font-family: 'AmaranthRegular', Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #3f2abc;
	font-weight: 500;
}

.question p {
	padding-top: 0px;
	padding-bottom: 0px;
}

.testimonial {
	font-style: italic;
	color: #878d98;
	text-align: justify;
}

.testimonialBold {
	font-weight: 700;
	}

.testimonial p {	
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	}

.testimonialName {
	font-family: "AmaranthBold", Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #9e8e00;
}

.testimonialTitle {
	font-style: normal;
	font-weight: 300;
	color: #878d98;
}

.testimonialCompany {
	font-family: "AmaranthRegular", Arial, Helvetica, sans-serif;
	font-style: normal;	
	color: #878d98;
}	
	
.makingOfTitle {
	font: 12pt "MEgalopolisExtraRegular";
	font-size: 18px;
	color: #aa3129;
	clear: both;
}
	
.creativeProcessTitle {
	font: 12pt "MEgalopolisExtraRegular";
	font-size: 18px;
	color: #e56228;
	clear: both;
}
	
.culturalDiscourseTitle {
	font: 12pt "MEgalopolisExtraRegular";
	font-size: 18px;
	color: #78168f;
	clear: both;
}

.white {
	color: #FFF;
	font-family: "AmaranthRegular", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.gold {
	font-family: "AmaranthBold", Arial, Helvetica, sans-serif;
	color: #FC9;
	font-size: 18px;
	font-weight: 900;
	font-style: normal;
	}
.goldSmall {
	font-family: "AmaranthBold", Arial, Helvetica, sans-serif;
	color: #FC9;
	font-size: 12px;
	font-weight: 900;
	font-style: normal;
	}
.goldSmallItalic {
	font-family: "AmaranthBold", Arial, Helvetica, sans-serif;
	color: #FC9;
	font-size: 12px;
	font-weight: 900;
	font-style: italic;
	}
.price {
	color: #FFF;
	font-family: "AmaranthRegular", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 18px;
}
.whiteLink {
	font-family: "AmaranthRegular", Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #FFF;
	text-decoration: none;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.0em;
}
.whiteLink:visited {
	font-family: "AmaranthRegular", Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #999;
	text-decoration: none;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.0em;
}
.whiteLink:hover {
	font-family: "AmaranthRegular", Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #FC9;
	text-decoration: none;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.0em;
}
.whiteLink:active {
	font-family: "AmaranthRegular", Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #FC9;
	text-decoration: none;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.0em;
}
.standardLink {
	font-family: "AmaranthRegular", Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #05546d;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.0em;
}
.standardLink:visited {
	font-family: "AmaranthRegular", Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #7f7464;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.0em;
}
.standardLink:hover {
	font-family: "AmaranthRegular", Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #890e1a;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.0em;
}
.standardLink:active {
	font-family: "AmaranthRegular", Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #8f2535;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.0em;
}

.subheading {
	font: 12pt "MEgalopolisExtraRegular";
	color: #633988;
	font-size: 18px;
	padding-top: 18px;
	padding-bottom: 12px;
}

.subheadingRed {
	font: 12pt "MEgalopolisExtraRegular";
	color: #b10263;
	font-size: 18px;
	padding-top: 18px;
	padding-bottom: 12px;
}

.boldTeal {
	font: 12pt "AmaranthBold";
	color: #3f2abc;		
	}

.boldRed {
	font: 12pt "AmaranthBold";
	color: #b10263;		
	}

.headline {
	font: 24px "MEgalopolisExtraRegular";
	color: #9e8e00;
	}


.headline2 {
	font: 18px "MEgalopolisExtraRegular";
	color: #9e8e00;
	}

.about {
	text-align: justify;
	}
	
.leadIn {
	font-family: "AmaranthItalic", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #2e0c00;
	font-weight: 500;
}

.leadIn p {
	padding-top: 30px;
	padding-bottom: 15px;
}	
	

.dropCap {
	padding-left: 45px;
	padding-right: 45px;
}
	
.dropCap p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
	
.endNotes {
	text-align: right;
	font-style: italic;
	font-size: 12px;
	color: #2e0c00;
}

.endNotes p {
	padding-top: 5px;
	padding-bottom: 25px;
}
	
.nextArticle {
	font-style: italic;
	font-size: 14px;
	font-weight: 400;
	color: #05546d;
	text-indent: 0px;
}

.nextArticle p {
	padding-top: 35px;
}

.copyright {
	font: 12pt "AmaranthRegular";
	padding-top: 25px;
	padding-bottom: 75px;
}

.servicesOrange {
	font-family: "AmaranthBold", Arial, Helvetica, sans-serif;
	color: #e56228;
	font-size: 16px;
	font-style: normal;
}

.servicesOrange p {
	text-indent: -30px;
	margin-left: 30px;
}

.servicesPink {
	font-family: "AmaranthBold", Arial, Helvetica, sans-serif;
	color: #b10263;
	font-size: 16px;
	font-style: normal;
}

.servicesPink p {
	text-indent: -30px;
	margin-left: 30px;
}

.servicesBlue {
	font-family: "AmaranthBold", Arial, Helvetica, sans-serif;
	color: #5e8dd3;
	font-size: 16px;
	font-style: normal;
}

.servicesGreen {
	font-family: "AmaranthBold", Arial, Helvetica, sans-serif;
	color: #ccc71b;
	font-size: 16px;
	font-style: normal;
}

/* The two content columns. */
.colContainer {
	width: 784px;
}
.mainCol {
	float: left;
	width: 516px;
/*	width: 546px; */
/*	width: 525px;  */ 
}
.rightCol {
	float: left;
	width: 240px;
	margin-left: 28px; 
}

/* 3 columns inside mainCol. */
.threeColSpread {	
	width: 516px;
	background-color: #000000;
/*	width: 525px; */
/*	width: 546px;  */
}
.col1 {	
	float: left;
	width: 172px;
}
.col2 {	
	float: left;
	width: 172px;
}
.col3 {	
	float: left;
	width: 172px;
}

/* The action buttons in leftCol. */
a.actionButton {
		display: block;
		float: right;
		width: 180px;
		height: 50px;
/*		margin: auto; */
		padding: 0;
		background-position: bottom center;  		
}
a:hover.actionButton{
		background-position: center center;
}
a:active.actionButton{
		background-position: top center;
}
a.getStartedButton{
		background-image:	url("http://www.artwarestudios.com/images/buttons/GetStartedButton.jpg");
}
a.imReadyButton {
		background-image:	url("http://www.artwarestudios.com/images/buttons/ImReadyButton.jpg");
}
a.letUsHelpButton {
		background-image:	url("http://www.artwarestudios.com/images/buttons/LetUsHelpButton.jpg");
}
a.startNowButton {
		background-image:	url("http://www.artwarestudios.com/images/buttons/StartNowButton.jpg");
} 
a.needDesignButton{
		background-image:	url("http://www.artwarestudios.com/images/buttons/NeedDesignButton.jpg");
}
a.needGraphicsButton {
		background-image:	url("http://www.artwarestudios.com/images/buttons/NeedGraphicsButton.jpg");
}
a.needIllustrationButton {
		background-image:	url("http://www.artwarestudios.com/images/buttons/NeedIllustrationButton.jpg");
}
a.needLogoButton {
		background-image:	url("http://www.artwarestudios.com/images/buttons/NeedLogoButton.jpg");
} 
a.needPhotosButton {
		background-image:	url("http://www.artwarestudios.com/images/buttons/NeedPhotosButton.jpg");
} 
a.needVideoButton {
		background-image:	url("http://www.artwarestudios.com/images/buttons/NeedVideoButton.jpg");
} 
a.needWebsiteButton {
		background-image:	url("http://www.artwarestudios.com/images/buttons/NeedWebsiteButton.jpg");
} 
/* The spacers for leftCol */
.spacer200 {
	width: 240px;
	height: 200px;
}
.spacer225 {
	width: 240px;
	height: 225px;
}
	
#ASslider {	/* id for image slider <div> */
	width: 784px;
	height: 441px;
	margin-left: 25px;
}	