* {
	margin:0;
	padding:0;
}

body {
	color:#000;
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
position:relative;
        text-align: center;

}

div#container
{
text-align: left;
        margin-left: auto;
        margin-right: auto;
        width: 950px;
        background:#fff url('http://www.camoconnell.com/core/user/gfx/bg-tile.gif') repeat 0 0; 
border-bottom:1px solid #8a8a8a;
}

/*BASIC ELEMENTS*/

#menu {
	padding:30px 5px 5px 5px;
position:relative;

}

#first {
	position:absolute;
	margin:0 40px 0 0;
	width:220px;
}
	
#logotype {
	position:relative;
        left:-13px;
}
	
#core-loader {
	display:none;
position:absolute;
left:895px;
top:15px;
z-index:3;
}

#loader-bg {
position:absolute;
left:890px;
top:10px;
z-index:1;
}
	
	
	
#entries {
position:relative;
	top:70px;
	left:0px;
	max-width:950px;

display:block;
}

#load-content {
	padding:0 0 0 5px;
position:relative;
	top:70px;
	left:0px;
background:#fff url('http://www.camoconnell.com/core/user/gfx/bg-tile_02.gif') repeat 0 0;
        
}

/* MENU */
.page-link {
	font-weight:bold;
        font-size:16px;
        letter-spacing:-1px;
}

.page-link:hover {
	color:#FF6;
}

#entries .entry-link:hover {
	background-color:#FC9;
}

.tag-link { 
        font-weight:bold; 
}

.tag-link a {
        -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
        padding:2px;
	color:#000;
}

.tag-link:hover a {
	background-color:#FF6;
}

#entries p {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding:2px;
        float:left;
	margin:0 15px 7px 0;
}

#filters {
        position:relative;
	top:80px;
	left:20px;
        display:block;
        color:#818181 !important;
}

#filters a{
       color:#000 !important;
}

/*GENERAL*/

.link-active a{
	background-color:#CCC;
}

.clear {
	clear:both;
}

.clear-margin {
	height:100px;
}

img
{  
	border-style: none;
}


a {
	outline: none;
	color:#333;
	text-decoration:none;

}

a:hover {
	color:#999;
}

/*ENTRY*/
.entry-title {
	font-size:13px;
	margin:0 0 30px 0;
}

.entry-extra {
	font-size:10px;
	color:#666;
}

.entry-line {
	height:50px;
	clear:both;
}

.entry {

	width:950px;
	margin:0 0 30px 0;
}

.entry img {
	margin:0 0 0 0;
}

.entry-extra1 {
	float:left;
	margin:0 30px 0 0;
}

.entry-extra2 {
	float:right;
}

.entry-text {
	margin:0 0 20px 0;
}

.entry-text-top {
	margin:0 0 20px 0;
}

#close-entry {
	cursor:pointer;
	color:#333333;
}

.button {
	float:left;
	margin:0 5px 0 0;
	background-color:#ffe969;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding:5px;
}

#close-entry:hover {
	color:#FFFFFF;
}

li {
        margin:4px 0 0 0px;
        padding:2px 0 0px -10px;
}


/*ENTRY THUMBS*/

.thumb {
	padding:5px;
	margin:12px 3px 0px 3px;

	float:left;
	height:172px;
	width:218px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;

}

.thumb-content {
	visibility:hidden;
}

.thumb:hover {
	background-color:#e9e9e9;
}

#thumbs .entry-text:hover {
	background:#e9e9e9;
	padding:0;
}

#thumbs {
 
        margin-left:6px;
}

#footer {
	width:950px;
        height:50px;
background:#fff url('http://www.camoconnell.com/core/user/gfx/bg-tile.gif') repeat 0 0;
}


/*CUSTOM VIDEo ENTRY*/

#custom-video-wrap {
        float: right;
        width:390px;
        margin: 0 13px 0 0;
        padding:0;
}


#custom-video-title {
	font-size:30px;
        font-weight:900;
        color:#ffdb35;
	padding:0;
        letter-spacing:-2px;
        margin: 0px 0 10px 0;
}

#custom-video-text {
 
        padding:10px 5px 45px 5px;
        background-color:#fff;
        border-top:1px solid #8a8a8a;
        border-bottom:1px solid #8a8a8a;
}

#custom-video-close {
        float: right;
        margin: 10px 0 0 0;
        display: block;
        width: 26px;
        height: 26px;
        background: url('http://www.camoconnell.com/core/user/gfx/close.gif') no-repeat 0 0;

}

#custom-video-close:hover
{ 
  background-position: 0 -25px ;
}


#custom-video-close span
{
  display: none;
}




/*CUSTOM IMAGE ENTRY*/


#custom-image-wrap {
padding:0 12px 0 0px;
margin-left:6px;
}

#custom-image-wrap tr {
vertical-align: top;
}


#custom-image {
        border:5px solid #fff;
}

#custom-image-title {
	font-size:30px;
        font-weight:900;
        color:#ffdb35;
	padding:0;
        letter-spacing:-2px;
        margin: 0px 0 10px 0;
}

#custom-image-exhibition {
	font-size:20px;
        font-weight:500;
        color:#606060;
	padding:0;
        letter-spacing:-1px;
        margin: 0px 0 10px 0;
        line-height:1em;
}

#custom-image-text {
        padding:10px 5px 45px 5px;
        background-color:#fff;
        border-top:1px solid #8a8a8a;
        border-bottom:1px solid #8a8a8a;
}


#custom-image-text a{
        color:#ffc741;
}


/*CONTACT PAGE*/


#page-wrap {
	width: 660px;
	padding: 20px 50px 20px 50px;
	margin: 20px auto;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

#custom-image-text a{
        color:#ffc741;
}

#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
        border:0px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	background-color:#FFf;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	background-color:#FF6;
}

#contact-area input.submit-button {

	float:right;
	margin:0 5px 0 0;
	background-color:#ffe969;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding:5px;
}

label {
        font-weight:900;
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
}