/* ###########################################
   ##  Name: Surreal - Business & Portfolio ##
   ##  Author: cesiel1993                   ##
   ##  File: style.css                      ##
   ##  Last Updated: July 19th, 2009        ##
   ##  Help: Email - cesiel1993@gmail.com   ##
   ###########################################
*/


body {
	font: 14px Arial, Helvetica, Sans-Serif;
	color: #555555;
	margin: 0;
	padding: 0 0 30px 0;
}


/* ---- Standard Elements ---- */

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a img {
	border: 0;
}

h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bolder;
	color: #222222;
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 1.5em;
}

h1 { 
	font-size: 26px; 
	letter-spacing: -1px; 
}

h2 { 
	font-size: 24px; 
	letter-spacing: -.7px; 
}

h3 { 
	font-size: 21px; 
	letter-spacing: -.4px;
}

h2, h3 {
	margin: 25px 0 5px;
}

h4 { 
	font-size: 18px; 
	margin: 20px 0 5px;
}

h5 { 
	font-size: 16px;
	margin: 20px 0 5px;
}

p {
	line-height: 1.6em;
	padding: 0;
	margin: 0 0 15px 0;
}

blockquote {
	line-height: 1.7em;
}

small {
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}

ul {
	list-style-type: square;
	line-height: 2em;
	margin: 10px 0 0 40px;
	padding: 0;
}

ul li ul {
	margin: 5px 0 10px 30px;
}

hr {
	height: 1px;
	color: #CCCCCC;
	background-color: #CCCCCC;
	border: 0;
	margin: 10px 0 15px 0;
}

.hr2 {
	background-image: url(../images/content_seperator.gif);
	width: 550px;
	height: 20px;
	margin: 35px auto 20px auto;
}

input, textarea {
	background: #F5F5F5;
	border: 1px solid #CCCCCC;
	padding: 4px;
	font: 14px Arial, Helvetica, Sans-Serif;
}

button { 
	background: url(../images/button_bg.gif) repeat-x;
	height: 30px;
	font: bolder 12px Arial, Helvetica, Sans-Serif;
	color: #FFFFFF;
	padding: 2px 15px 5px 15px;
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

.leftimg {
	float: left;
	margin: 0 20px 20px 0;
}

.rightimg {
	float: right;
	margin: 0 0 20px 30px;
}


/* ---- Background ---- */

#titleheader_bg {
	background: url(../images/titleheader_bg.gif) repeat-x;
	height: 103px;
	text-align: center;
}

#gradient {
	height: 429px;
	margin-bottom: -401px;
}

.gradient_highlight {
	width: 960px;
	height: 300px;
	margin: 0 auto;
}


/* ---- Container ---- */

#container {
	position: relative;
	background: #FFFFFF;
	width: 960px;
	margin: 0 auto;
}


/* ---- Navigation ---- */

#navigation {
	background: url(../images/navigation_bg.gif) repeat-x;
	height: 43px;
	font-size: 12px;
	border-bottom: 1px solid #FFFFFF;
}

#navigation ul li ul li {
	display: block;
	list-style-type: none;
}

#navigation ul {
	float: left;
	z-index: 100;
	margin: 1px 0 0 1px;
	padding: 0;
	list-style-type: none;
	line-height: 1.7em;
}

/*Top level list items*/
#navigation ul li {
	background: url(../images/navigation_divider.gif) no-repeat top right;
	position: relative;
	display: inline;
	float: left;
	margin-left: -1px;
	padding: 0 2px 0 0;
}

/*Top level menu link items style*/
#navigation ul li a {
	display: block;
	padding: 12px 20px 11px 20px;
	color: #333333;
	text-decoration: none;
}

* html #navigation ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

#navigation ul li a:link, #navigation ul li a:visited {
	color: #333333;
}

#navigation ul li a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background: #FFFFFF; 
	color: #333333;
	z-index: 100;
}

#navigation ul li a:hover {
	background: #FFFFFF; /*background of menu items during onmouseover (hover state)*/
	color: #333333;
	z-index: 100;
}

/*1st sub level menu*/
#navigation ul li ul {
	position: absolute;
	background: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	margin: 0 0 0 -1px;
	z-index: 99;
}

/*Sub level menu list items (undo style from Top level List Items)*/
#navigation ul li ul li {
	background: none;
	display: list-item;
	float: none;
	border-bottom: 1px solid #CCCCCC;
	padding-right: 0;
}

#navigation ul li ul li a {
	margin-right: -2px;
}

