@charset "utf-8";
/* Benyarb Portfolio 5.0 - Styles */



/*####################################################################
#																	 #
#  The Foundation - Resets browser defaults and lays the foundation  #
#																	 #
####################################################################*/


/*
---
Foundation > Tag Resets - Resetting all the browser defaults
---
*/

html {
	color: #000;
	background: #fff;
}

body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, pre, code, form, fieldset, legend, input, textarea, blockquote, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, strong, 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 {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

input, textarea, select {
	*font-size: 100%;
}

legend {
	color: #000;
}


/*
---
Foundation > Tag Stylization - Sets specific values for the tags that were reset
---
*/

h1 {
	font-size: 138.5%; /* 18px */
}

h2 {
	font-size: 123.1%; /* 16px */
}

h3 {
	font-size: 108%; /* 14px */
}

h4 {
	font-size: 100%; /* 13px */
}

h1, h2, h3, h4 {
	margin: 1em 0; /* Causes the top and bottom margin to be based on font size */
}

h1, h2, h3, h4, h5, h6, strong {
	font-weight: bold; /* Brings boldness back to headers and the strong element */
}

abbr, acronym {
	border-bottom: 1px dotted #000;
	cursor: help;
	/* Both indicate to users that more info is available */
}

em {
	font-style: italic; /* Brings italics back to the em element */
}
	
blockquote, ul, ol, dl {
	margin: 1em; /* Gives blockquotes and lists margins based on font size */
}

ol, ul, dl {
	margin-left: 2em;
}

ol li {
	list-style: decimal outside; /* Gives ordered lists sequentially generated numbers */
}

ul li {
	list-style: disc outside; /* Gives unordered lists disc-shaped bullets */
}

dl dd {
	margin-left: 1em; /* Indents the definition portion of definition lists based on font size */
}

th, td {
	border: 1px solid #000; /* Adds borders to all tables */
	padding: .5em; /* Adds padding to tables based on font size */
}

th {
	font-weight: bold; /* Causes table headers to be bold */
	text-align: center; /* Centers table headers */
}

caption {
	margin-bottom: .5em; /* Margin to match table cell paddings */
	text-align: center; /* Centers captions to prevent them from blending in to other content */
}

p, fieldset, table, pre {
	margin-bottom: 1em; /* Keeps everything from running into each other */
}

input[type=text], input[type=password], textarea {
	width: 12.25em;
	*width: 11.9em;
}


/*
---
Foundation > Font Normalization - Normalizes the font size for all browsers
---
*/


body {
	font: 13px/1.231 arial, helvetica, clean, sans-serif;
		/*
			All text defaults to Arial, 13px, with a 16px line-height.
			85% = 11px
			100% = 13px
			108% = 14px
			123.1% = 16px
			138.5% = 18px
		*/
	*font-size: small;
	*font: x-small;
}

table {
	font-size: inherit;
	font: 100%;
}

pre, code, kbd, samp, tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}


/*
---
Foundation > Functional Classes - Useful and reusable classes
---
*/

.clear {
	clear: both;
}



/*#############################################################################
#																		      #
#  The Framework - Sets the site-wide structural framework and visual styles  #
#																		      #
#############################################################################*/


/*
---
Framework > Layout - Sets up the structure of the site's Framework
---
*/

#wrapper, #footer {
	width: 780px;
	margin: 0 auto;
}

  /* --Header-- */
#header {
	padding-top: 80px; /* Lines up logo's bottom shadow with header's bottom shadow */
}

#mainNav {
	margin: 0 0 0 65px;
	display: inline;
	position: relative;
	bottom: 13px;
}

#mainNav li {
	display: inline;
	/*margin: 0 0 0 1.70em;*/
}

#mainNav a {
	padding-left: 12px;
	margin-left: 13px;
}

#mainNav .current {
	background: transparent url(../images/current.header.gif) center left no-repeat;
}


  /* --Main-- */
#main {
	margin: 28px 0 40px 0;
	padding: 30px 0 0 0;
	background: transparent url(../images/content.top.gif) top left no-repeat;
}

#content {
	width: 720px;
	padding: 0 30px 25px 30px;
	background: #736f4f url(../images/content.bottom.gif) bottom left no-repeat;
}

#content h1 {
	margin-top: 0;
}


  /* --Footer-- */
#footerWrapper {
	clear: both;
}

#footer {
	padding-top: 30px;
}

#footer h3 {
	margin-top: 0;
}

#blogInfo {
	width: 230px;
	/*border-right: 1px dashed #736F4F;*/
	padding: 0 30px 0 30px;
	float: left;
	text-align: center;	
	background: transparent url(../images/bloginfo.border.gif) right center no-repeat;
}

#footerNav, #onTheWeb {
	margin: 0;
	/*width: 260px;*/
	width: 460px;
	float: left;
	/*text-align: center;*/
	padding: 20px 0 0 30px;
}

#footerNav li,  #onTheWeb li  {
	display: inline;
}

#footerNav h3, #onTheWeb h3 {
	display: inline;
	padding-right: 12px;
}

#footerNav a,  #onTheWeb a {
	padding: 0 0 0 12px;
	margin-left: 5px;
}

#footerNav .current {
	background: transparent url(../images/current.footer.gif) center left no-repeat;
}

#disclaimers {
	margin: 0;
	clear: both;
	text-align: center;
}

#disclaimers h4 {
	background: transparent url(../images/disclaimer.border.gif) top center no-repeat;
	padding: 20px 0 5px 0;
}


/*
---
Framework > Visuals - Sets up the visual aspects of the site's Framework
---
*/

html {
	background-color: #c1c1ab;
}

body {
	background: #f8f8f8 url(../images/headerbg.gif) repeat-x top center;
}


  /* --Header-- */
#header a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#header a:hover {
	color: #c1c1ab;
}

#mainNav {
	font-size: 1.15em;
}


  /* --Main-- */
#main {
	background-color: #f8f8f8;
	color: #fff;
}

#main a {
	color: #fff6af;
}

#main a:hover {
	color: #f90;
}


  /* --Footer-- */
#footerWrapper, #footer {
	background-color: #c1c1ab;
	color: #4c4e4c;
}

#footer a {
	font-weight: bold;
	color: #000;
}

#footer a:hover {
	text-decoration: none;
}

#footerNav li, #onTheWeb li {
	list-style-type: none;
}

#footerNav a, #onTheWeb a {
	color: #4c4e4c;
}

#disclaimers a:hover {
	color: #3f3f3f;
}



/*##################################################
#												   #
#  About-Specific - Sets styles for the About page #
#												   #
##################################################*/


#about #content h1 {
	height: 30px;
	text-indent: -1000px;
	overflow: hidden;
	background: transparent url(../images/about.header.gif) top center no-repeat;
}

#about #content img {
	width: 175px;
	height: 182px;
	display: block;
	margin: 0 auto 20px auto;
}

#about #content p {
	text-indent: 30px;
}



/*######################################################
#												       #
#  Contact-Specific - Sets styles for the Contact page #
#												       #
######################################################*/


#contact #content h1 {
	height: 30px;
	text-indent: -1000px;
	overflow: hidden;
	background: transparent url(../images/contact.header.gif) top center no-repeat;
}



/*####################################################
#													 #
#  Resume-Specific - Sets styles for the Resume page #
#													 #
####################################################*/


#resume #content h1 {
	height: 30px;
	text-indent: -1000px;
	overflow: hidden;
	background: transparent url(../images/resume.header.gif) top center no-repeat;
}