/* Reset Default Browser CSS */
@import url(/css/reset.css);

/* Import Fonts
----------------------------------------------- */
@import url(/css/fonts.css);

/*	Rebuild CSS
----------------------------------------------- */
body {
	background: #517186 none repeat scroll 0 0;
	color: #353535;
	font: 100% "Gentium",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6 {
	color: #185889;
	font-family: "Titillium Text","LeagueGothicRegular",Helvetica,Arial,sans-serif;
	font-weight: 400;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
	font-weight: 700;
}
h6 {
	font-size: 12px;
}
acronym {
	cursor: help;
	border-bottom: 1px dotted #2D2F41;
}
blockquote {
	margin: 1em 2em;
}
code, pre, tt {
	font-family: "Droid Sans Mono",monospace;
	font-size: small;
	font-weight: normal;
}
dd {
	margin: 0 0 0 1em;
	padding: 0;
}
dt {
	font-size: medium;
	margin: 0.5em auto;
	padding: 0;
}
em {
	font-style: italic;
}
ol,ul {
	padding-left: 1.5em;
}
p,dl,ol,ul {
	font-size: 15px;
	line-height: 20px;
	margin: 15px 0;
}
strong {
	font-weight: bold;
}

/*	Links
----------------------------------------------- */
a {
	color: #AA2222;
	text-decoration: none;
}
a:hover {
	color: #A88E79;
	text-decoration: none;
}
a img { 
	background: none;
	border: 0;
}
a:hover img {
	background: none;
	border: 0;
}
/* not "Valid" CSS but will remove the pesky outline */
:-moz-any-link:focus {
  outline: none;
}

/*	Masthead
----------------------------------------------- */
#masthead {
	background: transparent url(../img/site/bkgd_masthead.png) repeat-x scroll 0 0;
	height: 176px;
	position: relative;
	width: 100%;
}
.masthead-content {
	margin: 0 auto;
	position: relative;
	width: 55em;
}
.branding {
	float: left;
	margin: 58px 0 0;
}
.branding a {
	background: transparent url(../img/site/jhames.png) no-repeat scroll 0 0;
	display: block;
	height: 64px;
	text-indent: -999em;
	width: 220px;
}
.description {
	color: white;
	float: right;
	font-family: "LeagueGothicRegular",Helvetica,Arial,sans-serif;
	font-size: 1.5em;
	margin: 77px 0 0;
	padding: 0;
	text-align: right;
	text-shadow: 0 0 0.25em #202020;
	text-transform: uppercase;
}

/*	Menu
----------------------------------------------- */
#menu {
	background: #A88E79 none repeat scroll 0 0;
	height: 30px;
	width: 100%;
}
.menu {
	margin: 0 auto;
	width: 55em;
}
.menu ul {
	font-size: 18px;
	list-style: none;
	margin: 0;
	padding: 6px 0 0;
}
.menu ul li {
	display: inline;
	margin: 0 1em 0 0;
}
.menu ul li a {
	color: white;
	font-family: "Titillium Text",Helvetica,Arial,sans-serif;/*LeagueGothicRegular*/
	font-weight: 100;
	text-decoration: none;
	text-shadow: 0 0 0.25em #202020;
	text-transform: uppercase;
}
.menu ul li a:hover {
	color: #AA2222;
	text-shadow: none;/**/
}

/*	Gallery
----------------------------------------------- */
#gallery {
	background: transparent url(../img/site/bkgd_gallery.png) repeat-x scroll 0 0;
	height: 192px;
	padding: 32px 0 0;
	width: 100%;
}
.jcarousel-container-horizontal {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 55em;
}
.jcarousel-next-horizontal {
	background: transparent url(../img/gallery/next-horizontal.png) no-repeat scroll 0 0;
	cursor: pointer;
	height: 36px;
	position: absolute;
	right: 0;
	top: 48px;
	width: 36px;
}
.jcarousel-next-horizontal:hover {
	background-position: -36px 0;
}
.jcarousel-next-horizontal:active {
	background-position: -72px 0;
}
.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
	background-position: -108px 0;
	cursor: default;
}
.jcarousel-prev-horizontal {
	background: transparent url(../img/gallery/prev-horizontal.png) no-repeat scroll 0 0;
	cursor: pointer;
	height: 36px;
	left: 0;
	position: absolute;
	top: 48px;
	width: 36px;
}
.jcarousel-prev-horizontal:hover {
	background-position: -36px 0;
}
.jcarousel-prev-horizontal:active {
	background-position: -72px 0;
}
.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
	background-position: -108px 0;
	cursor: default;
}
.jcarousel-clip-horizontal {
	height: 137px;
	width: 50em;
}
.jcarousel-clip {
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	position: relative;
	z-index: 2;
}
.jcarousel-list {
	left: 0;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	top: 0;
	z-index: 1;
}
.jcarousel-item-horizontal {
	margin-right: 10px;
}
.jcarousel-item {
	height: 137px;
	width: 128px;
}
.jcarousel-list li, .jcarousel-item {
	float: left;
	height: 137px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	width: 128px;
}
.instructions {
	clear: both;
	margin: 0 auto;
	width: 55em;
}
.instructions p {
	color: white;
	font-size: 0.6875em;
}

