/*
Theme Name: Alex and the Web
Theme URI: http://wordpress.org/
Description: WordPress theme for AlexandtheWeb.com
*/

/* RESET -------------------------- */

/*reset.css*/ body{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup,sub{line-height:-1px;vertical-align:text-top;}sub{vertical-align:text-bottom;}input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*fonts.css*/ body {}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:99%;}

/* Fonts -------------------------- */

@font-face {
     font-family: "Quicksand";
     src: url(fonts/Quicksand_Bold.otf);} 

/* Core Elements -------------------------- */

html, body {
	min-height: 100%;}

body {
	font-size: 62.5%; 
	line-height: 1.7;
	font-family: "Gill Sans MT","Franklin Gothic",Helvetica, Arial, sans-serif;
	background: #FEF3C6 url(images/body.gif) repeat-x left top;}

h1 {
	font-family: "Quicksand","Book Antiqua",Times New Roman,serif;
	font-size: 2.4em;
	line-height: 1.4;
	margin-bottom: 0.7em;
	font-weight: bold;
	clear: both;}	

h1 a, h2 a, h3 a { border-bottom: none;}

h2 {	
	font-family: "Quicksand","Book Antiqua",Times New Roman,serif;
	font-size: 1.6em;
	line-height: 1;
	margin-bottom: 0.7em;
	font-weight: bold;
	clear: both;}
	
h3 {font-size: 1.4em;
	font-weight: bold;
	clear: both;
	line-height: 1.6em;
	margin-bottom: 0.8em;}
	
h4 {
	color: #ADA594;
	font-family: "Book Antiqua", Georgia, serif;
	font-size: 1.4em;	
	display: block;
	font-weight: bold;
	line-height: 2.2em;
	margin-bottom: 0.9em;
	text-transform: uppercase;}		

h5 {
	font-family: "Book Antiqua", Georgia, serif;
	font-size: 1em;	
	font-weight: bold;
	margin-bottom: 0.9em;
	text-transform: uppercase;}		
	
p, li {
	font-size: 1.3em;}	

p, ul {
	margin-bottom: 1.4em;}	

ul ul, li * { font-size: 100%;}	
	
a {
	text-decoration: none;
	color: #9B917B;
	border-bottom: 1px dotted #9B917B;}	
	
a:focus {outline: 0;}	
a:hover, a:visited {color: #9B917B;}

small {}

/* Scalable Styles - Columns and Styling Classes -------------------------- */

.floatLeft { float: left;}
.floatRight { float: right;}

/* Columns */

.center {	
	width: 948px;
	margin: 0 auto;}

.widestCol {
	float: left;
	width: 753px;	
	margin-bottom: 20px;}

.widerCol {
	float: left;
	width: 620px;
	margin-bottom: 20px;}

.wideCol {
	float: left;
	width: 457px;	
	margin-bottom: 20px;}

.smallCol {
	width: 296px;
	margin-bottom: 20px;}	

.padded {
	margin-right: 30px;}

.tinyCol {
	float: left;	
	width: 133px;}	
 
 /* Reusable classes */
	
.last {
	margin: 0;}

.smallserif {
	color: #9B917B;
	font-family:"Book Antiqua", serif;
	font-size: 1.4em;	
	display: block;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;}

.entry {
	margin-bottom: 2.2em;}
	
	.entry * {
		clear: left;}

        .entry p {text-align: justify;}
	
	.entry h4 {
		color: rgb(0,0,0);}
	
	.entry ul {
		padding: 20px;		
		background: rgba(243,221,170, 0.4);}
		
	.entry img {
		border:1px dotted #ADA594;
		max-width:465px;
		outline: 5px solid #F3DDAA;}	
		
.shaded {
	-moz-border-radius: 0.3em;
	-webkit-border-radius:  0.3em;
	-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
	padding: 4px 12px;
	border-radius: 3px;
	background: #F6EAC1;
	background: rgba(242,231,191,0.7);}

.outlined {
	-moz-border-radius: 0.3em;
	-webkit-border-radius:  0.3em;
	padding: 10px;
	border-radius: 3px;
	background: rgba(242,231,191,0.7)}
	
.indentDash	{
	padding: 0 0 0 24px;
	border-left: 1px dotted #9B917B;}

.centered {
	text-align: center;}	
	
.borderless {
	border: 0 none;
	display: block;
	margin: 1.4em 0;}	
	
.smallCol a {
	border: 0 none;}

.postList {
	text-align: center;
	padding-top: 30px;
	background: url(images/ornaments.png) no-repeat 100px 10px;
	margin-bottom: 3em;}

.postList li {
	 border-bottom: 1px dotted rgba(0,0,0,0.1);
	 line-height: 1.5;
	 padding: 0.3em 0;
	 margin: 0 10px 0 0;}		

.postList a {
	margin: 0 auto;
	display: block;
	width: 180px;}
	 
.postList li:last-child {
	background: url(images/ornaments.png) no-repeat -109px bottom;
	padding-bottom: 30px;
	border-bottom: 0 none;}	 
	
.bordered {
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: rgba(242, 231, 191, 0.7);
	display:block;
	padding: 0.7em 0.4em;
	margin-bottom: 0.7em;}		

.wrap {	padding: 20px;}	
.floatRight { float: right;}	
.floatLeft {float: left;}
	
/* Structure -------------------------- */

#header {
	position: relative;
	padding-top: 65px;}

#header p {
	width: 620px;
	position: absolute;
	bottom: 17px;
	left: 0;}
	
#logo {
	border: 0;
	display: block;
	margin: 0;
	margin-left: -100px;
	position:relative;
	width: 833px;
	z-index: 2;}

.topBar {
	top: 80px;
	width: 100%;
	position: absolute;
	z-index: 1;
	border-bottom: 1px dotted #605C4D;}

#nav {
	position: absolute;
	right: 0;
	margin: 0;
	z-index: 2;
	bottom: -2px;}

#nav li {
	float: left;
	font-size: 1.1em;
	margin-left: 12px;
	text-align: center;
	width: 133px;
	height: 60px;}
	
#nav li.hovered {
	background: url(images/arrow-nav.png) no-repeat bottom center;}	

