/*
Theme Name: Magnum Ink
Theme URI: http://www.OctaneMedia.com
Description: Custom theme for Magnum Ink
Version: 1.0
Author: Octane Media
Author URI: http://www.OctaneMedia.com
*/

*
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 12px;
	background: black url(images/background.jpg) top right fixed;	
}

a
{
	outline: none;
	text-decoration: underline;
	color: #BEA56D;
	text-shadow: 1px 1px 1px Black;
}

h1, h2, h3
{
	color: #BEA56D;
	text-shadow: 1px 1px 1px Black;
}

img
{
	border: none;
}

li
{
	margin: 0;
	padding: 0;
}

ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#wrapper
{
	position: relative;
	min-width: 960px;
}

#title a, .home #title
{
	width: 310px;
	height: 363px;
	background-image: url(images/Magnum-Ink.png);
	text-indent: -9999em;
	display: block;
	margin-bottom: 10px;
}

#infoColumn
{
	width: 345px;
	position: fixed;
	top: 0;
	right: 0;
	text-align: center;
}

#infoColumn #logo
{
	margin: 10px 0 10px 0;
	border: none;
}

#secondaryColumn #news .entry
{
	margin-bottom: 0;
}

#content
{
	margin-right: 580px;
	overflow: auto;
	padding: 5px 0 0 5px;
	z-index: 1;
	float: left;
}

#secondaryColumn
{
	position: absolute;
	top: 0;
	right: 345px;
	width: 225px;
	color: White;
	margin-top: 10px;
}

#secondaryColumn li
{
	border: 1px dashed #322E1F;
	margin-bottom: 10px;
	padding: 5px;
}

#secondaryColumn li:hover
{
	background-color: Black;
	border: 1px dashed #988205;
}

#secondaryColumn h3
{
	color: #BEA56D;
}

#portfolio
{
	float: left;
}

#portfolio .ngg-gallery-thumbnail-box
{
	padding: 5px;
	background-color: White;
	border: 1px solid black;
	float: right;
	margin: 0 1% 1% .5%;
	width: 28%;
}

#portfolio .ngg-gallery-thumbnail-box img
{
	width: 100%;
	border: none;
}

#portfolio div
{
	float: right;
}

.ngg-gallery-thumbnail img
{
	margin: 0 !important;
	padding: 0 !important;
}

.ngg-gallery-thumbnail
{
	margin-right: 0 !important;
	float: none !important;
}

#sotm
{
	margin-top: 10px;
}

#sotm img
{
	padding: 5px;
	background-color: Black;
}

#sotm img:hover
{
	background-color: White;
}

#contactBox
{
	width: 294px;
	margin: 0 auto;
	background: transparent url(images/bg-contactBox.png) center 55px no-repeat;
	height: 300px;
	position: relative;
}

#contactBox #quote
{
	display: block;
	width: 294px;
	height: 39px;
	text-indent: -9999em;
	background-image: url(images/screen-print-quote.png);
}

#contactBox #quote:hover
{
	background-image: url(images/screen-print-quote-1.png);
}

#contactBox #twitter
{
	position: absolute;
	left: 0;
	top: 150px;
}

#contactBox #myspace
{
	position: absolute;
	right: 0;
	top: 150px;
	margin-top: 6px;
}

#contactBox #email
{
	position: absolute;
	display: block;
	top: 92px;
	left: 78px;
	font-size: 120%;
}

#contactBox #phone
{
	display: block;
	position: absolute;
	top: 119px;
	left: 78px;
	color: #BEA56D;
	font-size: 120%;
}

#quoteForm
{
	display: none;
	color: Black;
}

#quoteFormContent p, #quoteFormContent a
{
	color: Black;
	text-shadow: none !important;
}

#quoteFormContent
{
	width: 580px;
	height: 380px;
	background-color: White;
	padding: 10px;
}

#quoteFormContent .cf-sb
{
	text-align: center;
}

#copy
{
	position: fixed;
	left: 5px;
	bottom: 2px;
	font-size: 80%;
	padding: 2px;
	background-color: Black;
	color: #BEA56D;
}

#octane
{
	position: fixed;
	bottom: 2px;
	right: 5px;
	display: block;
	background-color: Black;
	padding: 2px;
	font-size: 80%;
}

.entry
{
	margin-bottom: 20px;
}

.entry p
{
	color: White;
	line-height: 18px;
	margin-bottom: 10px;
	text-shadow: 1px 1px 1px Black;
	
}

.archive #content, .single #content, .page #content
{
	width: 620px;
	float: right;
	margin-right: 365px;
	overflow: visible;
}

#commentform #comment
{
	width: 100%	;
}

#comment-area p
{
	color: white;
	margin-bottom: 5px;
}

.entry .alignleft
{
	float: left;
	margin: 0 10px 0 0;
}

.entry img.alignleft
{
	border: 1px solid White;
}

.post h2
{
	margin-bottom: 10px;
}

#homeLink
{
	display: block;
	margin-bottom: 15px;
	color: White;
	font-weight: bold;
}

.wpcf7-submit, input type[submit], input type[button] {
	padding: 4px 20px;
}

.wpcf7-text, .wpcf7-form-control-wrap textarea {
	padding: 4px;
}

.wpcf7-form-control-wrap textarea {
	width: 90%;
}

.cform
{
	width: 500px !important;
}

.cform textarea, .cform input
{
	width: 375px !important;
	font-size: 120% !important;
}

.cform #sendbutton {
	width: auto !important;
	padding: 6px 20px;
}

.cf-sb {
	text-align: center !important;
}

.cf-ol label {
	color: White !important; 
	font-weight: bold !important;
	font-size: 120%;
}

.cform label span, .cform label {
	width: 100px !important;
}
