/* ====================================================================================================

	Description:	Screen CSS
	Version:		v1.0 | 2009-10-10
	
	Company:		Design Vineyard
					http://www.designvineyard.com

	Author:			Design Vineyard, a division of Everflight LLC
					http://www.designvineyard.com

==================================================================================================== */

/* Imports */
@import "base.css";
@import "easyslider.css";

/* Google Font Directory */
@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:light,regular,bold);
@import url(http://fonts.googleapis.com/css?family=Old+Standard+TT);

/* Color Key
 
#67a933 - Green (logo, links, etc.)
#4e9ccd - Blue 
#696969 - Grey
#a10000 - Dark Red
#333333 - Dark Grey (background)
 
*/

/* ====================================================================================================				
	Generic Classes
==================================================================================================== */

/* Headings */
h1 { font-size: 40px; line-height: 40px; margin: 0 0 10px 0; color: #dddddd; }
h2 { font-size: 30px; line-height: 30px; margin: 0 0 10px 0; color: #dddddd; }
h3 { font-size: 20px; line-height: 20px; margin: 0 0 10px 0; color: #dddddd; }
h4 { font-size: 14px; line-height: 20px; margin: 0 0 10px 0; color: #dddddd; }
h5 { font-size: 12px; line-height: 20px; margin: 0 0 10px 0; color: #dddddd; }
h6 { font-size: 10px; line-height: 20px; margin: 0 0 10px 0; color: #dddddd; }

/* Typography */

body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea { font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif; }
body { font-size: 12px; line-height: 22px; color: #dddddd; }
blockquote { font-family: Georgia, serif; }

h1 { font-family: "grad-1","grad-2"; font-size: 26px; line-height: 32px; color: #f9f9f9; }

/* Lists */
ol { margin: 0 0 25px 0; }
ol li { margin: 0 0 4px 0; }
ul { list-style-type: square; margin: 0 0 25px 0; }
ul li { margin: 0 0 5px 20px; line-height: 14px; }

/* Links */
a:link, 
a:visited { color: #ffffff; text-decoration: underline; }
a:hover { color: #ffffff; text-decoration: underline; }


/* ====================================================================================================				
	Site Specific CSS
==================================================================================================== */

/* Body & Wrapper
---------------------------------------------------------------------------------------------------- */
body { margin: 0 0 0 0; border-top: 4px solid #67a933; background: #2c2c2c url('../images/common/bg-top.png') repeat-x; background-color: #2c2c2c; min-width: 960px; }
#wrapper { width: 100%; margin: 0 auto; background: #333333 url('../images/common/bg-fade-black.png') repeat-x top left; border-top: none solid #f1f1f1; }

/* Header
---------------------------------------------------------------------------------------------------- */
#header { margin-top: 0; margin-bottom: 0; text-align: right; background: #ffffff; }

#header table { height: 85px; width: 700px; margin: 0 0 0 0;  }
#header table td { vertical-align: middle; border: none; margin: 0 0 0 0; padding: 0 0 0 0; }

/* Sitewide Navigation */
#header ul.navigation { margin: 0; padding: 0; float: right; /* This float aligns the navigation */ }
#header ul.navigation li { float: left; list-style: none; margin: 0 3px 0 0; padding: 0; }

#header ul.navigation li a { font-family: 'Yanone Kaffeesatz', 'Lucida Grande', Tahoma, serif; font-size: 15px; font-weight: normal; letter-spacing: 0px; }
#header ul.navigation li a:link,
#header ul.navigation li a:visited { padding: 20px 0 13px 0; margin: 0 0 0 22px; color: #777777; text-decoration: none; }
#header ul.navigation li a:hover { color: #67a933; }
#header ul.navigation li a.current { color: #67a933; }


/* Content
---------------------------------------------------------------------------------------------------- */
#content { margin-top: 0; }
.padding { padding: 30px 0 30px 0; }

#home #wrapper { background: #67a933 url('../images/common/bg-fade.png') repeat-x top left; }
#home .padding { padding: 30px 0 0px 0; }

#home .content h1 { font-family: 'Old Standard TT', Georgia, serif; font-size: 20px; line-height: 42px; color: #ffffff; text-align: center; margin: 0 0 0 0; letter-spacing: 4px; text-transform: uppercase; }
#home .content p { font-family: 'Yanone Kaffeesatz', 'Lucida Grande', Tahoma, serif; font-size: 20px; line-height: 30px; color: #c1e7a3; text-align: center; margin: 0 0 20px 0; }
#home .content p em { color: #bcdca3; margin: 0 0 0 7px; }
#home .content ul#intro li { list-style-type: none; margin: 0 0 0 0; }


#services h1 { font-family: 'Old Standard TT', Georgia, serif; font-size: 26px; line-height: 32px; color: #f9f9f9; text-align: center; margin: 0 0 20px 0; }

#services .services-web { background-color: #a5a5a5; margin-bottom: 30px; -moz-border-radius: 5px; -webkit-border-radius:5px; }
#services .services-web-info { font-size: 12px; margin: 10px; padding: 10px; background-color: #e5e5e5; -moz-border-radius: 2px; -webkit-border-radius: 2px; }
#services p.intro { color: #dddddd; font-size: 14px; font-weight: normal; line-height: 22px; margin: 0 0 30px 0; }

#services .services-additional { background-color: #20719c; -moz-border-radius: 5px; -webkit-border-radius:5px; }
#services .services-additional-info { margin: 10px; padding: 10px; color: #ffffff; background-color: #599abc; -moz-border-radius: 2px; -webkit-border-radius: 2px; }
#services .services-additional-info ul { margin: 0 0 0 0; font-size: 9px; list-style-type: none; color: #ffffff; }
#services .services-additional-info ul li { font-size: 9px; color: #ffffff; margin: 0 0 10px 0; }
#services .services-additional-info ul li strong { font-size: 12px; }

#services .web-info { margin-top: 0px; margin-bottom: 10px; }
#services .web-info p { color: #e1e1e1; padding: 0 10px; font-size: 10px; line-height: 16px; font-weight: normal; }

#services .mobile-info { margin-top: 15px; }
#services .mobile-info p { color: #e1e1e1; padding: 0 10px; font-size: 10px; line-height: 16px; font-weight: normal; }

img.mobile-special { float: right; margin: 0 20px 0 20px; }
img.services-intro { margin: 0 0 20px 0; }

#services .mobile-header { margin-top: 30px; }
#services .services-mobile { background-color: #67a933; margin-bottom: 30px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
#services .services-mobile-info { margin: 10px; padding: 10px; background-color: #85ba5c; -moz-border-radius: 2px; -webkit-border-radius: 2px; }
#services .services-mobile-info p { font-size: 13px; color: #000000; font-weight: normal; }
#services .services-mobile-info ul { margin: 0 0 0 0; padding: 0 0 0 0; }
#services .services-mobile-info ul li { color: #000000; }
#services .services-mobile-info p small { color: #000000; font-size: 10px; line-height: 10px; font-weight: normal; }
#services .services-mobile-info p.turnaround { color: #000000; font-size: 11px; line-height: 11px; font-weight: normal; }
#services .services-mobile-info p.turnaround small { color: #000000; font-size: 11px; line-height: 11px; font-weight: bold; }


#services h2 { font-family: 'Yanone Kaffeesatz', 'Lucida Grande', Tahoma, serif; font-size: 22px; line-height: 28px; color: #ffffff; text-align: left; margin: 10px; }
#services .services-web h2 { font-family: 'Yanone Kaffeesatz', 'Lucida Grande', Tahoma, serif; font-size: 22px; line-height: 28px; color: #ffffff; text-align: left; margin: 10px; }


#services p { color: #333333; font-weight: normal; }
#services .services-web p.package-title { color: #333333; font-size: 10px; font-style: normal; font-weight: bold; margin: 0 0 6px 0; }
#services span.price { color: #ffffff; margin: 0 0 0 8px; letter-spacing: 1px; font-size: 24px; font-weight: bold; }
#services .services-web span.price { color: #ffffff; margin: 0 0 0 8px; letter-spacing: 1px; font-size: 24px; font-weight: bold; }

#services ul { font-size: 9px; margin: 0 0 20px 0; padding: 0 0 0 0; list-style-type: normal; }
#services ul li { font-size: 11px; color: #111111; }

#services .learn-more { margin-bottom: 15px; text-align: center; }
#services .learn-more p { font-size: 13px; color: #f1f1f1; }

#portfolio .content h1 { font-family: 'Old Standard TT', Georgia, serif; font-size: 26px; line-height: 32px; color: #ffffff; text-align: center; margin: 0 0 5px 0; }
#portfolio .web-design .example { margin: 25px 0 45px 0; }
#portfolio .web-design .aside { padding: 0 0 0 10px; font-size: 10px; }
#portfolio .web-design .aside h2 { color:#ffffff; font-family: "urbana-1","urbana-2"; font-size: 15px; font-weight: bold; line-height: 18px; margin: 160px 0 25px 0; }
#portfolio .web-design .aside p { font-size: 11px; line-height: 16px; }
#portfolio .web-design .aside .link { margin: 0 0 0 -2px; }
#portfolio .web-design .aside .link a { display: block; width: 100px; height: 24px; text-align: center; }
#portfolio .web-design .aside .link a:link,
#portfolio .web-design .aside .link a:visited { color: #ffffff; text-decoration: none; line-height: 24px; font-size: 9px; font-weight: bold; }
#portfolio .web-design .aside .link a:hover { text-decoration: underline; }

#portfolio .web-design .aside .date { font-size: 9px; font-weight: bold; text-transform: uppercase; color: #67a933; }

#about-us .content h1 { font-family: 'Old Standard TT', Georgia, serif; font-size: 26px; line-height: 32px; margin: 0 0 30px 0; color: #ffffff; text-align: center; }

#why-us h1 { font-family: 'Old Standard TT', Georgia, serif; font-size: 26px; line-height: 32px; margin: 0 0 30px 0; color: #ffffff; text-align: center; }
#why-us .clients { background: #ffffff; text-align: center; margin-bottom: 25px; }
#why-us .clients img { margin: 0 5px 0 5px; }
#why-us .sidebar { background: #ffffff; text-align: center; }
#why-us .sidebar img { margin: 0 5px 0 5px; }
#why-us .quotes p { margin-top: 20px; }

#why-us .reason h2 { font-family: 'Yanone Kaffeesatz', 'Lucida Grande', Tahoma, serif; font-weight: bold; font-size: 22px; line-height: 22px; margin: 0 0 9px 0; color: #d39b30; text-align: left; }
#why-us .content h2 { font-family: 'Yanone Kaffeesatz', 'Lucida Grande', Tahoma, serif; font-weight: bold; font-size: 18px; line-height: 20px; margin: 0 0 9px 0; color: #d39b30; text-align: left; }
#why-us .content { margin-top: 10px; }

#why-us .content p { margin: 0 0 25px 0; font-size: 12px; line-height: 22px; }

#why-us .client-quote { margin: 0 0 30px 0; }
#why-us ul#quotes li { margin: 0 0 0 0; list-style-type: none; }
#why-us .client-quote .quote { margin: 0 0 40px 0; padding: 15px 15px 55px 15px; color: #555555; font: normal 16px Georgia, serif; line-height: 23px; background: transparent url(../images/quotes/bg-quotes.png) no-repeat bottom left; border-top: 1px solid #f1f1f1; }
#why-us .client-quote .byline { margin: -62px 0 0 170px; font-size: 11px; font-style: italic; color: #f1f1f1; }
#why-us .client-quote img.logo { margin: 7px 15px 5px 0; }

#why-us .showcase { text-align: center; }
#why-us .showcase a:link,
#why-us .showcase a:visited { font-size: 11px; text-decoration: none; }
#why-us .showcase a:hover { text-decoration: underline; }

#why-us p.intro { color: #dddddd; font-size: 14px; font-weight: normal; line-height: 24px; margin: 0 0 30px 0; }

#why-us .content ul { margin: 0 0 15px 0; }
#why-us .content ul li { margin: 0 0 7px 15px; list-style-type: square; line-height: 21px; font-size: 12px; }


/* Miscellaneous
---------------------------------------------------------------------------------------------------- */

/*	Default Pill Button	*/
.button { color: #ffffff; cursor: pointer; font-size: 11px; padding: 0 0 0 0; margin: 0 0 0 0; height: 24px; width: 100px; border: none; background: transparent url("../images/buttons/button-green-24.png"); }
.button:hover { color: #f1f1f1; background: transparent url("../images/buttons/button-green-24.png") 0 -24px; }
.button-selected { color: #ffffff; font-weight: bold; font-size: 11px; padding: 0 0 0 0; margin: 0 0 0 0; height: 24px; width: 99px; border: none; background: transparent url("../images/buttons/button-green-24.png") 0 -24px; }

/* Mailing List */
#mailing-list { border-top: none solid #eeeeee; text-align: center; padding-top: 0; margin-top: 5px; margin-bottom: 5px; }
#mailing-list p { font: normal 11px Georgia, serif; margin: 0 0 0 0; }
#mailing-list form { margin: 0 0 10px 0; }
#mailing-list input[type="text"] { font-size: 10px; padding: 4px; color: #999999; border: 1px solid #555555; background: #2c2c2c; width: 250px; }

/* Social Media */
#social-media { text-align: center; }
#social-media a:link, 
#social-media a:visited { margin: 0 0 0 15px; color: #ffffff; text-decoration: none; }
#social-media a:hover { text-decoration: underline; }

a.email-icon { padding: 2px 0 2px 20px; margin: -2px 0 -2px 3px; background-repeat: no-repeat; background-position: left center; background-image: url(../images/icons/email.png); }
a.twitter-icon { padding: 2px 0 2px 20px; margin: -2px 0 -2px 3px; background-repeat: no-repeat; background-position: left center; background-image: url(../images/social/twitter_16.png); }
a.facebook-icon { padding: 2px 0 2px 20px; margin: -2px 0 -2px 3px; background-repeat: no-repeat; background-position: left center; background-image: url(../images/social/facebook_16.png); }


/* Contact
---------------------------------------------------------------------------------------------------- */
#contact .quotes blockquote { margin: 0 0 20px 0; padding: 15px 15px 55px 15px; color: #555555; font: normal 14px Georgia, serif; line-height: 20px; background: #ffffff url(../images/quotes/bg-quote.png) no-repeat bottom left; border-top: 1px solid #f1f1f1;}
#contact .quotes p { margin: -50px 0 25px 60px; font-weight: bold; font-size: 11px; }
#contact .sidebar { margin-top: 48px; }
#contact .sidebar p { font-size: 12px; line-height: 17px; }
#contact .sidebar p strong { font-size: 9px; text-transform: uppercase; color: #67a933; }
#contact .sidebar a:link,
#contact .sidebar a:visited { color: #f1f1f1; text-decoration: none; }

#contact .content.mailing-form h1 { font-family: 'Yanone Kaffeesatz', 'Lucida Grande', Tahoma, serif; font-size: 22px; line-height: 28px; color: #ffffff; text-align: left; margin: 10px; }
#contact .content.mailing-form { background-color: #a5a5a5; -moz-border-radius: 5px; -webkit-border-radius:5px; }
#contact .mailing-form-info { margin: 10px; padding: 20px; color: #ffffff; background-color: #e5e5e5; -moz-border-radius: 2px; -webkit-border-radius: 2px; }


/* Footer
---------------------------------------------------------------------------------------------------- */
#footer { width: 100%; border-top: none solid #999999; background: #2c2c2c; padding: 20px; margin: 0 auto; width: 960px; font-size: 10px; color: #f4f4f4; }

#footer p { color: #f4f4f4; }
#footer p.copyright { font-size: 8px; color: #777777; text-align: center; text-transform: uppercase; letter-spacing: 1px; }
#footer p.copyright a:link, 
#footer p.copyright a:visited { margin: 0 0 0 0; color: #777777; text-decoration: underline; }
#footer p.copyright a:hover { text-decoration: underline; }

#footer .red { background: #a10000; }