/*	About
----------------------------------------------- */
.polaroid {
	-moz-box-shadow: 0 0 0.25em #404040;
	-webkit-box-shadow: 0 0 0.25em #404040;
	background: white none repeat scroll 0 0;
	display: block;
	margin: 1em auto;
	padding: 0.5em;
}

/*	Site Colophon
----------------------------------------------- */
.browsers {
	list-style: none;
	padding-left: 0;
}
.browsers li {
	float: left;
	text-align: center;
	width: 33%;
}
.browser {
	display: block;
	margin: 1em auto 0;
}

/*	Links Elsewhere
----------------------------------------------- */
.friends {
	list-style: none;
	padding-left: 0;
}
.scarleteen {
	display: block;
	margin: 1em auto 0;
}

/*	Terms of Use
----------------------------------------------- */
.no-spec,.ask-first {
	display: block;
	margin: 1em auto 0;
}

/*	Connect Online
----------------------------------------------- */
.column {
	float: left;
	list-style: none;
	padding-left: 0;
	width: 33%;
}

/*	Services
----------------------------------------------- */
.illustration {
	display: block;
	margin: 1em auto;
}
.services {
	float: left;
	width: 50%;
}
.services ul {
	list-style: none;
	padding-left: 0;
}

/*	Vincenzo (the dog)
----------------------------------------------- */
.polaroid-vinnie {
	-moz-box-shadow: 0 0 0.25em #000000;
	-webkit-box-shadow: 0 0 0.25em #000000;
	background: white none repeat scroll 0 0;
	display: block;
	margin: 0 auto;
	padding: 0.25em;
}
a:hover .polaroid-vinnie {
	background: white none repeat scroll 0 0;
}
.vincenzo-facts {
	list-style: none;
	padding-left: 0;
}

/*	Media
----------------------------------------------- */
ul#tumblr,
ul#lastfm {
	list-style: none;
	padding-left: 0;
}
ul#tumblr li,
ul#lastfm li {
	margin: 1em 0;
	padding: 0;
}
ul#tumblr li {
	background: #FAFAFA none repeat scroll 0 0;
	border: thin solid #EAEAEA;
	padding: 4%;
	width: 90%;
}
ul#tumblr li div.tumblr-title {
	font-size: large;
	font-weight: bold;
	line-height: 1.2;
}
ul#tumblr li div.published {
	border-top: thin solid #D0D0D0;
	color: #404040;
	display: block;
	font-size: smaller;
	font-weight: normal;
	margin: 0.5em 0 1em;
	padding-top: 0.1em;
}
ul#tumblr li div.tumblr-description {
	display: block;
	margin: 0 0 1em;
}
.tumblr-description embed {
	background-color: #A88E79;
}
ul#tumblr li img.tumblr-accent {
	display: block;
	margin: 0em auto 1.5em;
}
ul#lastfm li div.published {
	border-top: thin solid #D0D0D0;
	color: #404040;
	display: block;
	font-size: smaller;
	font-weight: normal;
	margin: 0.1em 0;
	padding-top: 0.1em;
}

