@charset "utf-8";
/* CSS Document */
/* <style type="text/css"> */

/*
The Design Firm: boldUnderline. LLC
The Client: Samir Karahoda Photography 
Date: June 11, 2010.
*/

/*//////////////////////////////Global Settings */

body 				{
					margin:0;
					height: 100%;
					background: #000 url('/bold/templates/images/back4.jpg') top left fixed no-repeat;
					}

html *				{ 
					padding:0;
					margin:0;
					}

#nav a,
#about a,
#language a,
#bold a				{
					cursor: pointer;
					color: #888;
					display: block;
					text-decoration: none;
					padding-bottom: 4px;
					}

#nav a:hover,
#about a:hover,
#language a:hover,
#bold a:hover		{outline: none; color:#fff;}

a:active {outline: none; color:#000;}


* a:focus {-moz-outline-style: none;}


/*//////////////////////////////Build Up */

#topper				{
					height: 4px;
					background: #000;
					border-bottom: 1px solid #0c2200;
					}

#container			{
					width: 920px;
					margin: auto;
					position: relative;
					padding-top: 30px;
					}
					
					#container img	{border: 0;}
										
#content			{
					width: 600px;
					margin: auto;
					margin-top: 30px;
					text-align: center;
					float: left;
					}
					
					#content span		{
										font-family: Georgia, serif;
										font-size: 12px;
										color: #666;
										}
										
					#content img		{
										max-width: 580px;
										max-height: 340px;
										margin-bottom: 16px;
										}

					#about				{
										width: 130px;
										margin: 200px 0 0 0;
										padding: 10px 10px 5px 10px;
										text-align: right;
										background: url('/bold/templates/images/back_nav3.jpg') top left fixed repeat;
										float: left;
										}
										
					#nav				{
										width: 130px;
										margin: 50px 0 0 20px;
										padding: 10px 10px 5px 10px;
										background: url('/bold/templates/images/back_nav3.jpg') top left fixed repeat;
										float: left;
										}
										
										#nav ul, #nav li	{
															list-style: none;
															font-size: 11px;
															font-family: Arial, sans-serif;
															text-transform: uppercase;
															}
															
															#nav li > ul > li	{padding-left: 20px;text-transform: none;}

					#language			{
										padding: 5px 20px 0px 20px;
										position: absolute;
										top:0;
										right: 150px;
										text-align: center;
										background: url('/bold/templates/images/back_nav3.jpg') bottom right fixed repeat;
										float: left;
										}
										
					#bold				{
										position: absolute;
										bottom: 0;
										right: 5px;
										}
										
										#bold a		{
													color: #555;
													font-size: 10px;
													font-family: Arial, sans-serif;
													font-weight: bolder;
													}
													
										#bold a:hover	{color: #fff;}

p					{
					color: #444;
					font-size: .65em;
					text-transform: uppercase;
					font-family: Arial, sans-serif;
					font-weight: lighter;
}