body {
	background: #232323 url(http://www.andimalloutofgum.com/img/bg.gif) repeat 0 0;
	font-family: "proxima-nova-1","proxima-nova-2", "Helvetica Neue", HelveticaNeue, Arial, Helvetica, sans-serif;
	color: #c2c2c2;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7em;
	}

p {
	font-family: "proxima-nova-1","proxima-nova-2", "Helvetica Neue", HelveticaNeue, Arial, Helvetica, sans-serif;
	color: #c2c2c2;
	font-size: 1em;
	font-weight: 400;
	line-height: 2em;
	margin: 0 0 10px 0;
	letter-spacing: .1em;
	}

a {
	color: #5b8b97;
	text-decoration: none;
	}
	
a:hover {
	color: #92c0c4;
	}
	
	
h2 {
	font-size: 1.25em;
	color: #A77D2B;
	text-transform: uppercase;
	font-family: "pill-gothic-300mg-1", "pill-gothic-300mg-2", "Helvetica Neue", HelveticaNeue, Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: .1em;
	}

h3 {
	margin-bottom: 5px;
	}

h4 {
	margin-bottom: 10px;
	}
	
ul {
	line-height: 2em;
	margin-bottom: 10px;
	}
	
#wrapper {
	background: #202321 url(http://www.andimalloutofgum.com/img/nav-bg.jpg) repeat-x;
	height: 67px;
	display: block;
	padding-left: 20px;
	}
	
#header {
	width: 960px;
	margin: 0 auto;
	background: #FFF rgba(255,255,255,.4);
	padding: 0 0 0 0px;
	}
	
.logo {
	background: url(http://www.andimalloutofgum.com/img/logo.png) no-repeat;
	display: block;
	height: 68px;
	width: 68px;
	float: left;
	text-indent: -99999px;
	margin: 22px 0 0 0px;
	}
	
.mainNav {
	font-family: "pill-gothic-300mg-1","pill-gothic-300mg-2", "Helvetica Neue", HelveticaNeue, Arial, Helvetica, sans-serif;
	display: block;
	margin-left: 160px;
	padding:38px 0 0 0;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: .1em;
	font-size: 1em;
	width: 500px;
	}

.mainNav li {
	display: inline;
	margin-right: 30px;
	}
	
.mainNav a {
	color: #aeaea6;
	text-decoration: none;
	-webkit-transition: color .2s linear;
	-moz-transition: color .2s linear;
	transition: color .2s linear;
	}

.mainNav a:hover {
	color: #FFF;
	}

.active {
	color: #539CA5 !important;
	}

.externalLinks {
	float: right;
	margin: -36px 0px 0px 846px;
	width: 104px;
	position: absolute;
	}
	
.externalLinksTumblr {
	float: right;
	margin: -37px 0px 0px 846px;
	width: 104px;
	position: absolute;
	}

.externalLinks li {
	display: inline;
	}

.flickr {
	margin-right: 10px;
	display: block;
	float: left; 
	height: 17px;
	width: 16px;
	background: url(http://www.andimalloutofgum.com/img/flickr.png) no-repeat;
	text-indent: -99999px;
	}

.twitter {
	margin-right: 10px;
	display: block;
	float: left;
	height: 17px;
	width: 16px;
	background: url(http://www.andimalloutofgum.com/img/twitter.png) no-repeat;
	text-indent: -99999px;
	}

.dribbble {
	margin-right: 10px;
	display: block;
	float:left;
	height: 17px;
	width: 16px;
	background: url(http://www.andimalloutofgum.com/img/dribbble.png) no-repeat;
	text-indent: -99999px;
	}

.vimeo {
	margin-right: 10px;
	display: block;
	float: left;
	height: 17px;
	width: 16px;
	background: url(http://www.andimalloutofgum.com/img/vimeo.png) no-repeat;
	text-indent: -99999px;
	}

.flickr:hover {
	background-position:0px -17px
	}

.twitter:hover {
	background-position:0px -17px
	}

.dribbble:hover {
	background-position:0px -17px
	}

.vimeo:hover {
	background-position:0px -17px
	}
	
#content {
	margin: 0 auto;
	width: 960px;
	padding: 38px 0 0 0px;
	}
	
#footer {
	margin: 0 auto;
	width: 960px;
	padding: 0 0 40px 0px;
	}
	
#footer p {
	font-size: .9em;
	color: #C2C2C2;
	text-align: center;
}
	
.clear {
	clear: both;
	}
	
/* Design Page Specific */
	
.rows {
	width: 960px;
	margin-bottom: 60px;
	height: 160px;
	}
	
.rows li {
	display: inline;
	float: left;
	width: 220px;
	margin: 0 20px 0 0;
	}
	
.rows img {
	width: 220px;
	height: 160px;
	margin-bottom: 10px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,.8);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,.8);
	box-shadow: 0px 1px 2px rgba(0,0,0,.8);
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	transition: all .2s linear;
	}
	
.rows img:hover {
	-webkit-box-shadow: 0px 2px 4px rgba(0,0,0,.5);
	-moz-box-shadow: 0px 2px 4px rgba(0,0,0,.5);
	box-shadow: 0px 2px 4px rgba(0,0,0,.5);
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	}
	
.rows span {
	display: block;
	font-size: .9em;
	letter-spacing: .1em;
	line-height: 1.5em;
	text-align: center;
	}
	
.rows a {
	color: #93938C;
	text-decoration: none;
	-webkit-transition: color .2s linear;
	-moz-transition: color .2s linear;
	transition: color .2s linear;
	}

.rows a:hover {
	color: #92C0C4;
	}
	
.flash {
	width: 750px;
	display: block;
	border: 4px solid #333;
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,.5);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,.5);
	box-shadow: 0px 1px 2px #000;
	}
	
.video {
	display: block;
	margin-bottom: 20px;
	}

/* Internal Page Template Specific */

.left {
	float:left;
	width: 140px;
	line-height: 2em;
	text-shadow: 0 1px 1px #000;
	}

.left h2 {
	margin: 0 0 15px 0;
	font-size: 1.25em;
	text-transform: uppercase;
	font-family: "pill-gothic-300mg-1", "pill-gothic-300mg-2", "Helvetica Neue", HelveticaNeue, Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: .1em;
	}
	
.left h3, h4 {
	font-size: 1.25em;
	color: #579ba2;
	text-transform: uppercase;
	font-family: "pill-gothic-300mg-1", "pill-gothic-300mg-2", "Helvetica Neue", HelveticaNeue, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 5px 0 0 0;
	letter-spacing: .1em;
	}

	
.left a {
	color: #aeaea6;
	font-size: .8em;
	text-transform: uppercase;
	letter-spacing: .1em;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	}
	
.left a:hover {
	color: #92c0c4
	}
	
.back {
	padding: 10px 0;
	font-size: 10px !important;
	color: #38545C !important;
	text-shadow: 0 1px 1px #000;
	}
	
.back:hover {
	color: #92c0c4 !important;
	}

.button {
	float: right;
	background: #202321;
	font-family: "pill-gothic-300mg-1", "pill-gothic-300mg-2", "Helvetica Neue", HelveticaNeue, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	margin-top: 10px;
	padding:5px 0 3px 0;
	width:140px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 0 -1px 0 #000;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	-webkit-box-shadow: 0px 1px 1px #000;
	-moz-box-shadow: 0px 1px 1px #000;
	box-shadow: 0px 1px 1px #000;
	border-top: 1px solid #333;
	}
	
.button:hover {
	background: #000;
	border-top: 1px solid #222;
	}
	
.button a {
	color: #539CA5;
	overflow: hidden;
	padding: 10px 19px;
	text-decoration: none;
	letter-spacing: .1em;
	font-size: 1.1em;
	}

.right {
	float: right;
	margin: 0px 20px 20px 0px;
	width: 780px;
	}

.right p {
	letter-spacing: 0;
	}
	
.right img {
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,.5);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,.5);
	box-shadow: 0px 1px 2px #000;
	max-width: 100%;
	}
	
