html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* --------------------- END CSS RESET ------------------------- */

/* page elements */

body {
	line-height: 22px;
	font-family: helvetica;
	color: #515151;
	text-align: justify;
	font-size: 10pt;
	background: #313131;
	
}

p {
	margin-bottom: 15px;
}

a {
	color: #515151;
	text-decoration: none;
}

a:hover {
}

ul {
	margin-left: 0;
	padding-left: 20px;
}

a img {
	border: 0!important;
}

/* classes */

.form_table td {
	padding: 10px;
}

.dark_text {
	color: #111111;
}

.container {
	width: 980px;
	margin: 0 auto;
	
}

.warning_text {
	color: #ff0000;
	font-weight: bold;
}


.clear {
	clear: both;
}

.content_box {
	background: #eaeaea;
	margin-bottom: 25px;
	padding: 20px 10px;
	border: 1px solid #d1d1d1;
	line-height: 2em;
}



.content_box .title {
	font-family: Georgia;
	font-style: italic;
	padding: 2px;
	padding-left: 5px;
	font-size: 2em;
}

.subtitle {
	font-size: 1.3em;
	font-family: Georgia;
	border-bottom: 1px solid #c8c8c8;
}

.content_box li {
	margin-bottom: 5px;
	list-style-image: url("../../images/arrow_list_2.gif");
}

.work_example {
	padding: 5px;
	padding-bottom: 0;
	background: #dddddd;
	border: 3px solid #dddddd;
	margin-bottom: 25px;
}


.work_example p {
	margin-bottom: 0;
}

.work_example img {
	
}

.work_example .work_example_mainimage {
	display: block;
	opacity: 0.5;
	border: 2px solid #c8c8c8;
	padding:0;
	width: 595px;
	height: 120px;
	margin-bottom: 5px;
}

.work_example .work_example_mainimage:hover {
	opacity: 1;
	border: 2px solid #c8c8c8;
}

.active_page {
	color: pink!important;
}


.right_float {
	float: right;
}
.left_float {
	float: left;
}

.left_float img {
	margin-right: 15px;
	border: 2px solid #bbbbbb;
}
	

.pager {
	text-align: right;
	margin-bottom: 10px;
}

.page_link a{
	background: black;
	padding: 5px;
	color: white;
}

.page_link a:hover {
	background: #bbbbbb;
	color: black;
}

.current_page {
	background: #bbbbbb;
	padding: 5px;
	color: white;
}

.standout_link {
	border-bottom: 2px solid;
	font-weight: bold;
	color: #16619a;
}

.right_box {
	float: right;
	margin-right: 50px;

}

.left_box {
	float: left;

}

.left_box, .right_box {
	width: 40%;
	background: #ffffff;
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid #c8c8c8;
	min-height: 250px;
}


/* ids */

#everything {
	margin: 0 auto;
}

#content {
	min-height: 600px;
	background: #eaeaea;
	background: url('../../images/paisley_light.jpg');
	padding-top: 25px;
}

#links {
	border-bottom: 3px solid #3e3e3e;
	padding-top: 20px;
	height: 40px;
	color: #e7e7e7;
	background: #313131;
}

#links table {
	width: 100%;
}

#links, #footer {
	margin: 0 auto;
	font-size: 12pt;
}



#footer {
	background: #313131;
	color: #ffffff;
	font-family: Georgia;
	border-top: 10px solid #3e3e3e;
}

#footer_right {
	float: right;
	width: 150px;
	font-size: 0.9em;
}

#site_map a {
	color: #ffffff!important;
	font-size: 0.9em;
}

#site_map a:hover {
	text-decoration: underline;
}

#links a {
	color: #e7e7e7;
	font-family: Georgia;
	margin: 0 10px;
	letter-spacing: 1px;
}



#links a:hover {
	color: pink;
}

#logo {

	background: #111111;
	padding-bottom: 0;
	line-height: 0;
	padding-top: 5px;

}

#logo img {
	display: block;
}

#logo_and_links {
	padding: 0;
	text-align: center;
}

#right_column {
	float: right;
	width: 65%;
}

#left_column {
	width: 30%;
}

#project_right {
	width: 65%;
}

#project_right img {
	border: 1px solid #c8c8c8;
}
#project_left {
	width: 30%;
}

#project_left .title {
	text-align: left;
}

#skills_box {
	float: right;
	border: 2px solid #c8c8c8;
	margin-left: 25px;
	padding: 15px;
	background: #ffffff;
}

#homepage_examples_buttons {
	float: right;
	padding-top: 5px;
}

#homepage_examples_buttons a {
	
}

.read_more_button, .go_to_site_button { 
	display: block;
	width: 104px!important;
	height: 20px!important;
}

.read_more_button {
	background: url('../../images/reaD_more_button_double.gif') no-repeat;
}

.go_to_site_button {
	background: url('../../images/go_to_site_button_double.gif') no-repeat;
}

.read_more_button:hover, .go_to_site_button:hover {
	background-position: bottom;
} 