#navigation ul li ul li a:hover {
	background: #F5F5F5;
	margin-left: 1px;
	padding: 7px 0 6px 14px;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
#navigation ul li ul li ul {
	top: 0;
	margin: -1px 0 0 2px;
}

/* Sub level menu links style */
#navigation ul li ul li a {
	width: 135px; /*width of sub menus*/
	background: none;
	padding: 7px 0 6px 15px;
}

/* Holly Hack for IE \*/
* html #navigation {height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
	padding: 8px 5px 5px 0;
}

.rightarrowclass{
	padding: 5px 5px 5px 0;

}


/* ---- Search ---- */

.search {
	float: right;
	margin: 7px 7px 0 7px;
}

.search input {
	background: #E5E5E5;
	border: 1px solid #CCCCCC;
	width: 214px;
	padding: 6px;
	font: 12px Arial, Helvetica, Sans-Serif;
	color: #333333;
	margin-right: 5px;
}

/* Safari Hack for Search */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.search { 
		margin: 5px; 
	}

	.search input { 
		margin: 2px 3px 0 0;
		padding: 6px;
	}

	.search button {
		padding: 3px 15px 4px 15px;
	}
}


/* ---- Display ---- */

#display {
	background: #E5E5E5;
	height: 336px;
	width: 940px;
	padding: 10px 10px 7px 10px;
	border-top: 1px solid #CCCCCC;
	font-size: 12px;
}

#display h4 {
	margin: 0 0 4px 0;
	line-height: 1.2em;
}

/* - PikaChoose CSS - */

ul#pikame {
	float: right;
}

.pika_main img {
	width: 920px;
	background: #FFFFFF;
	padding: 9px;
	border: 1px solid #CCCCCC;
}

#pikame li {
	float: left;
	background: #FFFFFF;
	text-align: left;
	margin-left: 10px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	right: 0;
}

.pika_caption {
	float: left;
	margin: 15px 0 0 7px;
	font: bolder 18px Arial, Helvetica, Sans-Serif;
	color: #333333;
	line-height: 1.2em;
}

ul#pikame li img{
	position: relative;
	cursor: pointer;
	width: 50px;
	height: 40px;
	margin-bottom: 5px;
	margin-right: 5px;
}

.pika_main { position: relative;}

.pikachoose li {
	overflow:hidden;
	list-style:none;
}

.pika_play{
	background: #FFFFFF;
	padding: 10px;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
}

.pika_play a {
	position: relative;
	margin-left: auto;
	cursor: pointer;
	color: #333333;
}

.pika_play img { border:none !important; }


/* ---- Content ---- */

#content_container {
	background: url(../images/content_bg.gif) repeat-y;
	width: 960px;
	border-top: 1px solid #CCCCCC;
	font-size: 14px;
}

#content {
	background: url(../images/content_topbg.gif) top right no-repeat;
	float: left;
	width: 560px;
	padding: 40px;
	color: #555555;
}

.post {
	margin: 35px;
}

.post_title {
	margin-bottom: 20px;
}

.post_title span {
	font-size: 12px;
	color: #999999;
	font-style: italic;
}

ul.tabs {
	float: right;
	list-style-type: none;
	margin-top: -25px;
	padding-bottom: 8px;
	font-size: 12px;
	line-height: 1.7em;
}

ul.tabs li {
	position: relative;
	padding: 12px 20px 10px 20px;
	display: inline;
	cursor: pointer;
}

ul.tabs li.selected {
	background: #FFFFFF;
	padding-bottom: 13px;
	z-index: 100;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #FFFFFF;
}

.folioGallery {
	width: 588px;
	margin: 14px 0 0 -28px;
}

.folioGallery div {
	float: left;
	margin: 0 0 14px 14px;
}

.folioGallery div img {
	background: #F5F5F5;
	padding: 8px;
	border: 1px solid #CCCCCC;
}

.contact_form {
	padding-top: 5px;
}

.contact_form label {
	color: #333333;
	display: block;
	font: bolder 14px Arial, Helvetica, Sans-Serif;
	line-height: 1.3em;
}

.contact_form .small {
	color: #666666;
	display: block;
	font-size: 11px;
	font-weight: normal;
}

.contact_form input, textarea {
	width: 540px;
	padding: 10px;
	margin: 10px 0 25px 0;
	color: #444444;
	line-height: 1.7em;
}

.contact_form button {
	background: #333333;
	margin-top: 5px;
	font-size: 14px;
	padding: 10px 20px 10px 20px;
	height: 100%;
	font-weight: normal;
}