/*	Content
----------------------------------------------- */
#content {
	background: white none repeat scroll 0 0;
	padding: 2em 0;
	width: 100%;
}
.content {
	margin: 0 auto;
	width: 55em;
}
.summary {
	background: white none repeat scroll 0 0;
	float: left;
	margin: 0;
	padding: 0;
	width: 43em;
}
.btm-left {
	margin-bottom: 0;
	font-weight: 700;
}
.top-left {
	margin-top: 0;
}
.section {
	background: white none repeat scroll 0 0;
	clear: left;
	float: left;
	margin: 1em 0 0;
	overflow: hidden;
	padding: 0;
	width: 27em;
}
.aside {
	background: white none repeat scroll 0 0;
	float: left;
	margin: 1em 0 0 3em;
	overflow: hidden;
	padding: 0;
	width: 12em;
}
.footer {
	clear: both;
	margin: 0 auto;
	text-align: center;
	width: 44em;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
.close {
	clear: both;
}

/*	Sidebar
----------------------------------------------- */
.sidebar {
	float: right;
	margin: 0;
	padding: 0;
	width: 10em;
}
#flickr_badge_image1 {
	-moz-box-shadow: 0 0 0.25em #202020;
	-webkit-box-shadow: 0 0 0.25em #202020;
	margin: 0.75em auto 1.25em;
	padding: 0.5em;
	width: 136px;
}
.flickr_badge_image a {
	display: block;
	height: 181px;
	width: 136px;
}
.flickr_badge_image img {
	height: 181px;
	overflow: hidden;
	width: 136px;
}
img.gauge {
	display: block;
	margin: 1em auto;
}
.sidebar p {
	font-family: "Titillium Text";
	font-size: 11px;
	line-height: 17px;
	margin-bottom: 2em;
}
.row-hither {
	clear: both;
	display: block;
	margin: 0.75em 0;
}
.email {
	font-family: "Titillium Text";
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
}
.email-address {
	float: right;
	font-family: "Titillium Text";
	font-size: 10px;
	font-weight: 600;
	text-align: right;
}
.row-thither {
	display: block;
	margin: 0.75em 0;
}
.phone {
	font-family: "Titillium Text";
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
}
.phone-number {
	float: right;
	font-family: "Titillium Text";
	font-size: 10px;
	font-weight: 600;
	text-align: right;
}
.row-yonder {
	clear: both;
	display: block;
	margin: 0.75em 0;
}
.twitter {
	font-family: "Titillium Text";
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
}
.twitter-user {
	float: right;
	font-family: "Titillium Text";
	font-size: 10px;
	font-weight: 600;
	text-align: right;
}

/*	(The) End
----------------------------------------------- */
#end {
	background: #A88E79 none repeat scroll 0 0;
	height: 15px;
	width: 100%;
}

/*	Footer
----------------------------------------------- */
#footer {
	background: #517186 url(../img/site/bkgd_footer.png) repeat-x scroll 0 0;
	height: 192px;
	width: 100%;
}
.footer-content {
	margin: 0 auto;
	width: 55em;
}
.copyright {
	background: transparent url(../img/site/copyright.png) no-repeat scroll 0 0;
	float: left;
	height: 64px;
	margin: 2em 0;
	padding: 0;
	text-indent: -999em;
	width: 367px;
}
.site-map {
	float: right;
	margin: 56px 0 0;
	width: 28em;
}
.site-map h5 {
	border-bottom: thin solid white;
	color: white;
	margin-bottom: 0.25em;
	text-transform: uppercase;
}
.site-map ul {
	font-family: "Titillium Text";
	font-size: 11px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.site-map-1, .site-map-2, .site-map-3 {
	float: left;
	width: 33%;
}
.site-map ul li a {
	color: white;
	font-weight: normal;
	text-decoration: none;
}
.site-map ul li a:hover {
	text-decoration: underline;
}
.contact-information {
	clear: both;
	color: white;
	font-size: 0.6875em;
}
.contact-information a {
	color: white;
	font-weight: normal;
	text-decoration: none;
}
.contact-information a:hover {
	text-decoration: underline;
}

/*	Client Portfolio 
----------------------------------------------- */
.design {
	margin-top: 0;
}
.clients {
	list-style: none;
	padding-left: 0;
}
.clients li {
	border-bottom: thin solid #EAEAEA;
	margin-bottom: 0.3em
}
li.last-client {
	border-bottom: 0;
}
.portfolio {
	display: block;
	margin: 0.5em auto 0;
}
#carousel {
	height: 432px;
	margin: 0.5em 0 0;
	overflow: hidden;
	position: relative;
	width: 432px;
}
.textholder {
	font-size: small;
}
.beforeafter {
	margin: 1em 0 0 1.75em;
	width: 13.25em;
}
.bflinks {
	font-size: small;
}
.navigation {
	list-style: none;
	margin: 1em 0;
	padding-left: 0;
}
.navigation li {
	border-bottom: thin solid #EAEAEA;
	font-family: "Titillium Text";
	font-size: 11px;
	margin-bottom: 0.3em;
}
.navigation li.last-client {
	border-bottom: 0 none;
}
.nav-previous {
	display: block;
	font-size: small;
	text-align: left;
}
.nav-next {
	display: block;
	font-size: small;
	text-align: right;
}