/*
Theme Name: Amadeus Cobangbang Portfolio
Theme URI: http://amadeus.cobangbang.com/
Description: Personalized Portfolio Theme of Amadeus Cobangbang
Author: Amadeus Cobangbang
Author URI: http://amadeus.cobangbang.com/
Version: 1.0 

General comments (optional).
*/

/**********RESET**********/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}                  

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

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ins {
	background-color: #ff9;
	color:  #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

.chromeframe {
	margin: 0;
	text-align: center;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

.chromeframe a {
	color: #06c !important;
}

/**********WOFF**********/

@font-face {
	font-family: 'WaldorfWeb';
	src: url('waldorf.eot');
	src: local('☺'),
	 	 url('waldorf.eot?#iefix') format('embedded-opentype'),
		 url('waldorf.woff') format('woff'),
         url('waldorf.ttf') format('truetype'),
         url('waldorf.svg#WaldorfWeb') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'MuseoSlabWeb';
    src: url('museoslab100.eot');
    src: local('☺'),
 		 url('museoslab100.eot?#iefix') format('embedded-opentype'),
         url('museoslab100.woff') format('woff'),
         url('museoslab100.ttf') format('truetype'),
         url('museoslab100.svg#MuseoSlabWeb') format('svg');
    font-weight: normal;
    font-style: normal;
}

.waldorf {
	font-family: "WaldorfWeb", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 #ebebeb;
}

.museo {
	font-family: "MuseoSlabWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: 1px 1px 0 #ebebeb;
	font-weight: 200;
}

/**********START**********/

html {
	overflow-y: scroll;
}

body {
	background: url('images/bg.jpg') repeat fixed center top #fff;
	margin: 0 0 10px 0;
	border-top: 5px #333 solid;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: #333;
	text-rendering: optimizeLegibility;
}

hr {
	height: 1px;
	color: #888;
	background-color: #888;
	border: 0;
}

.port hr {
	width: 860px;
}

.menu hr {
	width: 200px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

* { /*fades everything*/
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}

/**********LINKS**********/

a {
	color: #c30;
	text-decoration: none !important;
}

a:hover {
	color: #09f;
}

a:active {
	color: #333;
}

a img {
	border: 0;
}

/**********COLUMNS**********/

.container {
	width: 930px; /*930*/
	margin: 0 auto;
	padding: 0;
}

.content {
	font-size: 11px;
}

/**********MENU**********/

.head {
	height: 100px;
	margin: 0;
	padding: 30px 10px 30px 10px;
}

.head a {
	color: #333;
}

.head a:hover {
	color: #c00 ;
}

.head a:active {
	color: #09f;
}

.logo {
	margin: 13px 0 0 0;
}

.menucontainer {
	margin: 45px 0 0 0;
	font-size: 9pt;
}

.menu {
	margin: 0;
	padding: 0;
}

.menu li {
	display: inline;
	padding: 0 0 0 20px;
	list-style-type: none;
}

.name {
	margin: 45px 0 0 25px;
	font-size: 9pt;
}

/**********PORTFOLIO LISTS**********/

.port {
	margin: 10px 5px;
	padding: 0px;
	line-height: 14px;
}

.port ul {
	list-style: none;
}

.port li {
	width: 220px;
	margin: 5px;
	padding: 0 0 10px 0;
	float: left;
	text-align: center;
	list-style: none;
	background: url('images/libg.jpg') #f0f0f0;
}

.port li:hover, .port img:hover {
	background: url('images/libghov.jpg') #ebebeb;
}

.port li:active, .port img:active {
	background: url('images/libgact.jpg') #e0e0e0;
}

.port li:hover .title {
	color: #c30;
}

.port li:active .title {
	color: #09f;
}

.port img {
	padding: 10px 10px 7px 10px;
}

.title {
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #fff;
}


.filter {
	font-style: italic;
	font-weight: none;
	text-transform: lowercase;
	text-shadow: 0 1px 0 #fff;
}

.filter a {
	color: #333;
}

.filter a:hover {
	color: #09f;
}

.filter a:active {
	color: #333;
}

/**********ENTRY**********/

.entry {
	position: relative;
	padding: 15px 10px;
	line-height: 14px; /*has to be the same as margin in .entry p*/
}

.entry p {
	margin: 0 0 14px 0; /*has to be the same as line-height in .entry*/
}

.entrytitle {
	width: 300px;	
	padding: 0 0 10px 0;
	float: left;
}

.entrytxt {
	width: 300px;
}

.entrytxt ul {
	padding: 0 0 10px 0;
}

.entrytxt li {
	padding: 0 0 0 10px;
	list-style: none;
	border-left: solid 1px #cbcbcb;
}

.entrypad {
	margin: 0 0 0 10px;
}

.entry200 {
	height: 100%;
	width: 175px;
	padding: 0 0 0 10pt;
	border-left: solid 1px #cbcbcb;
}

.entry300 {
	width: 300px;
}

.entry400 {
	width: 400px;
}

.entry600 {
	width: 600px;
}

.entryquote {
	padding: 0 0 10pt 0;
	font-size: 26px;
	line-height: 26px;
}

.entryprof {
	padding: 25px;
	background: url("images/bgdiagonal.gif");
	font-size: 9pt;
}

.entrygallery {
	width: 600px;
	float: right;
}

.entrycat {
	position: absolute;
	bottom: 12px;
	left: 10px;
	font-size: smaller;
	text-transform: uppercase;
	font-weight: bold;
}

.entrycat a {
	color: #069;
}

.entrycat a:hover {
	color: #c30;
}

.entrycat a:active {
	color: #;
}

/**********SLIDESHOW**********/

.portfolio-slideshow {
	height: 600px !important;
	width: 600px !important;
	margin: 0 !important;
	background: url('images/bgdiagonal.gif');
	clear: both;
}

.slideshow-nav {
	margin: -1px 0 0 0 !important;
	padding: 0 0 7px 0 !important;
	font-family: "WaldorfWeb", "Helvetica Neue Bold", Helvetica, Arial, sans-serif !important;
	text-shadow: 1px 1px 0 #ebebeb;
}

.slideshow-prev, .slideshow-next {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.slideshow-nav-edit {
	float: left;
}

.slideshow-info {
	margin: 0 !important;
	font-family: inherit !important;
	font-size: inherit !important;
	float: right;
}

.slideshow-nav a, .slideshow-nav a:active, .slideshow-nav a:link, .slideshow-nav a:visited {
	color: #333;
	text-decoration: none;
	border: 0;
}

.slideshow-nav a:hover {
	color: #c00;
	text-decoration: none;
}

.slideshow-wrapper {
	margin: 0 !important;
}

/**********CONTACT**********/

.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea {
	color: #000000;
	background: #f9f7e9 url('images/formbg.gif');
	width: 290px;
	border: none;
	padding: 5px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;;
	font-size: 11px;
	border: 1px dashed #ff9;
}

.wpcf7-form-control-wrap select {
	text-transform: none;
}

.wpcf7-form-control-wrap textarea {
	height: 90px;
	resize: none;
}

.wpcf7-response-output {
}

/**********CATEGORIES**********/

.catentry {

}

.cattitle {
	padding: 15px 0 0 10px;
	line-height: 14px;
}

.catentry .port {
	margin: 10px 5px 15px 5px !important; 
}

/**********FOOTER**********/

.footer {
	margin: 10px;
	font-size: .65em;
	color: #555;
	text-align: right;
}