.contact_form button:hover {
	cursor: pointer;
}


/* ---- Sidebar ---- */

#sidebar {
	background: url(../images/sidebar_bg.gif) repeat-y;
	float: right;
	width: 320px;
	font-size: 12px;
}

#sidebar h4 {
	margin-top: 0;
}

.sidebar_section {
	width: 269px;
	padding: 25px;
	margin-left: 1px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #D5D5D5;
}

.sidebar_title {
	margin-bottom: 15px;
}

.sidebar_title h4 {
	margin-bottom: 2px;
}

.sidebar_title small {
	font-size: 10px;
	font-style: italic;
}

.sidebar_link {
	text-align: right;
	font-style: italic;
}

.left_column {
	float: left;
	clear: both;
	font-weight: bolder;
	margin-bottom: 7px;
	line-height: 1.7em;
}

.right_column {
	float: right;
	text-align: right;
	line-height: 1.7em;
	margin-bottom: 7px;
}

.spacer {
	clear: both;
}


#footer {
	width: 960px;
	margin: 0 auto;
	padding-top: 30px;
	font-size: 12px;
}


/* ---- prettyPhoto - Lightbox Clone ---- */
/* ------------------------------------------------------------------------
	This you can edit.
------------------------------------------------------------------------- */

	div.pp_pic_holder .pp_top .pp_left { background: url(../images/prettyPhoto/light_rounded/tl.gif) top left no-repeat; } /* Top left corner */
	div.pp_pic_holder .pp_top .pp_middle { background: #fff; } /* Top pattern/color */
	div.pp_pic_holder .pp_top .pp_right { background: url(../images/prettyPhoto/light_rounded/tr.gif) top left no-repeat; } /* Top right corner */

	div.pp_pic_holder .pp_content { background-color: #fff; } /* Content background */
	div.pp_pic_holder .pp_content a.pp_next:hover { background: url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat; cursor: pointer; } /* Next button */
	div.pp_pic_holder .pp_content a.pp_previous:hover { background: url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	div.pp_pic_holder .pp_content a.pp_expand { background: url(../images/prettyPhoto/light_rounded/btnExpand.gif) top left no-repeat; cursor: pointer; } /* Expand button */
	div.pp_pic_holder .pp_content a.pp_expand:hover { background: url(../images/prettyPhoto/light_rounded/btnExpand.gif) bottom left no-repeat; cursor: pointer; } /* Expand button hover */
	div.pp_pic_holder .pp_content a.pp_contract { background: url(../images/prettyPhoto/light_rounded/btnContract.gif) top left no-repeat; cursor: pointer; } /* Contract button */
	div.pp_pic_holder .pp_content a.pp_contract:hover { background: url(../images/prettyPhoto/light_rounded/btnContract.gif) bottom left no-repeat; cursor: pointer; } /* Contract button hover */
	div.pp_pic_holder .pp_content a.pp_close { width: 75px; height: 22px; background: url(../images/prettyPhoto/light_rounded/btnClose.png) center left no-repeat; cursor: pointer; } /* Close button */

	div.pp_pic_holder .pp_content .pp_details .pp_nav a.pp_arrow_previous { background: url(../images/prettyPhoto/light_rounded/arrow_previous.png) top left no-repeat; } /* The previous arrow in the bottom nav */
	div.pp_pic_holder .pp_content .pp_details .pp_nav a.pp_arrow_next { background: url(../images/prettyPhoto/light_rounded/arrow_next.png) top left no-repeat; } /* The next arrow in the bottom nav */

	div.pp_pic_holder .pp_bottom .pp_left { background: url(../images/prettyPhoto/light_rounded/bl.gif) top left no-repeat; } /* Bottom left corner */
	div.pp_pic_holder .pp_bottom .pp_middle { background: #fff; } /* Bottom pattern/color */
	div.pp_pic_holder .pp_bottom .pp_right { background: url(../images/prettyPhoto/light_rounded/br.gif) top left no-repeat; } /* Bottom right corner */

	div.pp_pic_holder .pp_loaderIcon { background: url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat; } /* Loader icon */

	div.light_square .pp_top .pp_left ,
	div.light_square .pp_top .pp_middle,
	div.light_square .pp_top .pp_right,
	div.light_square .pp_bottom .pp_left,
	div.light_square .pp_bottom .pp_middle,
	div.light_square .pp_bottom .pp_right,
	div.light_square .pp_content { background: #fff; }


/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */

	div.pp_pic_holder a:focus { outline:none; }

	div.pp_overlay {
		background: #000;
		position: absolute; top: 0; left: 0;
		z-index: 9500;
		width: 100%;
	}

	div.pp_pic_holder {
		position: absolute; z-index: 10000;
		width: 100px;
	}

		div.pp_pic_holder .pp_top {
			position: relative;
			height: 20px;
		}
			* html div.pp_pic_holder .pp_top { padding: 0 20px; }

			div.pp_pic_holder .pp_top .pp_left {
				position: absolute;
				left: 0;
				width: 20px; height: 20px;
			}
			div.pp_pic_holder .pp_top .pp_middle {
				position: absolute;
				left: 20px; right: 20px;
				height: 20px;
			}
				* html div.pp_pic_holder .pp_top .pp_middle { position: static; left: 0; }

			div.pp_pic_holder .pp_top .pp_right {
				position: absolute;
				top: 0; left: auto; right: 0;
				width: 20px; height: 20px;
			}

		div.pp_pic_holder .pp_content {
			position: relative;
			text-align: left;
			width: 100%; height: 40px;
		}

			div.pp_pic_holder .pp_content .pp_details {
				display: none;
				margin: 10px 15px 2px 20px;
			}
				div.pp_pic_holder .pp_content .pp_details p.pp_description { display: none; float: left; margin: 0; }

				div.pp_pic_holder .pp_content .pp_details .pp_nav {
					float: left;
					margin: 3px 0 0 0;
				}

					div.pp_pic_holder .pp_content .pp_details .pp_nav p { float: left; margin: 0 4px; }

					div.pp_pic_holder .pp_content .pp_details .pp_nav a.pp_arrow_previous,
					div.pp_pic_holder .pp_content .pp_details .pp_nav a.pp_arrow_next {
						float: left;
						display: block;
						width: 14px; height: 15px;
						overflow: hidden;
						text-indent: -10000px;
						margin-top: 3px;
					}

					div.pp_pic_holder .pp_content .pp_details .pp_nav a.disabled { background-position: 0 -16px; cursor: default; }

		div.pp_pic_holder .pp_content div.pp_hoverContainer {
			position: absolute; z-index: 2000;
			top: 0; left: 0;
			width: 100%;
		}

		div.pp_pic_holder .pp_content a.pp_next {
			display: block; float: right;
			text-indent: -10000px;
			width: 49%; height: 100%;
			background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
		}

		div.pp_pic_holder .pp_content a.pp_previous {
			display: block; float: left;
			text-indent: -10000px;
			width: 49%; height: 100%;
			background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
		}

		div.pp_pic_holder .pp_content a.pp_expand,
		div.pp_pic_holder .pp_content a.pp_contract {
			position: absolute; z-index: 20000;
			top: 10px; right: 30px;
			cursor: pointer;
			display: none;
			text-indent: -10000px;
			width: 20px; height: 20px;	
		}

		div.pp_pic_holder .pp_content a.pp_close {
			float: right;
			display: block;
			text-indent: -10000px;
		}

		div.pp_pic_holder .pp_bottom {
			position: relative;
			height: 20px;
		}
			* html div.pp_pic_holder .pp_bottom { padding: 0 20px; }

			div.pp_pic_holder .pp_bottom .pp_left {
				position: absolute;
				left: 0;
				width: 20px; height: 20px;
			}
			div.pp_pic_holder .pp_bottom .pp_middle {
				position: absolute;
				left: 20px; right: 20px;
				height: 20px;
			}
				* html div.pp_pic_holder .pp_bottom .pp_middle { position: static; left: 0; }

			div.pp_pic_holder .pp_bottom .pp_right {
				position: absolute;
				top: 0; left: auto; right: 0;
				width: 20px; height: 20px;
			}

		div.pp_pic_holder .pp_loaderIcon {
			display: none;
			position: absolute;
			top: 50%; left: 50%;
			margin: -12px 0 0 -12px;
			width: 24px; height: 24px;
		}

		div.pp_pic_holder #pp_full_res { display: block; margin: 0 auto; width: 100%; text-align: center; }
		div.pp_pic_holder #pp_full_res object,
		div.pp_pic_holder #pp_full_res embed { visibility: hidden; }

		div.ppt {
			display: none;
			position: absolute;
			top: 0; left: 0;
			z-index: 9999;
			color: #fff;
			font-size: 17px;
		}

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

	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}

	.clearfix {display: inline-block;}

	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */