/*
Theme Name: 360 Degree
Theme URI: http://www.organickmedia.com
Description: Default theme for 360 Degree Consulting
Version: 1.6
Author: OGMDA
Author URI: http://www.organickmedia.com
*/




/*  Typography and style reset */

*{
    background-repeat:no-repeat;
    font-family:Arial,Verdana,helvetica,sans-serif;
    margin:0px;
    outline-color:invert;
    outline-style:none;
    outline-width:0px;
    padding:0px;
    font-size: 12px;
    line-height: 1.5em;
}

body{
    background-color:#f3dab4;
    background-repeat:repeat-x;
    /* background-image:url(http://www.360dconsulting.com/images/360bg.jpg); */
	color: #4e4e4e;
}

a{
	color: #7b3e3e;
	text-decoration: underline;
}

a:hover{
	color: #000000;
	text-decoration: none;
}

img{
    border:medium none;
}


.rightalign{
  float: right;
  display: block;
}

.leftalign{
  float: left;
  display: block;
}

H1 span{
    font-size: 19px;
	margin-bottom: 15px;
}

H2 span{
    font-size:17px;
}

H3 span{
    font-size: 16px;
}

H4 span{
    font-size: 15px;
}

H5 span{
    font-size: 14px;
}

p{
	margin: 15px 0px;
	line-height: 1.5em;
}

i{
	color: #7d613f;
}

blockquote{
	width: 500px;
	margin-left: 100px;
}

#content ul{
	margin-left: 20px;
	margin-bottom: 10px;
}


/* Site structure and layout */

#container{
    margin:0px auto;
    width:818px;
    margin-bottom: 20px;
}


#logo a{
	width: 152px;
	height: 154px;
	text-decoration: none;
	float: left;
}

#menu{
	float: left;
}

#menu ul{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;	
	float: left;
	margin-top:99px;	    
}

#menu ul li{
	float: left;
	padding-left:14px;
	padding-right:14px;
	height:53px;
	border-right: 1px solid #b59c7d;	
}

#menu ul li.noborder{
	border: none;
}

#menu ul li a{
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "Times New Roman";
	font-weight: bold;
	font-size: 14px;
	display: block;
}

#menu ul li.active{
	 background: transparent url(images/menu-hover.png) repeat-x scroll top center; 
}

#menu ul li a:hover{
	color: #ffeda6;
}

#menu ul li a:hover span{
	color: #ffffff;
}

#menu ul li a span{
	display: block;
	color: #ffeda6;
	text-transform: none;
	font-size: 11px;
	font-family: Arial;
	font-weight: normal;
	
}

#wrapper{
	background: #ecd4a4 url(images/wrapper-back.gif) repeat-x scroll top center;
	padding-left: 8px;
	padding-right: 8px;
}

#main{
	background-color: #f3f1e5;
	padding-left: 1px;
	padding-right: 1px;	
}

#content{
	padding: 10px;
}

#footer{
	height: 40px;
}

.footer-links ul{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;		
}

.footer-links ul li{
	float:left;
	margin-top: 10px;	
}

.footer-links ul li a{
	text-transform: uppercase;
	text-decoration: none;
	margin-right: 10px;
	font-weight: bold;
	color: #63471c;
}

.footer-links ul li a:hover{
	color: #000000;
	text-decoration: underline;
}

.footer-copy{
	color: #545454;
	margin-top: 10px;		
	float: right;
}

/***** Typography and Styles *****/

.snippet{
	float: right;
}

.welcome{
	color:#81784b;
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	display: block;
	margin-bottom: 10px;
}

.title{
	color:#81784b;
	font-size:14px;
	font-weight:bold;	
	display: block;
}

.photo{
	border: 1px solid #cccccc;
	background-color: white;
	padding: 2px;
	margin-left: 10px;
	margin-bottom: 10px;
}

/* Form  */


label
{
    width: 9em;
    float: left;
    text-align: right;
    display: block
}

input
{
    color: #3d4d60;
    background: #ffffff;
    border: 1px solid #d7d7d7;
    font-family: Arial;
    font-size: 12px;
    width: 250px;
    height: 20px;
    margin-left: 10px;
}

textarea{
    color: #3d4d60;
    background: #ffffff;
    border: 1px solid #d7d7d7;
    font-family: Arial;
    width: 250px;
    height: 150px;
    font-size: 12px;
    margin-left: 10px;
}

.submit input
{
	background:#C7C7B1 none repeat scroll 0 0;
	border:medium none;
	color:#808076;
	font-weight:bold;
	margin-left:118px;
	text-transform:uppercase;
	width:256px;
}

fieldset
{
    border: none;
    margin-top: 20px;
    padding-left: 10px;
    width: 420px;   
}

.radio{
	width: 20px;
	background-color: transparent;
	border: none;
}