.right h1 {
	color: #55959C;
	font-family: pill-gothic-300mg-1, pill-gothic-300mg-2, 'Helvetica Neue', HelveticaNeue, Arial, Helvetica, sans-serif;
	font-size: 1.65em;
	line-height: 1.5em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 5px 0;
	}
		
.right h2, h3 {
	font-size: 1.25em;
	color: #A77D2B;
	text-transform: uppercase;
	font-family: "pill-gothic-300mg-1", "pill-gothic-300mg-2", "Helvetica Neue", HelveticaNeue, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 15px 0 5px 0;
	letter-spacing: .1em;
	}
	
.top {
	color: #66787a;
	text-decoration: none;
	letter-spacing: .1em;
	font-size: 10px;
	text-transform: uppercase;
	}

.top:hover {
	color: #92c0c4
	}
	
.award {
	color:#539CA5;
	}



/* About Page Specific */

.online {
	display: inline;
	background: #202321;
	margin: 0px 10px 0 0;
	padding: 3px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
	
.available {
	color: #55959c;
	}
	
/*Blog Specific */

.home {
	color: #A77D2B !important;
	margin: 0 0 15px 0 !important;
	font-size: 16px !important;
	text-transform: uppercase;
	font-family: "pill-gothic-300mg-1", "pill-gothic-300mg-2", "Helvetica Neue", HelveticaNeue, Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: .1em !important;
}

.photo img {
	max-width: 100%
	margin-bottom: 10px !important;
	}
	
.menu {
	text-transform: uppercase;
	line-height: 2em;
	}
	
blockquote, q {
	background: rgba(85,149,156,.2);
	line-height: 2em;
	padding: 5px 20px;
	margin: 0px 0px 20px 0;
	}
	
.item {
	border-bottom: 1px solid rgba(255,255,255,.1);
	padding-bottom: 10px;
}

.item li {
	margin-left: 20px;
	list-style: circle;
	}
	
.datetime { 
	margin: 0;
	display: block;
	text-align: left; 
	padding-top: 10px;
	}
	
.datetime p { 
	font-size: 10px; 
	line-height: 1.7em; 
	text-transform: uppercase;
	margin: 0;
	}

.shareBlog {
	float: right;
	margin: -77px 150px 0px 0px;
	width: 238px;
	height:25px;	
	}

.tweet {
	float: left;
	margin-left: -16px;
	}
	
.tweetBlog {
	float: right;
	margin: -17px -18px;
	}
	
.plusone {
	float: right;
	margin: 0 -20px 0 0;
	}

.fblike {
	float:left;
	width:110px;
	margin: 0 0 0 -40px;
	}

.post {
	margin-bottom: 60px;
	width: 620px;
	}

.post:last-child {
	margin-bottom: 0px;
	}
	
.permalink {
	display: inline;
	}
	
.reblogged {
	text-align: right;
	display: inline;
	}

.disqus {
	border-bottom: 1px solid #AAA;
	border-bottom: 1px solid rgba(230,230,230,.1);
	padding-bottom: 20px;
	width: 620px;
	}
	
.notes {
	width: 620px;
	}
	
.notes blockquote,q {
	margin: 10px 0px 0px;
	}
	
ol.notes {
	border-bottom: 1px solid #AAA;
	border-bottom: 1px solid rgba(230,230,230,.1);
	margin: 10px 0 20px;
	}

ol.notes li {
	padding: 10px 0;
	border-bottom: 1px solid #AAA;
	border-bottom: 1px solid rgba(230,230,230,.1);
	}
      
.notes img { 
	border: 1px solid #AAA; 
	vertical-align: middle;
	margin: 0px 10px 0px 0px;
	}
	
.navleft {
	position: relative;
	float: left;
	}
	
.navright {
	text-align: right;
	width: 620px;
	}
	
.navcenter {
	text-align:center;
	width: 620px;
	}	
	
#ask_form {
	width: 620px;
	}
	
#pagination {
	width: 620px;
	padding: 10px 0 0 0;
	}
	
#dsq-content .dsq-trackback-url {
	width: 360px;
}
	
/* Slider CSS */

#slider {
	position:relative;
	background:url(images/loading.gif) no-repeat 50% 50%; 
}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

