/*
Theme Name: Sogware.com Theme
Theme URI: http://sogware.com/
Description: This is the sogware.com corporate theme.
Version: 1.0
Author: Matt Soghoian
Author URI: http://sogware.com/

*/


* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	/* font-family: Helvetica, Verdana, Arial, sans-serif; */
	font-family: Palatino, Georgia, Times New Roman, serif;
	color: #fff;
	background: #333 url('images/background.png') top left;
	padding-top: 15px;
}

img {
	border: none;
}

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

a:hover {
	color: #c33;
	text-decoration: underline;
}

#wrapper {
	height: auto;
	width: 800px;
	margin: 10px auto;
}


/* Title and Header styles */

#headerTop {
	background: transparent url('images/header.png') no-repeat 0px 0px;
	height:25px;
	width: 800px;
}

#header {
	color: #fff;
	width: 800px;
	height: 120px;
	margin-left:0px;
	overflow: hidden;
	background-color: #000;	
}

	/* blue title color #214057 */
	#header #logo {
		height: 60px;
		width: 266px;
		background: transparent;
		margin-top: 15px;
		margin-left: 36px;
		overflow:hidden;
	}
	
	#header #tagline {
		letter-spacing: 1px;
		margin-left: 159px;
		margin-top: -15px;
		width: auto;
		overflow:hidden;
		font-size: 1.2em;
		font-weight: bold;
		text-shadow: #ccc 0px 0px 6px;
	}
	
	#header #callme {
		position: absolute;
		top: 0px;
		right: 40px;
		width: 230px;
		height: 85px;
	}
	
	#header #callme #phoneNum {
		font-family: Palatino Linotype, Book Antiqua, Palatino, serif !important;
		color: #848eee;
		text-shadow: 0px 0px 4px #848eee;
		font-weight: 100;
		font-size: 2.4em;
		letter-spacing: 1px;
		width: 230px;
		text-align: right;
	}

#topNav {
	width: 740px;
	padding: 15px 30px 50px 30px;
	background-color: #000;
}
	#topNav .menuItem {
		float: left;
		padding: 5px 20px;
		font-size: 2.0em;
		cursor: pointer;
		font-family: Palatino Linotype, Book Antiqua, Palatino, serif !important;
		color: #bac0f7;
		text-shadow: 0px 0px 4px #bac0f7;
	}
	
	#topNav .menuItem:hover a{
		color: #fff07c;
		text-shadow: 0px 0px 4px #fff07c;
	}
	
	#topNav .menuItem a {
		color: #bac0f7;
		text-decoration: none;
	}
	
	#topNav .menuItem a:hover {
		color: #fff07c;
		text-decoration: none;
	}
	
#content {
	width: 800px;
	/* background: #000 url('images/fractalbg.png') no-repeat top right; */ 
	background-color: #000;
	padding: 25px 0px;
	/* height: 1000px; */
	position: relative;
	overflow: hidden;
	
}
	.postText {
		width: 720px;
		margin: 0px auto;
		font-family: Palatino Linotype, Book Antiqua, Palatino, serif !important;
		letter-spacing: 1px;
	}
	
	.postText .row {
		width: 720px;
	}
	
	.priceTable {
		overflow: hidden;
	}
	
	.priceTable h2, .priceTable h3, .priceTable .squares{
		line-height: 50px;
		margin-bottom: 0px;
		padding-bottom: 0px;
		text-align: right;
		float: left;
	}
	
	.amount {
		color: #fff07c;
		text-shadow: 0px 0px 4px #fff07c;
		width: 75px;
	}
	
	.howManyPages {
		color: #bac0f7;
		text-shadow: 0px 0px 4px #848eee;
		width: 100px;
		text-align: right;
	}
	
	.squares {
		width: 500px;
		margin-left: 10px;
		text-align: left !important;
		color: #5e6cee;
		text-shadow: 0px 0px 4px #5e6cee;
		font-size: 3.2em;
	}
	
	.square {
		width: 13px;
		height: 13px;
		margin-right: 15px;
		margin-top:19px;
		float: left;
		font-size: 8px;
	}
	
		.red {
			background-color: #930;
			border: 1px solid #620;
		}
		
		.orange {
			background-color: #960;
			border: 1px solid #630;
		}
		
		.yellow {
			background-color: #cc0;
			border: 1px solid #990;
		}
		
		.green {
			background-color: #6c0;
			border: 1px solid #690;
		}

#contact p {
	color: #848EEE;
	font-size: 14px;
	letter-spacing: 1px;
}

#contact p input, #contact p textarea {
	margin: 5px 0px 10px 0px;
}

#contact p img {
	margin-top: 10px;
}