#nav li.active {
	background: url(images/arrow-nav.png) no-repeat bottom center;}	
	
#nav a {
	display: block;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	opacity: 0.8;
	font-family:"Book Antiqua", serif;
	text-transform: uppercase;
	padding: 4px 7px;	
	background: #000;	
	border-bottom: 0;
	border: 1px solid rgba(242, 231, 191, 0.7);
	-moz-box-shadow: 2px 2px 6px #ACA493;
	-webkit-box-shadow: 2px 2px 6px #ACA493;
	color: #FEF8E0;}	

#nav a:hover, #nav li.active a {
	opacity: 1;}
	
#content {
	padding: 0;
	position: relative;
	z-index: 2;}	
	
#sidebar {}
	
#footer {
	clear: both;
	border-top: 1px dotted #9B917B;
	margin-top: 20px;
	overflow: hidden;
	padding: 20px 0;}
	
/* Portfolio styles */	

.portfolioList {
	zoom: 1;
	width: 948px;}

ul.portfolioList li {
	min-height: 300px;
	float: left;
	height: 300px;}	

ul.portfolioList li:nth-child(3n) {
	float: right;
	margin: 0;}

.lastOne {
	float: right;
	margin: 0;}
	
ul.portfolioList li>* {
	margin: 7px 4px;}

