/*
Theme Name: Socialize LLC
Description: This is the main theme for your site. Changes to this may result in site display issues. 
Author: Kerry Rawe
Author URI: http://www.mgsoft-net.com
Version: 1.0
Tags: black, blue, white, light, one-column, flexible-width, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
*/

@import url(http://fonts.googleapis.com/css?family=Droid+Serif);

/* MAIN RESET INFO */

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,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	border:0;
	vertical-align:baseline;
	border-collapse:separate;
	border-spacing:0;
	margin:0;
	padding:0;
}

body {
	line-height:1;
	background:#04294b;
}

ol,ul {
	list-style:none;
}

blockquote,q {
	quotes:none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}

/* Workaround for clearing out DIVs that don't behave */
.cleardiv { 
	clear:both; 
	font-size:0px; 
	line-height:0px; 
	height:0; 
	overflow:hidden; 
}

/* Main Elements */

#wrapper {
	width:1100px;
	min-height:1000px;
	background:#FFFFFF;
	margin:0 auto;
	/* Shadow */
	-moz-box-shadow:    0px 0px 7px 3px #002844;
  	-webkit-box-shadow: 0px 0px 7px 3px #002844;
  	box-shadow:         0px 0px 7px 3px #002844;
}	

#navigation_wrapper {
	width:1060px;
	height:20px;
	padding:20px;
	text-align:right;
}


/* Content Elements */

#container {
	padding:25px;
}

div.edit-link {
	width:100px;
	height:30px;
	padding-top:12px;
	margin-top:20px;
	text-align:center;
	background:#00C;
}

div.edit-link a {
	color:#FFF;
	text-decoration:none;
}

/* Other custom items */

.center_image {
	margin:0 auto !important;
}

div.entry-content p {
	font-family: 'Droid Serif', serif;
	font-size:18px;
	line-height:24px;
	color:#333;
}

ul.menu {
	list-style:none;
}	

ul.menu li {
	display:inline-block;
}

ul.menu li a {
	font-family: 'Droid Serif', serif;
	font-size:18px;
	color:#333;
	text-decoration:none;
	margin:0px 10px 0px 10px;
}

ul.menu li a:hover {
	text-decoration:underline;
}

h1.entry-title {
	display:none;
}