#footerBottom {
	background: transparent url('images/footer.png') no-repeat 0px 0px;
	height:25px;
	width: 800px;
}

#footer {
	position: relative;
	margin-left: 50px;
	width: 800px;
	text-align: center;
	color: #999;
	margin: 0px auto;
}


/* home page */
/* 
	2b3adc 
	5e6cee
*/

h2 {
	color: #848eee;
	text-shadow: 0px 0px 4px #848eee;
	font-weight: 100;
	font-size: 2.4em;
}
	
h3 {
	color: #5e6cee;
	/* text-shadow: 0px 0px 4px #848eee; */
	font-weight: 100;
	font-size: 1.8em;
	text-indent: 10px;
	margin-bottom: 20px;
}

.details {
	font-size: 8px;
	margin-top: 10px;
	font-family: Verdana, Arial, sans-serif;
}

.pageTitle {
	color: #fff07c;
	text-shadow: 0px 0px 4px #fff07c;
	font-size: 2.4em;
	float:left;
	margin-right: 10px;
}

.pageDesc {
	font-size: 1.4em;
	text-indent: 0px !important;
	padding-top: 15px;
	text-shadow: none;
}

#clients div {
	width: 340px;
	text-align: center;
	overflow: hidden;
	float: left;
	position: relative;
}

#clients a img{
	margin: 20px 20px 5px 20px;

}

#clients a {
	color: #848eee;
	font-size: 1.4em;
}

#clients a:hover {
	color: #fff07c;
	text-shadow: 0px 0px 4px #fff07c;
	text-decoration: none;
}

#clients .pageTitle {
	float: none;
}

.clientThumb {

}
		
/* topNav */

/*
#topNav {
	height: auto;
	width: 500px;
	margin-top: -14px;
	margin-left: 350px;
	font-size: 1.4em;
	letter-spacing: 1px;
}

	#topNav a {
		color: #aaa;
	}
	
	#topNav a:hover {
		color: #5D7485;
		text-decoration: underline;
		cursor: pointer;
	}

	#topNav ul {
		list-style: none;
	}
	
	#topNav li {
		display:inline;
		overflow: hidden;
		margin-left: 3px;
		margin-right: 11px;
	}
	*/
	/* sub menu */
	/*
	#topNav ul#catSub {
		display: none;
		position: absolute;
		z-index: 99;
		margin-left: 55px;
		padding-top: 10px;
		border-left: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		border-right: 1px solid #ccc;
		background-color: #fff;
		opacity: .9;
		
	}
	
	#topNav ul#catSub li {
		display: block;
		padding: 5px;
		text-align: center;
	}

			
	
.postmetadata {
	font-size: 1.4em;
}	
/* code blocks */
/*
.code {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-bottom: none;
	border-left: none;
	border-right: none;
	color: #214057;
	width: 900px;
	padding: 5px;
}

.codeTitle {
	margin-top: 20px;
	margin-bottom: -15px;
	font-style: italic;
}

/* required wordpress classes */
	img.centered {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	img.alignright {
		padding: 4px;
		margin: 0 0 2px 7px;
		display: inline;
	}

	img.alignleft {
		padding: 4px;
		margin: 0 7px 2px 0;
		display: inline;
	}

	.alignright {
		float: right;
	}

	.alignleft {
		float: left
	}

	/* Captions */
	.aligncenter,
	div.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.wp-caption {
		border: 1px solid #ddd;
		text-align: center;
		background-color: #f3f3f3;
		padding-top: 4px;
		margin: 10px;
	}

	.wp-caption img {
		margin: 0;
		padding: 0;
		border: 0 none;
	}

	.wp-caption p.wp-caption-text {
		font-size: 11px;
		line-height: 17px;
		padding: 0 4px 5px;
		margin: 0;
	}
	/* End captions */
/* end required classes */


	
#respond {
	margin-top: 20px;
}
	#respond h3 {
		margin-bottom: 10px;
	}
	
	#respond p {
		margin-bottom: 10px;
		font-size: 1.4em;
	}

/* portfolio styles */

#layerHolder {
	position: relative;
	height: 300px;
	width: 500px;
}

/* ad styles */
#skyscraper {
	height: 600px;
	width: 160px;
	position: absolute;
	top: 197px;
	left: 1000px;
}

#leaderboard_bottom {
	height: 90px;
	width: 728px;
	margin: 20px auto 20px auto;
}

.teaser_ad {
	height: 15px;
	width: 728px;
	margin: 20px auto;
}

#searchBox {
	height: 30px;
	width: 350px;
	position: absolute;
	top: 40px;
	left: 615px;
}

#priceTable tr {
}
#priceTable td {
	padding: 7px 0px;
	border-bottom: 1px solid #bac0f7;
	width: 50%;
}