ul.portfolioList li h4 {
	border-top: 1px dotted #9B917B;}

ul.portfolioList li p {
	margin-top: 12px;}
	
ul.portfolioList a.outlined {
	position: relative;
	display: block;
	padding: 4px;
	height: 124px;}	

ul.portfolioList span.more {
	background-color: #ACA493;	
	border-top: 2px solid #9B917B;
	color: #FEF8E0;
	position: absolute;	
	right: 4px;
	bottom: 4px;	
	text-align: right;
	padding-right: 6px;
	opacity: 0;
	width: 274px;}	
	
.starter {
	background-color: #ACA493;
	color: #FEF8E0;
	text-transform: uppercase;
	min-width: 60px;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	font-size: 80%;
	margin: 0 6px 0 4px;
	padding: 0 4px;
	outline: 2px solid #9B917B;}

	
/* Comments -------------------------- */

#respond {
	text-align: left;}
	
#respond * {clear: none;}	

#respond p {
	clear: left;
	overflow: hidden;}

#respond label, #respond input[type="text"] {
	float: left;
	width: 45%;}

#respond textarea {
	float: left;
	width: 45%;}	
	
input[type="text"], textarea {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 35%;
	background-color: #f6f1e3;
	border-top: 1px solid rgb(173,165,148);
	border-left: 1px solid rgb(173,165,148);
	border-bottom: 1px solid rgba(173,165,148,0.5);
	border-right: 1px solid rgba(173,165,148,0.5);}

/* Footer -------------------------- */

#footer div {
	background-color: #9B917B;
	padding: 12px 0;
	color: #FEF8E0;}

#footer div>* {
	margin: 0 12px;}
	
#footer div a {
	color: #FEF8E0;}	

#footer h5, #footer ul, #footer li {
	display: inline-block;}

#footer h5, #footer li {
	padding-right: 4px;
	margin-bottom: 12px;}

#footer li a {
	padding-left:22px;
	padding-right:10px;}
	
#footer a:hover {
	color: #F1E4B1;}	

#footer li a[href*=linkedin] {
	background: url(images/social-icons.png) no-repeat left 1px;}
	
#footer li a[href*=flickr] {
	background: url(images/social-icons.png) no-repeat left -46px;}

#footer li a[href*=twitter] {
	background: url(images/social-icons.png) no-repeat left -93px;}

/* jQuery Tools - Scrollable -------------------------- 

div.scrollable { 
    position:relative; 
	z-index: 1;
    overflow:hidden; 
    height: 700px; 
    width: 100%;} 
 
div.scrollable div.items { 
    position: absolute; 
	width: 100%;
    height: 20000em;}*/
	
	
/* Portfolio Details -----------------------*/
	
div.items div { 
	overflow: hidden;
	margin: 20px 0;}

div.items div.widerCol {
	position: relative;}

div.items img {
	z-index: 1;}
	
div.items div.layered {
	position: absolute;
	bottom: 0;
	z-index: 2;
	margin: 0;
	height: 80px;
	width: 100%;
	background: url(images/sideline.png) repeat-x top;}	
	
.actions {
	text-align: right;
	overflow: hidden;
	margin-bottom: 10px;
	height: 25px;
	width: 100%;}
	
.actions li {
	display: inline-block;
	padding-right: 7px;}	
	
.actions a {
	text-indent: 1000em;
	display: block;
	height:22px;
	width:28px;
	border: 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	opacity: 0.8;
	border: 1px solid rgba(242, 231, 191, 0.7);
	-moz-box-shadow: 2px 2px 6px #ACA493;
	-webkit-box-shadow: 2px 2px 6px #ACA493;
	cursor: pointer;}	
	
	
.actions a.prevPage, .actions a.top {
	background: #000 url(images/arrows.png) no-repeat scroll -28px 7px;}	

.actions a.nextPage {
	background: #000 url(images/arrows.png) no-repeat scroll 8px 7px;}	

.actions a:hover {
	opacity: 1;}

.actions a.disabled, .actions a.disabled:hover {
	opacity: 0.3;
	cursor: default;}	


/* End of the shoooowww --------------------------  */